From 9faba1f68716b35f8261a6bddbdcbd491e6f4b2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 10:16:51 +0000 Subject: [PATCH] Bump json5 from 0.5.1 to 1.0.2 in /protocol Bumps [json5](https://github.com/json5/json5) from 0.5.1 to 1.0.2. - [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/v0.5.1...v1.0.2) --- updated-dependencies: - dependency-name: json5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- protocol/package.json | 2 +- protocol/yarn.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/protocol/package.json b/protocol/package.json index 2d16fda5033f..1684e8dda5b5 100644 --- a/protocol/package.json +++ b/protocol/package.json @@ -27,7 +27,7 @@ "iced-logger": "^0.0.6", "iced-runtime": "^1.0.2", "iced-utils": "^0.1.22", - "json5": "0.5.1", + "json5": "1.0.2", "minimist": "^1.1.0", "prettier": "1.19.1" } diff --git a/protocol/yarn.lock b/protocol/yarn.lock index 3d7cfb715630..801133864681 100644 --- a/protocol/yarn.lock +++ b/protocol/yarn.lock @@ -190,10 +190,12 @@ jison@^0.4.17: lex-parser "~0.1.3" nomnom "1.5.2" -json5@0.5.1: - version "0.5.1" - resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821" - integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE= +json5@1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz#63d98d60f21b313b77c4d6da18bfa69d80e1d593" + integrity sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA== + dependencies: + minimist "^1.2.0" jsonlint@1.6.0: version "1.6.0"