diff --git a/ui/package-lock.json b/ui/package-lock.json index a9649a2f5..9e565eaf6 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -67,7 +67,7 @@ "@types/react": "19.2.14", "@types/react-dom": "19.2.3", "@vitejs/plugin-legacy": "7.2.1", - "@vitejs/plugin-react": "5.1.4", + "@vitejs/plugin-react": "5.2.0", "csstype": "3.2.3", "eslint": "10.0.3", "eslint-config-prettier": "10.1.8", @@ -5403,9 +5403,9 @@ } }, "node_modules/@vitejs/plugin-react": { - "version": "5.1.4", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-5.1.4.tgz", - "integrity": "sha512-VIcFLdRi/VYRU8OL/puL7QXMYafHmqOnwTZY50U1JPlCNj30PxCMx65c494b1K9be9hX83KVt0+gTEwTWLqToA==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-5.2.0.tgz", + "integrity": "sha512-YmKkfhOAi3wsB1PhJq5Scj3GXMn3WvtQ/JC0xoopuHoXSdmtdStOpFrYaT1kie2YgFBcIe64ROzMYRjCrYOdYw==", "dev": true, "license": "MIT", "dependencies": { @@ -5420,7 +5420,7 @@ "node": "^20.19.0 || >=22.12.0" }, "peerDependencies": { - "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" + "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" } }, "node_modules/acorn": { diff --git a/ui/package.json b/ui/package.json index 2c8505caa..55e8b8a54 100644 --- a/ui/package.json +++ b/ui/package.json @@ -63,7 +63,7 @@ "@types/react": "19.2.14", "@types/react-dom": "19.2.3", "@vitejs/plugin-legacy": "7.2.1", - "@vitejs/plugin-react": "5.1.4", + "@vitejs/plugin-react": "5.2.0", "csstype": "3.2.3", "eslint": "10.0.3", "eslint-config-prettier": "10.1.8",