From 59602f103f142eb63ba7743caee7249fad4c75da Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 13:48:44 +0000 Subject: [PATCH] build(deps): Bump query-string from 6.13.6 to 6.13.8 Bumps [query-string](https://github.com/sindresorhus/query-string) from 6.13.6 to 6.13.8. - [Release notes](https://github.com/sindresorhus/query-string/releases) - [Commits](https://github.com/sindresorhus/query-string/compare/v6.13.6...v6.13.8) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b94b3fc..3cfde5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10912,9 +10912,9 @@ "dev": true }, "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.8", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-6.13.8.tgz", + "integrity": "sha512-jxJzQI2edQPE/NPUOusNjO/ZOGqr1o2OBa/3M00fU76FsLXDVbJDv/p7ng5OdQyorKrkRz1oqfwmbe5MAMePQg==", "requires": { "decode-uri-component": "^0.2.0", "split-on-first": "^1.0.0", diff --git a/package.json b/package.json index 24570ee..bec645b 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "node": ">=10" }, "dependencies": { - "query-string": "^6.13.6" + "query-string": "^6.13.8" }, "devDependencies": { "@types/body-parser": "^1.19.0",