mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #23663 from nextcloud/dependabot/npm_and_yarn/p-queue-6.6.2
This commit is contained in:
commit
ac249b37e2
4 changed files with 7 additions and 7 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
8
package-lock.json
generated
8
package-lock.json
generated
|
|
@ -7491,12 +7491,12 @@
|
|||
}
|
||||
},
|
||||
"p-queue": {
|
||||
"version": "6.6.1",
|
||||
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.1.tgz",
|
||||
"integrity": "sha512-miQiSxLYPYBxGkrldecZC18OTLjdUqnlRebGzPRiVxB8mco7usCmm7hFuxiTvp93K18JnLtE4KMMycjAu/cQQg==",
|
||||
"version": "6.6.2",
|
||||
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.2.tgz",
|
||||
"integrity": "sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==",
|
||||
"requires": {
|
||||
"eventemitter3": "^4.0.4",
|
||||
"p-timeout": "^3.1.0"
|
||||
"p-timeout": "^3.2.0"
|
||||
}
|
||||
},
|
||||
"p-timeout": {
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@
|
|||
"moment-timezone": "^0.5.31",
|
||||
"nextcloud-vue-collections": "^0.8.1",
|
||||
"p-limit": "^3.0.2",
|
||||
"p-queue": "^6.6.1",
|
||||
"p-queue": "^6.6.2",
|
||||
"query-string": "^5.1.1",
|
||||
"regenerator-runtime": "^0.13.7",
|
||||
"select2": "3.5.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue