From 0629d0857b35cb430b6b42e6923370b9a689f708 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 13:46:22 +0000 Subject: [PATCH] build(deps): bump query-string in /build/frontend-legacy Bumps [query-string](https://github.com/sindresorhus/query-string) from 9.5.0 to 9.5.1. - [Release notes](https://github.com/sindresorhus/query-string/releases) - [Commits](https://github.com/sindresorhus/query-string/compare/v9.5.0...v9.5.1) --- updated-dependencies: - dependency-name: query-string dependency-version: 9.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build/frontend-legacy/package-lock.json | 8 ++++---- build/frontend-legacy/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",