Skip to content

Commit ba505b2

Browse files
authored
Merge pull request #328 from amplitude/AMP-70918-resolutions3
AMP-70918 bump qs
2 parents 0ec5f77 + b3c796c commit ba505b2

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

packages/redux-query-interface-superagent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"webpack-cli": "^3.1.0"
5858
},
5959
"resolutions": {
60-
"**/qs": "6.5.3"
60+
"**/qs": "6.9.7"
6161
},
6262
"jest": {
6363
"transform": {

packages/redux-query-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"webpack-cli": "^3.1.0"
7676
},
7777
"resolutions": {
78-
"**/qs": "6.5.3"
78+
"**/qs": "6.9.7"
7979
},
8080
"jest": {
8181
"transform": {

packages/redux-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"webpack-cli": "^3.1.0"
6767
},
6868
"resolutions": {
69-
"**/qs": "6.5.3"
69+
"**/qs": "6.9.7"
7070
},
7171
"jest": {
7272
"transform": {

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"**/shell-quote": "^1.7.3",
1919
"**/trim-newlines": "3.0.1",
2020
"**/immer": "9.0.6",
21-
"**/qs": "6.5.3"
21+
"**/qs": "6.9.7"
2222
}
2323
}

website/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5837,10 +5837,10 @@ q@^1.1.2:
58375837
resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
58385838
integrity sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==
58395839

5840-
qs@6.11.0, qs@6.5.3, qs@^6.4.0, qs@~6.5.2:
5841-
version "6.5.3"
5842-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.3.tgz#3aeeffc91967ef6e35c0e488ef46fb296ab76aad"
5843-
integrity sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==
5840+
qs@6.11.0, qs@6.9.7, qs@^6.4.0, qs@~6.5.2:
5841+
version "6.9.7"
5842+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.7.tgz#4610846871485e1e048f44ae3b94033f0e675afe"
5843+
integrity sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw==
58445844

58455845
query-string@^5.0.1:
58465846
version "5.1.1"

0 commit comments

Comments
 (0)