From ec765bf8a484b39461aafee6ef7f0a5951ee5c65 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Dec 2022 03:32:49 +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 4c0373167abe..bf22108f3f95 100644 --- a/package.json +++ b/package.json @@ -157,7 +157,7 @@ "jest-haste-map": "18.0.0", "joi": "^6.6.1", "json-stable-stringify": "^1.0.1", - "json5": "^0.4.0", + "json5": "^2.2.2", "left-pad": "^1.1.3", "lodash": "^4.16.6", "mime": "^1.3.4",