diff --git a/react/first-react-app/package-lock.json b/react/first-react-app/package-lock.json index e84e62a..4b07b94 100644 --- a/react/first-react-app/package-lock.json +++ b/react/first-react-app/package-lock.json @@ -19,7 +19,7 @@ "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", - "vite": "^5.0.8" + "vite": "^5.0.12" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -3865,9 +3865,9 @@ } }, "node_modules/vite": { - "version": "5.0.11", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.11.tgz", - "integrity": "sha512-XBMnDjZcNAw/G1gEiskiM1v6yzM4GE5aMGvhWTlHAYYhxb7S3/V1s3m2LDHa8Vh6yIWYYB0iJwsEaS523c4oYA==", + "version": "5.0.12", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.12.tgz", + "integrity": "sha512-4hsnEkG3q0N4Tzf1+t6NdN9dg/L3BM+q8SWgbSPnJvrgH2kgdyzfVJwbR1ic69/4uMJJ/3dqDZZE5/WwqW8U1w==", "dev": true, "dependencies": { "esbuild": "^0.19.3", diff --git a/react/first-react-app/package.json b/react/first-react-app/package.json index 29ea595..20fbcf9 100644 --- a/react/first-react-app/package.json +++ b/react/first-react-app/package.json @@ -21,6 +21,6 @@ "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", - "vite": "^5.0.8" + "vite": "^5.0.12" } }