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

github.com/nextcloud/contacts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-09 09:48:08 +0300
committerGitHub <noreply@github.com>2022-07-09 09:48:08 +0300
commitd8a56e5381fead9bc913e53e7aaca1a248ab9aa0 (patch)
tree3cd2023b12f4a0553d8282f13d2ecf188e63847c
parent3dfb3fffde55dc4f2617d35f765cc2ca10935512 (diff)
Bump p-queue from 6.6.2 to 7.2.0dependabot/npm_and_yarn/p-queue-7.2.0
Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 6.6.2 to 7.2.0. - [Release notes](https://github.com/sindresorhus/p-queue/releases) - [Commits](https://github.com/sindresorhus/p-queue/compare/v6.6.2...v7.2.0) --- updated-dependencies: - dependency-name: p-queue dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json54
-rw-r--r--package.json2
2 files changed, 23 insertions, 33 deletions
diff --git a/package-lock.json b/package-lock.json
index 860d166f..3b0d5925 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -31,7 +31,7 @@
"ical.js": "^1.5.0",
"moment": "^2.29.4",
"p-limit": "^4.0.0",
- "p-queue": "^6.6.2",
+ "p-queue": "^7.2.0",
"qr-image": "^3.2.0",
"string-natural-compare": "^3.0.1",
"uuid": "^8.3.2",
@@ -11664,13 +11664,6 @@
"get-size": "^2.0.2"
}
},
- "node_modules/p-finally": {
- "version": "1.0.0",
- "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=",
- "engines": {
- "node": ">=4"
- }
- },
"node_modules/p-limit": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz",
@@ -11727,14 +11720,15 @@
}
},
"node_modules/p-queue": {
- "version": "6.6.2",
- "integrity": "sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==",
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.2.0.tgz",
+ "integrity": "sha512-Kvv7p13M46lTYLQ/PsZdaj/1Vj6u/8oiIJgyQyx4oVkOfHdd7M2EZvXigDvcsSzRwanCzQirV5bJPQFoSQt5MA==",
"dependencies": {
- "eventemitter3": "^4.0.4",
- "p-timeout": "^3.2.0"
+ "eventemitter3": "^4.0.7",
+ "p-timeout": "^5.0.2"
},
"engines": {
- "node": ">=8"
+ "node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
@@ -11755,13 +11749,14 @@
}
},
"node_modules/p-timeout": {
- "version": "3.2.0",
- "integrity": "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==",
- "dependencies": {
- "p-finally": "^1.0.0"
- },
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-5.1.0.tgz",
+ "integrity": "sha512-auFDyzzzGZZZdHz3BtET9VEz0SE/uMEAx7uWfGPucfzEwwe/xH0iVeZibQmANYE/hp9T2+UUZT5m+BKyrDp3Ew==",
"engines": {
- "node": ">=8"
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/p-try": {
@@ -24847,10 +24842,6 @@
"get-size": "^2.0.2"
}
},
- "p-finally": {
- "version": "1.0.0",
- "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4="
- },
"p-limit": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz",
@@ -24888,11 +24879,12 @@
}
},
"p-queue": {
- "version": "6.6.2",
- "integrity": "sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==",
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.2.0.tgz",
+ "integrity": "sha512-Kvv7p13M46lTYLQ/PsZdaj/1Vj6u/8oiIJgyQyx4oVkOfHdd7M2EZvXigDvcsSzRwanCzQirV5bJPQFoSQt5MA==",
"requires": {
- "eventemitter3": "^4.0.4",
- "p-timeout": "^3.2.0"
+ "eventemitter3": "^4.0.7",
+ "p-timeout": "^5.0.2"
}
},
"p-retry": {
@@ -24907,11 +24899,9 @@
}
},
"p-timeout": {
- "version": "3.2.0",
- "integrity": "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==",
- "requires": {
- "p-finally": "^1.0.0"
- }
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-5.1.0.tgz",
+ "integrity": "sha512-auFDyzzzGZZZdHz3BtET9VEz0SE/uMEAx7uWfGPucfzEwwe/xH0iVeZibQmANYE/hp9T2+UUZT5m+BKyrDp3Ew=="
},
"p-try": {
"version": "2.2.0",
diff --git a/package.json b/package.json
index 828606ba..b55c1d7a 100644
--- a/package.json
+++ b/package.json
@@ -58,7 +58,7 @@
"ical.js": "^1.5.0",
"moment": "^2.29.4",
"p-limit": "^4.0.0",
- "p-queue": "^6.6.2",
+ "p-queue": "^7.2.0",
"qr-image": "^3.2.0",
"string-natural-compare": "^3.0.1",
"uuid": "^8.3.2",