From 5a8e0a28ad39e1d9e473479de9df059f2b1cfce6 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 02:52:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VITE-8648411 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-NANOID-8492085 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d89b24a..b7c273a 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ "laravel-vite-plugin": "^1.0", "postcss": "^8.4.31", "pusher-js": "^8.4.0-rc2", - "tailwindcss": "^3.4.4", - "vite": "^5.2.13", + "tailwindcss": "^4.0.0", + "vite": "^5.4.12", "vue": "^3.4.0" } }