Build(deps): bump query-string from 6.11.0 to 6.11.1 (#4745)

Bumps [query-string](https://github.com/sindresorhus/query-string) from 6.11.0 to 6.11.1.
- [Release notes](https://github.com/sindresorhus/query-string/releases)
- [Commits](https://github.com/sindresorhus/query-string/compare/v6.11.0...v6.11.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot]
2020-03-07 01:59:30 +00:00
committed by GitHub
parent 10b3d849fc
commit b51b2c699d
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -23729,9 +23729,9 @@
"integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA=="
},
"query-string": {
"version": "6.11.0",
"resolved": "https://registry.npmjs.org/query-string/-/query-string-6.11.0.tgz",
"integrity": "sha512-jS+me8X3OEGFTsF6kF+vUUMFG/d3WUCvD7bHhfZP5784nOq1pjj8yau/u86nfOncmcN6ZkSWKWkKAvv/MGxzLA==",
"version": "6.11.1",
"resolved": "https://registry.npmjs.org/query-string/-/query-string-6.11.1.tgz",
"integrity": "sha512-1ZvJOUl8ifkkBxu2ByVM/8GijMIPx+cef7u3yroO3Ogm4DOdZcF5dcrWTIlSHe3Pg/mtlt6/eFjObDfJureZZA==",
"requires": {
"decode-uri-component": "^0.2.0",
"split-on-first": "^1.0.0",

View File

@@ -56,7 +56,7 @@
"pretty-bytes": "^5.3.0",
"priorityqueuejs": "^1.0.0",
"prom-client": "^11.5.3",
"query-string": "^6.11.0",
"query-string": "^6.11.1",
"request": "~2.88.2",
"semver": "~7.1.3",
"simple-icons": "2.6.0",