diff --git a/hosting/package-lock.json b/hosting/package-lock.json index c74ebb6..8180917 100644 --- a/hosting/package-lock.json +++ b/hosting/package-lock.json @@ -22,7 +22,7 @@ "@types/react-dom": "^18.3.0", "@vitejs/plugin-react-swc": "^3.9.0", "typescript": "^4.9.5", - "vite": "^6.4.1", + "vite": "^6.4.2", "vite-plugin-svgr": "^4.3.0", "vite-tsconfig-paths": "^4.3.2" } @@ -3423,9 +3423,9 @@ } }, "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": { @@ -3551,21 +3551,6 @@ } } }, - "node_modules/vite-tsconfig-paths/node_modules/typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", - "dev": true, - "optional": true, - "peer": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" - } - }, "node_modules/web-vitals": { "version": "2.1.4", "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", diff --git a/hosting/package.json b/hosting/package.json index abcdfae..45340f6 100644 --- a/hosting/package.json +++ b/hosting/package.json @@ -35,7 +35,7 @@ "@types/react-dom": "^18.3.0", "@vitejs/plugin-react-swc": "^3.9.0", "typescript": "^4.9.5", - "vite": "^6.4.1", + "vite": "^6.4.2", "vite-plugin-svgr": "^4.3.0", "vite-tsconfig-paths": "^4.3.2" }