mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #31045 from nextcloud/dependabot/npm_and_yarn/query-string-7.1.1
Bump query-string from 7.1.0 to 7.1.1
This commit is contained in:
commit
4696e66e23
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
|
@ -56,7 +56,7 @@
|
|||
"p-limit": "^4.0.0",
|
||||
"p-queue": "^7.1.0",
|
||||
"path": "^0.12.7",
|
||||
"query-string": "^7.0.1",
|
||||
"query-string": "^7.1.1",
|
||||
"regenerator-runtime": "^0.13.9",
|
||||
"select2": "3.5.1",
|
||||
"snap.js": "^2.0.9",
|
||||
|
|
@ -15505,9 +15505,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/query-string": {
|
||||
"version": "7.1.0",
|
||||
"resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.0.tgz",
|
||||
"integrity": "sha512-wnJ8covk+S9isYR5JIXPt93kFUmI2fQ4R/8130fuq+qwLiGVTurg7Klodgfw4NSz/oe7xnyi09y3lSrogUeM3g==",
|
||||
"version": "7.1.1",
|
||||
"resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.1.tgz",
|
||||
"integrity": "sha512-MplouLRDHBZSG9z7fpuAAcI7aAYjDLhtsiVZsevsfaHWDS2IDdORKbSd1kWUA+V4zyva/HZoSfpwnYMMQDhb0w==",
|
||||
"dependencies": {
|
||||
"decode-uri-component": "^0.2.0",
|
||||
"filter-obj": "^1.1.0",
|
||||
|
|
@ -31635,9 +31635,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"query-string": {
|
||||
"version": "7.1.0",
|
||||
"resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.0.tgz",
|
||||
"integrity": "sha512-wnJ8covk+S9isYR5JIXPt93kFUmI2fQ4R/8130fuq+qwLiGVTurg7Klodgfw4NSz/oe7xnyi09y3lSrogUeM3g==",
|
||||
"version": "7.1.1",
|
||||
"resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.1.tgz",
|
||||
"integrity": "sha512-MplouLRDHBZSG9z7fpuAAcI7aAYjDLhtsiVZsevsfaHWDS2IDdORKbSd1kWUA+V4zyva/HZoSfpwnYMMQDhb0w==",
|
||||
"requires": {
|
||||
"decode-uri-component": "^0.2.0",
|
||||
"filter-obj": "^1.1.0",
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@
|
|||
"p-limit": "^4.0.0",
|
||||
"p-queue": "^7.1.0",
|
||||
"path": "^0.12.7",
|
||||
"query-string": "^7.0.1",
|
||||
"query-string": "^7.1.1",
|
||||
"regenerator-runtime": "^0.13.9",
|
||||
"select2": "3.5.1",
|
||||
"snap.js": "^2.0.9",
|
||||
|
|
|
|||
Loading…
Reference in a new issue