From f1d44e79766a9a29e5805f3fc55f9cc728dbf047 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 06:06:53 +0000 Subject: [PATCH] Update dependency vite to v5.4.8 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ceed1cf2..2a99b799 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "stylelint": "16.9.0", "stylelint-config-standard": "36.0.1", "typescript": "5.6.2", - "vite": "5.4.6", + "vite": "5.4.8", "vitest": "2.1.1" } }, @@ -5597,9 +5597,9 @@ "dev": true }, "node_modules/vite": { - "version": "5.4.6", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.6.tgz", - "integrity": "sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q==", + "version": "5.4.8", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.8.tgz", + "integrity": "sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2026ff3b..8362a005 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "stylelint": "16.9.0", "stylelint-config-standard": "36.0.1", "typescript": "5.6.2", - "vite": "5.4.6", + "vite": "5.4.8", "vitest": "2.1.1" }, "homepage": "https://jellyfin.org/",