diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-08-22 18:15:00 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-08-22 18:36:23 +0000 |
commit | 13cbb748d74d13012ec8ceb673ff11fab09d478d (patch) | |
tree | 7bc091b6631e2ba87863d8f654f7ba6ef618307d /package-lock.json | |
parent | 7c6c26ba3af2346e08eaa27462c04e15f3bb87e2 (diff) | |
download | nextcloud-server-13cbb748d74d13012ec8ceb673ff11fab09d478d.tar.gz nextcloud-server-13cbb748d74d13012ec8ceb673ff11fab09d478d.zip |
Bump p-queue from 7.2.0 to 7.3.0
Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 7.2.0 to 7.3.0.
- [Release notes](https://github.com/sindresorhus/p-queue/releases)
- [Commits](https://github.com/sindresorhus/p-queue/compare/v7.2.0...v7.3.0)
---
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.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json index 934d8456c3c..0e8dd9f2244 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "moment-timezone": "^0.5.34", "nextcloud-vue-collections": "^0.9.0", "p-limit": "^4.0.0", - "p-queue": "^7.2.0", + "p-queue": "^7.3.0", "path": "^0.12.7", "query-string": "^7.1.1", "regenerator-runtime": "^0.13.9", @@ -23919,9 +23919,9 @@ } }, "node_modules/p-queue": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.2.0.tgz", - "integrity": "sha512-Kvv7p13M46lTYLQ/PsZdaj/1Vj6u/8oiIJgyQyx4oVkOfHdd7M2EZvXigDvcsSzRwanCzQirV5bJPQFoSQt5MA==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.3.0.tgz", + "integrity": "sha512-5fP+yVQ0qp0rEfZoDTlP2c3RYBgxvRsw30qO+VtPPc95lyvSG+x6USSh1TuLB4n96IO6I8/oXQGsTgtna4q2nQ==", "dependencies": { "eventemitter3": "^4.0.7", "p-timeout": "^5.0.2" @@ -50587,9 +50587,9 @@ } }, "p-queue": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.2.0.tgz", - "integrity": "sha512-Kvv7p13M46lTYLQ/PsZdaj/1Vj6u/8oiIJgyQyx4oVkOfHdd7M2EZvXigDvcsSzRwanCzQirV5bJPQFoSQt5MA==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.3.0.tgz", + "integrity": "sha512-5fP+yVQ0qp0rEfZoDTlP2c3RYBgxvRsw30qO+VtPPc95lyvSG+x6USSh1TuLB4n96IO6I8/oXQGsTgtna4q2nQ==", "requires": { "eventemitter3": "^4.0.7", "p-timeout": "^5.0.2" |