From ade8785f6642e51125f6455ff4f52b657f249d78 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Feb 2018 22:07:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:hoek:20180212 Latest report for johnbrett/subtext-middleware: https://snyk.io/test/github/johnbrett/subtext-middleware --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 80d0c29..e197da4 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,6 @@ "author": "John Brett", "license": "MIT", "dependencies": { - "subtext": "^4.0.4" + "subtext": "^6.0.3" } }