diff --git a/package-lock.json b/package-lock.json index 38cb87d..c4cb3fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "lowdb": "^3.0.0", "minecraft-data": "^3.1.1", "minecraft-path": "^1.0.0", - "minecraft-protocol": "^1.34.0", + "minecraft-protocol": "^1.35.1", "moment": "^2.29.3", "prismarine-nbt": "^2.2.1", "rawjsonbuilder": "^2.1.1", @@ -1980,9 +1980,9 @@ } }, "node_modules/minecraft-protocol": { - "version": "1.34.0", - "resolved": "https://registry.npmjs.org/minecraft-protocol/-/minecraft-protocol-1.34.0.tgz", - "integrity": "sha512-YqS0LWz2Fq4iA/HEWmUrlV8arlVSD36yayYryXpeNgv5mCpEeOocO+i0td+bzAqPA5z0RxZT3IbiWAZCYrkvHA==", + "version": "1.35.1", + "resolved": "https://registry.npmjs.org/minecraft-protocol/-/minecraft-protocol-1.35.1.tgz", + "integrity": "sha512-f39oYBKV3jnThWhLoThzBNd4imG332KmnvK/uzfUvr5lt6HFmYgznzzaDl2q9fRyNj5pMS73f5n/B1XUICK8gQ==", "dependencies": { "@types/readable-stream": "^2.3.13", "aes-js": "^3.1.2", @@ -1998,7 +1998,7 @@ "prismarine-auth": "^1.1.0", "prismarine-nbt": "^2.0.0", "protodef": "^1.8.0", - "readable-stream": "^3.0.6", + "readable-stream": "^4.1.0", "uuid-1345": "^1.0.1", "yggdrasil": "^1.4.0" }, @@ -2011,6 +2011,17 @@ "resolved": "https://registry.npmjs.org/minecraft-protocol-chat-parser/-/minecraft-protocol-chat-parser-3.0.2.tgz", "integrity": "sha512-k8GDmsE95h1H+kw4aLOcwMe2SvQd/0g66na+zMWb4SVulTxzZB0ILyw9iEFBj4nMvUiuvZXqFGoMc7qOEGNiPQ==" }, + "node_modules/minecraft-protocol/node_modules/readable-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.1.0.tgz", + "integrity": "sha512-sVisi3+P2lJ2t0BPbpK629j8wRW06yKGJUcaLAGXPAUhyUxVJm7VsCTit1PFgT4JHUDMrGNR+ZjSKpzGaRF3zw==", + "dependencies": { + "abort-controller": "^3.0.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, "node_modules/minimatch": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", @@ -4309,9 +4320,9 @@ "integrity": "sha512-t0ZSqPXpdzWnMoiZhYrEt2gXQrm91x2raLOpynlhaILGh5SeOYf6ml65hZZYWrXOUHXhNOZ2b9pibUdUTKnXCQ==" }, "minecraft-protocol": { - "version": "1.34.0", - "resolved": "https://registry.npmjs.org/minecraft-protocol/-/minecraft-protocol-1.34.0.tgz", - "integrity": "sha512-YqS0LWz2Fq4iA/HEWmUrlV8arlVSD36yayYryXpeNgv5mCpEeOocO+i0td+bzAqPA5z0RxZT3IbiWAZCYrkvHA==", + "version": "1.35.1", + "resolved": "https://registry.npmjs.org/minecraft-protocol/-/minecraft-protocol-1.35.1.tgz", + "integrity": "sha512-f39oYBKV3jnThWhLoThzBNd4imG332KmnvK/uzfUvr5lt6HFmYgznzzaDl2q9fRyNj5pMS73f5n/B1XUICK8gQ==", "requires": { "@types/readable-stream": "^2.3.13", "aes-js": "^3.1.2", @@ -4327,9 +4338,19 @@ "prismarine-auth": "^1.1.0", "prismarine-nbt": "^2.0.0", "protodef": "^1.8.0", - "readable-stream": "^3.0.6", + "readable-stream": "^4.1.0", "uuid-1345": "^1.0.1", "yggdrasil": "^1.4.0" + }, + "dependencies": { + "readable-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.1.0.tgz", + "integrity": "sha512-sVisi3+P2lJ2t0BPbpK629j8wRW06yKGJUcaLAGXPAUhyUxVJm7VsCTit1PFgT4JHUDMrGNR+ZjSKpzGaRF3zw==", + "requires": { + "abort-controller": "^3.0.0" + } + } } }, "minecraft-protocol-chat-parser": { diff --git a/package.json b/package.json index 51ad58f..edf0d19 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "lowdb": "^3.0.0", "minecraft-data": "^3.1.1", "minecraft-path": "^1.0.0", - "minecraft-protocol": "^1.34.0", + "minecraft-protocol": "^1.35.1", "moment": "^2.29.3", "prismarine-nbt": "^2.2.1", "rawjsonbuilder": "^2.1.1",