From 05cd5c1feaaf39cb9af156152cb5694c4ac03dd0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Oct 2022 15:54:11 +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 - https://snyk.io/vuln/SNYK-JS-MOCHA-2863123 --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index b473a26..716448a 100644 --- a/package.json +++ b/package.json @@ -13,11 +13,11 @@ "body-parser": "~1.5.2", "bower": "^1.3.1", "express": "~4.7.2", - "grunt": "~0.4.5", - "grunt-contrib-jshint": "~0.10.0", + "grunt": "~1.0.0", + "grunt-contrib-jshint": "~0.11.1", "grunt-contrib-nodeunit": "~0.4.1", "grunt-contrib-uglify": "~0.5.0", - "grunt-contrib-watch": "~0.6.1", + "grunt-contrib-watch": "~1.0.0", "http-server": "^0.6.1", "jasmine-core": "^2.3.4", "karma": "^0.13.22", @@ -49,17 +49,17 @@ "express": "^4.7.4", "firebase": "^3.3.0", "getmac": "^1.2.1", - "grunt": "^0.4.5", + "grunt": "^1.0.0", "grunt-cli": "^1.2.0", "grunt-contrib-concat": "^1.0.1", - "grunt-contrib-jshint": "^0.10.0", + "grunt-contrib-jshint": "^0.11.1", "grunt-contrib-nodeunit": "^0.4.1", "grunt-contrib-uglify": "^0.5.1", - "grunt-contrib-watch": "^0.6.1", + "grunt-contrib-watch": "^1.0.0", "http-server": "^0.6.1", "ipware": "0.0.8", "method-override": "~2.1.2", - "mocha": "^2.4.5", + "mocha": "^10.1.0", "morgan": "~1.2.2", "pg": "^4.5.4", "pg-native": "^1.10.0",