build(deps): bump query-string from 9.2.2 to 9.3.0

Bumps [query-string](https://github.com/sindresorhus/query-string) from 9.2.2 to 9.3.0.
- [Release notes](https://github.com/sindresorhus/query-string/releases)
- [Commits](https://github.com/sindresorhus/query-string/compare/v9.2.2...v9.3.0)

---
updated-dependencies:
- dependency-name: query-string
  dependency-version: 9.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/55035/head
dependabot[bot] 2025-09-11 12:57:09 +07:00 committed by Andy Scherzinger
parent 8dce0197d6
commit 55314e7e62
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated

@ -64,7 +64,7 @@
"p-queue": "^8.1.0",
"path": "^0.12.7",
"pinia": "^2.3.1",
"query-string": "^9.2.2",
"query-string": "^9.3.0",
"regenerator-runtime": "^0.14.1",
"select2": "3.5.1",
"snap.js": "^2.0.9",
@ -20694,10 +20694,9 @@
}
},
"node_modules/query-string": {
"version": "9.2.2",
"resolved": "https://registry.npmjs.org/query-string/-/query-string-9.2.2.tgz",
"integrity": "sha512-pDSIZJ9sFuOp6VnD+5IkakSVf+rICAuuU88Hcsr6AKL0QtxSIfVuKiVP2oahFI7tk3CRSexwV+Ya6MOoTxzg9g==",
"license": "MIT",
"version": "9.3.0",
"resolved": "https://registry.npmjs.org/query-string/-/query-string-9.3.0.tgz",
"integrity": "sha512-IQHOQ9aauHAApwAaUYifpEyLHv6fpVGVkMOnwPzcDScLjbLj8tLsILn6unSW79NafOw1llh8oK7Gd0VwmXBFmA==",
"dependencies": {
"decode-uri-component": "^0.4.1",
"filter-obj": "^5.1.0",

@ -95,7 +95,7 @@
"p-queue": "^8.1.0",
"path": "^0.12.7",
"pinia": "^2.3.1",
"query-string": "^9.2.2",
"query-string": "^9.3.0",
"regenerator-runtime": "^0.14.1",
"select2": "3.5.1",
"snap.js": "^2.0.9",