From a29ecfdc1af164bd527cd09bf2a7725a8687266c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Nov 2020 05:21:25 +0000 Subject: [PATCH] chore(deps): bump query-string from 6.13.5 to 6.13.6 in /api-server Bumps [query-string](https://github.com/sindresorhus/query-string) from 6.13.5 to 6.13.6. - [Release notes](https://github.com/sindresorhus/query-string/releases) - [Commits](https://github.com/sindresorhus/query-string/compare/v6.13.5...v6.13.6) Signed-off-by: dependabot[bot] --- api-server/package-lock.json | 6 +++--- api-server/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api-server/package-lock.json b/api-server/package-lock.json index c000fb14a1..27d4d96e87 100644 --- a/api-server/package-lock.json +++ b/api-server/package-lock.json @@ -18591,9 +18591,9 @@ "integrity": "sha512-eRzhrN1WSINYCDCbrz796z37LOe3m5tmW7RQf6oBntukAG1nmovJvhnwHHRMAfeoItc1m2Hk02WER2aQ/iqs+A==" }, "query-string": { - "version": "6.13.5", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-6.13.5.tgz", - "integrity": "sha512-svk3xg9qHR39P3JlHuD7g3nRnyay5mHbrPctEBDUxUkHRifPHXJDhBUycdCC0NBjXoDf44Gb+IsOZL1Uwn8M/Q==", + "version": "6.13.6", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-6.13.6.tgz", + "integrity": "sha512-/WWZ7d9na6s2wMEGdVCVgKWE9Rt7nYyNIf7k8xmHXcesPMlEzicWo3lbYwHyA4wBktI2KrXxxZeACLbE84hvSQ==", "requires": { "decode-uri-component": "^0.2.0", "split-on-first": "^1.0.0", diff --git a/api-server/package.json b/api-server/package.json index db208fb497..80ab68bf11 100644 --- a/api-server/package.json +++ b/api-server/package.json @@ -55,7 +55,7 @@ "passport-auth0": "^1.3.3", "passport-local": "^1.0.0", "passport-oauth": "^1.0.0", - "query-string": "^6.13.5", + "query-string": "^6.13.6", "rss-parser": "^3.9.0", "rx": "^4.1.0", "shortid": "^2.2.15",