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.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.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 1e9991d98cd..28385ff49d2 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,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", |