diff --git a/package-lock.json b/package-lock.json index d20986418..21b81134a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "mongoose": "^6.2.0", "nanoid": "3.2.0", "nconf": "^0.11.3", - "query-string": "7.1.0", + "query-string": "7.1.1", "react": "^16.14.0", "react-dom": "^16.14.0", "react-frame-component": "4.1.3", @@ -10263,9 +10263,9 @@ } }, "node_modules/query-string": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.0.tgz", - "integrity": "sha512-wnJ8covk+S9isYR5JIXPt93kFUmI2fQ4R/8130fuq+qwLiGVTurg7Klodgfw4NSz/oe7xnyi09y3lSrogUeM3g==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.1.tgz", + "integrity": "sha512-MplouLRDHBZSG9z7fpuAAcI7aAYjDLhtsiVZsevsfaHWDS2IDdORKbSd1kWUA+V4zyva/HZoSfpwnYMMQDhb0w==", "dependencies": { "decode-uri-component": "^0.2.0", "filter-obj": "^1.1.0", @@ -20842,9 +20842,9 @@ "integrity": "sha512-TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ==" }, "query-string": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.0.tgz", - "integrity": "sha512-wnJ8covk+S9isYR5JIXPt93kFUmI2fQ4R/8130fuq+qwLiGVTurg7Klodgfw4NSz/oe7xnyi09y3lSrogUeM3g==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.1.tgz", + "integrity": "sha512-MplouLRDHBZSG9z7fpuAAcI7aAYjDLhtsiVZsevsfaHWDS2IDdORKbSd1kWUA+V4zyva/HZoSfpwnYMMQDhb0w==", "requires": { "decode-uri-component": "^0.2.0", "filter-obj": "^1.1.0", diff --git a/package.json b/package.json index a95864d5b..f3bb6ae62 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "mongoose": "^6.2.0", "nanoid": "3.2.0", "nconf": "^0.11.3", - "query-string": "7.1.0", + "query-string": "7.1.1", "react": "^16.14.0", "react-dom": "^16.14.0", "react-frame-component": "4.1.3",