diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-04-23 16:11:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 16:11:57 -0700 |
commit | 1f6486ded30d7c99a6579faa2c158860af0e280e (patch) | |
tree | e0b2e25f4b05338d6a6a09b9bf0b83baf13b2fae /package.json | |
parent | b330be21d8d0e9628b748330b3e57ec9cc168c66 (diff) | |
download | skyblock-api-1f6486ded30d7c99a6579faa2c158860af0e280e.tar.gz skyblock-api-1f6486ded30d7c99a6579faa2c158860af0e280e.tar.bz2 skyblock-api-1f6486ded30d7c99a6579faa2c158860af0e280e.zip |
Bump prismarine-nbt from 1.4.0 to 1.5.0 (#9)
Bumps [prismarine-nbt](https://github.com/prismarinejs/prismarine-nbt) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/prismarinejs/prismarine-nbt/releases)
- [Changelog](https://github.com/PrismarineJS/prismarine-nbt/blob/master/HISTORY.md)
- [Commits](https://github.com/prismarinejs/prismarine-nbt/compare/1.4.0...1.5.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[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 78b0f11..ddea68d 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "mongodb": "^3.6.6", "node-cache": "^5.1.2", "node-fetch": "^2.6.1", - "prismarine-nbt": "^1.4.0", + "prismarine-nbt": "^1.5.0", "queue-promise": "^2.1.0" }, "devDependencies": { |