diff --git a/package-lock.json b/package-lock.json index 8ad4aea085c..b012a28bff7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "p-queue": "^8.1.0", "path": "^0.12.7", "pinia": "^2.3.1", - "query-string": "^9.3.0", + "query-string": "^9.3.1", "regenerator-runtime": "^0.14.1", "select2": "3.5.1", "snap.js": "^2.0.9", @@ -20780,9 +20780,9 @@ } }, "node_modules/query-string": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-9.3.0.tgz", - "integrity": "sha512-IQHOQ9aauHAApwAaUYifpEyLHv6fpVGVkMOnwPzcDScLjbLj8tLsILn6unSW79NafOw1llh8oK7Gd0VwmXBFmA==", + "version": "9.3.1", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-9.3.1.tgz", + "integrity": "sha512-5fBfMOcDi5SA9qj5jZhWAcTtDfKF5WFdd2uD9nVNlbxVv1baq65aALy6qofpNEGELHvisjjasxQp7BlM9gvMzw==", "dependencies": { "decode-uri-component": "^0.4.1", "filter-obj": "^5.1.0", diff --git a/package.json b/package.json index 4c6c50e97f8..7813371cdaf 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "p-queue": "^8.1.0", "path": "^0.12.7", "pinia": "^2.3.1", - "query-string": "^9.3.0", + "query-string": "^9.3.1", "regenerator-runtime": "^0.14.1", "select2": "3.5.1", "snap.js": "^2.0.9",