diff --git a/package-lock.json b/package-lock.json index 133b7bc..2c11a12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "eslint-plugin-react-hooks": "5.2.0", "eslint-plugin-react-refresh": "0.4.23", "globals": "16.4.0", - "vite": "7.1.7" + "vite": "7.1.9" } }, "node_modules/@babel/code-frame": { @@ -4978,9 +4978,9 @@ } }, "node_modules/vite": { - "version": "7.1.7", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.7.tgz", - "integrity": "sha512-VbA8ScMvAISJNJVbRDTJdCwqQoAareR/wutevKanhR2/1EkoXVZVkkORaYm/tNVCjP/UDTKtcw3bAkwOUdedmA==", + "version": "7.1.9", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.9.tgz", + "integrity": "sha512-4nVGliEpxmhCL8DslSAUdxlB6+SMrhB0a1v5ijlh1xB1nEPuy1mxaHxysVucLHuWryAxLWg6a5ei+U4TLn/rFg==", "license": "MIT", "peer": true, "dependencies": { diff --git a/package.json b/package.json index 6ecd982..03a8546 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,6 @@ "eslint-plugin-react-hooks": "5.2.0", "eslint-plugin-react-refresh": "0.4.23", "globals": "16.4.0", - "vite": "7.1.7" + "vite": "7.1.9" } }