chore(deps): Bump query-string from 9.3.1 to 9.4.0

Bumps [query-string](https://github.com/sindresorhus/query-string) from 9.3.1 to 9.4.0.
- [Release notes](https://github.com/sindresorhus/query-string/releases)
- [Commits](https://github.com/sindresorhus/query-string/compare/v9.3.1...v9.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-06-06 02:37:48 +00:00 committed by Andy Scherzinger
parent a4226438d6
commit 67dfd3fc04
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -64,7 +64,7 @@
"p-queue": "^8.1.0",
"path": "^0.12.7",
"pinia": "^2.3.1",
"query-string": "^9.3.1",
"query-string": "^9.4.0",
"regenerator-runtime": "^0.14.1",
"select2": "3.5.1",
"snap.js": "^2.0.9",
@ -22281,9 +22281,9 @@
]
},
"node_modules/query-string": {
"version": "9.3.1",
"resolved": "https://registry.npmjs.org/query-string/-/query-string-9.3.1.tgz",
"integrity": "sha512-5fBfMOcDi5SA9qj5jZhWAcTtDfKF5WFdd2uD9nVNlbxVv1baq65aALy6qofpNEGELHvisjjasxQp7BlM9gvMzw==",
"version": "9.4.0",
"resolved": "https://registry.npmjs.org/query-string/-/query-string-9.4.0.tgz",
"integrity": "sha512-ivvWyHqU9K1Log4hJFhqVIIMoEi0nzmlRhvk2pPcTuQH/Y0K5iTTMxEx7R0PRHD2Z1hMVbWnjfsEWbIKIK+3IA==",
"dependencies": {
"decode-uri-component": "^0.4.1",
"filter-obj": "^5.1.0",

View file

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