From 237b0772b7cdbc56e66326e3523c628b4a825adc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Oct 2022 07:25:56 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 1119c95ea..948733924 100644 --- a/package.json +++ b/package.json @@ -47,8 +47,8 @@ "express-session": "1.12.1", "fs-extra": "0.18.4", "glob": "5.0.15", - "grunt": "0.4.5", - "grunt-cli": "0.1.13", + "grunt": "1.0.0", + "grunt-cli": "1.0.0", "grunt-contrib-clean": "0.6.0", "grunt-contrib-coffee": "0.13.0", "grunt-contrib-concat": "0.5.1", @@ -57,9 +57,9 @@ "grunt-contrib-jst": "0.6.0", "grunt-contrib-less": "1.1.0", "grunt-contrib-uglify": "0.7.0", - "grunt-contrib-watch": "0.5.3", + "grunt-contrib-watch": "1.0.0", "grunt-sails-linker": "~0.10.1", - "grunt-sync": "0.2.4", + "grunt-sync": "0.6.2", "i18n": "0.5.0", "include-all": "~0.1.6", "lodash": "3.10.1",