diff --git a/package-lock.json b/package-lock.json index 24a8f0c..19c0a6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@types/node": "^25.9.5", "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", - "@vitejs/plugin-react": "^6.0.2", + "@vitejs/plugin-react": "^6.0.4", "babel-plugin-react-compiler": "^1.0.0", "husky": "^9.1.7", "jsdom": "^29.1.1", @@ -1873,13 +1873,13 @@ } }, "node_modules/@vitejs/plugin-react": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.2.tgz", - "integrity": "sha512-DlSMqo4WhThw4vB8Mpn0Woe9J+Jfq1geJ61AKW0QEgLzGMNwtIMdxbDUzLxcun8W7NbJO0e2Jg/Nxm3cCSVzzg==", + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.4.tgz", + "integrity": "sha512-XcCQz0TBpBgljhj0gMuuDj49i6Ytqh5q1osT/Gp5uAVJUCTWxyskk/l1jwYYiu2xcNHHipdMz40EGfM1VdamVg==", "dev": true, "license": "MIT", "dependencies": { - "@rolldown/pluginutils": "^1.0.0" + "@rolldown/pluginutils": "^1.0.1" }, "engines": { "node": "^20.19.0 || >=22.12.0" diff --git a/package.json b/package.json index 8eeeb08..810ddea 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@types/node": "^25.9.5", "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", - "@vitejs/plugin-react": "^6.0.2", + "@vitejs/plugin-react": "^6.0.4", "babel-plugin-react-compiler": "^1.0.0", "husky": "^9.1.7", "jsdom": "^29.1.1",