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

This commit is contained in:
Renovate Bot
2020-03-22 17:16:15 +00:00
committed by renovate[bot]
parent 02c418991a
commit 0f788e6d0f
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -19120,9 +19120,9 @@
"integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc="
},
"qs": {
"version": "6.9.1",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.9.1.tgz",
"integrity": "sha512-Cxm7/SS/y/Z3MHWSxXb8lIFqgqBowP5JMlTUFyJN88y0SGQhVmZnqFK/PeuMX9LzUyWsqqhNxIyg0jlzq946yA=="
"version": "6.9.2",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.9.2.tgz",
"integrity": "sha512-2eQ6zajpK7HwqrY1rRtGw5IZvjgtELXzJECaEDuzDFo2jjnIXpJSimzd4qflWZq6bLLi+Zgfj5eDrAzl/lptyg=="
},
"query-string": {
"version": "4.3.4",
+1 -1
View File
@@ -31,7 +31,7 @@
"object-hash": "2.0.3",
"promise-retry": "1.1.1",
"prop-types": "15.7.2",
"qs": "6.9.1",
"qs": "6.9.2",
"react": "16.13.1",
"react-app-polyfill": "1.0.6",
"react-autosuggest": "9.4.3",