From c69e4dca05e6b3cdac7b17c5dc57ec4110404fec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 17:57:39 +0000 Subject: [PATCH] chore(deps): bump minecraft-data from 3.1.1 to 3.30.0 Bumps [minecraft-data](https://github.com/PrismarineJS/node-minecraft-data) from 3.1.1 to 3.30.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.30.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..48d34a9 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.30.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.30.0", + "resolved": "https://registry.npmjs.org/minecraft-data/-/minecraft-data-3.30.0.tgz", + "integrity": "sha512-XiGBXIiExkFPrYzbRNRtieVAAT+hBvc3ZFbb1dTIeKgzO6l6Hm2GcKJUWDjZkCDHAoEwMjPadYDFv+0hDtpTzw==" }, "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.30.0", + "resolved": "https://registry.npmjs.org/minecraft-data/-/minecraft-data-3.30.0.tgz", + "integrity": "sha512-XiGBXIiExkFPrYzbRNRtieVAAT+hBvc3ZFbb1dTIeKgzO6l6Hm2GcKJUWDjZkCDHAoEwMjPadYDFv+0hDtpTzw==" }, "minecraft-folder-path": { "version": "1.2.0", diff --git a/package.json b/package.json index 51ad58f..fcc1cd5 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.30.0", "minecraft-path": "^1.0.0", "minecraft-protocol": "^1.34.0", "moment": "^2.29.3",