From 5a4e272c95b26c97594c1127b0a5c8c5ede6335d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 01:03:48 +0000 Subject: [PATCH] Bump query-string from 6.12.1 to 6.13.0 in /client Bumps [query-string](https://github.com/sindresorhus/query-string) from 6.12.1 to 6.13.0. - [Release notes](https://github.com/sindresorhus/query-string/releases) - [Commits](https://github.com/sindresorhus/query-string/compare/v6.12.1...v6.13.0) 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 9c782f9..6a92e3e 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -18628,9 +18628,9 @@ "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" }, "query-string": { - "version": "6.12.1", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-6.12.1.tgz", - "integrity": "sha512-OHj+zzfRMyj3rmo/6G8a5Ifvw3AleL/EbcHMD27YA31Q+cO5lfmQxECkImuNVjcskLcvBRVHNAB3w6udMs1eAA==", + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-6.13.0.tgz", + "integrity": "sha512-KJe8p8EUcixhPCp4cJoTYVfmgKHjnAB/Pq3fiqlmyNHvpHnOL5U4YE7iI2PYivGHp4HFocWz300906BAQX0H7g==", "requires": { "decode-uri-component": "^0.2.0", "split-on-first": "^1.0.0", diff --git a/client/package.json b/client/package.json index 0da3875..b6aab9f 100644 --- a/client/package.json +++ b/client/package.json @@ -27,7 +27,7 @@ "is-url-superb": "^3.0.0", "moment": "^2.26.0", "node-sass": "^4.14.1", - "query-string": "^6.12.1", + "query-string": "^6.13.0", "react": "^16.13.1", "react-collapsed": "^3.0.0", "react-datepicker": "^2.16.0",