From 6440d917033a882ee2b02e0107c34b938f519e14 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Feb 2026 18:06:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ISAACSBRACEEXPANSION-15208653 - https://snyk.io/vuln/SNYK-JS-GLOB-14040952 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 288935a..046fe3b 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ }, "homepage": "https://gethinode.com", "dependencies": { - "@fullhuman/postcss-purgecss": "^7.0.2", + "@fullhuman/postcss-purgecss": "^8.0.0", "autoprefixer": "^10.4.21", "cssnano": "7.1.1", "cssnano-preset-advanced": "^7.0.10",