Skip to content

Commit 6436574

Browse files
Bump axios and minecraft-protocol in /tests_e2e/bot
Removes [axios](https://github.com/axios/axios). It's no longer used after updating ancestor dependency [minecraft-protocol](https://github.com/PrismarineJS/node-minecraft-protocol). These dependencies need to be updated together. Removes `axios` Updates `minecraft-protocol` from 1.62.0 to 1.66.2 - [Release notes](https://github.com/PrismarineJS/node-minecraft-protocol/releases) - [Changelog](https://github.com/PrismarineJS/node-minecraft-protocol/blob/master/docs/HISTORY.md) - [Commits](PrismarineJS/node-minecraft-protocol@1.62.0...1.66.2) --- updated-dependencies: - dependency-name: axios dependency-version: dependency-type: indirect - dependency-name: minecraft-protocol dependency-version: 1.66.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3f539a8 commit 6436574

2 files changed

Lines changed: 40 additions & 77 deletions

File tree

tests_e2e/bot/package-lock.json

Lines changed: 39 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests_e2e/bot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"args-parser": "^1.3.0",
1717
"minecraft-data": "^3.100.0",
18-
"minecraft-protocol": "^1.62.0"
18+
"minecraft-protocol": "^1.66.2"
1919
},
2020
"devDependencies": {
2121
"prettier": "^3.8.3"

0 commit comments

Comments
 (0)