diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-19 08:36:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-19 08:36:52 -0500 |
commit | 5f997ccc3e7ceb05b6e8dacf4210ef984b3321d8 (patch) | |
tree | 1db5ccbdc592be8dc6a4d174c3fe4dfa9acf451e /package.json | |
parent | 1b583b7d215e928866b8a465d8b15115b2806440 (diff) | |
download | skyblock-api-5f997ccc3e7ceb05b6e8dacf4210ef984b3321d8.tar.gz skyblock-api-5f997ccc3e7ceb05b6e8dacf4210ef984b3321d8.tar.bz2 skyblock-api-5f997ccc3e7ceb05b6e8dacf4210ef984b3321d8.zip |
Bump queue-promise from 2.2.0 to 2.2.1 (#32)
Bumps [queue-promise](https://github.com/Bartozzz/queue-promise) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/Bartozzz/queue-promise/releases)
- [Changelog](https://github.com/Bartozzz/queue-promise/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Bartozzz/queue-promise/compare/v2.2.0...v2.2.1)
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 6ad8665..bce4d51 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.2.0" + "queue-promise": "^2.2.1" }, "devDependencies": { "@types/express": "^4.17.11", |