diff --git a/proxy/package-lock.json b/proxy/package-lock.json index 08bc094..dc24fd8 100644 --- a/proxy/package-lock.json +++ b/proxy/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "devDependencies": { "typescript": "^5.2.2", - "vite": "^5.4.12" + "vite": "^5.4.21" } }, "node_modules/@esbuild/aix-ppc64": { @@ -760,9 +760,9 @@ } }, "node_modules/vite": { - "version": "5.4.12", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.12.tgz", - "integrity": "sha512-KwUaKB27TvWwDJr1GjjWthLMATbGEbeWYZIbGZ5qFIsgPP3vWzLu4cVooqhm5/Z2SPDUMjyPVjTztm5tYKwQxA==", + "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": { diff --git a/proxy/package.json b/proxy/package.json index 9eedcc9..127fa0c 100644 --- a/proxy/package.json +++ b/proxy/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "typescript": "^5.2.2", - "vite": "^5.4.12" + "vite": "^5.4.21" } }