From 6c676ae269c88c77445b0257310344c2d5a539ba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Apr 2019 05:14:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-173999 - https://snyk.io/vuln/SNYK-JS-OPEN-174041 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5c0fb74..77fe1d7 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "helmet": "^3.12.0", "http-status": "^1.0.1", "joi": "^13.3.0", - "js-yaml": "^3.8.2", + "js-yaml": "^3.13.0", "jsonwebtoken": "^8.2.1", "mailcomposer": "^4.0.2", "mailgun-js": "0.18.0", @@ -97,7 +97,7 @@ "pmx": "^1.2.0", "run-sequence": "^2.2.0", "sequelize": "^4.2.0", - "snyk": "^1.41.1", + "snyk": "^1.76.0", "socket.io": "^2.0.3", "socket.io-redis": "^5.2.0", "squel": "^5.12.0",