From e2b3bb19e375426666a7eab8fd8000c049298ef5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 10:34:26 +0000 Subject: [PATCH] chore(deps): update dependency vite to v5.4.10 --- 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 289506bf..1a8764da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "remark-frontmatter": "5.0.0", "remark-rehype": "11.1.1", "tsx": "4.19.1", - "vite": "5.4.9", + "vite": "5.4.10", "vite-plugin-solid": "2.10.2", "yaml": "2.6.0" }, @@ -10643,9 +10643,9 @@ } }, "node_modules/vite": { - "version": "5.4.9", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.9.tgz", - "integrity": "sha512-20OVpJHh0PAM0oSOELa5GaZNWeDjcAvQjGXy2Uyr+Tp+/D2/Hdz6NLgpJLsarPTA2QJ6v8mX2P1ZfbsSKvdMkg==", + "version": "5.4.10", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.10.tgz", + "integrity": "sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 06d7ceac..7a389dea 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "remark-frontmatter": "5.0.0", "remark-rehype": "11.1.1", "tsx": "4.19.1", - "vite": "5.4.9", + "vite": "5.4.10", "vite-plugin-solid": "2.10.2", "yaml": "2.6.0" },