From 484349202f2c7606edd380849c99bd3d41ffb590 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Dec 2021 00:28:40 +0000 Subject: [PATCH] fix: upgrade grunt-contrib-uglify from 0.4.1 to 0.11.1 Snyk has created this PR to upgrade grunt-contrib-uglify from 0.4.1 to 0.11.1. See this package in npm: https://www.npmjs.com/package/grunt-contrib-uglify See this project in Snyk: https://app.snyk.io/org/jswheeler/project/e9c65751-fb07-4cbe-a6f2-712b8d5b4c2a?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 0619a17..4807862 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "grunt-contrib-csslint": "^0.2.0", "grunt-contrib-cssmin": "^0.9.0", "grunt-contrib-jshint": "^0.10.0", - "grunt-contrib-uglify": "^0.4.0", + "grunt-contrib-uglify": "^0.11.1", "grunt-contrib-watch": "^0.6.1", "grunt-db-migrate": "0.2.0", "grunt-env": "^0.4.1",