diff --git a/build/frontend-legacy/package-lock.json b/build/frontend-legacy/package-lock.json index 2e0c924b810d9..e0613ae4ab0d2 100644 --- a/build/frontend-legacy/package-lock.json +++ b/build/frontend-legacy/package-lock.json @@ -56,7 +56,7 @@ "p-queue": "^9.3.3", "path": "^0.12.7", "pinia": "^2.3.1", - "query-string": "^9.5.0", + "query-string": "^9.5.1", "regenerator-runtime": "^0.14.1", "throttle-debounce": "^5.0.2", "v-click-outside": "^3.2.0", @@ -16311,9 +16311,9 @@ "license": "MIT" }, "node_modules/query-string": { - "version": "9.5.0", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-9.5.0.tgz", - "integrity": "sha512-YlJmwNyi0RGYjlxYcuDncMsxFU7YyutbuI7gTm8ySxIGBlwx5yiBCOD5ig9ZNoHkawk/1Dey0N5mEfcUybMVAA==", + "version": "9.5.1", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-9.5.1.tgz", + "integrity": "sha512-/zO3RwuRCMTIcEgq6YMv4OrtEE1XzBG7w5N6zc6ydYnkWYOWsnLI/5894hYEzfESfMOT4cHCsRTIdxsSl1KjGg==", "license": "MIT", "dependencies": { "decode-uri-component": "^0.5.0", diff --git a/build/frontend-legacy/package.json b/build/frontend-legacy/package.json index 7225ec90dddf9..40b051882f4c5 100644 --- a/build/frontend-legacy/package.json +++ b/build/frontend-legacy/package.json @@ -75,7 +75,7 @@ "p-queue": "^9.3.3", "path": "^0.12.7", "pinia": "^2.3.1", - "query-string": "^9.5.0", + "query-string": "^9.5.1", "regenerator-runtime": "^0.14.1", "throttle-debounce": "^5.0.2", "v-click-outside": "^3.2.0",