diff --git a/package-lock.json b/package-lock.json index 196fbafbb..78c9370c7 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.1", - "p-queue": "^9.1.1", + "p-queue": "^9.1.2", "qrcode": "^1.5.4", "v-click-outside": "^3.2.0", "vue": "^2.7.16", @@ -11359,9 +11359,9 @@ } }, "node_modules/p-queue": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.1.1.tgz", - "integrity": "sha512-yQS1vV2V7Q14MQrgD8jMNY5owPuGgVHVdSK8NqmKpOVajnjbaeMa6uLOzTALPtvJ7Vo4bw0BGsw7qfUT8z24Ig==", + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.1.2.tgz", + "integrity": "sha512-ktsDOALzTYTWWF1PbkNVg2rOt+HaOaMWJMUnt7T3qf5tvZ1L8dBW3tObzprBcXNMKkwj+yFSLqHso0x+UFcJXw==", "dependencies": { "eventemitter3": "^5.0.1", "p-timeout": "^7.0.0" diff --git a/package.json b/package.json index 611235877..50e4e335e 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@nextcloud/vue": "^8.34.0", "debounce": "^3.0.0", "markdown-it": "^14.1.1", - "p-queue": "^9.1.1", + "p-queue": "^9.1.2", "qrcode": "^1.5.4", "v-click-outside": "^3.2.0", "vue": "^2.7.16",