From 6b13f7566dd139e17926fce5efb7423c9b4be17a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 00:20:43 +0000 Subject: [PATCH] Bump json5 from 2.1.2 to 2.2.2 in /shared Bumps [json5](https://github.com/json5/json5) from 2.1.2 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.2...v2.2.2) --- updated-dependencies: - dependency-name: json5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- shared/package.json | 2 +- shared/yarn.lock | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/shared/package.json b/shared/package.json index fa43a339e9da..b0f94fd697ad 100644 --- a/shared/package.json +++ b/shared/package.json @@ -214,7 +214,7 @@ "html-webpack-plugin": "3.2.0", "jest": "24.9.0", "jest-emotion": "10.0.17", - "json5": "2.1.2", + "json5": "2.2.2", "klaw-sync": "6.0.0", "metro-react-native-babel-preset": "0.56.0", "minimist": "1.2.5", diff --git a/shared/yarn.lock b/shared/yarn.lock index ece3753d4627..1754f83bd94b 100644 --- a/shared/yarn.lock +++ b/shared/yarn.lock @@ -8276,12 +8276,10 @@ json3@^3.3.2: resolved "https://registry.yarnpkg.com/json3/-/json3-3.3.3.tgz#7fc10e375fc5ae42c4705a5cc0aa6f62be305b81" integrity sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA== -json5@2.1.2, json5@^2.1.0: - version "2.1.2" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.2.tgz#43ef1f0af9835dd624751a6b7fa48874fb2d608e" - integrity sha512-MoUOQ4WdiN3yxhm7NEVJSJrieAo5hNSLQ5sj05OTRHPL9HOBy8u4Bu88jsC1jvqAdN+E1bJmsUcZH+1HQxliqQ== - dependencies: - minimist "^1.2.5" +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: version "0.5.1"