fix(deps): update dependency qs to v6.10.0

This commit is contained in:
Renovate Bot
2021-03-18 21:27:34 +00:00
committed by Łukasz Mierzwa
parent 9caded907d
commit 4f5ae39581
2 changed files with 7 additions and 4 deletions
+6 -3
View File
@@ -16114,9 +16114,12 @@
"integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc="
},
"qs": {
"version": "6.9.6",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.9.6.tgz",
"integrity": "sha512-TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ=="
"version": "6.10.0",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.10.0.tgz",
"integrity": "sha512-yjACOWijC6L/kmPZZAsVBNY2zfHSIbpdpL977quseu56/8BZ2LoF5axK2bGhbzhVKt7V9xgWTtpyLbxwIoER0Q==",
"requires": {
"side-channel": "^1.0.4"
}
},
"query-ast": {
"version": "1.0.3",
+1 -1
View File
@@ -56,7 +56,7 @@
"mobx-stored": "1.1.0",
"prettier": "2.2.1",
"promise-retry": "2.0.1",
"qs": "6.9.6",
"qs": "6.10.0",
"react": "17.0.1",
"react-app-polyfill": "2.0.0",
"react-autosuggest": "10.1.0",