From 34656f1269d057f5168208af046a618371295278 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 17:20:23 +0000 Subject: [PATCH] chore(deps): bump minecraft-data from 3.1.1 to 3.16.0 Bumps [minecraft-data](https://github.com/PrismarineJS/node-minecraft-data) from 3.1.1 to 3.16.0. - [Release notes](https://github.com/PrismarineJS/node-minecraft-data/releases) - [Changelog](https://github.com/PrismarineJS/node-minecraft-data/blob/master/doc/history.md) - [Commits](https://github.com/PrismarineJS/node-minecraft-data/compare/3.1.1...3.16.0) --- updated-dependencies: - dependency-name: minecraft-data 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..b6dba70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "common-tags": "^1.8.2", "discord-rpc": "^4.0.1", "lowdb": "^3.0.0", - "minecraft-data": "^3.1.1", + "minecraft-data": "^3.16.0", "minecraft-path": "^1.0.0", "minecraft-protocol": "^1.34.0", "moment": "^2.29.3", @@ -1962,9 +1962,9 @@ } }, "node_modules/minecraft-data": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/minecraft-data/-/minecraft-data-3.1.1.tgz", - "integrity": "sha512-dB8IibYi7iygiNNXaC6JGSAc7UkDebq1rQ9AMZMaY8Y0VeSRnRl9qD3YlnK0Oz3ywtgHnHOyHT/tGIbX8pCPJQ==" + "version": "3.16.0", + "resolved": "https://registry.npmjs.org/minecraft-data/-/minecraft-data-3.16.0.tgz", + "integrity": "sha512-hesTXdpiY9Mj6I+qYh84IxbvYJeTVC5/UD+AUd2x2fjMmjytXTk7pJmIyHaoV5m7Jo3CJjOObUXtq7p8kK1bXg==" }, "node_modules/minecraft-folder-path": { "version": "1.2.0", @@ -4294,9 +4294,9 @@ } }, "minecraft-data": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/minecraft-data/-/minecraft-data-3.1.1.tgz", - "integrity": "sha512-dB8IibYi7iygiNNXaC6JGSAc7UkDebq1rQ9AMZMaY8Y0VeSRnRl9qD3YlnK0Oz3ywtgHnHOyHT/tGIbX8pCPJQ==" + "version": "3.16.0", + "resolved": "https://registry.npmjs.org/minecraft-data/-/minecraft-data-3.16.0.tgz", + "integrity": "sha512-hesTXdpiY9Mj6I+qYh84IxbvYJeTVC5/UD+AUd2x2fjMmjytXTk7pJmIyHaoV5m7Jo3CJjOObUXtq7p8kK1bXg==" }, "minecraft-folder-path": { "version": "1.2.0", diff --git a/package.json b/package.json index 51ad58f..3031c84 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "common-tags": "^1.8.2", "discord-rpc": "^4.0.1", "lowdb": "^3.0.0", - "minecraft-data": "^3.1.1", + "minecraft-data": "^3.16.0", "minecraft-path": "^1.0.0", "minecraft-protocol": "^1.34.0", "moment": "^2.29.3",