From 90118ec6f903b3383bec2fcbc74ae4666f83cb04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 13:21:18 +0000 Subject: [PATCH] build(deps): bump query-string from 9.2.1 to 9.2.2 Bumps [query-string](https://github.com/sindresorhus/query-string) from 9.2.1 to 9.2.2. - [Release notes](https://github.com/sindresorhus/query-string/releases) - [Commits](https://github.com/sindresorhus/query-string/compare/v9.2.1...v9.2.2) --- updated-dependencies: - dependency-name: query-string dependency-version: 9.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ca43a2e8ec3..0dfd1def686 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "p-queue": "^7.4.1", "path": "^0.12.7", "pinia": "^2.3.1", - "query-string": "^9.2.1", + "query-string": "^9.2.2", "regenerator-runtime": "^0.14.1", "select2": "3.5.1", "snap.js": "^2.0.9", @@ -25225,10 +25225,9 @@ } }, "node_modules/query-string": { - "version": "9.2.1", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-9.2.1.tgz", - "integrity": "sha512-3jTGGLRzlhu/1ws2zlr4Q+GVMLCQTLFOj8CMX5x44cdZG9FQE07x2mQhaNxaKVPNmIDu0mvJ/cEwtY7Pim7hqA==", - "license": "MIT", + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-9.2.2.tgz", + "integrity": "sha512-pDSIZJ9sFuOp6VnD+5IkakSVf+rICAuuU88Hcsr6AKL0QtxSIfVuKiVP2oahFI7tk3CRSexwV+Ya6MOoTxzg9g==", "dependencies": { "decode-uri-component": "^0.4.1", "filter-obj": "^5.1.0", diff --git a/package.json b/package.json index 09132129d69..61c73e0c6ed 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "p-queue": "^7.4.1", "path": "^0.12.7", "pinia": "^2.3.1", - "query-string": "^9.2.1", + "query-string": "^9.2.2", "regenerator-runtime": "^0.14.1", "select2": "3.5.1", "snap.js": "^2.0.9",