mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
Merge 424a81ae3e into d02155784b
This commit is contained in:
commit
b09dc726ec
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
|
@ -32,7 +32,7 @@
|
|||
"color": "^5.0.3",
|
||||
"debounce": "^3.0.0",
|
||||
"marked": "^17.0.1",
|
||||
"p-queue": "^9.2.0",
|
||||
"p-queue": "^9.3.0",
|
||||
"pinia": "^3.0.4",
|
||||
"sortablejs": "^1.15.7",
|
||||
"vue": "^3.5.34",
|
||||
|
|
@ -13237,9 +13237,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/p-queue": {
|
||||
"version": "9.2.0",
|
||||
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.2.0.tgz",
|
||||
"integrity": "sha512-dWgLE8AH0HjQ9fe74pUkKkvzzYT18Inp4zra3lKHnnwqGvcfcUBrvF2EAVX+envufDNBOzpPq/IBUONDbI7+3g==",
|
||||
"version": "9.3.0",
|
||||
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.3.0.tgz",
|
||||
"integrity": "sha512-7NED7xhQ74Ngp4JP/2e0VZHp7vSWfJfqeiR92jPgxsz6m0Se4P03YoTKa9dDXyZ3r6P616gUXttrB6nnHYKang==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"eventemitter3": "^5.0.4",
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@
|
|||
"color": "^5.0.3",
|
||||
"debounce": "^3.0.0",
|
||||
"marked": "^17.0.1",
|
||||
"p-queue": "^9.2.0",
|
||||
"p-queue": "^9.3.0",
|
||||
"pinia": "^3.0.4",
|
||||
"sortablejs": "^1.15.7",
|
||||
"vue": "^3.5.34",
|
||||
|
|
|
|||
Loading…
Reference in a new issue