summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-07-11 01:17:56 +0000
committerGitHub <noreply@github.com>2020-07-11 01:17:56 +0000
commit73e63d5afbecc4306e4df5878488ca7162a0fb9d (patch)
tree0b1ae6e49cea64b2e31b6059735296e5c2978370
parent4a18b132193f83b1bc3685ba6e5c0f3bb996ff5c (diff)
Bump p-queue from 6.4.0 to 6.5.0
Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 6.4.0 to 6.5.0. - [Release notes](https://github.com/sindresorhus/p-queue/releases) - [Commits](https://github.com/sindresorhus/p-queue/compare/v6.4.0...v6.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-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 ee8359c8..d6bee3a5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5215,9 +5215,9 @@
"integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g=="
},
"eventemitter3": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.0.tgz",
- "integrity": "sha512-qerSRB0p+UDEssxTtm6EDKcE7W4OaoisfIMl4CngyEhjpYglocpNg6UEqCvemdGhosAsg4sO2dXJOdyBifPGCg=="
+ "version": "4.0.4",
+ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.4.tgz",
+ "integrity": "sha512-rlaVLnVxtxvoyLsQQFBx53YmXHDxRIzzTLbdfxqi4yocpSjAxXwkU0cScM5JgSKMqEhrZpnvQ2D9gjylR0AimQ=="
},
"events": {
"version": "3.1.0",
@@ -8464,11 +8464,11 @@
}
},
"p-queue": {
- "version": "6.4.0",
- "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.4.0.tgz",
- "integrity": "sha512-X7ddxxiQ+bLR/CUt3/BVKrGcJDNxBr0pEEFKHHB6vTPWNUhgDv36GpIH18RmGM3YGPpBT+JWGjDDqsVGuF0ERw==",
+ "version": "6.5.0",
+ "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.5.0.tgz",
+ "integrity": "sha512-FLaTTD9Am6TeDfNuN0d+INeyVJoICoBS+OVP5K1S84v4w51LN3nRkCT+WC7xLBepV2s+N4LibM7Ys7xcSc0+1A==",
"requires": {
- "eventemitter3": "^4.0.0",
+ "eventemitter3": "^4.0.4",
"p-timeout": "^3.1.0"
}
},
diff --git a/package.json b/package.json
index 2a2e58a8..68ae5e13 100644
--- a/package.json
+++ b/package.json
@@ -49,7 +49,7 @@
"ical.js": "^1.4.0",
"moment": "^2.27.0",
"p-limit": "^2.3.0",
- "p-queue": "^6.4.0",
+ "p-queue": "^6.5.0",
"qr-image": "^3.2.0",
"regenerator-runtime": "^0.13.5",
"uuid": "^8.1.0",