From ccdee8c60b9dab86edab1a81e599a154738c44eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 31 Dec 2020 23:14:35 +0000 Subject: [PATCH] fix: upgrade grunt-gh-pages from 0.9.1 to 0.10.0 Snyk has created this PR to upgrade grunt-gh-pages from 0.9.1 to 0.10.0. See this package in npm: https://www.npmjs.com/package/grunt-gh-pages 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..6a0d671f --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "grunt": "~0.4.2", "grunt-contrib-clean": "~0.5.0", - "grunt-gh-pages": "0.9.1", + "grunt-gh-pages": "0.10.0", "grunt-cli": "0.1.11", "gitbook": "0.6.0", "grunt-http-server": "0.0.5", @@ -17,7 +17,7 @@ "devDependencies": { "grunt": "~0.4.2", "grunt-contrib-clean": "~0.5.0", - "grunt-gh-pages": "0.9.1", + "grunt-gh-pages": "0.10.0", "grunt-cli": "0.1.11", "gitbook": "0.6.0", "grunt-http-server": "0.0.5",