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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-02-15 05:23:34 +00:00
parent bdfd05774c
commit aac39c9c08
2 changed files with 10 additions and 4 deletions

View File

@ -11818,6 +11818,11 @@
} }
} }
}, },
"filter-obj": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-1.1.0.tgz",
"integrity": "sha1-mzERErxsYSehbgFsbF1/GeCAXFs="
},
"final-form": { "final-form": {
"version": "4.20.1", "version": "4.20.1",
"resolved": "https://registry.npmjs.org/final-form/-/final-form-4.20.1.tgz", "resolved": "https://registry.npmjs.org/final-form/-/final-form-4.20.1.tgz",
@ -22759,11 +22764,12 @@
"integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ=="
}, },
"query-string": { "query-string": {
"version": "6.13.8", "version": "6.14.0",
"resolved": "https://registry.npmjs.org/query-string/-/query-string-6.13.8.tgz", "resolved": "https://registry.npmjs.org/query-string/-/query-string-6.14.0.tgz",
"integrity": "sha512-jxJzQI2edQPE/NPUOusNjO/ZOGqr1o2OBa/3M00fU76FsLXDVbJDv/p7ng5OdQyorKrkRz1oqfwmbe5MAMePQg==", "integrity": "sha512-In3o+lUxlgejoVJgwEdYtdxrmlL0cQWJXj0+kkI7RWVo7hg5AhFtybeKlC9Dpgbr8eOC4ydpEh8017WwyfzqVQ==",
"requires": { "requires": {
"decode-uri-component": "^0.2.0", "decode-uri-component": "^0.2.0",
"filter-obj": "^1.1.0",
"split-on-first": "^1.0.0", "split-on-first": "^1.0.0",
"strict-uri-encode": "^2.0.0" "strict-uri-encode": "^2.0.0"
}, },

View File

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