diff --git a/package-lock.json b/package-lock.json index 9673c837a..b86997b1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "debounce": "^2.2.0", "markdown-it": "^14.1.0", "p-debounce": "^4.0.0", - "p-queue": "^8.0.1", + "p-queue": "^8.1.0", "qrcode": "^1.5.4", "v-click-outside": "^3.2.0", "vue": "^2.7.16", @@ -11280,9 +11280,9 @@ } }, "node_modules/p-queue": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.0.1.tgz", - "integrity": "sha512-NXzu9aQJTAzbBqOt2hwsR63ea7yvxJc0PwN/zobNAudYfb1B7R08SzB4TsLeSbUCuG467NhnoT0oO6w1qRO+BA==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.1.0.tgz", + "integrity": "sha512-mxLDbbGIBEXTJL0zEx8JIylaj3xQ7Z/7eEVjcF9fJX4DBiH9oqe+oahYnlKKxm0Ci9TlWTyhSHgygxMxjIB2jw==", "license": "MIT", "dependencies": { "eventemitter3": "^5.0.1", diff --git a/package.json b/package.json index 39fbdf926..d7ed122fb 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "debounce": "^2.2.0", "markdown-it": "^14.1.0", "p-debounce": "^4.0.0", - "p-queue": "^8.0.1", + "p-queue": "^8.1.0", "qrcode": "^1.5.4", "v-click-outside": "^3.2.0", "vue": "^2.7.16",