This commit is contained in:
Sambo Chea 2023-07-11 12:22:32 +07:00
commit 74fded00f2
Signed by: sombochea
GPG Key ID: 3C7CF22A05D95490
3 changed files with 10 additions and 2880 deletions

2876
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,10 +24,10 @@
"license": "ISC",
"dependencies": {
"axios": "^1.2.0",
"commander": "^9.3.0",
"express": "^4.18.2",
"http-proxy-middleware": "^2.0.6",
"https-proxy-agent": "^5.0.1",
"commander": "^11.0.0",
"https-proxy-agent": "^7.0.0",
"socket.io-client": "^4.5.1"
},
"publishConfig": {
@ -35,8 +35,8 @@
},
"devDependencies": {
"@types/express": "^4.17.15",
"@types/node": "^18.0.3",
"@types/node": "^20.0.0",
"ts-node-dev": "^2.0.0",
"typescript": "^4.7.4"
"typescript": "^5.0.0"
}
}

6
renovate.json Normal file
View File

@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}