From ecf95f113c6abddb62fb532f55959bffaeb7c1b6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Oct 2020 06:56:54 +0000 Subject: [PATCH] fix: upgrade query-string from 6.8.2 to 6.13.2 Snyk has created this PR to upgrade query-string from 6.8.2 to 6.13.2. See this package in npm: https://www.npmjs.com/package/query-string See this project in Snyk: https://app.snyk.io/org/jankyboy/project/c9b54f9d-ac59-4d3c-ab78-c875e96a072f?utm_source=github&utm_medium=upgrade-pr --- 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 75011acab33fa..972b80d549a7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4476,9 +4476,9 @@ "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==" }, "query-string": { - "version": "6.8.2", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-6.8.2.tgz", - "integrity": "sha512-J3Qi8XZJXh93t2FiKyd/7Ec6GNifsjKXUsVFkSBj/kjLsDylWhnCz4NT1bkPcKotttPW+QbKGqqPH8OoI2pdqw==", + "version": "6.13.2", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-6.13.2.tgz", + "integrity": "sha512-BMmDaUiLDFU1hlM38jTFcRt7HYiGP/zt1sRzrIWm5zpeEuO1rkbPS0ELI3uehoLuuhHDCS8u8lhFN3fEN4JzPQ==", "requires": { "decode-uri-component": "^0.2.0", "split-on-first": "^1.0.0", diff --git a/package.json b/package.json index c9df68e3314da..69c47d9fa127a 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "path-is-inside": "~1.0.2", "promise-inflight": "~1.0.1", "qrcode-terminal": "^0.12.0", - "query-string": "^6.8.2", + "query-string": "^6.13.2", "qw": "~1.0.1", "read": "~1.0.7", "read-cmd-shim": "^1.0.5",