From 636c078337f32bd156d6bb2509e36b7d07b4f91c Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 06:36:27 +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 48a3aed..9ff338f 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "eslint-config-next": "14.1.3", "husky": "^9.0.11", "lint-staged": "^15.2.2", - "postcss": "^8", + "postcss": "^8.5.0", "prettier": "3.2.5", "prettier-plugin-tailwindcss": "^0.5.12", "tailwindcss": "^3.3.0",