From 128e5a7a9133f6ed6fb45228fb9b736da3e2a069 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 18:13:02 +0000 Subject: [PATCH] Bump minecraft-data from 3.44.0 to 3.46.1 Bumps [minecraft-data](https://github.com/PrismarineJS/node-minecraft-data) from 3.44.0 to 3.46.1. - [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.44.0...3.46.1) --- 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 c3389b93..779e7cf1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/github": "^5.1.1", "config": "^3.3.9", "fs": "0.0.1-security", - "minecraft-data": "^3.44.0", + "minecraft-data": "^3.46.1", "mineflayer": "^4.13.0", "mineflayer-blockfinder": "0.0.7", "mineflayer-cmd": "^1.1.3", @@ -539,9 +539,9 @@ "integrity": "sha512-vGBKTA+jwM4KgjGZ+S/8/Mkj9rWzePyGY6jManXPGhiWu63RYwW8dKPyk5koP+8qNVhPhHgFa1y/MJ4wrjsNrg==" }, "node_modules/minecraft-data": { - "version": "3.44.0", - "resolved": "https://registry.npmjs.org/minecraft-data/-/minecraft-data-3.44.0.tgz", - "integrity": "sha512-cMun70BfkLtqwFzY51eOLcXQtMmPAlQxxsr+9rL/CZiBQARoXb2jjXLFPAk8E/7EamBrJM42G+JUjOXiEofuIg==" + "version": "3.46.1", + "resolved": "https://registry.npmjs.org/minecraft-data/-/minecraft-data-3.46.1.tgz", + "integrity": "sha512-asIlURpAfAN1k7H9Ffkas8SrPhwYrQqp52ZECZPgnChcksjeWcDnRz6HLehns1O5TyPo2SBGvjIYztanKQpy7g==" }, "node_modules/minecraft-folder-path": { "version": "1.2.0", @@ -1639,9 +1639,9 @@ "integrity": "sha512-vGBKTA+jwM4KgjGZ+S/8/Mkj9rWzePyGY6jManXPGhiWu63RYwW8dKPyk5koP+8qNVhPhHgFa1y/MJ4wrjsNrg==" }, "minecraft-data": { - "version": "3.44.0", - "resolved": "https://registry.npmjs.org/minecraft-data/-/minecraft-data-3.44.0.tgz", - "integrity": "sha512-cMun70BfkLtqwFzY51eOLcXQtMmPAlQxxsr+9rL/CZiBQARoXb2jjXLFPAk8E/7EamBrJM42G+JUjOXiEofuIg==" + "version": "3.46.1", + "resolved": "https://registry.npmjs.org/minecraft-data/-/minecraft-data-3.46.1.tgz", + "integrity": "sha512-asIlURpAfAN1k7H9Ffkas8SrPhwYrQqp52ZECZPgnChcksjeWcDnRz6HLehns1O5TyPo2SBGvjIYztanKQpy7g==" }, "minecraft-folder-path": { "version": "1.2.0", diff --git a/package.json b/package.json index bb3995ed..dec1898a 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@actions/github": "^5.1.1", "config": "^3.3.9", "fs": "0.0.1-security", - "minecraft-data": "^3.44.0", + "minecraft-data": "^3.46.1", "mineflayer": "^4.13.0", "mineflayer-blockfinder": "0.0.7", "mineflayer-cmd": "^1.1.3",