aboutsummaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-05-14 08:23:33 +0000
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>2020-05-14 08:43:05 +0000
commit5550aff634a49ff501cda086ae29fcf8c952bc90 (patch)
tree1888c40e049a1f77cb58d849e611530ca75a671f /package-lock.json
parentb8e4992ef16623c99811f12a70f3808f3951dd8a (diff)
downloadnextcloud-server-5550aff634a49ff501cda086ae29fcf8c952bc90.tar.gz
nextcloud-server-5550aff634a49ff501cda086ae29fcf8c952bc90.zip
Bump p-queue from 6.3.0 to 6.4.0
Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 6.3.0 to 6.4.0. - [Release notes](https://github.com/sindresorhus/p-queue/releases) - [Commits](https://github.com/sindresorhus/p-queue/compare/v6.3.0...v6.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json
index 0b0b807e193..2250c568417 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4321,9 +4321,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",
@@ -8019,9 +8019,9 @@
}
},
"p-queue": {
- "version": "6.3.0",
- "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.3.0.tgz",
- "integrity": "sha512-fg5dJlFpd5+3CgG3/0ogpVZUeJbjiyXFg0nu53hrOYsybqSiDyxyOpad0Rm6tAiGjgztAwkyvhlYHC53OiAJOA==",
+ "version": "6.4.0",
+ "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.4.0.tgz",
+ "integrity": "sha512-X7ddxxiQ+bLR/CUt3/BVKrGcJDNxBr0pEEFKHHB6vTPWNUhgDv36GpIH18RmGM3YGPpBT+JWGjDDqsVGuF0ERw==",
"requires": {
"eventemitter3": "^4.0.0",
"p-timeout": "^3.1.0"