diff --git a/code/package-lock.json b/code/package-lock.json index 4581b80..c595bc2 100644 --- a/code/package-lock.json +++ b/code/package-lock.json @@ -31,7 +31,7 @@ "postcss": "^8.4.33", "tailwindcss": "^3.4.1", "typescript": "^5.3.3", - "vite": "^5.0.11" + "vite": "^5.4.21" } }, "node_modules/@alloc/quick-lru": { @@ -6188,10 +6188,11 @@ "dev": true }, "node_modules/vite": { - "version": "5.4.19", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.19.tgz", - "integrity": "sha512-qO3aKv3HoQC8QKiNSTuUM1l9o/XX3+c+VTgLHbJWHZGeTPVAg2XwazI9UWzoxjIJCGCV2zU60uqMzjeLZuULqA==", + "version": "5.4.21", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.21.tgz", + "integrity": "sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==", "dev": true, + "license": "MIT", "dependencies": { "esbuild": "^0.21.3", "postcss": "^8.4.43", diff --git a/code/package.json b/code/package.json index c577226..1fb6b29 100644 --- a/code/package.json +++ b/code/package.json @@ -36,6 +36,6 @@ "postcss": "^8.4.33", "tailwindcss": "^3.4.1", "typescript": "^5.3.3", - "vite": "^5.0.11" + "vite": "^5.4.21" } }