diff --git a/package-lock.json b/package-lock.json index 6c14daf0c..212bd6032 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@nextcloud/vue": "^9.0.1", "debounce": "^3.0.0", "markdown-it": "^14.1.1", - "p-queue": "^9.2.0", + "p-queue": "^9.3.0", "qrcode": "^1.5.4", "vue": "^3.5.22", "vue-draggable-plus": "^0.6.1", @@ -8990,9 +8990,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", diff --git a/package.json b/package.json index d4f9f9e38..414fbd7c2 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@nextcloud/vue": "^9.0.1", "debounce": "^3.0.0", "markdown-it": "^14.1.1", - "p-queue": "^9.2.0", + "p-queue": "^9.3.0", "qrcode": "^1.5.4", "vue": "^3.5.22", "vue-draggable-plus": "^0.6.1",