From 6de33a29a4addde6818faffa667c4c13c2d25d00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 18:14:15 +0000 Subject: [PATCH] Bump minecraft-data from 3.46.2 to 3.48.0 Bumps [minecraft-data](https://github.com/PrismarineJS/node-minecraft-data) from 3.46.2 to 3.48.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.46.2...3.48.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 1755ce11..98cdca6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/github": "^6.0.0", "config": "^3.3.9", "fs": "0.0.1-security", - "minecraft-data": "^3.46.2", + "minecraft-data": "^3.48.0", "mineflayer": "^4.13.0", "mineflayer-blockfinder": "0.0.7", "mineflayer-cmd": "^1.1.3", @@ -567,9 +567,9 @@ "integrity": "sha512-vGBKTA+jwM4KgjGZ+S/8/Mkj9rWzePyGY6jManXPGhiWu63RYwW8dKPyk5koP+8qNVhPhHgFa1y/MJ4wrjsNrg==" }, "node_modules/minecraft-data": { - "version": "3.46.2", - "resolved": "https://registry.npmjs.org/minecraft-data/-/minecraft-data-3.46.2.tgz", - "integrity": "sha512-vunI/l5mqjU7FisB5iFxcNl6BkKLzELUvsP5P4gpUOAUtTWXEUYTnVg9jdIFOl7Y2zw3TxG2RHDa0h0ScnRCEA==" + "version": "3.48.0", + "resolved": "https://registry.npmjs.org/minecraft-data/-/minecraft-data-3.48.0.tgz", + "integrity": "sha512-atew1Gbe0WjlIyR+0E/xMnjs/zI/i9IU7cqu0sLpbVtNSPRcW8UjMtYBzpvjVnEETjh+S69v2h49K+8MLgd35Q==" }, "node_modules/minecraft-folder-path": { "version": "1.2.0", @@ -1679,9 +1679,9 @@ "integrity": "sha512-vGBKTA+jwM4KgjGZ+S/8/Mkj9rWzePyGY6jManXPGhiWu63RYwW8dKPyk5koP+8qNVhPhHgFa1y/MJ4wrjsNrg==" }, "minecraft-data": { - "version": "3.46.2", - "resolved": "https://registry.npmjs.org/minecraft-data/-/minecraft-data-3.46.2.tgz", - "integrity": "sha512-vunI/l5mqjU7FisB5iFxcNl6BkKLzELUvsP5P4gpUOAUtTWXEUYTnVg9jdIFOl7Y2zw3TxG2RHDa0h0ScnRCEA==" + "version": "3.48.0", + "resolved": "https://registry.npmjs.org/minecraft-data/-/minecraft-data-3.48.0.tgz", + "integrity": "sha512-atew1Gbe0WjlIyR+0E/xMnjs/zI/i9IU7cqu0sLpbVtNSPRcW8UjMtYBzpvjVnEETjh+S69v2h49K+8MLgd35Q==" }, "minecraft-folder-path": { "version": "1.2.0", diff --git a/package.json b/package.json index 7534c092..86d9c4d0 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@actions/github": "^6.0.0", "config": "^3.3.9", "fs": "0.0.1-security", - "minecraft-data": "^3.46.2", + "minecraft-data": "^3.48.0", "mineflayer": "^4.13.0", "mineflayer-blockfinder": "0.0.7", "mineflayer-cmd": "^1.1.3",