diff --git a/package-lock.json b/package-lock.json index a90ec5828..efeb7b0fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@nextcloud/vue": "^9.8.2", "@types/toastify-js": "^1.12.4", "@vueuse/core": "^14.3.0", - "p-queue": "^9.3.0", + "p-queue": "^9.3.1", "toastify-js": "^1.12.0", "vue": "^3.5.35", "webdav": "^5.10.0" @@ -10045,9 +10045,9 @@ } }, "node_modules/p-queue": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.3.0.tgz", - "integrity": "sha512-7NED7xhQ74Ngp4JP/2e0VZHp7vSWfJfqeiR92jPgxsz6m0Se4P03YoTKa9dDXyZ3r6P616gUXttrB6nnHYKang==", + "version": "9.3.1", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.3.1.tgz", + "integrity": "sha512-POWdiIPmsUPGwb4FeQ4OBg46aqmcInSWe45CKDsGHiOBiVQM9chqfQTuqhuTzcg2Vz9faTI65at0KkVyVEiCHw==", "license": "MIT", "dependencies": { "eventemitter3": "^5.0.4", diff --git a/package.json b/package.json index bd3b3a64b..a1c77ec50 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@nextcloud/vue": "^9.8.2", "@types/toastify-js": "^1.12.4", "@vueuse/core": "^14.3.0", - "p-queue": "^9.3.0", + "p-queue": "^9.3.1", "toastify-js": "^1.12.0", "vue": "^3.5.35", "webdav": "^5.10.0"