mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-18 09:35:50 +00:00
Update got, which now requires node 14
This commit is contained in:
parent
f93354203d
commit
c7a669ce6b
3 changed files with 81 additions and 52 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue