summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-10-17 01:04:46 +0000
committerGitHub <noreply@github.com>2020-10-17 01:04:46 +0000
commitd298284ca44f76e39426e34ba5fe77b0307e4fc5 (patch)
tree527b69e04f6dc2d9243a9b0943b8f24b54a9389a
parentc67c6033fc63f74c6548e01e45c9e4bfa9312560 (diff)
Bump p-queue from 6.6.1 to 6.6.2
Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 6.6.1 to 6.6.2. - [Release notes](https://github.com/sindresorhus/p-queue/releases) - [Commits](https://github.com/sindresorhus/p-queue/compare/v6.6.1...v6.6.2) Signed-off-by: dependabot[bot] <support@github.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 8b2e38b5..91eb20a8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5222,9 +5222,9 @@
"integrity": "sha512-ipiDYhdQSCZ4hSbX4rMW+XzNKMD1prg/sTvoVmSLkuQ1MVlwjJQQA+sW8tMYR3BLUr9KjodFV4pvzunvRhd33Q=="
},
"eventemitter3": {
- "version": "4.0.4",
- "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.4.tgz",
- "integrity": "sha512-rlaVLnVxtxvoyLsQQFBx53YmXHDxRIzzTLbdfxqi4yocpSjAxXwkU0cScM5JgSKMqEhrZpnvQ2D9gjylR0AimQ=="
+ "version": "4.0.7",
+ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
+ "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="
},
"events": {
"version": "3.2.0",
@@ -8494,12 +8494,12 @@
}
},
"p-queue": {
- "version": "6.6.1",
- "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.1.tgz",
- "integrity": "sha512-miQiSxLYPYBxGkrldecZC18OTLjdUqnlRebGzPRiVxB8mco7usCmm7hFuxiTvp93K18JnLtE4KMMycjAu/cQQg==",
+ "version": "6.6.2",
+ "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.2.tgz",
+ "integrity": "sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==",
"requires": {
"eventemitter3": "^4.0.4",
- "p-timeout": "^3.1.0"
+ "p-timeout": "^3.2.0"
}
},
"p-timeout": {
diff --git a/package.json b/package.json
index d3638347..f1efc2e6 100644
--- a/package.json
+++ b/package.json
@@ -50,7 +50,7 @@
"ical.js": "^1.4.0",
"moment": "^2.29.1",
"p-limit": "^3.0.2",
- "p-queue": "^6.6.1",
+ "p-queue": "^6.6.2",
"qr-image": "^3.2.0",
"regenerator-runtime": "^0.13.7",
"string-natural-compare": "^3.0.1",