deps: update @types/node to 25.0.10
Node.js CI / CI (pull_request) Failing after 29s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m29s

This commit is contained in:
2026-02-04 08:31:42 -08:00
parent 4b59dd2c38
commit 38203ae133
2 changed files with 29 additions and 29 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
"main": "index.js",
"type": "module",
"scripts": {
"build": "prisma generate && tsc",
"build": "prisma generate && tsc",
"lint": "eslint src --max-warnings 0",
"start": "op run --env-file=prod.env -- node prod/index.js",
"test": "echo \"Error: no test specified\" && exit 0"
@@ -17,7 +17,7 @@
"devDependencies": {
"@nhcarrigan/eslint-config": "5.2.0",
"@nhcarrigan/typescript-config": "4.0.0",
"@types/node": "24.3.1",
"@types/node": "25.0.10",
"eslint": "9.34.0",
"prisma": "6.15.0",
"typescript": "5.9.2"