From 357a33fd9ced0c0529092899b14a53ea6c6e103f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 04:05:45 -0500 Subject: 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') 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" }, -- cgit