diff --git a/package.json b/package.json index 09a3984..09dd875 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "mobx": "^5.15.4", "mobx-react": "^6.2.2", "prop-types": "^15.6.2", - "query-string": "^6.12.1", + "query-string": "^6.13.1", "react": "^16.13.1", "react-dom": "^16.13.1", "react-select": "^3.1.0", diff --git a/yarn.lock b/yarn.lock index 98c0020..210b86c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6818,10 +6818,10 @@ query-string@^4.1.0: object-assign "^4.1.0" strict-uri-encode "^1.0.0" -query-string@^6.12.1: - version "6.12.1" - resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.12.1.tgz#2ae4d272db4fba267141665374e49a1de09e8a7c" - integrity sha512-OHj+zzfRMyj3rmo/6G8a5Ifvw3AleL/EbcHMD27YA31Q+cO5lfmQxECkImuNVjcskLcvBRVHNAB3w6udMs1eAA== +query-string@^6.13.1: + version "6.13.1" + resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.13.1.tgz#d913ccfce3b4b3a713989fe6d39466d92e71ccad" + integrity sha512-RfoButmcK+yCta1+FuU8REvisx1oEzhMKwhLUNcepQTPGcNMp1sIqjnfCtfnvGSQZQEhaBHvccujtWoUV3TTbA== dependencies: decode-uri-component "^0.2.0" split-on-first "^1.0.0"