From 731078e38f337ab71816f8e29b171a24be5112e2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Jul 2020 22:52:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- package.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index c7fceb5ab..f8e930ec6 100644 --- a/package.json +++ b/package.json @@ -28,9 +28,9 @@ "lib": "lib" }, "dependencies": { - "anchor": "~0.10.5", + "anchor": "~0.11.4", "async": "1.5.0", - "captains-log": "~0.11.11", + "captains-log": "~1.0.2", "chalk": "1.1.3", "commander": "2.9.0", "compression": "1.6.2", @@ -48,22 +48,22 @@ "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.3", + "grunt-cli": "1.3.0", "grunt-contrib-clean": "0.6.0", - "grunt-contrib-coffee": "0.13.0", + "grunt-contrib-coffee": "2.0.0", "grunt-contrib-concat": "0.5.1", "grunt-contrib-copy": "0.5.0", "grunt-contrib-cssmin": "0.9.0", "grunt-contrib-jst": "0.6.0", - "grunt-contrib-less": "1.1.0", - "grunt-contrib-uglify": "0.7.0", - "grunt-contrib-watch": "1.0.0", + "grunt-contrib-less": "1.3.0", + "grunt-contrib-uglify": "0.11.1", + "grunt-contrib-watch": "1.0.1", "grunt-sails-linker": "~0.10.1", - "grunt-sync": "0.2.4", + "grunt-sync": "0.6.2", "i18n": "0.8.1", "include-all": "~0.1.6", - "lodash": "3.10.1", + "lodash": "4.17.16", "lodash.isarray": "3.0.4", "lodash.iserror": "3.1.1", "lodash.isfunction": "3.0.8", @@ -81,13 +81,13 @@ "pluralize": "1.2.1", "prompt": "0.2.14", "rc": "1.0.1", - "reportback": "~0.1.9", - "rttc": "9.3.3", + "reportback": "~2.0.1", + "rttc": "10.0.0", "sails-build-dictionary": "~0.10.1", - "sails-disk": "~0.10.9", - "sails-generate": "~0.13.0", - "sails-hook-orm": "~1.0.6", - "sails-hook-sockets": "~0.13.0", + "sails-disk": "~1.0.0", + "sails-generate": "~1.16.8", + "sails-hook-orm": "~2.0.0", + "sails-hook-sockets": "~1.2.0", "sails-stringfile": "~0.3.2", "sails-util": "~0.11.0", "semver": "5.1.0", @@ -96,7 +96,7 @@ "skipper": "~0.6.0", "uid-safe": "1.1.0", "walk": "2.3.9", - "waterline": "~0.11.0" + "waterline": "~0.13.1" }, "devDependencies": { "benchmark": "1.0.0",