From f4eba00495d0f4653b3a90da2226fe11750f2665 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 01:45:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index beeb5744..11e38202 100644 --- a/package.json +++ b/package.json @@ -48,12 +48,12 @@ "google-closure-compiler": "^20161201.0.0", "grunt": "^1.0.1", "grunt-contrib-clean": "^1.0.0", - "grunt-contrib-compress": "^1.3.0", + "grunt-contrib-compress": "^2.0.0", "grunt-contrib-copy": "^1.0.0", - "grunt-contrib-cssmin": "^1.0.2", - "grunt-contrib-uglify": "^2.0.0", + "grunt-contrib-cssmin": "^4.0.0", + "grunt-contrib-uglify": "^5.2.1", "grunt-preprocess": "^5.1.0", - "html-to-text": "^3.0.0", + "html-to-text": "^5.1.0", "zombie": "^5.0.5" } }