From 4c6fddff0d0a0d382a1ca665874d97d44ad07158 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Nov 2024 08:39:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29f8f1a377..727e7cd261 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "laravel-vite-plugin": "0.8.1", "postcss": "8.4.38", "pusher-js": "8.4.0-rc2", - "tailwindcss": "3.4.4", + "tailwindcss": "3.4.15", "vite": "4.5.5", "vue": "3.4.29" },