diff --git a/html/startPage/index.html b/html/startPage/index.html index 9d3da1b..f0c9cda 100644 --- a/html/startPage/index.html +++ b/html/startPage/index.html @@ -25,7 +25,8 @@
Version: - 1.16.3 (latest stable) + 1.16.4 (latest stable) + 1.16.3 1.16.2 1.16.1 1.16 diff --git a/package-lock.json b/package-lock.json index 8aaa06e..1fa8a41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3262,14 +3262,14 @@ "dev": true }, "minecraft-data": { - "version": "2.69.1", - "resolved": "https://registry.npmjs.org/minecraft-data/-/minecraft-data-2.69.1.tgz", - "integrity": "sha512-7WXt/D+sM+RqpiQJsNiqfwXWwjOBs9bWKZvhTCRyarxS6pEoJC4x61D1Nss+wWqSCmi0ZbAPwVact2jPWHcSKg==" + "version": "2.70.2", + "resolved": "https://registry.npmjs.org/minecraft-data/-/minecraft-data-2.70.2.tgz", + "integrity": "sha512-BM7I0/pbe4dyl9lgshGf/KtIhq6aHoED+7ByRb68dJgK988UHSmwAde4k3UCX3RMKM3dr+Tprs91wAxC2YuGwQ==" }, "minecraft-protocol": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/minecraft-protocol/-/minecraft-protocol-1.17.0.tgz", - "integrity": "sha512-tF4e3qqo75+LVAPFS7u6YbLPs9xFFXOirVHArHBLg7uSs9wJ8tFzYXUZdR7cqwnKXelRkMM9/QhgeTYcJKR7bw==", + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/minecraft-protocol/-/minecraft-protocol-1.19.0.tgz", + "integrity": "sha512-jSOPBPAWu3OJuZxmmhQ45GvW2VaGnd97KjLGvnKlVQeEfqKjeSjyG0PN16m7Dz6dQtBik+SHUep/G5rQS9sieA==", "requires": { "aes-js": "^3.1.2", "buffer-equal": "^1.0.0", @@ -3842,9 +3842,9 @@ "dev": true }, "phin": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/phin/-/phin-3.5.0.tgz", - "integrity": "sha512-BEJYqD07B5uBFPAzNpLuLh0LzHr4MDLe0Vc6gBYi+PSIL57VbiE/UvkCc86x24pKQn2X2Keg7HTJEDr8BrBCCg==", + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/phin/-/phin-3.5.1.tgz", + "integrity": "sha512-jgFO28IaiWAl0xk+zmqVx7neKVokWKU8YTQC5QlB45SZnEE53LH2saqJIcyIV557VX3Gk+TdR4rwWTc3P83DSA==", "requires": { "centra": "^2.4.2" } @@ -3954,9 +3954,9 @@ "optional": true }, "protodef": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/protodef/-/protodef-1.8.2.tgz", - "integrity": "sha512-xyTUS2InZM5Pf04cKPv9uwrk8GdKSfBai4ZEKjYPL4S2LylS/sxd2AaDj38rqRrXlthD5bTMax1OFZroKYuK8A==", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/protodef/-/protodef-1.8.3.tgz", + "integrity": "sha512-q78K4/8rAwA8e7MU8+aqzO+DLAUOsjnpUAOHOh8AgzYBH9e8ugjtpkio0WI+gM6d2uwn3cz81xFlEchY8KJZtw==", "requires": { "lodash.get": "^4.4.2", "lodash.reduce": "^4.6.0", diff --git a/package.json b/package.json index 8a67800..e6e9f34 100644 --- a/package.json +++ b/package.json @@ -45,8 +45,8 @@ "electron-squirrel-startup": "^1.0.0", "escape-html": "^1.0.3", "md5-file": "^5.0.0", - "minecraft-data": "^2.69.1", - "minecraft-protocol": "^1.17.0", + "minecraft-data": "^2.70.2", + "minecraft-protocol": "^1.19.0", "node-eval": "^2.0.0", "source-map-support": "^0.5.19" }