From 2aab25c9f75f583a8b3f0cea40e5b8b2f47e1420 Mon Sep 17 00:00:00 2001 From: Aditya8369 Date: Fri, 28 Aug 2026 20:50:18 +0530 Subject: [PATCH] security: PostCSS Multiple Security Vulnerabilities Remediation --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index c8f378ef..2db07933 100644 --- a/package.json +++ b/package.json @@ -57,9 +57,8 @@ "vitest": "^4.1.8" }, "overrides": { - "postcss": "^8.5.26", - "nanoid": "^3.3.18" "postcss": "^8.5.15", + "nanoid": "^3.3.18", "js-yaml": "^4.3.1" } }