mirror of
https://github.com/Tribufu/node-gamedig
synced 2026-08-09 07:01:06 +00:00
Update dependencies
This commit is contained in:
parent
75216133f1
commit
f93354203d
2 changed files with 156 additions and 162 deletions
16
package.json
16
package.json
|
|
@ -37,16 +37,16 @@
|
|||
"node": ">=12.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"cheerio": "^1.0.0-rc.3",
|
||||
"cheerio": "^1.0.0-rc.10",
|
||||
"compressjs": "^1.0.2",
|
||||
"gbxremote": "^0.2.1",
|
||||
"got": "^11.5.1",
|
||||
"iconv-lite": "^0.6.2",
|
||||
"long": "^4.0.0",
|
||||
"got": "^11.8.3",
|
||||
"iconv-lite": "^0.6.3",
|
||||
"long": "^5.2.0",
|
||||
"minimist": "^1.2.5",
|
||||
"moment": "^2.27.0",
|
||||
"moment": "^2.29.1",
|
||||
"punycode": "^2.1.1",
|
||||
"varint": "^5.0.0"
|
||||
"varint": "^5.0.2"
|
||||
},
|
||||
"bin": {
|
||||
"gamedig": "bin/gamedig.js"
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
"README.md"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/cheerio": "^0.22.21",
|
||||
"@types/node": "^12.20.7"
|
||||
"@types/cheerio": "^0.22.31",
|
||||
"@types/node": "^12.20.43"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue