From 17f5702bdbf4b63087b0a1ce49a54b3919b41e81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 05:29:10 +0000 Subject: [PATCH] chore(deps): bump query-string from 6.13.6 to 6.13.7 in /client 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] --- 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 0640fbba579..1aadb766ad8 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -20082,9 +20082,9 @@ "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" }, "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", diff --git a/client/package.json b/client/package.json index d6a364d4c09..dcdeb23d187 100644 --- a/client/package.json +++ b/client/package.json @@ -49,7 +49,7 @@ "monaco-editor": "^0.20.0", "nanoid": "^3.1.16", "prismjs": "^1.22.0", - "query-string": "^6.13.6", + "query-string": "^6.13.7", "react": "^16.14.0", "react-dom": "^16.14.0", "react-final-form": "^6.5.2",