chore: pin all dependencies
All checks were successful
CI / Test (pull_request) Successful in 19s

This commit is contained in:
2025-12-12 12:49:10 +01:00
parent 810259148c
commit 346d387d02
2 changed files with 5 additions and 5 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -15,11 +15,11 @@
"@types/bun": "latest"
},
"dependencies": {
"env-var": "^7.5.0",
"gotify": "^1.1.0",
"pino": "^9.6.0",
"pino-pretty": "^13.0.0",
"ts3-nodejs-library": "^3.4.1"
"env-var": "7.5.0",
"gotify": "1.1.0",
"pino": "9.6.0",
"pino-pretty": "13.0.0",
"ts3-nodejs-library": "3.4.1"
},
"name": "ts3gotify",
"module": "src/main.ts",