summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index ea2578e2179..4a56aad141d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7559,9 +7559,9 @@
}
},
"p-queue": {
- "version": "6.6.0",
- "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.0.tgz",
- "integrity": "sha512-zPHXPNy9jZsiym0PpJjvnHQysx1fSd/QdaNVwiDRLU2KFChD6h9CkCB6b8i3U8lBwJyA+mHgNZCzcy77glUssQ==",
+ "version": "6.6.1",
+ "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.1.tgz",
+ "integrity": "sha512-miQiSxLYPYBxGkrldecZC18OTLjdUqnlRebGzPRiVxB8mco7usCmm7hFuxiTvp93K18JnLtE4KMMycjAu/cQQg==",
"requires": {
"eventemitter3": "^4.0.4",
"p-timeout": "^3.1.0"
diff --git a/package.json b/package.json
index 5c51802c51f..042d7572d22 100644
--- a/package.json
+++ b/package.json
@@ -65,7 +65,7 @@
"moment-timezone": "^0.5.31",
"nextcloud-vue-collections": "^0.7.2",
"p-limit": "^3.0.2",
- "p-queue": "^6.6.0",
+ "p-queue": "^6.6.1",
"query-string": "^5.1.1",
"regenerator-runtime": "^0.13.7",
"select2": "3.5.1",