chore(deps): bump query-string from 6.14.0 to 6.14.1 in /client

Bumps [query-string](https://github.com/sindresorhus/query-string) from 6.14.0 to 6.14.1.
- [Release notes](https://github.com/sindresorhus/query-string/releases)
- [Commits](https://github.com/sindresorhus/query-string/compare/v6.14.0...v6.14.1)

Signed-off-by: dependabot[bot] <support@github.com>
pull/41320/head
dependabot[bot] 2021-03-01 05:04:16 +00:00
parent 755a4b3d4f
commit 527f2d510f
2 changed files with 11 additions and 8 deletions

View File

@ -51,7 +51,7 @@
"monaco-editor": "^0.20.0",
"nanoid": "^3.1.20",
"prismjs": "^1.23.0",
"query-string": "^6.14.0",
"query-string": "^6.14.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-final-form": "^6.5.2",
@ -23858,9 +23858,9 @@
}
},
"node_modules/query-string": {
"version": "6.14.0",
"resolved": "https://registry.npmjs.org/query-string/-/query-string-6.14.0.tgz",
"integrity": "sha512-In3o+lUxlgejoVJgwEdYtdxrmlL0cQWJXj0+kkI7RWVo7hg5AhFtybeKlC9Dpgbr8eOC4ydpEh8017WwyfzqVQ==",
"version": "6.14.1",
"resolved": "https://registry.npmjs.org/query-string/-/query-string-6.14.1.tgz",
"integrity": "sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw==",
"dependencies": {
"decode-uri-component": "^0.2.0",
"filter-obj": "^1.1.0",
@ -23869,6 +23869,9 @@
},
"engines": {
"node": ">=6"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/query-string/node_modules/strict-uri-encode": {
@ -50470,9 +50473,9 @@
"integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ=="
},
"query-string": {
"version": "6.14.0",
"resolved": "https://registry.npmjs.org/query-string/-/query-string-6.14.0.tgz",
"integrity": "sha512-In3o+lUxlgejoVJgwEdYtdxrmlL0cQWJXj0+kkI7RWVo7hg5AhFtybeKlC9Dpgbr8eOC4ydpEh8017WwyfzqVQ==",
"version": "6.14.1",
"resolved": "https://registry.npmjs.org/query-string/-/query-string-6.14.1.tgz",
"integrity": "sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw==",
"requires": {
"decode-uri-component": "^0.2.0",
"filter-obj": "^1.1.0",

View File

@ -47,7 +47,7 @@
"monaco-editor": "^0.20.0",
"nanoid": "^3.1.20",
"prismjs": "^1.23.0",
"query-string": "^6.14.0",
"query-string": "^6.14.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-final-form": "^6.5.2",