diff --git a/ui/package-lock.json b/ui/package-lock.json index fd5c95d..e5c1184 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -18,7 +18,7 @@ "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@typescript-eslint/parser": "^8.65.0", - "@vitejs/plugin-react": "^6.0.3", + "@vitejs/plugin-react": "^6.0.4", "eslint": "^10.7.0", "eslint-plugin-jsx-a11y-x": "^0.2.0", "eslint-plugin-react-hooks": "^7.1.1", @@ -1374,9 +1374,9 @@ } }, "node_modules/@vitejs/plugin-react": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.3.tgz", - "integrity": "sha512-vmFvco5/QuC2f9Oj+wTk0+9XeDFkHxSamwZKYc7MxYwKICfvUvlMhqKI0VuICPltGqh1neqBKDvO4kes1ya8vg==", + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.4.tgz", + "integrity": "sha512-XcCQz0TBpBgljhj0gMuuDj49i6Ytqh5q1osT/Gp5uAVJUCTWxyskk/l1jwYYiu2xcNHHipdMz40EGfM1VdamVg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/ui/package.json b/ui/package.json index 73eccda..c545171 100644 --- a/ui/package.json +++ b/ui/package.json @@ -21,7 +21,7 @@ "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@typescript-eslint/parser": "^8.65.0", - "@vitejs/plugin-react": "^6.0.3", + "@vitejs/plugin-react": "^6.0.4", "eslint": "^10.7.0", "eslint-plugin-jsx-a11y-x": "^0.2.0", "eslint-plugin-react-hooks": "^7.1.1",