From 5ce2391802c18350b66f1af3473c73e141ea5d6f Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 22:04:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NANOID-8492085 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d89b24a..c272929 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "axios": "^1.7.2", "laravel-echo": "^1.16.1", "laravel-vite-plugin": "^1.0", - "postcss": "^8.4.31", + "postcss": "^8.5.0", "pusher-js": "^8.4.0-rc2", "tailwindcss": "^3.4.4", "vite": "^5.2.13",