|
18 | 18 | "@babel/highlight" "^7.25.7"
|
19 | 19 | picocolors "^1.0.0"
|
20 | 20 |
|
| 21 | +"@babel/code-frame@^7.26.2": |
| 22 | + version "7.26.2" |
| 23 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
| 24 | + integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
| 25 | + dependencies: |
| 26 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 27 | + js-tokens "^4.0.0" |
| 28 | + picocolors "^1.0.0" |
| 29 | + |
21 | 30 | "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.7", "@babel/compat-data@^7.25.8":
|
22 | 31 | version "7.25.8"
|
23 | 32 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.8.tgz#0376e83df5ab0eb0da18885c0140041f0747a402"
|
|
199 | 208 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz#d50e8d37b1176207b4fe9acedec386c565a44a54"
|
200 | 209 | integrity sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==
|
201 | 210 |
|
| 211 | +"@babel/helper-string-parser@^7.25.9": |
| 212 | + version "7.25.9" |
| 213 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
| 214 | + integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
| 215 | + |
202 | 216 | "@babel/helper-validator-identifier@^7.25.7":
|
203 | 217 | version "7.25.7"
|
204 | 218 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz#77b7f60c40b15c97df735b38a66ba1d7c3e93da5"
|
205 | 219 | integrity sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==
|
206 | 220 |
|
| 221 | +"@babel/helper-validator-identifier@^7.25.9": |
| 222 | + version "7.25.9" |
| 223 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
| 224 | + integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
| 225 | + |
207 | 226 | "@babel/helper-validator-option@^7.25.7":
|
208 | 227 | version "7.25.7"
|
209 | 228 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.7.tgz#97d1d684448228b30b506d90cace495d6f492729"
|
|
219 | 238 | "@babel/types" "^7.25.7"
|
220 | 239 |
|
221 | 240 | "@babel/helpers@^7.25.7":
|
222 |
| - version "7.25.7" |
223 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.7.tgz#091b52cb697a171fe0136ab62e54e407211f09c2" |
224 |
| - integrity sha512-Sv6pASx7Esm38KQpF/U/OXLwPPrdGHNKoeblRxgZRLXnAtnkEe4ptJPDtAZM7fBLadbc1Q07kQpSiGQ0Jg6tRA== |
| 241 | + version "7.27.0" |
| 242 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808" |
| 243 | + integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg== |
225 | 244 | dependencies:
|
226 |
| - "@babel/template" "^7.25.7" |
227 |
| - "@babel/types" "^7.25.7" |
| 245 | + "@babel/template" "^7.27.0" |
| 246 | + "@babel/types" "^7.27.0" |
228 | 247 |
|
229 | 248 | "@babel/highlight@^7.25.7":
|
230 | 249 | version "7.25.7"
|
|
243 | 262 | dependencies:
|
244 | 263 | "@babel/types" "^7.25.8"
|
245 | 264 |
|
| 265 | +"@babel/parser@^7.27.0": |
| 266 | + version "7.27.0" |
| 267 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec" |
| 268 | + integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg== |
| 269 | + dependencies: |
| 270 | + "@babel/types" "^7.27.0" |
| 271 | + |
246 | 272 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.7":
|
247 | 273 | version "7.25.7"
|
248 | 274 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.7.tgz#93969ac50ef4d68b2504b01b758af714e4cbdd64"
|
|
1048 | 1074 | "@babel/parser" "^7.25.7"
|
1049 | 1075 | "@babel/types" "^7.25.7"
|
1050 | 1076 |
|
| 1077 | +"@babel/template@^7.27.0": |
| 1078 | + version "7.27.0" |
| 1079 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4" |
| 1080 | + integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA== |
| 1081 | + dependencies: |
| 1082 | + "@babel/code-frame" "^7.26.2" |
| 1083 | + "@babel/parser" "^7.27.0" |
| 1084 | + "@babel/types" "^7.27.0" |
| 1085 | + |
1051 | 1086 | "@babel/traverse--for-generate-function-map@npm:@babel/traverse@^7.25.3":
|
1052 | 1087 | version "7.25.7"
|
1053 | 1088 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.7.tgz#83e367619be1cab8e4f2892ef30ba04c26a40fa8"
|
|
1083 | 1118 | "@babel/helper-validator-identifier" "^7.25.7"
|
1084 | 1119 | to-fast-properties "^2.0.0"
|
1085 | 1120 |
|
| 1121 | +"@babel/types@^7.27.0": |
| 1122 | + version "7.27.0" |
| 1123 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559" |
| 1124 | + integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg== |
| 1125 | + dependencies: |
| 1126 | + "@babel/helper-string-parser" "^7.25.9" |
| 1127 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1128 | + |
1086 | 1129 | "@bcoe/v8-coverage@^0.2.3":
|
1087 | 1130 | version "0.2.3"
|
1088 | 1131 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
@@ -5740,8 +5783,7 @@ react-native-gesture-handler@^2.20.2:
|
5740 | 5783 | prop-types "^15.7.2"
|
5741 | 5784 |
|
5742 | 5785 | "react-native-safe-area-context@link:..":
|
5743 |
| - version "0.0.0" |
5744 |
| - uid "" |
| 5786 | + version "5.4.0" |
5745 | 5787 |
|
5746 | 5788 | react-native-screens@^3.35.0:
|
5747 | 5789 | version "3.35.0"
|
|
0 commit comments