From dfb502b780d24aea39bd5b0bb4ad423c9d432482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 12:16:00 +0000 Subject: [PATCH] Bump json5 from 2.1.3 to 2.2.3 in /react-native/push Bumps [json5](https://github.com/json5/json5) from 2.1.3 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.3...v2.2.3) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- react-native/push/yarn.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/react-native/push/yarn.lock b/react-native/push/yarn.lock index 2600171..ca7fc23 100644 --- a/react-native/push/yarn.lock +++ b/react-native/push/yarn.lock @@ -2,8 +2,10 @@ # yarn lockfile v1 -"@aerogear/aerogear-reactnative-push@file:../../../aerogear-reactnative-push": - version "0.1.0" +"@aerogear/aerogear-reactnative-push@^0.2.0": + version "0.2.2" + resolved "https://registry.yarnpkg.com/@aerogear/aerogear-reactnative-push/-/aerogear-reactnative-push-0.2.2.tgz#bbfeecdabef358be63f3ecc9dc7b0a5f4495aa0f" + integrity sha512-QP1wcmUv2nbPST/I6fwcgd161LYK97JYRDABX9iybuH4jeGt+W6H1OIzrccX6AP/fT4Xg5HP51aJ3d5Q5zVVYw== "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.1": version "7.10.1" @@ -4290,11 +4292,9 @@ json-stringify-safe@~5.0.1: integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= json5@^2.1.2: - version "2.1.3" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.3.tgz#c9b0f7fa9233bfe5807fe66fcf3a5617ed597d43" - integrity sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA== - dependencies: - minimist "^1.2.5" + version "2.2.3" + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" + integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== jsonfile@^2.1.0: version "2.4.0"