Merge pull request #53215 from nextcloud/dependabot/npm_and_yarn/stable31/query-string-9.2.0

build(deps): bump query-string from 9.1.2 to 9.2.0
This commit is contained in:
Ferdinand Thiessen 2025-05-31 17:21:36 +02:00 committed by GitHub
commit a675db98e9
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

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

File diff suppressed because one or more lines are too long

View file

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

View file

@ -211,7 +211,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.11.10
- license: MIT
- query-string
- version: 9.1.2
- version: 9.2.0
- 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.2
- version: 9.2.0
- license: MIT
- split-on-first
- version: 3.0.0

8
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.1.2",
"query-string": "^9.2.0",
"regenerator-runtime": "^0.14.1",
"select2": "3.5.1",
"snap.js": "^2.0.9",
@ -20636,9 +20636,9 @@
}
},
"node_modules/query-string": {
"version": "9.1.2",
"resolved": "https://registry.npmjs.org/query-string/-/query-string-9.1.2.tgz",
"integrity": "sha512-s3UlTyjxRux4KjwWaJsjh1Mp8zoCkSGKirbD9H89pEM9UOZsfpRZpdfzvsy2/mGlLfC3NnYVpy2gk7jXITHEtA==",
"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==",
"license": "MIT",
"dependencies": {
"decode-uri-component": "^0.4.1",

View file

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