From bc7c3eaa2b0c127bec4c700f3af758936dd81df2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 31 Dec 2020 23:14:29 +0000 Subject: [PATCH] fix: upgrade grunt-contrib-clean from 0.5.0 to 0.7.0 Snyk has created this PR to upgrade grunt-contrib-clean from 0.5.0 to 0.7.0. See this package in npm: https://www.npmjs.com/package/grunt-contrib-clean See this project in Snyk: https://app.snyk.io/org/symph/project/053dfc87-53a8-4a04-9f51-59b7ef2e1dde?utm_source=github&utm_medium=upgrade-pr --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 4143f3ca..3a97d47d --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "main": "Gruntfile.js", "dependencies": { "grunt": "~0.4.2", - "grunt-contrib-clean": "~0.5.0", + "grunt-contrib-clean": "~0.7.0", "grunt-gh-pages": "0.9.1", "grunt-cli": "0.1.11", "gitbook": "0.6.0", @@ -16,7 +16,7 @@ }, "devDependencies": { "grunt": "~0.4.2", - "grunt-contrib-clean": "~0.5.0", + "grunt-contrib-clean": "~0.7.0", "grunt-gh-pages": "0.9.1", "grunt-cli": "0.1.11", "gitbook": "0.6.0",