From 642bd011f5f738a79514260c41c90bc9f1dba312 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 14:52:09 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 05b4a81..cabe01b 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.0.0" } }