This commit is contained in:
dependabot[bot] 2026-06-13 01:02:59 +00:00 committed by GitHub
commit b09dc726ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -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",

View file

@ -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",