diff --git a/package-lock.json b/package-lock.json index 9c586ee27..bad6a0ab7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@nextcloud/vue": "^8.30.0", "debounce": "^2.2.0", "markdown-it": "^14.1.0", - "p-queue": "^8.0.1", + "p-queue": "^8.1.1", "qrcode": "^1.5.4", "v-click-outside": "^3.2.0", "vue": "^2.7.16", @@ -10004,10 +10004,9 @@ } }, "node_modules/p-queue": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.1.0.tgz", - "integrity": "sha512-mxLDbbGIBEXTJL0zEx8JIylaj3xQ7Z/7eEVjcF9fJX4DBiH9oqe+oahYnlKKxm0Ci9TlWTyhSHgygxMxjIB2jw==", - "license": "MIT", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.1.1.tgz", + "integrity": "sha512-aNZ+VfjobsWryoiPnEApGGmf5WmNsCo9xu8dfaYamG5qaLP7ClhLN6NgsFe6SwJ2UbLEBK5dv9x8Mn5+RVhMWQ==", "dependencies": { "eventemitter3": "^5.0.1", "p-timeout": "^6.1.2" diff --git a/package.json b/package.json index e9d50a05c..fcc742464 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@nextcloud/vue": "^8.30.0", "debounce": "^2.2.0", "markdown-it": "^14.1.0", - "p-queue": "^8.0.1", + "p-queue": "^8.1.1", "qrcode": "^1.5.4", "v-click-outside": "^3.2.0", "vue": "^2.7.16",