diff --git a/packages/frontend/package-lock.json b/packages/frontend/package-lock.json index 14b7d8638..3d63a1470 100644 --- a/packages/frontend/package-lock.json +++ b/packages/frontend/package-lock.json @@ -30,7 +30,7 @@ "@types/react-dom": "^18.3.1", "@types/react-test-renderer": "^18.3.0", "@vitejs/plugin-legacy": "^5.4.2", - "@vitejs/plugin-react": "^4.3.2", + "@vitejs/plugin-react": "^4.3.3", "eslint": "^9.12.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-compat": "^6.0.1", @@ -4371,9 +4371,9 @@ } }, "node_modules/@vitejs/plugin-react": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.3.2.tgz", - "integrity": "sha512-hieu+o05v4glEBucTcKMK3dlES0OeJlD9YVOAPraVMOInBCwzumaIFiUjr4bHK7NPgnAHgiskUoceKercrN8vg==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.3.3.tgz", + "integrity": "sha512-NooDe9GpHGqNns1i8XDERg0Vsg5SSYRhRxxyTGogUdkdNt47jal+fbuYi+Yfq6pzRCKXyoPcWisfxE6RIM3GKA==", "dev": true, "dependencies": { "@babel/core": "^7.25.2", diff --git a/packages/frontend/package.json b/packages/frontend/package.json index d202a9b10..1a5b251d4 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -51,7 +51,7 @@ "@types/react-dom": "^18.3.1", "@types/react-test-renderer": "^18.3.0", "@vitejs/plugin-legacy": "^5.4.2", - "@vitejs/plugin-react": "^4.3.2", + "@vitejs/plugin-react": "^4.3.3", "eslint": "^9.12.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-compat": "^6.0.1",