From a4fde97b0b30081c76576382e7e5fd3c185cc716 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Dec 2022 09:31:25 +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 8b7eb620a3ab..1b3d748bee87 100644 --- a/package.json +++ b/package.json @@ -171,7 +171,7 @@ "jest-haste-map": "19.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",