From 692d609fca1fd6a83872270d70d7a79ed701e4c1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 May 2022 07:02:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GRUNT-2813632 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4fdb6d00..60d346a9 100644 --- a/package.json +++ b/package.json @@ -21,9 +21,9 @@ } ], "dependencies": { - "grunt": "0.3.17", + "grunt": "1.5.3", "grunt-clean": "0.3.0", - "grunt-html": "0.1.1", + "grunt-html": "0.2.1", "grunt-wordpress": "1.0.7", "grunt-jquery-content": "0.9.0", "grunt-check-modules": "0.1.0",