diff --git a/package-lock.json b/package-lock.json index c2ed2dbe..e8456305 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@types/toastify-js": "^1.12.4", "@vueuse/core": "^11.3.0", "cancelable-promise": "^4.3.1", - "p-queue": "^9.0.1", + "p-queue": "^9.1.0", "toastify-js": "^1.12.0", "vue-frag": "^1.4.3", "webdav": "^5.8.0" @@ -10195,9 +10195,10 @@ } }, "node_modules/p-queue": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.0.1.tgz", - "integrity": "sha512-RhBdVhSwJb7Ocn3e8ULk4NMwBEuOxe+1zcgphUy9c2e5aR/xbEsdVXxHJ3lynw6Qiqu7OINEyHlZkiblEpaq7w==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.1.0.tgz", + "integrity": "sha512-O/ZPaXuQV29uSLbxWBGGZO1mCQXV2BLIwUr59JUU9SoH76mnYvtms7aafH/isNSNGwuEfP6W/4xD0/TJXxrizw==", + "license": "MIT", "dependencies": { "eventemitter3": "^5.0.1", "p-timeout": "^7.0.0" diff --git a/package.json b/package.json index ff49e993..458f81a8 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@types/toastify-js": "^1.12.4", "@vueuse/core": "^11.3.0", "cancelable-promise": "^4.3.1", - "p-queue": "^9.0.1", + "p-queue": "^9.1.0", "toastify-js": "^1.12.0", "vue-frag": "^1.4.3", "webdav": "^5.8.0"