From ea2602691f104a73296b917b84da035dc1b8e6c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 16:59:12 +0000 Subject: [PATCH] Bump json5 from 2.1.1 to 2.2.3 in /ExampleApp Bumps [json5](https://github.com/json5/json5) from 2.1.1 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.1...v2.2.3) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- ExampleApp/package-lock.json | 2 +- ExampleApp/yarn.lock | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/ExampleApp/package-lock.json b/ExampleApp/package-lock.json index 559c22b..34f817c 100644 --- a/ExampleApp/package-lock.json +++ b/ExampleApp/package-lock.json @@ -4518,7 +4518,7 @@ "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.1.tgz", "integrity": "sha512-l+3HXD0GEI3huGq1njuqtzYK8OYJyXMkOLtQ53pjWh89tvWS2h6l+1zMkYWqlb57+SiQodKZyvMEFb2X+KrFhQ==", "requires": { - "minimist": "1.2.0" + "minimist": "^1.2.0" } }, "jsonfile": { diff --git a/ExampleApp/yarn.lock b/ExampleApp/yarn.lock index 3ff84ec..08b6a85 100644 --- a/ExampleApp/yarn.lock +++ b/ExampleApp/yarn.lock @@ -2785,10 +2785,9 @@ json-stable-stringify@^1.0.0, json-stable-stringify@^1.0.1: jsonify "~0.0.0" json5@^2.1.0: - version "2.1.0" - resolved "https://registry.npmjs.org/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850" - dependencies: - minimist "^1.2.0" + 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" @@ -4025,10 +4024,10 @@ react-native-selection-group@^2.0.0: dependencies: prop-types "^15.6.1" -react-native-simple-survey@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/react-native-simple-survey/-/react-native-simple-survey-2.0.0.tgz#c03c621f36b08740fe250ec5a2645b6449fa5b1f" - integrity sha512-Zu7WcBAWZI0yH7T0wewMjT7DwVvq83JKsTUH3hiZ5/rGUg5Unx4dhHUT43IBpP/9NHg3AVp+6hW7bd4Uq7osGg== +react-native-simple-survey@^3.0.0: + version "3.1.2" + resolved "https://registry.yarnpkg.com/react-native-simple-survey/-/react-native-simple-survey-3.1.2.tgz#7cda7d4a7a7f984e4df241eac0389c2f6dbfd16d" + integrity sha512-CU+CoDrcegbpk2qf5LanMmrPQs/gVHD9QncZINX/6my5ES0M4KebzjvDlJbuo+RhEUAcW1PfMVlhKY95SF9v4g== dependencies: react-native-selection-group "^2.0.0"