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"