diff --git a/package-lock.json b/package-lock.json index 8e74c7df2..57f4890a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8036,9 +8036,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 ad342f918..f9e6a6d6d 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "marked": "2.0.1", "nconf": "^0.11.2", "prop-types": "15.7.2", - "query-string": "6.14.0", + "query-string": "6.14.1", "react": "^16.14.0", "react-dom": "^16.14.0", "react-frame-component": "4.1.3",