From 8b333b451f722a9f04dbdc58fe1c4c624d6c1765 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Dec 2022 08:57:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-3153490 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 79c5cfb..fa725c1 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "grunt-contrib-clean": "~0.6.0", "grunt-contrib-connect": "~0.11.2", "grunt-contrib-watch": "~0.6.1", - "grunt-gh-pages": "~0.10.0", + "grunt-gh-pages": "~4.0.0", "grunt-webpack": "~1.0.2", "html-minifier": "~0.7.2", "jade": "^1.11.0",