diff --git a/package-lock.json b/package-lock.json index 427fb4d12..80f5741a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@nextcloud/vue": "^8.34.0", "debounce": "^3.0.0", "markdown-it": "^14.1.0", - "p-queue": "^9.0.1", + "p-queue": "^9.1.0", "qrcode": "^1.5.4", "v-click-outside": "^3.2.0", "vue": "^2.7.16", @@ -10062,9 +10062,9 @@ } }, "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==", "dependencies": { "eventemitter3": "^5.0.1", "p-timeout": "^7.0.0" diff --git a/package.json b/package.json index 8dba2a755..10484cfa1 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@nextcloud/vue": "^8.34.0", "debounce": "^3.0.0", "markdown-it": "^14.1.0", - "p-queue": "^9.0.1", + "p-queue": "^9.1.0", "qrcode": "^1.5.4", "v-click-outside": "^3.2.0", "vue": "^2.7.16",