diff --git a/hosting/package-lock.json b/hosting/package-lock.json index 9b19ee5..f46d44a 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.6.0", "typescript": "^4.9.5", - "vite": "^5.4.6", + "vite": "^5.4.19", "vite-plugin-svgr": "^4.2.0", "vite-tsconfig-paths": "^4.3.2" } @@ -3273,10 +3273,11 @@ } }, "node_modules/vite": { - "version": "5.4.6", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.6.tgz", - "integrity": "sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q==", + "version": "5.4.19", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.19.tgz", + "integrity": "sha512-qO3aKv3HoQC8QKiNSTuUM1l9o/XX3+c+VTgLHbJWHZGeTPVAg2XwazI9UWzoxjIJCGCV2zU60uqMzjeLZuULqA==", "dev": true, + "license": "MIT", "dependencies": { "esbuild": "^0.21.3", "postcss": "^8.4.43", diff --git a/hosting/package.json b/hosting/package.json index 02c98bd..efd1129 100644 --- a/hosting/package.json +++ b/hosting/package.json @@ -35,7 +35,7 @@ "@types/react-dom": "^18.3.0", "@vitejs/plugin-react-swc": "^3.6.0", "typescript": "^4.9.5", - "vite": "^5.4.6", + "vite": "^5.4.19", "vite-plugin-svgr": "^4.2.0", "vite-tsconfig-paths": "^4.3.2" }