From 2f68a3286e92380ae228a0f346a3f598eaf82f78 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 19:32:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3e9ea0f..a70c9fd 100644 --- a/package.json +++ b/package.json @@ -25,14 +25,14 @@ "express": "^4.13.3", "express-partials": "^0.3.0", "express-session": "^1.12.1", - "grunt": "^0.4.5", - "grunt-cli": "^0.1.13", + "grunt": "^1.0.3", + "grunt-cli": "^1.0.0", "grunt-contrib-clean": "^0.7.0", "grunt-contrib-concat": "^0.5.1", "grunt-contrib-cssmin": "^0.14.0", - "grunt-contrib-jshint": "^0.11.3", + "grunt-contrib-jshint": "^0.12.0", "grunt-contrib-uglify": "^0.11.0", - "grunt-contrib-watch": "^0.6.1", + "grunt-contrib-watch": "^1.0.1", "grunt-nodemon": "^0.4.1", "grunt-shell": "^1.1.2", "http": "0.0.0",