Skip to content

Commit bc9ccdf

Browse files
authored
Merge pull request #758 from Steinbeck-Lab/dev-kohulan
fix(security): patch all frontend dependency vulnerabilities
2 parents 4c7356d + 808cd77 commit bc9ccdf

2 files changed

Lines changed: 54 additions & 50 deletions

File tree

frontend/package-lock.json

Lines changed: 49 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"tailwindcss": "^4.2.1",
6161
"typescript": "^5.9.3",
6262
"typescript-eslint": "^8.57.0",
63-
"vite": "^6.4.1",
63+
"vite": "^6.4.2",
6464
"vite-plugin-checker": "^0.11.0",
6565
"vitest": "^4.1.0"
6666
},
@@ -73,6 +73,10 @@
7373
"prettier --write"
7474
]
7575
},
76+
"overrides": {
77+
"hono": "^4.12.12",
78+
"@hono/node-server": "^1.19.13"
79+
},
7680
"scripts": {
7781
"dev": "vite",
7882
"build": "vite build",

0 commit comments

Comments
 (0)