diff --git a/package-lock.json b/package-lock.json index 21e2f6086..82b37fa2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "markdown-it-task-checkbox": "^1.0.6", "moment": "^2.29.4", "nextcloud-vue-collections": "^0.11.1", - "p-queue": "^8.0.0", + "p-queue": "^8.0.1", "url-search-params-polyfill": "^8.2.5", "vue": "^2.7.15", "vue-at": "^2.5.1", @@ -16035,9 +16035,9 @@ } }, "node_modules/p-queue": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.0.0.tgz", - "integrity": "sha512-7LAaj8F47D5963LiTIAb/4UWR6w6SnDrDlxXg9ev/U0Lg9h35Kg8C8KiBry0c6MUofSicdLsEvS0j25gHAyCuA==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.0.1.tgz", + "integrity": "sha512-NXzu9aQJTAzbBqOt2hwsR63ea7yvxJc0PwN/zobNAudYfb1B7R08SzB4TsLeSbUCuG467NhnoT0oO6w1qRO+BA==", "dependencies": { "eventemitter3": "^5.0.1", "p-timeout": "^6.1.2" @@ -32450,9 +32450,9 @@ } }, "p-queue": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.0.0.tgz", - "integrity": "sha512-7LAaj8F47D5963LiTIAb/4UWR6w6SnDrDlxXg9ev/U0Lg9h35Kg8C8KiBry0c6MUofSicdLsEvS0j25gHAyCuA==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.0.1.tgz", + "integrity": "sha512-NXzu9aQJTAzbBqOt2hwsR63ea7yvxJc0PwN/zobNAudYfb1B7R08SzB4TsLeSbUCuG467NhnoT0oO6w1qRO+BA==", "requires": { "eventemitter3": "^5.0.1", "p-timeout": "^6.1.2" diff --git a/package.json b/package.json index fa80743bf..57b53903b 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "markdown-it-task-checkbox": "^1.0.6", "moment": "^2.29.4", "nextcloud-vue-collections": "^0.11.1", - "p-queue": "^8.0.0", + "p-queue": "^8.0.1", "url-search-params-polyfill": "^8.2.5", "vue": "^2.7.15", "vue-at": "^2.5.1",