diff --git a/example/capacitor/package-lock.json b/example/capacitor/package-lock.json index 671b896e..1923f979 100644 --- a/example/capacitor/package-lock.json +++ b/example/capacitor/package-lock.json @@ -38,7 +38,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "native-run": "^2.0.0", "typescript": "^5.1.6", - "vite": "^6.4.1", + "vite": "^6.4.2", "vitest": "^3.0.0" } }, @@ -6930,9 +6930,9 @@ "license": "MIT" }, "node_modules/vite": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz", - "integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==", + "version": "6.4.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.2.tgz", + "integrity": "sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/example/capacitor/package.json b/example/capacitor/package.json index f7ff2769..be838381 100644 --- a/example/capacitor/package.json +++ b/example/capacitor/package.json @@ -49,7 +49,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "native-run": "^2.0.0", "typescript": "^5.1.6", - "vite": "^6.4.1", + "vite": "^6.4.2", "vitest": "^3.0.0" }, "description": "An Ionic project"