From ff39f5dad737d3790933b9b6ebfde08ad04395f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 08:02:47 +0000 Subject: [PATCH] Bump vite from 5.4.20 to 5.4.21 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.20 to 5.4.21. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 5.4.21 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b746eb5..eac0e49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "react-router-dom": "^5.2.0", "tailwindcss": "^2.2.7", "typescript": "^4.3.5", - "vite": "^5.4.20", + "vite": "^5.4.21", "vite-plugin-fonts": "^0.7.0", "vite-plugin-html": "^2.0.7" } @@ -3707,9 +3707,9 @@ "dev": true }, "node_modules/vite": { - "version": "5.4.20", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.20.tgz", - "integrity": "sha512-j3lYzGC3P+B5Yfy/pfKNgVEg4+UtcIJcVRt2cDjIOmhLourAqPqf8P7acgxeiSgUB7E3p2P8/3gNIgDLpwzs4g==", + "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", @@ -6433,9 +6433,9 @@ "dev": true }, "vite": { - "version": "5.4.20", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.20.tgz", - "integrity": "sha512-j3lYzGC3P+B5Yfy/pfKNgVEg4+UtcIJcVRt2cDjIOmhLourAqPqf8P7acgxeiSgUB7E3p2P8/3gNIgDLpwzs4g==", + "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 650c619..8d64d95 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "react-router-dom": "^5.2.0", "tailwindcss": "^2.2.7", "typescript": "^4.3.5", - "vite": "^5.4.20", + "vite": "^5.4.21", "vite-plugin-fonts": "^0.7.0", "vite-plugin-html": "^2.0.7" }