Merge pull request #50341 from nextcloud/dependabot/npm_and_yarn/stable31/query-string-9.1.1

chore(deps): bump query-string from 9.1.0 to 9.1.1
This commit is contained in:
Andy Scherzinger 2025-02-04 20:51:24 +01:00 committed by GitHub
commit b90d495cbd
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

@ -603,7 +603,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.1
- license: MIT
- querystringify
- version: 2.2.0

File diff suppressed because one or more lines are too long

View file

@ -170,7 +170,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.1
- license: MIT
- split-on-first
- version: 3.0.0

View file

@ -227,7 +227,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.1
- license: MIT
- simple-eta
- version: 3.0.2

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.1
- license: MIT
- split-on-first
- version: 3.0.0

8
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.1.0",
"query-string": "^9.1.1",
"regenerator-runtime": "^0.14.1",
"select2": "3.5.1",
"snap.js": "^2.0.9",
@ -20494,9 +20494,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.1",
"resolved": "https://registry.npmjs.org/query-string/-/query-string-9.1.1.tgz",
"integrity": "sha512-MWkCOVIcJP9QSKU52Ngow6bsAWAPlPK2MludXvcrS2bGZSl+T1qX9MZvRIkqUIkGLJquMJHWfsT6eRqUpp4aWg==",
"license": "MIT",
"dependencies": {
"decode-uri-component": "^0.4.1",

View file

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