From 53a87e891ce04daef312de68d68bf57e58565d3c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 8 Jan 2019 08:51:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://test.snyk.io/vuln/SNYK-JS-MPATH-72672 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0a8d419df4..53c8128c9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "goof", - "version": "1.0.0", + "version": "0.0.3", "description": "A vulnerable todo demo application", "homepage": "https://snyk.io/", "repository": { @@ -32,7 +32,7 @@ "marked": "0.3.5", "method-override": "latest", "moment": "2.15.1", - "mongoose": "4.2.4", + "mongoose": "4.13.17", "morgan": "latest", "ms": "^0.7.1", "npmconf": "0.0.24",