From 046c2f395a9b92c119d6d70d03aa4bd928037f5e Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Wed, 29 Jul 2026 06:38:57 +0200 Subject: [PATCH] chore(npm): audit fix --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 0d4fab7..49432d8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,6 +11,7 @@ "preview": "vite preview" }, "dependencies": { + "@shikijs/rehype": "^4.3.1", "@tailwindcss/vite": "^4.2.2", "react": "^19.2.4", "react-dom": "^19.2.4", @@ -19,7 +20,6 @@ "rehype-sanitize": "^6.0.0", "remark-gfm": "^4.0.1", "shiki": "^4.3.1", - "@shikijs/rehype": "^4.3.1", "tailwindcss": "^4.2.2" }, "devDependencies": { @@ -32,7 +32,7 @@ "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", "babel-plugin-react-compiler": "^1.0.0", - "eslint": "^9.39.4", + "eslint": "^10.8.0", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.4.0",