Merge pull request #965 from prymitive/renovate/qs-6.x

fix(deps): update dependency qs to v6.9.0
This commit is contained in:
Łukasz Mierzwa
2019-09-22 08:37:43 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -14389,9 +14389,9 @@
"integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc="
},
"qs": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.8.0.tgz",
"integrity": "sha512-tPSkj8y92PfZVbinY1n84i1Qdx75lZjMQYx9WZhnkofyxzw2r7Ho39G3/aEvSUdebxpnnM4LZJCtvE/Aq3+s9w=="
"version": "6.9.0",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.9.0.tgz",
"integrity": "sha512-27RP4UotQORTpmNQDX8BHPukOnBP3p1uUJY5UnDhaJB+rMt9iMsok724XL+UHU23bEFOHRMQ2ZhI99qOWUMGFA=="
},
"query-string": {
"version": "4.3.4",

View File

@@ -27,7 +27,7 @@
"moment": "2.24.0",
"object-hash": "1.3.1",
"prop-types": "15.7.2",
"qs": "6.8.0",
"qs": "6.9.0",
"react": "16.9.0",
"react-app-polyfill": "1.0.3",
"react-autosuggest": "9.4.3",