From 567d8c5139d9b8e0735bcf810887167a6fcced64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Dec 2020 05:04:48 +0000 Subject: [PATCH] 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] --- api-server/package-lock.json | 18 ++++++++---------- api-server/package.json | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/api-server/package-lock.json b/api-server/package-lock.json index 0a255058b2..a327d23f37 100644 --- a/api-server/package-lock.json +++ b/api-server/package-lock.json @@ -15674,20 +15674,13 @@ "integrity": "sha512-eRzhrN1WSINYCDCbrz796z37LOe3m5tmW7RQf6oBntukAG1nmovJvhnwHHRMAfeoItc1m2Hk02WER2aQ/iqs+A==" }, "query-string": { - "version": "6.13.6", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-6.13.6.tgz", - "integrity": "sha512-/WWZ7d9na6s2wMEGdVCVgKWE9Rt7nYyNIf7k8xmHXcesPMlEzicWo3lbYwHyA4wBktI2KrXxxZeACLbE84hvSQ==", + "version": "6.13.7", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-6.13.7.tgz", + "integrity": "sha512-CsGs8ZYb39zu0WLkeOhe0NMePqgYdAuCqxOYKDR5LVCytDZYMGx3Bb+xypvQvPHVPijRXB0HZNFllCzHRe4gEA==", "requires": { "decode-uri-component": "^0.2.0", "split-on-first": "^1.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": { @@ -16655,6 +16648,11 @@ "resolved": "https://registry.npmjs.org/stream-serializer/-/stream-serializer-1.1.2.tgz", "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": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.1.tgz", diff --git a/api-server/package.json b/api-server/package.json index ad38860f31..1e63a082a1 100644 --- a/api-server/package.json +++ b/api-server/package.json @@ -50,7 +50,7 @@ "passport": "^0.4.1", "passport-auth0": "^1.3.3", "passport-local": "^1.0.0", - "query-string": "^6.13.6", + "query-string": "^6.13.7", "rx": "^4.1.0", "stripe": "^6.36.0", "uuid": "^3.4.0",