From 9ad0c3ff94d7e52960b613b52010887a1f99a892 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Dec 2022 00:52:11 +0000 Subject: [PATCH] fix: node_modules/tsconfig-paths/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- node_modules/tsconfig-paths/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/tsconfig-paths/package.json b/node_modules/tsconfig-paths/package.json index d9a433a2cf..d3055885ca 100644 --- a/node_modules/tsconfig-paths/package.json +++ b/node_modules/tsconfig-paths/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "@types/json5": "^0.0.29", - "json5": "^1.0.1", + "json5": "^2.2.2", "minimist": "^1.2.0", "strip-bom": "^3.0.0" },