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

This commit is contained in:
Renovate Bot
2020-03-25 20:39:35 +00:00
parent 2a26000444
commit 283f627676
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -19113,9 +19113,9 @@
"integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc="
},
"qs": {
"version": "6.9.2",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.9.2.tgz",
"integrity": "sha512-2eQ6zajpK7HwqrY1rRtGw5IZvjgtELXzJECaEDuzDFo2jjnIXpJSimzd4qflWZq6bLLi+Zgfj5eDrAzl/lptyg=="
"version": "6.9.3",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.9.3.tgz",
"integrity": "sha512-EbZYNarm6138UKKq46tdx08Yo/q9ZhFoAXAI1meAFd2GtbRDhbZY2WQSICskT0c5q99aFzLG1D4nvTk9tqfXIw=="
},
"query-string": {
"version": "4.3.4",

View File

@@ -31,7 +31,7 @@
"object-hash": "2.0.3",
"promise-retry": "1.1.1",
"prop-types": "15.7.2",
"qs": "6.9.2",
"qs": "6.9.3",
"react": "16.13.1",
"react-app-polyfill": "1.0.6",
"react-autosuggest": "9.4.3",