diff --git a/package-lock.json b/package-lock.json index e2c4d31..5eaad74 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.24", "globals": "16.5.0", - "vite": "7.1.11" + "vite": "7.2.1" } }, "node_modules/@babel/code-frame": { @@ -4978,9 +4978,9 @@ } }, "node_modules/vite": { - "version": "7.1.11", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.11.tgz", - "integrity": "sha512-uzcxnSDVjAopEUjljkWh8EIrg6tlzrjFUfMcR1EVsRDGwf/ccef0qQPRyOrROwhrTDaApueq+ja+KLPlzR/zdg==", + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.2.1.tgz", + "integrity": "sha512-qTl3VF7BvOupTR85Zc561sPEgxyUSNSvTQ9fit7DEMP7yPgvvIGm5Zfa1dOM+kOwWGNviK9uFM9ra77+OjK7lQ==", "license": "MIT", "peer": true, "dependencies": { diff --git a/package.json b/package.json index 0d2f139..8a11fd5 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,6 @@ "eslint-plugin-react-hooks": "5.2.0", "eslint-plugin-react-refresh": "0.4.24", "globals": "16.5.0", - "vite": "7.1.11" + "vite": "7.2.1" } }