From 12d46675f4143903ae07bf3f1bce1a0a0094399d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 02:01:53 +0000 Subject: [PATCH] Bump minecraft-protocol from 1.44.0 to 1.45.0 in /tests_e2e/bot Bumps [minecraft-protocol](https://github.com/PrismarineJS/node-minecraft-protocol) from 1.44.0 to 1.45.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.44.0...1.45.0) --- updated-dependencies: - dependency-name: minecraft-protocol dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests_e2e/bot/package.json | 2 +- tests_e2e/bot/pnpm-lock.yaml | 21 +++++++++++++-------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/tests_e2e/bot/package.json b/tests_e2e/bot/package.json index ff8f670..8fd9506 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.47.0", - "minecraft-protocol": "^1.44.0" + "minecraft-protocol": "^1.45.0" }, "devDependencies": { "prettier": "^3.1.0" diff --git a/tests_e2e/bot/pnpm-lock.yaml b/tests_e2e/bot/pnpm-lock.yaml index 9c94a66..be692d2 100644 --- a/tests_e2e/bot/pnpm-lock.yaml +++ b/tests_e2e/bot/pnpm-lock.yaml @@ -12,8 +12,8 @@ dependencies: specifier: ^3.47.0 version: 3.47.0 minecraft-protocol: - specifier: ^1.44.0 - version: 1.44.0 + specifier: ^1.45.0 + version: 1.45.0 devDependencies: prettier: @@ -30,6 +30,7 @@ packages: /@azure/msal-node@1.16.0: resolution: {integrity: sha512-eGXPp65i++mAIvziafbCH970TCeECB6iaQP7aRzZEjtU238cW4zKm40U8YxkiCn9rR1G2VeMHENB5h6WRk7ZCQ==} engines: {node: 10 || 12 || 14 || 16 || 18} + deprecated: A newer major version of this library is available. Please upgrade to the latest available version. dependencies: '@azure/msal-common': 11.0.0 jsonwebtoken: 9.0.0 @@ -240,12 +241,16 @@ packages: resolution: {integrity: sha512-3t/jys9Xw6a0o3rWdUJAkE4p+9Y2bg2x4JCfXuEoNC2JZBld44HhvQ9Qa0RslaWMi/hedkmEBJbtTTGEP20jjQ==} dev: false + /minecraft-data@3.55.0: + resolution: {integrity: sha512-znj9ajNlilr+LSjKzyrvY+wTm5u5thL3bddMti5Yp86bu0/zet3IvtZfLQg95t7ENPTg+oUaYtu3PuYfDjat1g==} + dev: false + /minecraft-folder-path@1.2.0: resolution: {integrity: sha512-qaUSbKWoOsH9brn0JQuBhxNAzTDMwrOXorwuRxdJKKKDYvZhtml+6GVCUrY5HRiEsieBEjCUnhVpDuQiKsiFaw==} dev: false - /minecraft-protocol@1.44.0: - resolution: {integrity: sha512-sYu4fFzUKt3spPG5tAdkaB9sNQPT0sV6fyS0sS7/nxdzFfjmLhF6BLNC+32ieK4/MhgNyHtH6xusD0Bi0Roq9w==} + /minecraft-protocol@1.45.0: + resolution: {integrity: sha512-vnw78FShBljUziQY8dNElJHJvQIscEPa97wEOiykOodUJKQiBDWB3ZETAd0CYzEFapS7SAlEiNuqFgJdG9o5aQ==} engines: {node: '>=14'} dependencies: '@types/readable-stream': 4.0.2 @@ -255,12 +260,12 @@ packages: endian-toggle: 0.0.0 lodash.get: 4.4.2 lodash.merge: 4.6.2 - minecraft-data: 3.47.0 + minecraft-data: 3.55.0 minecraft-folder-path: 1.2.0 node-fetch: 2.6.9 node-rsa: 0.4.2 prismarine-auth: 2.2.0 - prismarine-nbt: 2.2.1 + prismarine-nbt: 2.5.0 prismarine-realms: 1.3.0 protodef: 1.15.0 readable-stream: 4.3.0 @@ -318,8 +323,8 @@ packages: - supports-color dev: false - /prismarine-nbt@2.2.1: - resolution: {integrity: sha512-Mb50c58CPnuZ+qvM31DBa08tf9UumlTq1LkvpMoUpKfCuN05GZHTqCUwER3lxTSHLL0GZKghIPbYR/JQkINijQ==} + /prismarine-nbt@2.5.0: + resolution: {integrity: sha512-F0/8UAa9SDDnAGrBYqZc4nG8h2zj5cE2eAJU5xlDR/IsQQ3moVxkOjE3h3nMv6SbvZrvAcgX7waA/nd9LLHYdA==} dependencies: protodef: 1.15.0 dev: false