Merge pull request #44102 from nextcloud/dependabot/npm_and_yarn/query-string-9.0.0

This commit is contained in:
dependabot[bot] 2024-03-13 13:46:01 +00:00 committed by GitHub
commit 4bda299541
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 12 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

10
package-lock.json generated
View file

@ -64,7 +64,7 @@
"p-queue": "^7.4.1",
"path": "^0.12.7",
"pinia": "^2.1.7",
"query-string": "^8.1.0",
"query-string": "^9.0.0",
"regenerator-runtime": "^0.14.1",
"select2": "3.5.1",
"snap.js": "^2.0.9",
@ -22360,16 +22360,16 @@
}
},
"node_modules/query-string": {
"version": "8.2.0",
"resolved": "https://registry.npmjs.org/query-string/-/query-string-8.2.0.tgz",
"integrity": "sha512-tUZIw8J0CawM5wyGBiDOAp7ObdRQh4uBor/fUR9ZjmbZVvw95OD9If4w3MQxr99rg0DJZ/9CIORcpEqU5hQG7g==",
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/query-string/-/query-string-9.0.0.tgz",
"integrity": "sha512-4EWwcRGsO2H+yzq6ddHcVqkCQ2EFUSfDMEjF8ryp8ReymyZhIuaFRGLomeOQLkrzacMHoyky2HW0Qe30UbzkKw==",
"dependencies": {
"decode-uri-component": "^0.4.1",
"filter-obj": "^5.1.0",
"split-on-first": "^3.0.0"
},
"engines": {
"node": ">=14.16"
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"

View file

@ -91,7 +91,7 @@
"p-queue": "^7.4.1",
"path": "^0.12.7",
"pinia": "^2.1.7",
"query-string": "^8.1.0",
"query-string": "^9.0.0",
"regenerator-runtime": "^0.14.1",
"select2": "3.5.1",
"snap.js": "^2.0.9",