build(deps): bump query-string from 9.1.1 to 9.1.2

Bumps [query-string](https://github.com/sindresorhus/query-string) from 9.1.1 to 9.1.2.
- [Release notes](https://github.com/sindresorhus/query-string/releases)
- [Commits](https://github.com/sindresorhus/query-string/compare/v9.1.1...v9.1.2)

---
updated-dependencies:
- dependency-name: query-string
  dependency-version: 9.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
pull/52606/head
dependabot[bot] 2025-05-03 01:47:34 +07:00 committed by nextcloud-command
parent 6ac2a69032
commit 09644238d9
8 changed files with 12 additions and 12 deletions

File diff suppressed because one or more lines are too long

@ -553,7 +553,7 @@ This file is generated from multiple sources. Included packages:
- version: 6.13.0
- license: BSD-3-Clause
- query-string
- version: 9.1.1
- version: 9.1.2
- license: MIT
- querystringify
- version: 2.2.0

File diff suppressed because one or more lines are too long

@ -162,7 +162,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.11.10
- license: MIT
- query-string
- version: 9.1.1
- version: 9.1.2
- license: MIT
- split-on-first
- version: 3.0.0

@ -226,7 +226,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.11.10
- license: MIT
- query-string
- version: 9.1.1
- version: 9.1.2
- license: MIT
- split-on-first
- version: 3.0.0

@ -87,7 +87,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.11.10
- license: MIT
- query-string
- version: 9.1.1
- version: 9.1.2
- license: MIT
- split-on-first
- version: 3.0.0

8
package-lock.json generated

@ -65,7 +65,7 @@
"p-queue": "^7.4.1",
"path": "^0.12.7",
"pinia": "^2.3.1",
"query-string": "^9.1.1",
"query-string": "^9.1.2",
"regenerator-runtime": "^0.14.1",
"select2": "3.5.1",
"snap.js": "^2.0.9",
@ -20628,9 +20628,9 @@
}
},
"node_modules/query-string": {
"version": "9.1.1",
"resolved": "https://registry.npmjs.org/query-string/-/query-string-9.1.1.tgz",
"integrity": "sha512-MWkCOVIcJP9QSKU52Ngow6bsAWAPlPK2MludXvcrS2bGZSl+T1qX9MZvRIkqUIkGLJquMJHWfsT6eRqUpp4aWg==",
"version": "9.1.2",
"resolved": "https://registry.npmjs.org/query-string/-/query-string-9.1.2.tgz",
"integrity": "sha512-s3UlTyjxRux4KjwWaJsjh1Mp8zoCkSGKirbD9H89pEM9UOZsfpRZpdfzvsy2/mGlLfC3NnYVpy2gk7jXITHEtA==",
"license": "MIT",
"dependencies": {
"decode-uri-component": "^0.4.1",

@ -96,7 +96,7 @@
"p-queue": "^7.4.1",
"path": "^0.12.7",
"pinia": "^2.3.1",
"query-string": "^9.1.1",
"query-string": "^9.1.2",
"regenerator-runtime": "^0.14.1",
"select2": "3.5.1",
"snap.js": "^2.0.9",