Merge pull request #54893 from nextcloud/dependabot/npm_and_yarn/stable30/query-string-9.2.2

This commit is contained in:
dependabot[bot] 2025-09-13 05:26:59 +00:00 committed by GitHub
commit 5dafa569e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 11 additions and 12 deletions

4
dist/core-login.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4
dist/files-main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

9
package-lock.json generated
View file

@ -65,7 +65,7 @@
"p-queue": "^7.4.1",
"path": "^0.12.7",
"pinia": "^2.3.1",
"query-string": "^9.2.1",
"query-string": "^9.2.2",
"regenerator-runtime": "^0.14.1",
"select2": "3.5.1",
"snap.js": "^2.0.9",
@ -25225,10 +25225,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.2.2",
"resolved": "https://registry.npmjs.org/query-string/-/query-string-9.2.2.tgz",
"integrity": "sha512-pDSIZJ9sFuOp6VnD+5IkakSVf+rICAuuU88Hcsr6AKL0QtxSIfVuKiVP2oahFI7tk3CRSexwV+Ya6MOoTxzg9g==",
"dependencies": {
"decode-uri-component": "^0.4.1",
"filter-obj": "^5.1.0",

View file

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