From 553a96949bff97c2e376596a475006f2c0a2f36e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 02:00:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- 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" } }