From c720d4317f04097e70e039794c3ee9ae5c63fe5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 02:12:50 +0000 Subject: [PATCH] Bump minecraft-protocol in /tests_e2e/bot in the minecraft group Bumps the minecraft group in /tests_e2e/bot with 1 update: [minecraft-protocol](https://github.com/PrismarineJS/node-minecraft-protocol). Updates `minecraft-protocol` from 1.53.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.53.0...1.54.0) --- updated-dependencies: - dependency-name: minecraft-protocol dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minecraft ... Signed-off-by: dependabot[bot] --- tests_e2e/bot/package-lock.json | 10 +++++----- tests_e2e/bot/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests_e2e/bot/package-lock.json b/tests_e2e/bot/package-lock.json index 4deabbc..3bb50ad 100644 --- a/tests_e2e/bot/package-lock.json +++ b/tests_e2e/bot/package-lock.json @@ -10,8 +10,8 @@ "license": "MIT", "dependencies": { "args-parser": "^1.3.0", - "minecraft-data": "^3.80.0", - "minecraft-protocol": "^1.51.0" + "minecraft-data": "^3.83.1", + "minecraft-protocol": "^1.54.0" }, "devDependencies": { "prettier": "^3.4.2" @@ -443,9 +443,9 @@ "license": "MIT" }, "node_modules/minecraft-protocol": { - "version": "1.53.0", - "resolved": "https://registry.npmjs.org/minecraft-protocol/-/minecraft-protocol-1.53.0.tgz", - "integrity": "sha512-V6zr91G5VUke4VLDtmlcBmP+f2tA4LkHiPOR4fYBS4ShUTRqxYw3KgKLhFSIMxGYrVsGHpgWf3Hm4O1hN2Enzw==", + "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==", "license": "BSD-3-Clause", "dependencies": { "@types/node-rsa": "^1.1.4", diff --git a/tests_e2e/bot/package.json b/tests_e2e/bot/package.json index 9355608..0fa1e7f 100644 --- a/tests_e2e/bot/package.json +++ b/tests_e2e/bot/package.json @@ -15,7 +15,7 @@ "dependencies": { "args-parser": "^1.3.0", "minecraft-data": "^3.83.1", - "minecraft-protocol": "^1.53.0" + "minecraft-protocol": "^1.54.0" }, "devDependencies": { "prettier": "^3.4.2"