Merge pull request #52722 from nextcloud/dependabot/npm_and_yarn/query-string-9.1.2

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

4
dist/core-common.js vendored

File diff suppressed because one or more lines are too long

View file

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

File diff suppressed because one or more lines are too long

View file

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

View file

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

View file

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

8
package-lock.json generated
View file

@ -65,7 +65,7 @@
"p-queue": "^8.1.0",
"path": "^0.12.7",
"pinia": "^2.3.1",
"query-string": "^9.1.0",
"query-string": "^9.1.2",
"regenerator-runtime": "^0.14.1",
"select2": "3.5.1",
"snap.js": "^2.0.9",
@ -20718,9 +20718,9 @@
}
},
"node_modules/query-string": {
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/query-string/-/query-string-9.1.0.tgz",
"integrity": "sha512-t6dqMECpCkqfyv2FfwVS1xcB6lgXW/0XZSaKdsCNGYkqMO76AFiJEg4vINzoDKcZa6MS7JX+OHIjwh06K5vczw==",
"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",

View file

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