From 07b7c4a833eda7af6bf0a92b8708d41a01ef17c7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Feb 2018 01:10:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:lodash:20180130 - https://snyk.io/vuln/npm:hoek:20180212 Latest report for code4hr/hrtb.us: https://snyk.io/test/github/code4hr/hrtb.us --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3b7ce01..9cc4d64 100644 --- a/package.json +++ b/package.json @@ -23,18 +23,18 @@ "gulp-plumber": "^1.1.0", "gulp-sass": "^3.1.0", "gulp-util": "^3.0.8", - "hapi-react-views": "^9.2.1", + "hapi-react-views": "^10.0.0", "react": "^15.4.2", "react-dom": "^15.4.2", "trailpack-footprints": "^2.0.0", "trailpack-gulp": "^1.0.2", - "trailpack-hapi": "^2.2.0", + "trailpack-hapi": "^3.1.1", "trailpack-repl": "v2-latest", "trailpack-router": "v2-latest", - "trailpack-sequelize": "^2.0.0", + "trailpack-sequelize": "^3.0.0", "trails": "v2-latest", "winston": "^2.3", - "wreck": "^10.0.0" + "wreck": "^13.0.3" }, "devDependencies": { "babel-preset-es2015": "^6.18.0",