From 5975252a8867b2ac95796d9f094898fcc09af0e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Apr 2021 07:36:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSON-1082930 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b035794..88535ab 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": "^11.0.0", "literalify": "^0.4.0", "lowdb": "^0.13.1", "pug": "^2.0.0-beta6",