chore(deps): bump query-string from 6.13.6 to 6.13.7 in /api-server

Bumps [query-string](https://github.com/sindresorhus/query-string) from 6.13.6 to 6.13.7.
- [Release notes](https://github.com/sindresorhus/query-string/releases)
- [Commits](https://github.com/sindresorhus/query-string/compare/v6.13.6...v6.13.7)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-12-27 05:04:48 +00:00
parent 819245a789
commit 567d8c5139
2 changed files with 9 additions and 11 deletions

View File

@ -15674,20 +15674,13 @@
"integrity": "sha512-eRzhrN1WSINYCDCbrz796z37LOe3m5tmW7RQf6oBntukAG1nmovJvhnwHHRMAfeoItc1m2Hk02WER2aQ/iqs+A==" "integrity": "sha512-eRzhrN1WSINYCDCbrz796z37LOe3m5tmW7RQf6oBntukAG1nmovJvhnwHHRMAfeoItc1m2Hk02WER2aQ/iqs+A=="
}, },
"query-string": { "query-string": {
"version": "6.13.6", "version": "6.13.7",
"resolved": "https://registry.npmjs.org/query-string/-/query-string-6.13.6.tgz", "resolved": "https://registry.npmjs.org/query-string/-/query-string-6.13.7.tgz",
"integrity": "sha512-/WWZ7d9na6s2wMEGdVCVgKWE9Rt7nYyNIf7k8xmHXcesPMlEzicWo3lbYwHyA4wBktI2KrXxxZeACLbE84hvSQ==", "integrity": "sha512-CsGs8ZYb39zu0WLkeOhe0NMePqgYdAuCqxOYKDR5LVCytDZYMGx3Bb+xypvQvPHVPijRXB0HZNFllCzHRe4gEA==",
"requires": { "requires": {
"decode-uri-component": "^0.2.0", "decode-uri-component": "^0.2.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"
},
"dependencies": {
"strict-uri-encode": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz",
"integrity": "sha1-ucczDHBChi9rFC3CdLvMWGbONUY="
}
} }
}, },
"querystring": { "querystring": {
@ -16655,6 +16648,11 @@
"resolved": "https://registry.npmjs.org/stream-serializer/-/stream-serializer-1.1.2.tgz", "resolved": "https://registry.npmjs.org/stream-serializer/-/stream-serializer-1.1.2.tgz",
"integrity": "sha1-wfl9FdolH1lK4n1B7IraCahG408=" "integrity": "sha1-wfl9FdolH1lK4n1B7IraCahG408="
}, },
"strict-uri-encode": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz",
"integrity": "sha1-ucczDHBChi9rFC3CdLvMWGbONUY="
},
"string-length": { "string-length": {
"version": "4.0.1", "version": "4.0.1",
"resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.1.tgz", "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.1.tgz",

View File

@ -50,7 +50,7 @@
"passport": "^0.4.1", "passport": "^0.4.1",
"passport-auth0": "^1.3.3", "passport-auth0": "^1.3.3",
"passport-local": "^1.0.0", "passport-local": "^1.0.0",
"query-string": "^6.13.6", "query-string": "^6.13.7",
"rx": "^4.1.0", "rx": "^4.1.0",
"stripe": "^6.36.0", "stripe": "^6.36.0",
"uuid": "^3.4.0", "uuid": "^3.4.0",