diff --git a/package-lock.json b/package-lock.json index 771f76c..a1f9da9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "globals": "^15.9.0", "tsx": "^4.19.1", "typescript": "^5.6.3", - "vite": "^5.4.8" + "vite": "^5.4.21" } }, "node_modules/@adraffy/ens-normalize": { @@ -5224,9 +5224,9 @@ } }, "node_modules/vite": { - "version": "5.4.8", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.8.tgz", - "integrity": "sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==", + "version": "5.4.21", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.21.tgz", + "integrity": "sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==", "dev": true, "dependencies": { "esbuild": "^0.21.3", @@ -8860,9 +8860,9 @@ } }, "vite": { - "version": "5.4.8", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.8.tgz", - "integrity": "sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==", + "version": "5.4.21", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.21.tgz", + "integrity": "sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==", "dev": true, "requires": { "esbuild": "^0.21.3", diff --git a/package.json b/package.json index 12c65a6..7119cea 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,6 @@ "globals": "^15.9.0", "tsx": "^4.19.1", "typescript": "^5.6.3", - "vite": "^5.4.8" + "vite": "^5.4.21" } }