diff --git a/ui/package-lock.json b/ui/package-lock.json index 631f87d42..8262911be 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -71,7 +71,7 @@ "@types/react": "17.0.50", "@types/react-dom": "17.0.17", "@vitejs/plugin-legacy": "5.4.3", - "@vitejs/plugin-react": "4.3.3", + "@vitejs/plugin-react": "4.3.4", "@wojtekmaj/enzyme-adapter-react-17": "0.8.0", "csstype": "3.1.2", "diffable-html": "5.0.0", @@ -5052,15 +5052,15 @@ } }, "node_modules/@vitejs/plugin-react": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.3.3.tgz", - "integrity": "sha512-NooDe9GpHGqNns1i8XDERg0Vsg5SSYRhRxxyTGogUdkdNt47jal+fbuYi+Yfq6pzRCKXyoPcWisfxE6RIM3GKA==", + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.3.4.tgz", + "integrity": "sha512-SCCPBJtYLdE8PX/7ZQAs1QAZ8Jqwih+0VBLum1EGqmCCQal+MIUqLCzj3ZUy8ufbC0cAM4LRlSTm7IQJwWT4ug==", "dev": true, "license": "MIT", "dependencies": { - "@babel/core": "^7.25.2", - "@babel/plugin-transform-react-jsx-self": "^7.24.7", - "@babel/plugin-transform-react-jsx-source": "^7.24.7", + "@babel/core": "^7.26.0", + "@babel/plugin-transform-react-jsx-self": "^7.25.9", + "@babel/plugin-transform-react-jsx-source": "^7.25.9", "@types/babel__core": "^7.20.5", "react-refresh": "^0.14.2" }, @@ -5068,7 +5068,7 @@ "node": "^14.18.0 || >=16.0.0" }, "peerDependencies": { - "vite": "^4.2.0 || ^5.0.0" + "vite": "^4.2.0 || ^5.0.0 || ^6.0.0" } }, "node_modules/@wojtekmaj/enzyme-adapter-react-17": { diff --git a/ui/package.json b/ui/package.json index ec6cdfbaf..d264be491 100644 --- a/ui/package.json +++ b/ui/package.json @@ -67,7 +67,7 @@ "@types/react": "17.0.50", "@types/react-dom": "17.0.17", "@vitejs/plugin-legacy": "5.4.3", - "@vitejs/plugin-react": "4.3.3", + "@vitejs/plugin-react": "4.3.4", "@wojtekmaj/enzyme-adapter-react-17": "0.8.0", "csstype": "3.1.2", "diffable-html": "5.0.0",