From 9f7bc6e70febe7b00c28e8759229611f5b8764f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 08:03:18 +0000 Subject: [PATCH] Bump qs from 6.5.2 to 6.5.3 in /examples/expo Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3) --- updated-dependencies: - dependency-name: qs dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/expo/yarn.lock | 67 ++++++++++++++++++++++++----------------- 1 file changed, 39 insertions(+), 28 deletions(-) diff --git a/examples/expo/yarn.lock b/examples/expo/yarn.lock index ed7a15cfd..206898b17 100644 --- a/examples/expo/yarn.lock +++ b/examples/expo/yarn.lock @@ -1805,7 +1805,7 @@ collection-visit@^1.0.0: map-visit "^1.0.0" object-visit "^1.0.0" -color-convert@^1.9.0, color-convert@^1.9.1: +color-convert@^1.9.0, color-convert@^1.9.1, color-convert@^1.9.3: version "1.9.3" resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" dependencies: @@ -1822,6 +1822,13 @@ color-string@^1.5.2: color-name "^1.0.0" simple-swizzle "^0.2.2" +color-string@^1.6.0: + version "1.9.1" + resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.1.tgz#4467f9146f036f855b764dfb5bf8582bf342c7a4" + dependencies: + color-name "^1.0.0" + simple-swizzle "^0.2.2" + color-support@^1.1.3: version "1.1.3" resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2" @@ -1833,6 +1840,13 @@ color@^2.0.1: color-convert "^1.9.1" color-string "^1.5.2" +color@^3.1.3: + version "3.2.1" + resolved "https://registry.yarnpkg.com/color/-/color-3.2.1.tgz#3544dc198caf4490c3ecc9a790b54fe9ff45e164" + dependencies: + color-convert "^1.9.3" + color-string "^1.6.0" + combined-stream@1.0.6, combined-stream@~1.0.6: version "1.0.6" resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.6.tgz#723e7df6e801ac5613113a7e445a9b69cb632818" @@ -4249,7 +4263,7 @@ lodash@^4.17.15: version "4.17.15" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" -loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.3.1, loose-envify@^1.4.0: +loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.3.1: version "1.4.0" resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" dependencies: @@ -5148,14 +5162,6 @@ prop-types@^15.5.10, prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.1, loose-envify "^1.3.1" object-assign "^4.1.1" -prop-types@^15.7.2: - version "15.7.2" - resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5" - dependencies: - loose-envify "^1.4.0" - object-assign "^4.1.1" - react-is "^16.8.1" - pseudomap@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" @@ -5173,8 +5179,8 @@ punycode@^2.1.0: resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" qs@^6.5.0, qs@~6.5.2: - version "6.5.2" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" + version "6.5.3" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.3.tgz#3aeeffc91967ef6e35c0e488ef46fb296ab76aad" query-string@^6.1.0: version "6.1.0" @@ -5227,7 +5233,7 @@ react-devtools-core@3.1.0: shell-quote "^1.6.1" ws "^2.0.3" -react-is@^16.13.0, react-is@^16.7.0, react-is@^16.8.1: +react-is@^16.13.0, react-is@^16.7.0: version "16.13.1" resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" @@ -5282,6 +5288,10 @@ react-native-gesture-handler@1.0.6: invariant "^2.2.2" prop-types "^15.5.10" +react-native-iphone-x-helper@^1.3.0: + version "1.3.1" + resolved "https://registry.yarnpkg.com/react-native-iphone-x-helper/-/react-native-iphone-x-helper-1.3.1.tgz#20c603e9a0e765fd6f97396638bdeb0e5a60b010" + react-native-maps@0.21.0: version "0.21.0" resolved "https://registry.yarnpkg.com/react-native-maps/-/react-native-maps-0.21.0.tgz#005f58e93d7623ad59667e8002101970ddf235c2" @@ -5303,7 +5313,7 @@ react-native-reanimated@1.0.0-alpha.6: rimraf "^2.6.2" "react-native-router-flux@file:../..": - version "4.2.0" + version "4.3.1" dependencies: "@babel/runtime" "^7.6.0" add "^2.0.6" @@ -5313,8 +5323,8 @@ react-native-reanimated@1.0.0-alpha.6: prop-types "^15.6.2" react-navigation "^4.x" react-navigation-drawer "^2.2.1" - react-navigation-stack "^1.7.3" - react-navigation-tabs "^2.5.2" + react-navigation-stack "^2.10.2" + react-navigation-tabs "^2.10.1" remove "^0.1.5" react-native-safe-area-view@^0.10.0: @@ -5365,9 +5375,9 @@ react-native-tab-view@^1.0.0: dependencies: prop-types "^15.6.1" -react-native-tab-view@^2.11.0: - version "2.13.0" - resolved "https://registry.yarnpkg.com/react-native-tab-view/-/react-native-tab-view-2.13.0.tgz#23037aa43b0f8f682ddc20415a4baaaf6f82ae8f" +react-native-tab-view@^2.15.2: + version "2.16.0" + resolved "https://registry.yarnpkg.com/react-native-tab-view/-/react-native-tab-view-2.16.0.tgz#cae72c7084394bd328fac5fefb86cd966df37a86" react-native-vector-icons@4.5.0: version "4.5.0" @@ -5468,11 +5478,12 @@ react-navigation-stack@^0.4.0: dependencies: react-native-screens "^1.0.0-alpha.8" -react-navigation-stack@^1.7.3: - version "1.10.3" - resolved "https://registry.yarnpkg.com/react-navigation-stack/-/react-navigation-stack-1.10.3.tgz#e714e442b20427f0d2d3c18fce1f9e8cfe69be0b" +react-navigation-stack@^2.10.2: + version "2.10.4" + resolved "https://registry.yarnpkg.com/react-navigation-stack/-/react-navigation-stack-2.10.4.tgz#377fd6533f8ae0cf5ca5a435a0115851f010306a" dependencies: - prop-types "^15.7.2" + color "^3.1.3" + react-native-iphone-x-helper "^1.3.0" react-navigation-tabs@0.7.0: version "0.7.0" @@ -5483,14 +5494,14 @@ react-navigation-tabs@0.7.0: react-lifecycles-compat "^3.0.4" react-native-tab-view "^1.0.0" -react-navigation-tabs@^2.5.2: - version "2.8.9" - resolved "https://registry.yarnpkg.com/react-navigation-tabs/-/react-navigation-tabs-2.8.9.tgz#d3d038d40ec0bbb3dc25f747a157d89570da3654" +react-navigation-tabs@^2.10.1: + version "2.11.2" + resolved "https://registry.yarnpkg.com/react-navigation-tabs/-/react-navigation-tabs-2.11.2.tgz#20030ac2e14a0f883b9bfad24aea115966e6de43" dependencies: hoist-non-react-statics "^3.3.2" react-lifecycles-compat "^3.0.4" - react-native-safe-area-view "^0.14.8" - react-native-tab-view "^2.11.0" + react-native-iphone-x-helper "^1.3.0" + react-native-tab-view "^2.15.2" react-navigation@^4.x: version "4.3.5"