From f51d3e5f48b566109236fd400937444ccb5ff077 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 May 2022 09:06:55 +0000 Subject: [PATCH] fix: upgrade grunt-contrib-uglify from 0.2.7 to 0.11.1 Snyk has created this PR to upgrade grunt-contrib-uglify from 0.2.7 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/parys-github/project/5b22b388-669f-4fa1-8896-27beb5b39dc0?utm_source=github&utm_medium=referral&page=upgrade-pr --- _site/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_site/package.json b/_site/package.json index 0c61c59..209e74c 100644 --- a/_site/package.json +++ b/_site/package.json @@ -8,7 +8,7 @@ "dependencies": { "grunt": "~0.4.1", "grunt-contrib-jshint": "~0.6.4", - "grunt-contrib-uglify": "~0.2.4", + "grunt-contrib-uglify": "~0.11.1", "grunt-contrib-concat": "0.4.0", "grunt-contrib-compass": "0.8.0" },