From e932b1596893ead012b9ca3cdc2c1dab75172840 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 31 May 2021 02:47:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b668359b2..b708ccbe7 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "grunt-contrib-compress": "^1.3.0", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-copy": "^1.0.0", - "grunt-contrib-uglify": "^1.0.1", + "grunt-contrib-uglify": "^3.4.0", "grunt-contrib-watch": "^1.0.0", "grunt-exec": "^1.0.0", "jszip": "^3.1.3",