Skip to content

Commit 61d2cc7

Browse files
committed
AMP-70918 bump qs
1 parent 54a373f commit 61d2cc7

File tree

5 files changed

+15
-19
lines changed

5 files changed

+15
-19
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
"webpack": "^4.19.0",
5757
"webpack-cli": "^3.1.0"
5858
},
59+
"resolutions": {
60+
"**/qs": "6.2.4"
61+
},
5962
"jest": {
6063
"transform": {
6164
"^.+\\.js$": "babel-jest"

packages/redux-query-react/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@
7474
"webpack": "^4.19.0",
7575
"webpack-cli": "^3.1.0"
7676
},
77+
"resolutions": {
78+
"**/qs": "6.2.4"
79+
},
7780
"jest": {
7881
"transform": {
7982
"^.+\\.js$": "babel-jest"

packages/redux-query/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@
6565
"webpack": "^4.19.0",
6666
"webpack-cli": "^3.1.0"
6767
},
68+
"resolutions": {
69+
"**/qs": "6.2.4"
70+
},
6871
"jest": {
6972
"transform": {
7073
"^.+\\.js$": "babel-jest"

website/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"**/loader-utils": "3.2.1",
1818
"**/shell-quote": "^1.7.3",
1919
"**/trim-newlines": "3.0.1",
20-
"**/immer": "9.0.6"
20+
"**/immer": "9.0.6",
21+
"**/qs": "6.2.4"
2122
}
2223
}

website/yarn.lock

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5837,24 +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:
5841-
version "6.11.0"
5842-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a"
5843-
integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==
5844-
dependencies:
5845-
side-channel "^1.0.4"
5846-
5847-
qs@^6.4.0:
5848-
version "6.11.1"
5849-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.1.tgz#6c29dff97f0c0060765911ba65cbc9764186109f"
5850-
integrity sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ==
5851-
dependencies:
5852-
side-channel "^1.0.4"
5853-
5854-
qs@~6.5.2:
5855-
version "6.5.3"
5856-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.3.tgz#3aeeffc91967ef6e35c0e488ef46fb296ab76aad"
5857-
integrity sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==
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==
58585844

58595845
query-string@^5.0.1:
58605846
version "5.1.1"

0 commit comments

Comments
 (0)