From 455fd7d74fa265e3f052acfda417cea2ade371c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 06:10:40 +0000 Subject: Bump prismarine-nbt from `c84cb47` to `b8c110f` (#182) Bumps [prismarine-nbt](https://github.com/PrismarineJS/prismarine-nbt) from `c84cb47` to `b8c110f`. - [Release notes](https://github.com/PrismarineJS/prismarine-nbt/releases) - [Commits](https://github.com/PrismarineJS/prismarine-nbt/compare/c84cb47dfa09ecc8d5da552604c865b133657605...b8c110f0f9bb4f893b8223e51623423813255aa7) --- updated-dependencies: - dependency-name: prismarine-nbt dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a81e468..b90668c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1524,8 +1524,9 @@ } }, "node_modules/prismarine-nbt": { - "version": "2.0.0", - "resolved": "git+ssh://git@github.com/PrismarineJS/prismarine-nbt.git#c84cb47dfa09ecc8d5da552604c865b133657605", + "version": "2.1.0", + "resolved": "git+ssh://git@github.com/PrismarineJS/prismarine-nbt.git#b8c110f0f9bb4f893b8223e51623423813255aa7", + "integrity": "sha512-4ESx40OVZxMrZK31LL/UOkHOXqB1YMPj3q3WKZnb/qNekQ24bG+ybP+SI46Ol5s+GuTI/enQ3locgiWF+PEU1A==", "license": "MIT", "dependencies": { "protodef": "^1.9.0" @@ -3339,8 +3340,9 @@ "dev": true }, "prismarine-nbt": { - "version": "git+ssh://git@github.com/PrismarineJS/prismarine-nbt.git#c84cb47dfa09ecc8d5da552604c865b133657605", - "from": "prismarine-nbt@github:PrismarineJS/prismarine-nbt", + "version": "git+ssh://git@github.com/PrismarineJS/prismarine-nbt.git#b8c110f0f9bb4f893b8223e51623423813255aa7", + "integrity": "sha512-4ESx40OVZxMrZK31LL/UOkHOXqB1YMPj3q3WKZnb/qNekQ24bG+ybP+SI46Ol5s+GuTI/enQ3locgiWF+PEU1A==", + "from": "prismarine-nbt@github:PrismarineJS/prismarine-nbt#b8c110f0f9bb4f893b8223e51623423813255aa7", "requires": { "protodef": "^1.9.0" } -- cgit