From bf071fae4559996ffa425d29e87070ad2bf1033b Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Tue, 16 Apr 2019 18:06:41 +0300 Subject: [PATCH] fix: package.json to reduce vulnerabilities (#385) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-174183 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d57101983..278d48352 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "graphql": "^14.0.2", "graphql-redis-subscriptions": "^1.4.0", "graphql-tools": "^4.0.3", - "handlebars": "^4.0.10", + "handlebars": "^4.0.14", "ioredis": "^3.2.2", "jsonwebtoken": "^8.1.0", "meteor-random": "^0.0.3",