From 47cf74b72279c19654fb9f8a1f66850f809d75d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 09:29:25 +0000 Subject: [PATCH] chore(deps): bump query-string from 9.2.0 to 9.2.1 Bumps [query-string](https://github.com/sindresorhus/query-string) from 9.2.0 to 9.2.1. - [Release notes](https://github.com/sindresorhus/query-string/releases) - [Commits](https://github.com/sindresorhus/query-string/compare/v9.2.0...v9.2.1) --- updated-dependencies: - dependency-name: query-string dependency-version: 9.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fd9302b055f..a7f42c654fe 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.0", + "query-string": "^9.2.1", "regenerator-runtime": "^0.14.1", "select2": "3.5.1", "snap.js": "^2.0.9", @@ -25446,9 +25446,9 @@ } }, "node_modules/query-string": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-9.2.0.tgz", - "integrity": "sha512-YIRhrHujoQxhexwRLxfy3VSjOXmvZRd2nyw1PwL1UUqZ/ys1dEZd1+NSgXkne2l/4X/7OXkigEAuhTX0g/ivJQ==", + "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", "dependencies": { "decode-uri-component": "^0.4.1", diff --git a/package.json b/package.json index bd08a593653..83e03fd23db 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.0", + "query-string": "^9.2.1", "regenerator-runtime": "^0.14.1", "select2": "3.5.1", "snap.js": "^2.0.9",