diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-12 04:05:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-12 04:05:45 -0500 |
commit | 357a33fd9ced0c0529092899b14a53ea6c6e103f (patch) | |
tree | 2d6f6264652c6a31b00c6fef20cef32d31f5e1bb /package.json | |
parent | ffb33d423020bebebf068f5e2a7290a107d22b40 (diff) | |
download | skyblock-api-357a33fd9ced0c0529092899b14a53ea6c6e103f.tar.gz skyblock-api-357a33fd9ced0c0529092899b14a53ea6c6e103f.tar.bz2 skyblock-api-357a33fd9ced0c0529092899b14a53ea6c6e103f.zip |
Bump prismarine-nbt from 1.5.0 to 1.6.0 (#76)
Bumps [prismarine-nbt](https://github.com/prismarinejs/prismarine-nbt) from 1.5.0 to 1.6.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.5.0...1.6.0)
---
updated-dependencies:
- dependency-name: prismarine-nbt
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 faa0278..1495db7 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "mongodb": "^3.6.10", "node-cache": "^5.1.2", "node-fetch": "^2.6.1", - "prismarine-nbt": "^1.5.0", + "prismarine-nbt": "^1.6.0", "uuid": "^8.3.2", "queue-promise": "^2.2.1" }, |