From c4ad2017401e61af5ceefbf5fcdeac2737af88df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 02:30:30 +0000 Subject: [PATCH] [DEP](deps): Bump minecraft-protocol from 1.54.0 to 1.57.0 Bumps [minecraft-protocol](https://github.com/PrismarineJS/node-minecraft-protocol) from 1.54.0 to 1.57.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.54.0...1.57.0) --- updated-dependencies: - dependency-name: minecraft-protocol dependency-version: 1.57.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 339fecf1..ad78f27a 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.54.0", + "minecraft-protocol": "^1.57.0", "prismarine-chunk": "^1.38.1", "protodef": "^1.18.0" }, @@ -1256,9 +1256,10 @@ "license": "MIT" }, "node_modules/minecraft-protocol": { - "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==", + "version": "1.57.0", + "resolved": "https://registry.npmjs.org/minecraft-protocol/-/minecraft-protocol-1.57.0.tgz", + "integrity": "sha512-ZRCBVRMnZ3rA6YpPUj+QGZRdZZOOIVphUyGE4unHVzgpmI5KTtI/Wgpnct+9CSelSz1Iw5iCwZwOTAZ0TmDCsA==", + "license": "BSD-3-Clause", "dependencies": { "@types/node-rsa": "^1.1.4", "@types/readable-stream": "^4.0.0", @@ -1266,7 +1267,6 @@ "buffer-equal": "^1.0.0", "debug": "^4.3.2", "endian-toggle": "^0.0.0", - "lodash.get": "^4.1.2", "lodash.merge": "^4.3.0", "minecraft-data": "^3.78.0", "minecraft-folder-path": "^1.2.0", @@ -1282,7 +1282,7 @@ "yggdrasil": "^1.4.0" }, "engines": { - "node": ">=14" + "node": ">=22" } }, "node_modules/mineflayer": { diff --git a/package.json b/package.json index e0dbc190..64445d6e 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.54.0", + "minecraft-protocol": "^1.57.0", "prismarine-chunk": "^1.38.1", "protodef": "^1.18.0" },