diff --git a/ui/package-lock.json b/ui/package-lock.json index 62c4a65..0e32caf 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.66.0", - "@vitejs/plugin-react": "^6.0.4", + "@vitejs/plugin-react": "^6.0.5", "eslint": "^10.8.0", "eslint-plugin-jsx-a11y-x": "^0.2.0", "eslint-plugin-react-hooks": "^7.1.1", @@ -1293,9 +1293,9 @@ } }, "node_modules/@vitejs/plugin-react": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.4.tgz", - "integrity": "sha512-XcCQz0TBpBgljhj0gMuuDj49i6Ytqh5q1osT/Gp5uAVJUCTWxyskk/l1jwYYiu2xcNHHipdMz40EGfM1VdamVg==", + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.5.tgz", + "integrity": "sha512-BOVzne/NL162sMdResB25mUv+vWMF5NoAjNf09TeGlE7ZpszZWSD3winycicLJw72yeVsoCn/2kOhEuCvEShMA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/ui/package.json b/ui/package.json index 03f14c0..cd22a50 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.66.0", - "@vitejs/plugin-react": "^6.0.4", + "@vitejs/plugin-react": "^6.0.5", "eslint": "^10.8.0", "eslint-plugin-jsx-a11y-x": "^0.2.0", "eslint-plugin-react-hooks": "^7.1.1",