📦 build: upgrade workspace dependencies

This commit is contained in:
2026-08-13 02:19:14 +07:00
parent af9d918b03
commit 1742f7321d
12 changed files with 1652 additions and 72 deletions
+6 -6
View File
@@ -19,15 +19,15 @@
"@minikura/db": "workspace:*",
"dotenv-mono": "^1.5.1",
"node-fetch": "^3.3.2",
"pg": "^8.11.3",
"pg": "^8.23.0",
"pino": "^10.3.1",
"pino-pretty": "^13.1.3",
"undici": "^7.18.2",
"yaml": "^2.6.1"
"undici": "^8.10.0",
"yaml": "^2.9.0"
},
"devDependencies": {
"@types/node": "^25.0.9",
"tsx": "^4.19.2",
"typescript": "^5.9.3"
"@types/node": "^26.2.0",
"tsx": "^4.23.12",
"typescript": "^7.0.2"
}
}