From 8698007b9e49c3d2230f7dee1759b92a37e48446 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 26 Feb 2021 01:01:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index a26a7095..c0998d0c --- a/package.json +++ b/package.json @@ -11,25 +11,25 @@ "grunt": "^1.0.1", "grunt-bump": "^0.8.0", "grunt-contrib-clean": "1.0.0", - "grunt-contrib-coffee": "1.0.0", + "grunt-contrib-coffee": "2.0.0", "grunt-contrib-concat": "1.0.1", "grunt-contrib-copy": "1.0.0", "grunt-contrib-cssmin": "1.0.1", - "grunt-contrib-jst": "1.0.0", + "grunt-contrib-jst": "2.0.0", "grunt-contrib-less": "1.3.0", "grunt-contrib-uglify": "1.0.1", - "grunt-contrib-watch": "1.0.0", + "grunt-contrib-watch": "1.0.1", "grunt-sails-linker": "~0.10.1", - "grunt-sync": "0.5.2", - "include-all": "^1.0.0", + "grunt-sync": "0.6.2", + "include-all": "^3.0.0", "jenkins-api": "^0.2.8", "ldapauth-fork": "^3.0.0", "mysql": "^2.13.0", "rc": "1.0.1", "sails": "github:lifespent/sails#hastings-fix", "sails-db-migrate": "^1.5.0", - "sails-disk": "~0.10.9", - "sails-mysql": "^0.11.5" + "sails-disk": "~1.0.0", + "sails-mysql": "^1.0.0" }, "scripts": { "debug": "node debug app.js",