Skip to content

Commit 78ae76b

Browse files
authored
Merge pull request #327 from amplitude/AMP-70918-resolutions2
AMP-70918 bump qs again
2 parents e78f180 + f83e360 commit 78ae76b

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.2.4"
60+
"**/qs": "6.5.3"
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.2.4"
78+
"**/qs": "6.5.3"
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.2.4"
69+
"**/qs": "6.5.3"
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.2.4"
21+
"**/qs": "6.5.3"
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.2.4, qs@^6.4.0, qs@~6.5.2:
5841-
version "6.2.4"
5842-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.2.4.tgz#d90821bb8537cecc140e6c34f54ec76e54b39b22"
5843-
integrity sha512-E57gmgKXqDda+qWTkUJgIwgJICK7zgMfqZZopTRKZ6mY9gzLlmJN9EpXNnDrTxXFlOM/a+I28kJkF/60rqgnYw==
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==
58445844

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

0 commit comments

Comments
 (0)