From cd5b0ce10b6d8251806f6c2cf261c30e7c0c616b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Jul 2025 16:20:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TERSER-2806366 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 05b4a81..6a46361 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,6 @@ "gzip-brunch": "^1.3.0", "imagemin-brunch": "^1.1.0", "jshint-brunch": "^2.0.0", - "terser-brunch": "^3.0.0" + "terser-brunch": "^4.1.0" } }