diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index 61d98ade..029db386 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -59,7 +59,7 @@ "@types/swagger-ui-react": "^4.18.3", "@types/throttle-debounce": "^5.0.2", "@types/tinycon": "^0.6.7", - "@vitejs/plugin-react": "^4.3.3", + "@vitejs/plugin-react": "^4.3.4", "babel-plugin-macros": "^3.1.0", "jsdom": "^25.0.1", "rollup-plugin-visualizer": "^5.12.0", @@ -2179,15 +2179,15 @@ "license": "MIT" }, "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" }, @@ -2195,7 +2195,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/@vitest/expect": { diff --git a/commafeed-client/package.json b/commafeed-client/package.json index fc21309d..f720ea2f 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -66,7 +66,7 @@ "@types/swagger-ui-react": "^4.18.3", "@types/throttle-debounce": "^5.0.2", "@types/tinycon": "^0.6.7", - "@vitejs/plugin-react": "^4.3.3", + "@vitejs/plugin-react": "^4.3.4", "babel-plugin-macros": "^3.1.0", "jsdom": "^25.0.1", "rollup-plugin-visualizer": "^5.12.0",