From ea56ccc2586fd5af1b5c63884179bca851845634 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 07:45:45 +0000 Subject: [PATCH] chore(deps): bump query-string from 6.13.5 to 6.13.6 in /client 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] --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index b4a05c3071..a83d77f359 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -21078,9 +21078,9 @@ "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" }, "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/client/package.json b/client/package.json index 6e75b2d8c5..03b96d7627 100644 --- a/client/package.json +++ b/client/package.json @@ -49,7 +49,7 @@ "monaco-editor": "^0.20.0", "nanoid": "^3.1.12", "prismjs": "^1.22.0", - "query-string": "^6.13.5", + "query-string": "^6.13.6", "react": "^16.14.0", "react-dom": "^16.14.0", "react-final-form": "^6.5.1",