From 85570a6b517b18909fa6bedc77db42d82d6390f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:03:21 +0000 Subject: [PATCH] build(deps-dev): bump vite from 5.4.2 to 5.4.8 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.2 to 5.4.8. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.8/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5e83e7e..12a9090 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "react-syntax-highlighter": "^15.5.0", "tailwindcss": "^3.4.13", "typescript": "^5.6.2", - "vite": "^5.4.2", + "vite": "^5.4.8", "vite-plugin-dts": "^4.2.3", "vite-plugin-static-copy": "^1.0.6" }, @@ -9703,13 +9703,13 @@ } }, "node_modules/vite": { - "version": "5.4.2", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.2.tgz", - "integrity": "sha512-dDrQTRHp5C1fTFzcSaMxjk6vdpKvT+2/mIdE07Gw2ykehT49O0z/VHS3zZ8iV/Gh8BJJKHWOe5RjaNrW5xf/GA==", + "version": "5.4.8", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.8.tgz", + "integrity": "sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==", "dev": true, "dependencies": { "esbuild": "^0.21.3", - "postcss": "^8.4.41", + "postcss": "^8.4.43", "rollup": "^4.20.0" }, "bin": { diff --git a/package.json b/package.json index cd68b07..359cd3d 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "react-syntax-highlighter": "^15.5.0", "tailwindcss": "^3.4.13", "typescript": "^5.6.2", - "vite": "^5.4.2", + "vite": "^5.4.8", "vite-plugin-dts": "^4.2.3", "vite-plugin-static-copy": "^1.0.6" }