Compare commits

..

1 Commits

Author SHA1 Message Date
renovate-bot e5508b56a7 chore(deps): update typescript-eslint monorepo to v8
renovate/stability-days Updates have met minimum release age requirement
CI / Test (pull_request) Successful in 19s
2026-05-28 10:22:46 +00:00
3 changed files with 5 additions and 5 deletions
BIN
View File
Binary file not shown.
+2 -2
View File
@@ -17,7 +17,7 @@ services:
MODE: '["connect", "disconnect", "moved", "message"]' MODE: '["connect", "disconnect", "moved", "message"]'
gotify: gotify:
image: ghcr.io/gotify/server:latest@sha256:a3af47067ce6aad76aadf5ba32d6ddfecd1ae576a961359f039fd1831e8b7652 image: ghcr.io/gotify/server:latest
ports: ports:
- 8080:80 - 8080:80
environment: environment:
@@ -27,7 +27,7 @@ services:
- "./gotify_data:/app/data" - "./gotify_data:/app/data"
ts3: ts3:
image: docker.io/library/teamspeak:latest@sha256:11fb1dd03c68ae7b3a8a86c5a08827d01d87a833177ad92ee5c19d7b72d08ce0 image: docker.io/library/teamspeak:latest
ports: ports:
- name: voice - name: voice
target: 9987 target: 9987
+3 -3
View File
@@ -6,8 +6,8 @@
"start": "bun run src/main.ts" "start": "bun run src/main.ts"
}, },
"devDependencies": { "devDependencies": {
"@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/eslint-plugin": "8.59.4",
"@typescript-eslint/parser": "5.62.0", "@typescript-eslint/parser": "8.59.4",
"cspell": "10.0.0", "cspell": "10.0.0",
"eslint": "8.57.1", "eslint": "8.57.1",
"typescript": "6.0.3", "typescript": "6.0.3",
@@ -18,7 +18,7 @@
"gotify": "1.1.0", "gotify": "1.1.0",
"pino": "10.3.1", "pino": "10.3.1",
"pino-pretty": "13.1.3", "pino-pretty": "13.1.3",
"ts3-nodejs-library": "3.5.3" "ts3-nodejs-library": "3.5.2"
}, },
"name": "ts3gotify", "name": "ts3gotify",
"module": "src/main.ts", "module": "src/main.ts",