From 0c4d1c6d4c083f628bd6e783880f6ee9635b30ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 01:50:42 +0000 Subject: [PATCH] build(deps): bump json5 from 2.1.0 to 2.2.3 Bumps [json5](https://github.com/json5/json5) from 2.1.0 to 2.2.3. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v2.1.0...v2.2.3) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/yarn.lock b/yarn.lock index a8aa98c..01de0fc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3381,17 +3381,9 @@ json-stringify-safe@~5.0.1: version "5.0.1" resolved "https://repo.huaweicloud.com/repository/npm/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz" -json5@2.x: - version "2.1.0" - resolved "https://repo.huaweicloud.com/repository/npm/json5/-/json5-2.1.0.tgz" - dependencies: - minimist "^1.2.0" - -json5@^2.1.2: - version "2.2.0" - resolved "https://repo.huaweicloud.com/repository/npm/json5/-/json5-2.2.0.tgz" - dependencies: - minimist "^1.2.5" +json5@2.x, json5@^2.1.2: + version "2.2.3" + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" jsonfile@^4.0.0: version "4.0.0"