diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-03 09:20:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-03 09:20:51 -0500 |
commit | 59de39df1edddad55f9eb9c857836dc48362eebd (patch) | |
tree | 0431d6a040302109be7556d02e2ed481b8225a89 /package.json | |
parent | d6404b6a81d8d64dac1aafcde6b7f8d80fcc9f61 (diff) | |
download | skyblock-api-59de39df1edddad55f9eb9c857836dc48362eebd.tar.gz skyblock-api-59de39df1edddad55f9eb9c857836dc48362eebd.tar.bz2 skyblock-api-59de39df1edddad55f9eb9c857836dc48362eebd.zip |
Bump queue-promise from 2.1.0 to 2.2.0 (#22)
Bumps [queue-promise](https://github.com/Bartozzz/queue-promise) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/Bartozzz/queue-promise/releases)
- [Changelog](https://github.com/Bartozzz/queue-promise/blob/v2.2.0/CHANGELOG.md)
- [Commits](https://github.com/Bartozzz/queue-promise/compare/v2.1.0...v2.2.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@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 8f0967d..40bf806 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "node-cache": "^5.1.2", "node-fetch": "^2.6.1", "prismarine-nbt": "^1.5.0", - "queue-promise": "^2.1.0" + "queue-promise": "^2.2.0" }, "devDependencies": { "@types/express": "^4.17.11", |