diff --git a/package-lock.json b/package-lock.json index ff6e7e3..2b2dcc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "gh-pages": "^5.0.0", "isomorphic-fetch": "^3.0.0", "lodash": "^4.17.21", - "query-string": "^7.1.1", + "query-string": "^7.1.3", "react": "^17.0.2", "react-dom": "^17.0.2", "react-loading-skeleton": "^2.2.0", @@ -15002,11 +15002,11 @@ } }, "node_modules/query-string": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.1.tgz", - "integrity": "sha512-MplouLRDHBZSG9z7fpuAAcI7aAYjDLhtsiVZsevsfaHWDS2IDdORKbSd1kWUA+V4zyva/HZoSfpwnYMMQDhb0w==", + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.3.tgz", + "integrity": "sha512-hh2WYhq4fi8+b+/2Kg9CEge4fDPvHS534aOOvOZeQ3+Vf2mCFsaFBYj0i+iXcAq6I9Vzp5fjMFBlONvayDC1qg==", "dependencies": { - "decode-uri-component": "^0.2.0", + "decode-uri-component": "^0.2.2", "filter-obj": "^1.1.0", "split-on-first": "^1.0.0", "strict-uri-encode": "^2.0.0" @@ -30685,11 +30685,11 @@ } }, "query-string": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.1.tgz", - "integrity": "sha512-MplouLRDHBZSG9z7fpuAAcI7aAYjDLhtsiVZsevsfaHWDS2IDdORKbSd1kWUA+V4zyva/HZoSfpwnYMMQDhb0w==", + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.3.tgz", + "integrity": "sha512-hh2WYhq4fi8+b+/2Kg9CEge4fDPvHS534aOOvOZeQ3+Vf2mCFsaFBYj0i+iXcAq6I9Vzp5fjMFBlONvayDC1qg==", "requires": { - "decode-uri-component": "^0.2.0", + "decode-uri-component": "^0.2.2", "filter-obj": "^1.1.0", "split-on-first": "^1.0.0", "strict-uri-encode": "^2.0.0" diff --git a/package.json b/package.json index 7e0b92e..8b7698d 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "gh-pages": "^5.0.0", "isomorphic-fetch": "^3.0.0", "lodash": "^4.17.21", - "query-string": "^7.1.1", + "query-string": "^7.1.3", "react": "^17.0.2", "react-dom": "^17.0.2", "react-loading-skeleton": "^2.2.0",