Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-08-22 10:07:18 +0300
committerGitHub <noreply@github.com>2020-08-22 10:07:18 +0300
commitd569e40d684da678ceffc0aa72b0cfdf0f54ea9c (patch)
treecb99a546ae75a5bdb7645bb65badc7e69ea3c6e2 /package-lock.json
parentbcbe1e1c9d46bdaa7102dca7d99cfd2dcd246f02 (diff)
Bump p-queue from 6.6.0 to 6.6.1
Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 6.6.0 to 6.6.1. - [Release notes](https://github.com/sindresorhus/p-queue/releases) - [Commits](https://github.com/sindresorhus/p-queue/compare/v6.6.0...v6.6.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json6
1 files changed, 3 insertions, 3 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"