Skip to content

Commit 111968b

Browse files
author
Tommy Markley
committed
Resolves all qs dependencies to v6.10.3
* [CHANGELOG](https://github.com/ljharb/qs/blob/v6.10.3/CHANGELOG.md) * The upstream library with a dependency on ~6.5.2 is `node-sass`, but that will not be addressed until sass/node-sass#3193 is included in a release. Resolves opensearch-project#1375 Signed-off-by: Tommy Markley <markleyt@amazon.com>
1 parent bd15433 commit 111968b

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
"**/merge": "^2.1.1",
8585
"**/minimist": "^1.2.5",
8686
"**/node-jose": "^2.1.0",
87+
"**/qs": "^6.10.3",
8788
"**/trim": "^0.0.3",
8889
"**/typescript": "4.0.2"
8990
},

yarn.lock

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15170,28 +15170,13 @@ pupa@^2.0.1:
1517015170
dependencies:
1517115171
escape-goat "^2.0.0"
1517215172

15173-
qs@6.9.3:
15174-
version "6.9.3"
15175-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.3.tgz#bfadcd296c2d549f1dffa560619132c977f5008e"
15176-
integrity sha512-EbZYNarm6138UKKq46tdx08Yo/q9ZhFoAXAI1meAFd2GtbRDhbZY2WQSICskT0c5q99aFzLG1D4nvTk9tqfXIw==
15177-
15178-
qs@6.9.6:
15179-
version "6.9.6"
15180-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.6.tgz#26ed3c8243a431b2924aca84cc90471f35d5a0ee"
15181-
integrity sha512-TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ==
15182-
15183-
qs@^6.10.1, qs@^6.4.0:
15173+
qs@6.9.3, qs@6.9.6, qs@^6.10.1, qs@^6.10.3, qs@^6.4.0, qs@~6.5.2:
1518415174
version "6.10.3"
1518515175
resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.3.tgz#d6cde1b2ffca87b5aa57889816c5f81535e22e8e"
1518615176
integrity sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==
1518715177
dependencies:
1518815178
side-channel "^1.0.4"
1518915179

15190-
qs@~6.5.2:
15191-
version "6.5.2"
15192-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"
15193-
integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==
15194-
1519515180
query-string@^6.13.2:
1519615181
version "6.13.2"
1519715182
resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.13.2.tgz#3585aa9412c957cbd358fd5eaca7466f05586dda"

0 commit comments

Comments
 (0)