summaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-28 01:33:50 +0000
committernextcloud-command <nextcloud-command@users.noreply.github.com>2023-10-30 11:23:13 +0000
commit0449fe87791bfe3faab51fdbbc5bed1daecd5840 (patch)
tree4fb771c53ac3d83a7a64c5785cd7873c0d838a8d /package-lock.json
parent80cbbe70e7a32b4e2c53d455f5b47ddf5673958e (diff)
downloadnextcloud-server-0449fe87791bfe3faab51fdbbc5bed1daecd5840.tar.gz
nextcloud-server-0449fe87791bfe3faab51fdbbc5bed1daecd5840.zip
chore(deps): bump p-queue from 7.3.4 to 7.4.1
Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 7.3.4 to 7.4.1. - [Release notes](https://github.com/sindresorhus/p-queue/releases) - [Commits](https://github.com/sindresorhus/p-queue/compare/v7.3.4...v7.4.1) --- updated-dependencies: - dependency-name: p-queue dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json18
1 files changed, 12 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json
index a4f6a8c9329..ecb0ad5da12 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -61,7 +61,7 @@
"nextcloud-vue-collections": "^0.11.1",
"node-vibrant": "^3.1.6",
"p-limit": "^4.0.0",
- "p-queue": "^7.3.0",
+ "p-queue": "^7.4.1",
"path": "^0.12.7",
"pinia": "^2.0.30",
"query-string": "^8.1.0",
@@ -12710,7 +12710,8 @@
"node_modules/eventemitter3": {
"version": "4.0.7",
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
- "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="
+ "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==",
+ "dev": true
},
"node_modules/events": {
"version": "3.3.0",
@@ -20827,11 +20828,11 @@
}
},
"node_modules/p-queue": {
- "version": "7.3.4",
- "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.3.4.tgz",
- "integrity": "sha512-esox8CWt0j9EZECFvkFl2WNPat8LN4t7WWeXq73D9ha0V96qPRufApZi4ZhPwXAln1uVVal429HVVKPa2X0yQg==",
+ "version": "7.4.1",
+ "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.4.1.tgz",
+ "integrity": "sha512-vRpMXmIkYF2/1hLBKisKeVYJZ8S2tZ0zEAmIJgdVKP2nq0nh4qCdf8bgw+ZgKrkh71AOCaqzwbJJk1WtdcF3VA==",
"dependencies": {
- "eventemitter3": "^4.0.7",
+ "eventemitter3": "^5.0.1",
"p-timeout": "^5.0.2"
},
"engines": {
@@ -20841,6 +20842,11 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
+ "node_modules/p-queue/node_modules/eventemitter3": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
+ "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA=="
+ },
"node_modules/p-retry": {
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz",