From 8016cb81f6fa80553d5fd7f3525a58e6f5aac4c0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Jan 2025 07:11:46 +0000 Subject: [PATCH] fix: test-project/apps/nextjs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- test-project/apps/nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 test-project/apps/nextjs/package.json diff --git a/test-project/apps/nextjs/package.json b/test-project/apps/nextjs/package.json old mode 100755 new mode 100644 index 0f1db90..d4833b8 --- a/test-project/apps/nextjs/package.json +++ b/test-project/apps/nextjs/package.json @@ -23,6 +23,6 @@ "postcss": "8.4.29", "react": "18.2.0", "react-dom": "18.2.0", - "tailwindcss": "3.3.3" + "tailwindcss": "4.0.0" } }