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] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-06-25 09:29:25 +00:00 committed by GitHub
parent a13a381706
commit 47cf74b722
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -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",

View file

@ -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",