From 45f6276b85b9a5af40d9ec861c15a7a07dd11c4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Dec 2022 20:05:27 +0000 Subject: [PATCH] Bump json5 from 2.1.0 to 2.2.2 Bumps [json5](https://github.com/json5/json5) from 2.1.0 to 2.2.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/v2.1.0...v2.2.2) --- updated-dependencies: - dependency-name: json5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 67448e8989..dd91276860 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "jest-junit": "6.4.0", "jest-raw-loader": "1.0.1", "jest-styled-components": "7.0.0-2", - "json5": "2.1.0", + "json5": "2.2.2", "klaw-sync": "6.0.0", "lint-staged": "10.0.8", "patch-package": "6.2.0", diff --git a/yarn.lock b/yarn.lock index f7c6b7972f..68a61ab98c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7837,12 +7837,10 @@ json2mq@^0.2.0: dependencies: string-convert "^0.2.0" -json5@2.1.0, json5@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850" - integrity sha512-8Mh9h6xViijj36g7Dxi+Y4S6hNGV96vcJZr/SrlHh1LR/pEn/8j/+qIBbs44YKl69Lrfctp4QD+AdWLTMqEZAQ== - dependencies: - minimist "^1.2.0" +json5@2.2.2, json5@^2.1.0: + version "2.2.2" + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.2.tgz#64471c5bdcc564c18f7c1d4df2e2297f2457c5ab" + integrity sha512-46Tk9JiOL2z7ytNQWFLpj99RZkVgeHf87yGQKsIkaPz1qSH9UczKH1rO7K3wgRselo0tYMUNfecYpm/p1vC7tQ== json5@^0.5.0, json5@^0.5.1: version "0.5.1"