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

This commit is contained in:
Renovate Bot
2019-11-08 06:49:18 +00:00
parent ca8f4e896e
commit 3ded4194b1
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -14733,9 +14733,9 @@
"integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc="
},
"qs": {
"version": "6.9.0",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.9.0.tgz",
"integrity": "sha512-27RP4UotQORTpmNQDX8BHPukOnBP3p1uUJY5UnDhaJB+rMt9iMsok724XL+UHU23bEFOHRMQ2ZhI99qOWUMGFA=="
"version": "6.9.1",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.9.1.tgz",
"integrity": "sha512-Cxm7/SS/y/Z3MHWSxXb8lIFqgqBowP5JMlTUFyJN88y0SGQhVmZnqFK/PeuMX9LzUyWsqqhNxIyg0jlzq946yA=="
},
"query-string": {
"version": "4.3.4",
+1 -1
View File
@@ -32,7 +32,7 @@
"moment": "2.24.0",
"object-hash": "2.0.0",
"prop-types": "15.7.2",
"qs": "6.9.0",
"qs": "6.9.1",
"react": "16.11.0",
"react-app-polyfill": "1.0.4",
"react-autosuggest": "9.4.3",