Merge pull request #53626 from nextcloud/dependabot/npm_and_yarn/stable31/query-string-9.2.1

pull/53642/head
dependabot[bot] 2025-06-21 14:12:25 +07:00 committed by GitHub
commit 2e4e350681
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 12 additions and 12 deletions

File diff suppressed because one or more lines are too long

@ -542,7 +542,7 @@ This file is generated from multiple sources. Included packages:
- version: 6.13.0
- license: BSD-3-Clause
- query-string
- version: 9.2.0
- version: 9.2.1
- 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.2.0
- version: 9.2.1
- license: MIT
- split-on-first
- version: 3.0.0

@ -211,7 +211,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.11.10
- license: MIT
- query-string
- version: 9.2.0
- version: 9.2.1
- 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.2.0
- version: 9.2.1
- 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.2.0",
"query-string": "^9.2.1",
"regenerator-runtime": "^0.14.1",
"select2": "3.5.1",
"snap.js": "^2.0.9",
@ -20968,9 +20968,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",

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