diff --git a/package-lock.json b/package-lock.json index 9e43ed572..7db73ec36 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.0", + "p-queue": "^9.0.1", "qrcode": "^1.5.4", "v-click-outside": "^3.2.0", "vue": "^2.7.16", @@ -10097,9 +10097,9 @@ } }, "node_modules/p-queue": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.0.0.tgz", - "integrity": "sha512-KO1RyxstL9g1mK76530TExamZC/S2Glm080Nx8PE5sTd7nlduDQsAfEl4uXX+qZjLiwvDauvzXavufy3+rJ9zQ==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.0.1.tgz", + "integrity": "sha512-RhBdVhSwJb7Ocn3e8ULk4NMwBEuOxe+1zcgphUy9c2e5aR/xbEsdVXxHJ3lynw6Qiqu7OINEyHlZkiblEpaq7w==", "dependencies": { "eventemitter3": "^5.0.1", "p-timeout": "^7.0.0" diff --git a/package.json b/package.json index 5dfe8e76d..bc0d442f6 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.0", + "p-queue": "^9.0.1", "qrcode": "^1.5.4", "v-click-outside": "^3.2.0", "vue": "^2.7.16",