From 3394ac6e97219c43d6c7db3c4fd079e850bce284 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 31 Aug 2020 07:36:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSON-597481 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b035794..ca1ba1f 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "body-parser": "^1.15.2", "browserify": "^13.1.0", "express": "^4.14.0", - "json": "^9.0.4", + "json": "^10.0.0", "literalify": "^0.4.0", "lowdb": "^0.13.1", "pug": "^2.0.0-beta6",