From 0b4882ed929cabe7ad45ed0988015aaae6bd4347 Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Tue, 17 Jan 2023 03:55:18 +0200 Subject: [PATCH] fix(cli/node): add json5 resolution, fix audit ci (#5991) --- tooling/cli/node/package.json | 3 +++ tooling/cli/node/yarn.lock | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/tooling/cli/node/package.json b/tooling/cli/node/package.json index ae309268e..07bd23967 100644 --- a/tooling/cli/node/package.json +++ b/tooling/cli/node/package.json @@ -45,6 +45,9 @@ "jest-transform-toml": "1.0.0", "prettier": "2.8.2" }, + "resolutions": { + "json5": "2.2.3" + }, "engines": { "node": ">= 10" }, diff --git a/tooling/cli/node/yarn.lock b/tooling/cli/node/yarn.lock index 513ddd648..e934defef 100644 --- a/tooling/cli/node/yarn.lock +++ b/tooling/cli/node/yarn.lock @@ -1822,10 +1822,10 @@ json-parse-even-better-errors@^2.3.0: resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d" integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== -json5@^2.1.2, json5@^2.2.1: - version "2.2.2" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.2.tgz#64471c5bdcc564c18f7c1d4df2e2297f2457c5ab" - integrity sha512-46Tk9JiOL2z7ytNQWFLpj99RZkVgeHf87yGQKsIkaPz1qSH9UczKH1rO7K3wgRselo0tYMUNfecYpm/p1vC7tQ== +json5@>2.2.2, json5@^2.1.2, json5@^2.2.1: + version "2.2.3" + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" + integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== jsonfile@^6.0.1: version "6.1.0"