diff --git a/packages/redux-query-interface-superagent/package.json b/packages/redux-query-interface-superagent/package.json index 89131870..1c33ea8f 100644 --- a/packages/redux-query-interface-superagent/package.json +++ b/packages/redux-query-interface-superagent/package.json @@ -57,7 +57,7 @@ "webpack-cli": "^3.1.0" }, "resolutions": { - "**/qs": "6.5.3" + "**/qs": "6.9.7" }, "jest": { "transform": { diff --git a/packages/redux-query-react/package.json b/packages/redux-query-react/package.json index e61f84d6..48892d1e 100644 --- a/packages/redux-query-react/package.json +++ b/packages/redux-query-react/package.json @@ -75,7 +75,7 @@ "webpack-cli": "^3.1.0" }, "resolutions": { - "**/qs": "6.5.3" + "**/qs": "6.9.7" }, "jest": { "transform": { diff --git a/packages/redux-query/package.json b/packages/redux-query/package.json index bee487b1..d7e3d051 100644 --- a/packages/redux-query/package.json +++ b/packages/redux-query/package.json @@ -66,7 +66,7 @@ "webpack-cli": "^3.1.0" }, "resolutions": { - "**/qs": "6.5.3" + "**/qs": "6.9.7" }, "jest": { "transform": { diff --git a/website/package.json b/website/package.json index 40573596..0251dea0 100644 --- a/website/package.json +++ b/website/package.json @@ -18,6 +18,6 @@ "**/shell-quote": "^1.7.3", "**/trim-newlines": "3.0.1", "**/immer": "9.0.6", - "**/qs": "6.5.3" + "**/qs": "6.9.7" } } diff --git a/website/yarn.lock b/website/yarn.lock index 2c91e63d..2065280d 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -5837,10 +5837,10 @@ q@^1.1.2: resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" integrity sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw== -qs@6.11.0, qs@6.5.3, qs@^6.4.0, qs@~6.5.2: - version "6.5.3" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.3.tgz#3aeeffc91967ef6e35c0e488ef46fb296ab76aad" - integrity sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA== +qs@6.11.0, qs@6.9.7, qs@^6.4.0, qs@~6.5.2: + version "6.9.7" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.7.tgz#4610846871485e1e048f44ae3b94033f0e675afe" + integrity sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw== query-string@^5.0.1: version "5.1.1"