From d35e74a34cc9dbc3c2a4df66d5ad9c23a7734303 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 06:13:17 +0000 Subject: Bump prismarine-nbt from `b8c110f` to `02e3204` (#201) Bumps [prismarine-nbt](https://github.com/PrismarineJS/prismarine-nbt) from `b8c110f` to `02e3204`. - [Release notes](https://github.com/PrismarineJS/prismarine-nbt/releases) - [Commits](https://github.com/PrismarineJS/prismarine-nbt/compare/b8c110f0f9bb4f893b8223e51623423813255aa7...02e32042d357cbc179f1ac9c9c4566b828655600) --- 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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4724f32..f2e548e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1543,9 +1543,9 @@ } }, "node_modules/prismarine-nbt": { - "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==", + "version": "2.2.0", + "resolved": "git+ssh://git@github.com/PrismarineJS/prismarine-nbt.git#02e32042d357cbc179f1ac9c9c4566b828655600", + "integrity": "sha512-8VHErjmjuL/JplgDfLhrMoT7QwYO6QYCbMMSSCoXXbyZe/1U9V58CLMe9aoy0bAoJDqo+ZrjpNx0kwb2T2umIA==", "license": "MIT", "dependencies": { "protodef": "^1.9.0" @@ -3369,9 +3369,9 @@ "dev": true }, "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", + "version": "git+ssh://git@github.com/PrismarineJS/prismarine-nbt.git#02e32042d357cbc179f1ac9c9c4566b828655600", + "integrity": "sha512-8VHErjmjuL/JplgDfLhrMoT7QwYO6QYCbMMSSCoXXbyZe/1U9V58CLMe9aoy0bAoJDqo+ZrjpNx0kwb2T2umIA==", + "from": "prismarine-nbt@github:PrismarineJS/prismarine-nbt#02e32042d357cbc179f1ac9c9c4566b828655600", "requires": { "protodef": "^1.9.0" } -- cgit