1 Commits

Author SHA1 Message Date
756d2e44a4 chore(deps): update typescript-eslint monorepo to v8
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
CI / Test (pull_request) Successful in 2m16s
2026-04-22 10:18:45 +00:00
2 changed files with 3 additions and 3 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -6,8 +6,8 @@
"start": "bun run src/main.ts"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@typescript-eslint/eslint-plugin": "8.58.2",
"@typescript-eslint/parser": "8.58.2",
"cspell": "10.0.0",
"eslint": "8.57.1",
"typescript": "6.0.2",
@@ -18,7 +18,7 @@
"gotify": "1.1.0",
"pino": "10.3.1",
"pino-pretty": "13.1.3",
"ts3-nodejs-library": "3.5.2"
"ts3-nodejs-library": "3.5.1"
},
"name": "ts3gotify",
"module": "src/main.ts",