From 09a1fdec93409f3c694c733cbc354dcd645a45c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Mar 2021 22:02:43 +0000 Subject: [PATCH] fix: upgrade query-string from 6.14.0 to 6.14.1 Snyk has created this PR to upgrade query-string from 6.14.0 to 6.14.1. See this package in npm: https://www.npmjs.com/package/query-string See this project in Snyk: https://app.snyk.io/org/acinader/project/953c8e1a-a9ef-4134-afbe-43474913abbb?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 d9c81a8160..7549a196e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12139,9 +12139,9 @@ "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" }, "query-string": { - "version": "6.14.0", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-6.14.0.tgz", - "integrity": "sha512-In3o+lUxlgejoVJgwEdYtdxrmlL0cQWJXj0+kkI7RWVo7hg5AhFtybeKlC9Dpgbr8eOC4ydpEh8017WwyfzqVQ==", + "version": "6.14.1", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-6.14.1.tgz", + "integrity": "sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw==", "requires": { "decode-uri-component": "^0.2.0", "filter-obj": "^1.1.0", diff --git a/package.json b/package.json index a7518d157e..77f6473aff 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "passport-local": "1.0.0", "prismjs": "1.23.0", "prop-types": "15.7.2", - "query-string": "6.14.0", + "query-string": "6.14.1", "react": "16.14.0", "react-ace": "9.3.0", "react-dnd": "10.0.2",