Update got, which now requires node 14

This commit is contained in:
Michael Morrison 2022-02-05 20:10:14 -06:00
parent f93354203d
commit c7a669ce6b
3 changed files with 81 additions and 52 deletions

View file

@ -40,13 +40,13 @@
"cheerio": "^1.0.0-rc.10",
"compressjs": "^1.0.2",
"gbxremote": "^0.2.1",
"got": "^11.8.3",
"got": "^12.0.1",
"iconv-lite": "^0.6.3",
"long": "^5.2.0",
"minimist": "^1.2.5",
"moment": "^2.29.1",
"punycode": "^2.1.1",
"varint": "^5.0.2"
"varint": "^6.0.0"
},
"bin": {
"gamedig": "bin/gamedig.js"
@ -61,6 +61,6 @@
],
"devDependencies": {
"@types/cheerio": "^0.22.31",
"@types/node": "^12.20.43"
"@types/node": "^14.18.10"
}
}