From 7e2a1197d5924c5f01e618c5428e089087ad2d3b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Dec 2022 03:07:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a56e722..e596b8e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "chrono-node": "^1.0.6", "debug": "^2.1.0", "express": "^4.10.0", - "json5": "^0.4.0", + "json5": "^2.2.2", "moniker": "^0.1.2", "request": "^2.58.0", "socket.io": "^1.1.0",