summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-11 06:21:06 +0000
committerGitHub <noreply@github.com>2023-02-11 06:21:06 +0000
commit55867f661fc2436a08557ef7a2a4d196b3c8ec7a (patch)
treec844f26fd738bf28524324fa250f0cfc0f43d295
parent40e58b441fef98b338279989dcb116bd81ea7cb4 (diff)
parentb44617fb793ea8fb9ed7e628c5aaf60607caf75d (diff)
Merge pull request #3230 from nextcloud/dependabot/npm_and_yarn/p-queue-7.3.4
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index d5142d06..d8ce7780 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -33,7 +33,7 @@
"ical.js": "^1.5.0",
"moment": "^2.29.4",
"p-limit": "^4.0.0",
- "p-queue": "^7.3.0",
+ "p-queue": "^7.3.4",
"qr-image": "^3.2.0",
"string-natural-compare": "^3.0.1",
"uuid": "^9.0.0",
@@ -12766,9 +12766,9 @@
}
},
"node_modules/p-queue": {
- "version": "7.3.0",
- "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.3.0.tgz",
- "integrity": "sha512-5fP+yVQ0qp0rEfZoDTlP2c3RYBgxvRsw30qO+VtPPc95lyvSG+x6USSh1TuLB4n96IO6I8/oXQGsTgtna4q2nQ==",
+ "version": "7.3.4",
+ "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.3.4.tgz",
+ "integrity": "sha512-esox8CWt0j9EZECFvkFl2WNPat8LN4t7WWeXq73D9ha0V96qPRufApZi4ZhPwXAln1uVVal429HVVKPa2X0yQg==",
"dependencies": {
"eventemitter3": "^4.0.7",
"p-timeout": "^5.0.2"
@@ -26409,9 +26409,9 @@
}
},
"p-queue": {
- "version": "7.3.0",
- "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.3.0.tgz",
- "integrity": "sha512-5fP+yVQ0qp0rEfZoDTlP2c3RYBgxvRsw30qO+VtPPc95lyvSG+x6USSh1TuLB4n96IO6I8/oXQGsTgtna4q2nQ==",
+ "version": "7.3.4",
+ "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.3.4.tgz",
+ "integrity": "sha512-esox8CWt0j9EZECFvkFl2WNPat8LN4t7WWeXq73D9ha0V96qPRufApZi4ZhPwXAln1uVVal429HVVKPa2X0yQg==",
"requires": {
"eventemitter3": "^4.0.7",
"p-timeout": "^5.0.2"
diff --git a/package.json b/package.json
index 2c6f6fa7..4455e4fb 100644
--- a/package.json
+++ b/package.json
@@ -60,7 +60,7 @@
"ical.js": "^1.5.0",
"moment": "^2.29.4",
"p-limit": "^4.0.0",
- "p-queue": "^7.3.0",
+ "p-queue": "^7.3.4",
"qr-image": "^3.2.0",
"string-natural-compare": "^3.0.1",
"uuid": "^9.0.0",