From f23351cf5dab23065c3f91da1f8e16e10f79b379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 03:17:05 +0000 Subject: [PATCH] [DEP](deps): Bump minecraft-protocol from 1.51.0 to 1.54.0 Bumps [minecraft-protocol](https://github.com/PrismarineJS/node-minecraft-protocol) from 1.51.0 to 1.54.0. - [Release notes](https://github.com/PrismarineJS/node-minecraft-protocol/releases) - [Changelog](https://github.com/PrismarineJS/node-minecraft-protocol/blob/master/docs/HISTORY.md) - [Commits](https://github.com/PrismarineJS/node-minecraft-protocol/compare/1.51.0...1.54.0) --- updated-dependencies: - dependency-name: minecraft-protocol dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 137f9e5f..20da199c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "axios": "^1.7.9", "endian-toggle": "^0.0.0", "image-size": "^1.2.0", - "minecraft-protocol": "^1.51.0", + "minecraft-protocol": "^1.54.0", "prismarine-chunk": "^1.38.1", "protodef": "^1.18.0" }, @@ -1256,10 +1256,9 @@ "license": "MIT" }, "node_modules/minecraft-protocol": { - "version": "1.51.0", - "resolved": "https://registry.npmjs.org/minecraft-protocol/-/minecraft-protocol-1.51.0.tgz", - "integrity": "sha512-ACvquP6fI8TdPXfPNNGTTi9v12WW6LS4k2KmmUBSmNncM0KnUwywqTT6YQIfCff6dUMd9DZB1oaNZfEDto+QQw==", - "license": "BSD-3-Clause", + "version": "1.54.0", + "resolved": "https://registry.npmjs.org/minecraft-protocol/-/minecraft-protocol-1.54.0.tgz", + "integrity": "sha512-v8pWRVhD9kyd/X52j/XESxrNxkmz1OHzSXAJkPLOQUUTENEqisJhu1c3abS7ZI+MAXHAEA/vaCb/Eh6XFxw0lA==", "dependencies": { "@types/node-rsa": "^1.1.4", "@types/readable-stream": "^4.0.0", diff --git a/package.json b/package.json index 32b6a021..83d8f0e9 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "axios": "^1.7.9", "endian-toggle": "^0.0.0", "image-size": "^1.2.0", - "minecraft-protocol": "^1.51.0", + "minecraft-protocol": "^1.54.0", "prismarine-chunk": "^1.38.1", "protodef": "^1.18.0" },