chore(deps): pin dependencies
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
CI / Test (pull_request) Successful in 30s

This commit is contained in:
2025-11-15 19:58:40 +00:00
parent fa31e5f54d
commit f9604efc08
4 changed files with 18 additions and 18 deletions

View File

@@ -6,12 +6,12 @@
"start": "bun run src/main.ts"
},
"devDependencies": {
"@types/ts3-nodejs-library": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"cspell": "^8.0.0",
"eslint": "^8.29.0",
"typescript": "^5.0.0",
"@types/ts3-nodejs-library": "2.0.1",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"cspell": "8.19.4",
"eslint": "8.57.1",
"typescript": "5.9.3",
"@types/bun": "latest"
},
"dependencies": {