Merge pull request #56267 from nextcloud/dependabot/npm_and_yarn/stable31/query-string-9.3.1

This commit is contained in:
dependabot[bot] 2025-11-11 23:29:51 +00:00 committed by GitHub
commit 8b4a424d05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 12 additions and 13 deletions

4
dist/core-common.js vendored

File diff suppressed because one or more lines are too long

View file

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

File diff suppressed because one or more lines are too long

View file

@ -161,7 +161,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.11.10
- license: MIT
- query-string
- version: 9.2.1
- version: 9.3.1
- license: MIT
- safe-buffer
- version: 5.2.1

View file

@ -222,7 +222,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.11.10
- license: MIT
- query-string
- version: 9.2.1
- version: 9.3.1
- license: MIT
- safe-buffer
- version: 5.2.1

View file

@ -99,7 +99,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.11.10
- license: MIT
- query-string
- version: 9.2.1
- version: 9.3.1
- license: MIT
- safe-buffer
- version: 5.2.1

9
package-lock.json generated
View file

@ -64,7 +64,7 @@
"p-queue": "^7.4.1",
"path": "^0.12.7",
"pinia": "^2.3.1",
"query-string": "^9.2.1",
"query-string": "^9.3.1",
"regenerator-runtime": "^0.14.1",
"select2": "3.5.1",
"snap.js": "^2.0.9",
@ -20802,10 +20802,9 @@
}
},
"node_modules/query-string": {
"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",
"version": "9.3.1",
"resolved": "https://registry.npmjs.org/query-string/-/query-string-9.3.1.tgz",
"integrity": "sha512-5fBfMOcDi5SA9qj5jZhWAcTtDfKF5WFdd2uD9nVNlbxVv1baq65aALy6qofpNEGELHvisjjasxQp7BlM9gvMzw==",
"dependencies": {
"decode-uri-component": "^0.4.1",
"filter-obj": "^5.1.0",

View file

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