From d5f0fa03365e79cdd58fe280f05395fec1c09a3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 17:14:47 +0000 Subject: [PATCH] chore(deps): bump minecraft-protocol from 1.34.0 to 1.35.0 Bumps [minecraft-protocol](https://github.com/PrismarineJS/node-minecraft-protocol) from 1.34.0 to 1.35.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.34.0...1.35.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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 38cb87d..a492b0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "lowdb": "^3.0.0", "minecraft-data": "^3.1.1", "minecraft-path": "^1.0.0", - "minecraft-protocol": "^1.34.0", + "minecraft-protocol": "^1.35.0", "moment": "^2.29.3", "prismarine-nbt": "^2.2.1", "rawjsonbuilder": "^2.1.1", @@ -1980,9 +1980,9 @@ } }, "node_modules/minecraft-protocol": { - "version": "1.34.0", - "resolved": "https://registry.npmjs.org/minecraft-protocol/-/minecraft-protocol-1.34.0.tgz", - "integrity": "sha512-YqS0LWz2Fq4iA/HEWmUrlV8arlVSD36yayYryXpeNgv5mCpEeOocO+i0td+bzAqPA5z0RxZT3IbiWAZCYrkvHA==", + "version": "1.35.0", + "resolved": "https://registry.npmjs.org/minecraft-protocol/-/minecraft-protocol-1.35.0.tgz", + "integrity": "sha512-Ie4TQ/liooo77s58Xo68ywH998KW7Jemy8TkMjiqUrMpecNgpm7n/P2ddD85EvLS7EHVZLto7YmiTvVlSF6UGg==", "dependencies": { "@types/readable-stream": "^2.3.13", "aes-js": "^3.1.2", @@ -4309,9 +4309,9 @@ "integrity": "sha512-t0ZSqPXpdzWnMoiZhYrEt2gXQrm91x2raLOpynlhaILGh5SeOYf6ml65hZZYWrXOUHXhNOZ2b9pibUdUTKnXCQ==" }, "minecraft-protocol": { - "version": "1.34.0", - "resolved": "https://registry.npmjs.org/minecraft-protocol/-/minecraft-protocol-1.34.0.tgz", - "integrity": "sha512-YqS0LWz2Fq4iA/HEWmUrlV8arlVSD36yayYryXpeNgv5mCpEeOocO+i0td+bzAqPA5z0RxZT3IbiWAZCYrkvHA==", + "version": "1.35.0", + "resolved": "https://registry.npmjs.org/minecraft-protocol/-/minecraft-protocol-1.35.0.tgz", + "integrity": "sha512-Ie4TQ/liooo77s58Xo68ywH998KW7Jemy8TkMjiqUrMpecNgpm7n/P2ddD85EvLS7EHVZLto7YmiTvVlSF6UGg==", "requires": { "@types/readable-stream": "^2.3.13", "aes-js": "^3.1.2", diff --git a/package.json b/package.json index 51ad58f..74856ed 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "lowdb": "^3.0.0", "minecraft-data": "^3.1.1", "minecraft-path": "^1.0.0", - "minecraft-protocol": "^1.34.0", + "minecraft-protocol": "^1.35.0", "moment": "^2.29.3", "prismarine-nbt": "^2.2.1", "rawjsonbuilder": "^2.1.1",