Browse Source

chore(deps, rn): react-native@0.72.9 (#14208)

* chore(deps, rn): react-native@0.72.9
factor2
Calinteodor 1 year ago
parent
commit
5c35c23e74
No account linked to committer's email address
6 changed files with 210 additions and 202 deletions
  1. 1
    1
      android/build.gradle
  2. 1
    1
      ios/Podfile
  3. 176
    176
      ios/Podfile.lock
  4. 31
    23
      package-lock.json
  5. 1
    1
      package.json
  6. 0
    0
      patches/react-native+0.72.9.patch

+ 1
- 1
android/build.gradle View File

44
     googleServicesEnabled = project.file('app/google-services.json').exists() && !libreBuild
44
     googleServicesEnabled = project.file('app/google-services.json').exists() && !libreBuild
45
 
45
 
46
     //React Native Version
46
     //React Native Version
47
-    rnVersion = "0.72.7"
47
+    rnVersion = "0.72.9"
48
 }
48
 }
49
 
49
 
50
 allprojects {
50
 allprojects {

+ 1
- 1
ios/Podfile View File

5
     {paths: [process.argv[1]]},
5
     {paths: [process.argv[1]]},
6
   )', __dir__]).strip
6
   )', __dir__]).strip
7
 
7
 
8
-platform :ios, '12.4'
8
+platform :ios, '13.4'
9
 workspace 'jitsi-meet'
9
 workspace 'jitsi-meet'
10
 
10
 
11
 install! 'cocoapods', :deterministic_uuids => false
11
 install! 'cocoapods', :deterministic_uuids => false

+ 176
- 176
ios/Podfile.lock View File

14
     - CocoaLumberjack/Core (= 3.7.2)
14
     - CocoaLumberjack/Core (= 3.7.2)
15
   - CocoaLumberjack/Core (3.7.2)
15
   - CocoaLumberjack/Core (3.7.2)
16
   - DoubleConversion (1.1.6)
16
   - DoubleConversion (1.1.6)
17
-  - FBLazyVector (0.72.7)
18
-  - FBReactNativeSpec (0.72.7):
17
+  - FBLazyVector (0.72.9)
18
+  - FBReactNativeSpec (0.72.9):
19
     - RCT-Folly (= 2021.07.22.00)
19
     - RCT-Folly (= 2021.07.22.00)
20
-    - RCTRequired (= 0.72.7)
21
-    - RCTTypeSafety (= 0.72.7)
22
-    - React-Core (= 0.72.7)
23
-    - React-jsi (= 0.72.7)
24
-    - ReactCommon/turbomodule/core (= 0.72.7)
20
+    - RCTRequired (= 0.72.9)
21
+    - RCTTypeSafety (= 0.72.9)
22
+    - React-Core (= 0.72.9)
23
+    - React-jsi (= 0.72.9)
24
+    - ReactCommon/turbomodule/core (= 0.72.9)
25
   - Firebase/Analytics (8.15.0):
25
   - Firebase/Analytics (8.15.0):
26
     - Firebase/Core
26
     - Firebase/Core
27
   - Firebase/Core (8.15.0):
27
   - Firebase/Core (8.15.0):
167
     - DoubleConversion
167
     - DoubleConversion
168
     - fmt (~> 6.2.1)
168
     - fmt (~> 6.2.1)
169
     - glog
169
     - glog
170
-  - RCTRequired (0.72.7)
171
-  - RCTTypeSafety (0.72.7):
172
-    - FBLazyVector (= 0.72.7)
173
-    - RCTRequired (= 0.72.7)
174
-    - React-Core (= 0.72.7)
175
-  - React (0.72.7):
176
-    - React-Core (= 0.72.7)
177
-    - React-Core/DevSupport (= 0.72.7)
178
-    - React-Core/RCTWebSocket (= 0.72.7)
179
-    - React-RCTActionSheet (= 0.72.7)
180
-    - React-RCTAnimation (= 0.72.7)
181
-    - React-RCTBlob (= 0.72.7)
182
-    - React-RCTImage (= 0.72.7)
183
-    - React-RCTLinking (= 0.72.7)
184
-    - React-RCTNetwork (= 0.72.7)
185
-    - React-RCTSettings (= 0.72.7)
186
-    - React-RCTText (= 0.72.7)
187
-    - React-RCTVibration (= 0.72.7)
188
-  - React-callinvoker (0.72.7)
189
-  - React-Codegen (0.72.7):
170
+  - RCTRequired (0.72.9)
171
+  - RCTTypeSafety (0.72.9):
172
+    - FBLazyVector (= 0.72.9)
173
+    - RCTRequired (= 0.72.9)
174
+    - React-Core (= 0.72.9)
175
+  - React (0.72.9):
176
+    - React-Core (= 0.72.9)
177
+    - React-Core/DevSupport (= 0.72.9)
178
+    - React-Core/RCTWebSocket (= 0.72.9)
179
+    - React-RCTActionSheet (= 0.72.9)
180
+    - React-RCTAnimation (= 0.72.9)
181
+    - React-RCTBlob (= 0.72.9)
182
+    - React-RCTImage (= 0.72.9)
183
+    - React-RCTLinking (= 0.72.9)
184
+    - React-RCTNetwork (= 0.72.9)
185
+    - React-RCTSettings (= 0.72.9)
186
+    - React-RCTText (= 0.72.9)
187
+    - React-RCTVibration (= 0.72.9)
188
+  - React-callinvoker (0.72.9)
189
+  - React-Codegen (0.72.9):
190
     - DoubleConversion
190
     - DoubleConversion
191
     - FBReactNativeSpec
191
     - FBReactNativeSpec
192
     - glog
192
     - glog
201
     - React-rncore
201
     - React-rncore
202
     - ReactCommon/turbomodule/bridging
202
     - ReactCommon/turbomodule/bridging
203
     - ReactCommon/turbomodule/core
203
     - ReactCommon/turbomodule/core
204
-  - React-Core (0.72.7):
204
+  - React-Core (0.72.9):
205
     - glog
205
     - glog
206
     - RCT-Folly (= 2021.07.22.00)
206
     - RCT-Folly (= 2021.07.22.00)
207
-    - React-Core/Default (= 0.72.7)
207
+    - React-Core/Default (= 0.72.9)
208
     - React-cxxreact
208
     - React-cxxreact
209
     - React-jsc
209
     - React-jsc
210
     - React-jsi
210
     - React-jsi
214
     - React-utils
214
     - React-utils
215
     - SocketRocket (= 0.6.1)
215
     - SocketRocket (= 0.6.1)
216
     - Yoga
216
     - Yoga
217
-  - React-Core/CoreModulesHeaders (0.72.7):
217
+  - React-Core/CoreModulesHeaders (0.72.9):
218
     - glog
218
     - glog
219
     - RCT-Folly (= 2021.07.22.00)
219
     - RCT-Folly (= 2021.07.22.00)
220
     - React-Core/Default
220
     - React-Core/Default
227
     - React-utils
227
     - React-utils
228
     - SocketRocket (= 0.6.1)
228
     - SocketRocket (= 0.6.1)
229
     - Yoga
229
     - Yoga
230
-  - React-Core/Default (0.72.7):
230
+  - React-Core/Default (0.72.9):
231
     - glog
231
     - glog
232
     - RCT-Folly (= 2021.07.22.00)
232
     - RCT-Folly (= 2021.07.22.00)
233
     - React-cxxreact
233
     - React-cxxreact
239
     - React-utils
239
     - React-utils
240
     - SocketRocket (= 0.6.1)
240
     - SocketRocket (= 0.6.1)
241
     - Yoga
241
     - Yoga
242
-  - React-Core/DevSupport (0.72.7):
242
+  - React-Core/DevSupport (0.72.9):
243
     - glog
243
     - glog
244
     - RCT-Folly (= 2021.07.22.00)
244
     - RCT-Folly (= 2021.07.22.00)
245
-    - React-Core/Default (= 0.72.7)
246
-    - React-Core/RCTWebSocket (= 0.72.7)
245
+    - React-Core/Default (= 0.72.9)
246
+    - React-Core/RCTWebSocket (= 0.72.9)
247
     - React-cxxreact
247
     - React-cxxreact
248
     - React-jsc
248
     - React-jsc
249
     - React-jsi
249
     - React-jsi
250
     - React-jsiexecutor
250
     - React-jsiexecutor
251
-    - React-jsinspector (= 0.72.7)
251
+    - React-jsinspector (= 0.72.9)
252
     - React-perflogger
252
     - React-perflogger
253
     - React-runtimeexecutor
253
     - React-runtimeexecutor
254
     - React-utils
254
     - React-utils
255
     - SocketRocket (= 0.6.1)
255
     - SocketRocket (= 0.6.1)
256
     - Yoga
256
     - Yoga
257
-  - React-Core/RCTActionSheetHeaders (0.72.7):
257
+  - React-Core/RCTActionSheetHeaders (0.72.9):
258
     - glog
258
     - glog
259
     - RCT-Folly (= 2021.07.22.00)
259
     - RCT-Folly (= 2021.07.22.00)
260
     - React-Core/Default
260
     - React-Core/Default
267
     - React-utils
267
     - React-utils
268
     - SocketRocket (= 0.6.1)
268
     - SocketRocket (= 0.6.1)
269
     - Yoga
269
     - Yoga
270
-  - React-Core/RCTAnimationHeaders (0.72.7):
270
+  - React-Core/RCTAnimationHeaders (0.72.9):
271
     - glog
271
     - glog
272
     - RCT-Folly (= 2021.07.22.00)
272
     - RCT-Folly (= 2021.07.22.00)
273
     - React-Core/Default
273
     - React-Core/Default
280
     - React-utils
280
     - React-utils
281
     - SocketRocket (= 0.6.1)
281
     - SocketRocket (= 0.6.1)
282
     - Yoga
282
     - Yoga
283
-  - React-Core/RCTBlobHeaders (0.72.7):
283
+  - React-Core/RCTBlobHeaders (0.72.9):
284
     - glog
284
     - glog
285
     - RCT-Folly (= 2021.07.22.00)
285
     - RCT-Folly (= 2021.07.22.00)
286
     - React-Core/Default
286
     - React-Core/Default
293
     - React-utils
293
     - React-utils
294
     - SocketRocket (= 0.6.1)
294
     - SocketRocket (= 0.6.1)
295
     - Yoga
295
     - Yoga
296
-  - React-Core/RCTImageHeaders (0.72.7):
296
+  - React-Core/RCTImageHeaders (0.72.9):
297
     - glog
297
     - glog
298
     - RCT-Folly (= 2021.07.22.00)
298
     - RCT-Folly (= 2021.07.22.00)
299
     - React-Core/Default
299
     - React-Core/Default
306
     - React-utils
306
     - React-utils
307
     - SocketRocket (= 0.6.1)
307
     - SocketRocket (= 0.6.1)
308
     - Yoga
308
     - Yoga
309
-  - React-Core/RCTLinkingHeaders (0.72.7):
309
+  - React-Core/RCTLinkingHeaders (0.72.9):
310
     - glog
310
     - glog
311
     - RCT-Folly (= 2021.07.22.00)
311
     - RCT-Folly (= 2021.07.22.00)
312
     - React-Core/Default
312
     - React-Core/Default
319
     - React-utils
319
     - React-utils
320
     - SocketRocket (= 0.6.1)
320
     - SocketRocket (= 0.6.1)
321
     - Yoga
321
     - Yoga
322
-  - React-Core/RCTNetworkHeaders (0.72.7):
322
+  - React-Core/RCTNetworkHeaders (0.72.9):
323
     - glog
323
     - glog
324
     - RCT-Folly (= 2021.07.22.00)
324
     - RCT-Folly (= 2021.07.22.00)
325
     - React-Core/Default
325
     - React-Core/Default
332
     - React-utils
332
     - React-utils
333
     - SocketRocket (= 0.6.1)
333
     - SocketRocket (= 0.6.1)
334
     - Yoga
334
     - Yoga
335
-  - React-Core/RCTSettingsHeaders (0.72.7):
335
+  - React-Core/RCTSettingsHeaders (0.72.9):
336
     - glog
336
     - glog
337
     - RCT-Folly (= 2021.07.22.00)
337
     - RCT-Folly (= 2021.07.22.00)
338
     - React-Core/Default
338
     - React-Core/Default
345
     - React-utils
345
     - React-utils
346
     - SocketRocket (= 0.6.1)
346
     - SocketRocket (= 0.6.1)
347
     - Yoga
347
     - Yoga
348
-  - React-Core/RCTTextHeaders (0.72.7):
348
+  - React-Core/RCTTextHeaders (0.72.9):
349
     - glog
349
     - glog
350
     - RCT-Folly (= 2021.07.22.00)
350
     - RCT-Folly (= 2021.07.22.00)
351
     - React-Core/Default
351
     - React-Core/Default
358
     - React-utils
358
     - React-utils
359
     - SocketRocket (= 0.6.1)
359
     - SocketRocket (= 0.6.1)
360
     - Yoga
360
     - Yoga
361
-  - React-Core/RCTVibrationHeaders (0.72.7):
361
+  - React-Core/RCTVibrationHeaders (0.72.9):
362
     - glog
362
     - glog
363
     - RCT-Folly (= 2021.07.22.00)
363
     - RCT-Folly (= 2021.07.22.00)
364
     - React-Core/Default
364
     - React-Core/Default
371
     - React-utils
371
     - React-utils
372
     - SocketRocket (= 0.6.1)
372
     - SocketRocket (= 0.6.1)
373
     - Yoga
373
     - Yoga
374
-  - React-Core/RCTWebSocket (0.72.7):
374
+  - React-Core/RCTWebSocket (0.72.9):
375
     - glog
375
     - glog
376
     - RCT-Folly (= 2021.07.22.00)
376
     - RCT-Folly (= 2021.07.22.00)
377
-    - React-Core/Default (= 0.72.7)
377
+    - React-Core/Default (= 0.72.9)
378
     - React-cxxreact
378
     - React-cxxreact
379
     - React-jsc
379
     - React-jsc
380
     - React-jsi
380
     - React-jsi
384
     - React-utils
384
     - React-utils
385
     - SocketRocket (= 0.6.1)
385
     - SocketRocket (= 0.6.1)
386
     - Yoga
386
     - Yoga
387
-  - React-CoreModules (0.72.7):
387
+  - React-CoreModules (0.72.9):
388
     - RCT-Folly (= 2021.07.22.00)
388
     - RCT-Folly (= 2021.07.22.00)
389
-    - RCTTypeSafety (= 0.72.7)
390
-    - React-Codegen (= 0.72.7)
391
-    - React-Core/CoreModulesHeaders (= 0.72.7)
392
-    - React-jsi (= 0.72.7)
389
+    - RCTTypeSafety (= 0.72.9)
390
+    - React-Codegen (= 0.72.9)
391
+    - React-Core/CoreModulesHeaders (= 0.72.9)
392
+    - React-jsi (= 0.72.9)
393
     - React-RCTBlob
393
     - React-RCTBlob
394
-    - React-RCTImage (= 0.72.7)
395
-    - ReactCommon/turbomodule/core (= 0.72.7)
394
+    - React-RCTImage (= 0.72.9)
395
+    - ReactCommon/turbomodule/core (= 0.72.9)
396
     - SocketRocket (= 0.6.1)
396
     - SocketRocket (= 0.6.1)
397
-  - React-cxxreact (0.72.7):
397
+  - React-cxxreact (0.72.9):
398
     - boost (= 1.76.0)
398
     - boost (= 1.76.0)
399
     - DoubleConversion
399
     - DoubleConversion
400
     - glog
400
     - glog
401
     - RCT-Folly (= 2021.07.22.00)
401
     - RCT-Folly (= 2021.07.22.00)
402
-    - React-callinvoker (= 0.72.7)
403
-    - React-debug (= 0.72.7)
404
-    - React-jsi (= 0.72.7)
405
-    - React-jsinspector (= 0.72.7)
406
-    - React-logger (= 0.72.7)
407
-    - React-perflogger (= 0.72.7)
408
-    - React-runtimeexecutor (= 0.72.7)
409
-  - React-debug (0.72.7)
410
-  - React-jsc (0.72.7):
411
-    - React-jsc/Fabric (= 0.72.7)
412
-    - React-jsi (= 0.72.7)
413
-  - React-jsc/Fabric (0.72.7):
414
-    - React-jsi (= 0.72.7)
415
-  - React-jsi (0.72.7):
402
+    - React-callinvoker (= 0.72.9)
403
+    - React-debug (= 0.72.9)
404
+    - React-jsi (= 0.72.9)
405
+    - React-jsinspector (= 0.72.9)
406
+    - React-logger (= 0.72.9)
407
+    - React-perflogger (= 0.72.9)
408
+    - React-runtimeexecutor (= 0.72.9)
409
+  - React-debug (0.72.9)
410
+  - React-jsc (0.72.9):
411
+    - React-jsc/Fabric (= 0.72.9)
412
+    - React-jsi (= 0.72.9)
413
+  - React-jsc/Fabric (0.72.9):
414
+    - React-jsi (= 0.72.9)
415
+  - React-jsi (0.72.9):
416
     - boost (= 1.76.0)
416
     - boost (= 1.76.0)
417
     - DoubleConversion
417
     - DoubleConversion
418
     - glog
418
     - glog
419
     - RCT-Folly (= 2021.07.22.00)
419
     - RCT-Folly (= 2021.07.22.00)
420
-  - React-jsiexecutor (0.72.7):
420
+  - React-jsiexecutor (0.72.9):
421
     - DoubleConversion
421
     - DoubleConversion
422
     - glog
422
     - glog
423
     - RCT-Folly (= 2021.07.22.00)
423
     - RCT-Folly (= 2021.07.22.00)
424
-    - React-cxxreact (= 0.72.7)
425
-    - React-jsi (= 0.72.7)
426
-    - React-perflogger (= 0.72.7)
427
-  - React-jsinspector (0.72.7)
428
-  - React-logger (0.72.7):
424
+    - React-cxxreact (= 0.72.9)
425
+    - React-jsi (= 0.72.9)
426
+    - React-perflogger (= 0.72.9)
427
+  - React-jsinspector (0.72.9)
428
+  - React-logger (0.72.9):
429
     - glog
429
     - glog
430
   - react-native-background-timer (2.4.1):
430
   - react-native-background-timer (2.4.1):
431
     - React-Core
431
     - React-Core
458
     - React-Core
458
     - React-Core
459
   - react-native-webview (13.5.1):
459
   - react-native-webview (13.5.1):
460
     - React-Core
460
     - React-Core
461
-  - React-NativeModulesApple (0.72.7):
461
+  - React-NativeModulesApple (0.72.9):
462
     - React-callinvoker
462
     - React-callinvoker
463
     - React-Core
463
     - React-Core
464
     - React-cxxreact
464
     - React-cxxreact
466
     - React-runtimeexecutor
466
     - React-runtimeexecutor
467
     - ReactCommon/turbomodule/bridging
467
     - ReactCommon/turbomodule/bridging
468
     - ReactCommon/turbomodule/core
468
     - ReactCommon/turbomodule/core
469
-  - React-perflogger (0.72.7)
470
-  - React-RCTActionSheet (0.72.7):
471
-    - React-Core/RCTActionSheetHeaders (= 0.72.7)
472
-  - React-RCTAnimation (0.72.7):
469
+  - React-perflogger (0.72.9)
470
+  - React-RCTActionSheet (0.72.9):
471
+    - React-Core/RCTActionSheetHeaders (= 0.72.9)
472
+  - React-RCTAnimation (0.72.9):
473
     - RCT-Folly (= 2021.07.22.00)
473
     - RCT-Folly (= 2021.07.22.00)
474
-    - RCTTypeSafety (= 0.72.7)
475
-    - React-Codegen (= 0.72.7)
476
-    - React-Core/RCTAnimationHeaders (= 0.72.7)
477
-    - React-jsi (= 0.72.7)
478
-    - ReactCommon/turbomodule/core (= 0.72.7)
479
-  - React-RCTAppDelegate (0.72.7):
474
+    - RCTTypeSafety (= 0.72.9)
475
+    - React-Codegen (= 0.72.9)
476
+    - React-Core/RCTAnimationHeaders (= 0.72.9)
477
+    - React-jsi (= 0.72.9)
478
+    - ReactCommon/turbomodule/core (= 0.72.9)
479
+  - React-RCTAppDelegate (0.72.9):
480
     - RCT-Folly
480
     - RCT-Folly
481
     - RCTRequired
481
     - RCTRequired
482
     - RCTTypeSafety
482
     - RCTTypeSafety
488
     - React-RCTNetwork
488
     - React-RCTNetwork
489
     - React-runtimescheduler
489
     - React-runtimescheduler
490
     - ReactCommon/turbomodule/core
490
     - ReactCommon/turbomodule/core
491
-  - React-RCTBlob (0.72.7):
491
+  - React-RCTBlob (0.72.9):
492
     - RCT-Folly (= 2021.07.22.00)
492
     - RCT-Folly (= 2021.07.22.00)
493
-    - React-Codegen (= 0.72.7)
494
-    - React-Core/RCTBlobHeaders (= 0.72.7)
495
-    - React-Core/RCTWebSocket (= 0.72.7)
496
-    - React-jsi (= 0.72.7)
497
-    - React-RCTNetwork (= 0.72.7)
498
-    - ReactCommon/turbomodule/core (= 0.72.7)
499
-  - React-RCTImage (0.72.7):
493
+    - React-Codegen (= 0.72.9)
494
+    - React-Core/RCTBlobHeaders (= 0.72.9)
495
+    - React-Core/RCTWebSocket (= 0.72.9)
496
+    - React-jsi (= 0.72.9)
497
+    - React-RCTNetwork (= 0.72.9)
498
+    - ReactCommon/turbomodule/core (= 0.72.9)
499
+  - React-RCTImage (0.72.9):
500
     - RCT-Folly (= 2021.07.22.00)
500
     - RCT-Folly (= 2021.07.22.00)
501
-    - RCTTypeSafety (= 0.72.7)
502
-    - React-Codegen (= 0.72.7)
503
-    - React-Core/RCTImageHeaders (= 0.72.7)
504
-    - React-jsi (= 0.72.7)
505
-    - React-RCTNetwork (= 0.72.7)
506
-    - ReactCommon/turbomodule/core (= 0.72.7)
507
-  - React-RCTLinking (0.72.7):
508
-    - React-Codegen (= 0.72.7)
509
-    - React-Core/RCTLinkingHeaders (= 0.72.7)
510
-    - React-jsi (= 0.72.7)
511
-    - ReactCommon/turbomodule/core (= 0.72.7)
512
-  - React-RCTNetwork (0.72.7):
501
+    - RCTTypeSafety (= 0.72.9)
502
+    - React-Codegen (= 0.72.9)
503
+    - React-Core/RCTImageHeaders (= 0.72.9)
504
+    - React-jsi (= 0.72.9)
505
+    - React-RCTNetwork (= 0.72.9)
506
+    - ReactCommon/turbomodule/core (= 0.72.9)
507
+  - React-RCTLinking (0.72.9):
508
+    - React-Codegen (= 0.72.9)
509
+    - React-Core/RCTLinkingHeaders (= 0.72.9)
510
+    - React-jsi (= 0.72.9)
511
+    - ReactCommon/turbomodule/core (= 0.72.9)
512
+  - React-RCTNetwork (0.72.9):
513
     - RCT-Folly (= 2021.07.22.00)
513
     - RCT-Folly (= 2021.07.22.00)
514
-    - RCTTypeSafety (= 0.72.7)
515
-    - React-Codegen (= 0.72.7)
516
-    - React-Core/RCTNetworkHeaders (= 0.72.7)
517
-    - React-jsi (= 0.72.7)
518
-    - ReactCommon/turbomodule/core (= 0.72.7)
519
-  - React-RCTSettings (0.72.7):
514
+    - RCTTypeSafety (= 0.72.9)
515
+    - React-Codegen (= 0.72.9)
516
+    - React-Core/RCTNetworkHeaders (= 0.72.9)
517
+    - React-jsi (= 0.72.9)
518
+    - ReactCommon/turbomodule/core (= 0.72.9)
519
+  - React-RCTSettings (0.72.9):
520
     - RCT-Folly (= 2021.07.22.00)
520
     - RCT-Folly (= 2021.07.22.00)
521
-    - RCTTypeSafety (= 0.72.7)
522
-    - React-Codegen (= 0.72.7)
523
-    - React-Core/RCTSettingsHeaders (= 0.72.7)
524
-    - React-jsi (= 0.72.7)
525
-    - ReactCommon/turbomodule/core (= 0.72.7)
526
-  - React-RCTText (0.72.7):
527
-    - React-Core/RCTTextHeaders (= 0.72.7)
528
-  - React-RCTVibration (0.72.7):
521
+    - RCTTypeSafety (= 0.72.9)
522
+    - React-Codegen (= 0.72.9)
523
+    - React-Core/RCTSettingsHeaders (= 0.72.9)
524
+    - React-jsi (= 0.72.9)
525
+    - ReactCommon/turbomodule/core (= 0.72.9)
526
+  - React-RCTText (0.72.9):
527
+    - React-Core/RCTTextHeaders (= 0.72.9)
528
+  - React-RCTVibration (0.72.9):
529
     - RCT-Folly (= 2021.07.22.00)
529
     - RCT-Folly (= 2021.07.22.00)
530
-    - React-Codegen (= 0.72.7)
531
-    - React-Core/RCTVibrationHeaders (= 0.72.7)
532
-    - React-jsi (= 0.72.7)
533
-    - ReactCommon/turbomodule/core (= 0.72.7)
534
-  - React-rncore (0.72.7)
535
-  - React-runtimeexecutor (0.72.7):
536
-    - React-jsi (= 0.72.7)
537
-  - React-runtimescheduler (0.72.7):
530
+    - React-Codegen (= 0.72.9)
531
+    - React-Core/RCTVibrationHeaders (= 0.72.9)
532
+    - React-jsi (= 0.72.9)
533
+    - ReactCommon/turbomodule/core (= 0.72.9)
534
+  - React-rncore (0.72.9)
535
+  - React-runtimeexecutor (0.72.9):
536
+    - React-jsi (= 0.72.9)
537
+  - React-runtimescheduler (0.72.9):
538
     - glog
538
     - glog
539
     - RCT-Folly (= 2021.07.22.00)
539
     - RCT-Folly (= 2021.07.22.00)
540
     - React-callinvoker
540
     - React-callinvoker
541
     - React-debug
541
     - React-debug
542
     - React-jsi
542
     - React-jsi
543
     - React-runtimeexecutor
543
     - React-runtimeexecutor
544
-  - React-utils (0.72.7):
544
+  - React-utils (0.72.9):
545
     - glog
545
     - glog
546
     - RCT-Folly (= 2021.07.22.00)
546
     - RCT-Folly (= 2021.07.22.00)
547
     - React-debug
547
     - React-debug
548
-  - ReactCommon/turbomodule/bridging (0.72.7):
548
+  - ReactCommon/turbomodule/bridging (0.72.9):
549
     - DoubleConversion
549
     - DoubleConversion
550
     - glog
550
     - glog
551
     - RCT-Folly (= 2021.07.22.00)
551
     - RCT-Folly (= 2021.07.22.00)
552
-    - React-callinvoker (= 0.72.7)
553
-    - React-cxxreact (= 0.72.7)
554
-    - React-jsi (= 0.72.7)
555
-    - React-logger (= 0.72.7)
556
-    - React-perflogger (= 0.72.7)
557
-  - ReactCommon/turbomodule/core (0.72.7):
552
+    - React-callinvoker (= 0.72.9)
553
+    - React-cxxreact (= 0.72.9)
554
+    - React-jsi (= 0.72.9)
555
+    - React-logger (= 0.72.9)
556
+    - React-perflogger (= 0.72.9)
557
+  - ReactCommon/turbomodule/core (0.72.9):
558
     - DoubleConversion
558
     - DoubleConversion
559
     - glog
559
     - glog
560
     - RCT-Folly (= 2021.07.22.00)
560
     - RCT-Folly (= 2021.07.22.00)
561
-    - React-callinvoker (= 0.72.7)
562
-    - React-cxxreact (= 0.72.7)
563
-    - React-jsi (= 0.72.7)
564
-    - React-logger (= 0.72.7)
565
-    - React-perflogger (= 0.72.7)
561
+    - React-callinvoker (= 0.72.9)
562
+    - React-cxxreact (= 0.72.9)
563
+    - React-jsi (= 0.72.9)
564
+    - React-logger (= 0.72.9)
565
+    - React-perflogger (= 0.72.9)
566
   - RNCalendarEvents (2.2.0):
566
   - RNCalendarEvents (2.2.0):
567
     - React
567
     - React
568
   - RNCAsyncStorage (1.19.4):
568
   - RNCAsyncStorage (1.19.4):
827
   Amplitude: 834c7332dfb9640a751e21c13efb22a07c0c12d4
827
   Amplitude: 834c7332dfb9640a751e21c13efb22a07c0c12d4
828
   amplitude-react-native: 0ed8cab759aafaa94961b82122bf56297da607ad
828
   amplitude-react-native: 0ed8cab759aafaa94961b82122bf56297da607ad
829
   AppAuth: 3bb1d1cd9340bd09f5ed189fb00b1cc28e1e8570
829
   AppAuth: 3bb1d1cd9340bd09f5ed189fb00b1cc28e1e8570
830
-  boost: 57d2868c099736d80fcd648bf211b4431e51a558
830
+  boost: 7dcd2de282d72e344012f7d6564d024930a6a440
831
   CocoaLumberjack: b7e05132ff94f6ae4dfa9d5bce9141893a21d9da
831
   CocoaLumberjack: b7e05132ff94f6ae4dfa9d5bce9141893a21d9da
832
   DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
832
   DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
833
-  FBLazyVector: 5fbbff1d7734827299274638deb8ba3024f6c597
834
-  FBReactNativeSpec: 638095fe8a01506634d77b260ef8a322019ac671
833
+  FBLazyVector: dc178b8748748c036ef9493a5d59d6d1f91a36ce
834
+  FBReactNativeSpec: d0aaae78e93c89dc2d691d8052a4d2aeb1b461ee
835
   Firebase: 5f8193dff4b5b7c5d5ef72ae54bb76c08e2b841d
835
   Firebase: 5f8193dff4b5b7c5d5ef72ae54bb76c08e2b841d
836
   FirebaseAnalytics: 7761cbadb00a717d8d0939363eb46041526474fa
836
   FirebaseAnalytics: 7761cbadb00a717d8d0939363eb46041526474fa
837
   FirebaseCore: 5743c5785c074a794d35f2fff7ecc254a91e08b1
837
   FirebaseCore: 5743c5785c074a794d35f2fff7ecc254a91e08b1
856
   PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4
856
   PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4
857
   PromisesSwift: 28dca69a9c40779916ac2d6985a0192a5cb4a265
857
   PromisesSwift: 28dca69a9c40779916ac2d6985a0192a5cb4a265
858
   RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
858
   RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
859
-  RCTRequired: 83bca1c184feb4d2e51c72c8369b83d641443f95
860
-  RCTTypeSafety: 13c4a87a16d7db6cd66006ce9759f073402ef85b
861
-  React: e67aa9f99957c7611c392b5e49355d877d6525e2
862
-  React-callinvoker: 2790c09d964c2e5404b5410cde91b152e3746b7b
863
-  React-Codegen: 0f41cbc6bf783847c5756064dd05f116e7a21394
864
-  React-Core: 4fe233e5aa53635c5a9f945613178e8c056f9816
865
-  React-CoreModules: 6312c9b2fec4329d9ae6a2b8c350032d1664c51b
866
-  React-cxxreact: a4dff353b5e30ee81f1c3b44e4a8eaa8f20a6ed0
867
-  React-debug: 4accb2b9dc09b575206d2c42f4082990a52ae436
868
-  React-jsc: 643466d63d9c858d8dded262c547ea54eebcc25a
869
-  React-jsi: e4fe2cf2a8e58c04faf491c487ca63bc572c5856
870
-  React-jsiexecutor: 10e6c77ff6b32274b8d152d08ed0328c4b30a821
871
-  React-jsinspector: 8baadae51f01d867c3921213a25ab78ab4fbcd91
872
-  React-logger: 8edc785c47c8686c7962199a307015e2ce9a0e4f
859
+  RCTRequired: f30c3213569b1dc43659ecc549a6536e1e11139e
860
+  RCTTypeSafety: e1ed3137728804fa98bce30b70e3da0b8e23054e
861
+  React: 54070abee263d5773486987f1cf3a3616710ed52
862
+  React-callinvoker: 794ea19cc4d8ce25921893141e131b9d6b7d02eb
863
+  React-Codegen: d5dc2cae27c93b0fab4241816343c586c58965c1
864
+  React-Core: f82477baba3526cf8a4f70055a22a8e878e3ef9c
865
+  React-CoreModules: 87cc386c2200862672b76bb02c4574b4b1d11b3c
866
+  React-cxxreact: c7163706a8391f373cd513348a8ebbd5a4444626
867
+  React-debug: 4dca41301a67ab2916b2c99bef60344a7b653ac5
868
+  React-jsc: 44ec1ce4171f4b6776810618da8e3da45899ea77
869
+  React-jsi: 799e7004db36b0b6da2d0969ce07bf3a96df8d19
870
+  React-jsiexecutor: bb34b280cfad63aedb266571a305b6365affb875
871
+  React-jsinspector: 54205b269da20c51417e0fc02c4cde9f29a4bf1a
872
+  React-logger: f42d2f2bc4cbb5d19d7c0ce84b8741b1e54e88c8
873
   react-native-background-timer: 17ea5e06803401a379ebf1f20505b793ac44d0fe
873
   react-native-background-timer: 17ea5e06803401a379ebf1f20505b793ac44d0fe
874
   react-native-get-random-values: dee677497c6a740b71e5612e8dbd83e7539ed5bb
874
   react-native-get-random-values: dee677497c6a740b71e5612e8dbd83e7539ed5bb
875
   react-native-keep-awake: afad8a51dfef9fe9655a6344771be32c8596d774
875
   react-native-keep-awake: afad8a51dfef9fe9655a6344771be32c8596d774
883
   react-native-video: 967eead48aaa42c25a9e1d65c3b1ab30762a88df
883
   react-native-video: 967eead48aaa42c25a9e1d65c3b1ab30762a88df
884
   react-native-webrtc: c8d9ad3c152105b2720ca2851d04b49659551992
884
   react-native-webrtc: c8d9ad3c152105b2720ca2851d04b49659551992
885
   react-native-webview: 8baa0f5c6d336d6ba488e942bcadea5bf51f050a
885
   react-native-webview: 8baa0f5c6d336d6ba488e942bcadea5bf51f050a
886
-  React-NativeModulesApple: 6f63747fd6e237b646c61957a8f877a2713617af
887
-  React-perflogger: 31ea61077185eb1428baf60c0db6e2886f141a5a
888
-  React-RCTActionSheet: 392090a3abc8992eb269ef0eaa561750588fc39d
889
-  React-RCTAnimation: 4b3cc6a29474bc0d78c4f04b52ab59bf760e8a9b
890
-  React-RCTAppDelegate: 6b79181c98abbbadb2f5c01d498097019d7a51b6
891
-  React-RCTBlob: 77dc35833fbfc10243ea420b59b429870092541a
892
-  React-RCTImage: 8a5d339d614a90a183fc1b8b6a7eb44e2e703943
893
-  React-RCTLinking: b37dfbf646d77c326f9eae094b1fcd575b1c24c7
894
-  React-RCTNetwork: 8bed9b2461c7d8a7d14e63df9b16181c448beebc
895
-  React-RCTSettings: 506a5f09a455123a8873801b70aa7b4010b76b01
896
-  React-RCTText: 3c71ecaad8ee010b79632ea2590f86c02f5cce17
897
-  React-RCTVibration: d1b78ca38f61ea4b3e9ebb2ddbd0b5662631d99b
898
-  React-rncore: bfc2f6568b6fecbae6f2f774e95c60c3c9e95bf2
899
-  React-runtimeexecutor: 47b0a2d5bbb416db65ef881a6f7bdcfefa0001ab
900
-  React-runtimescheduler: 14e0b0d971a4199af2aeb2ffa125429f02618229
901
-  React-utils: 56838edeaaf651220d1e53cd0b8934fb8ce68415
902
-  ReactCommon: 54a0af7fed8df83c4de245309f1627110ba1f8af
886
+  React-NativeModulesApple: 4225ac31a26696c02c54b471052b3e85e74a9a0c
887
+  React-perflogger: cb433f318c6667060fc1f62e26eb58d6eb30a627
888
+  React-RCTActionSheet: 0af3f8ac067e8a1dde902810b7ad169d0a0ec31e
889
+  React-RCTAnimation: 453a88e76ba6cb49819686acd8b21ce4d9ee4232
890
+  React-RCTAppDelegate: 009ede96d00f79460a75ab5071eadb4aaa1e5012
891
+  React-RCTBlob: a64134435f331c7cc716dcea6944a1443af49d32
892
+  React-RCTImage: 8e059fbdfab18b86127424dc3742532aab960760
893
+  React-RCTLinking: 05ae2aa525b21a7f1c5069c14330700f470efd97
894
+  React-RCTNetwork: 7ed9d99d028c53e9a23e318f65937f499ba8a6fd
895
+  React-RCTSettings: 8b12ebf04d4baa0e259017fcef6cf7abd7d8ac51
896
+  React-RCTText: a062ade9ff1591c46bcb6c5055fd4f96c154b8aa
897
+  React-RCTVibration: 87c490b6f01746ab8f9b4e555f514cc030c06731
898
+  React-rncore: 140bc11b316da7003bf039844aef39e1c242d7ad
899
+  React-runtimeexecutor: 226ebef5f625878d3028b196cbecbbdeb6f208e4
900
+  React-runtimescheduler: 75f2210cd7a50c4565dfd218e320479013b82f70
901
+  React-utils: a3ffbc321572ee91911d7bc30965abe9aa4e16af
902
+  ReactCommon: d3522e54560e4d940554aa074a0206bf4d39ae5e
903
   RNCalendarEvents: 7e65eb4a94f53c1744d1e275f7fafcfaa619f7a3
903
   RNCalendarEvents: 7e65eb4a94f53c1744d1e275f7fafcfaa619f7a3
904
   RNCAsyncStorage: 3a8f7145d17cdd9f88e7b77666c94a09e4f759c8
904
   RNCAsyncStorage: 3a8f7145d17cdd9f88e7b77666c94a09e4f759c8
905
   RNCClipboard: 41d8d918092ae8e676f18adada19104fa3e68495
905
   RNCClipboard: 41d8d918092ae8e676f18adada19104fa3e68495
912
   RNSVG: ed492aaf3af9ca01bc945f7a149d76d62e73ec82
912
   RNSVG: ed492aaf3af9ca01bc945f7a149d76d62e73ec82
913
   RNWatch: fd30ca40a5b5ef58dcbc195638e68219bc455236
913
   RNWatch: fd30ca40a5b5ef58dcbc195638e68219bc455236
914
   SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
914
   SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
915
-  Yoga: 4c3aa327e4a6a23eeacd71f61c81df1bcdf677d5
915
+  Yoga: eddf2bbe4a896454c248a8f23b4355891eb720a6
916
 
916
 
917
-PODFILE CHECKSUM: 8e91f9545a4635b5ef277d9973e2e4930d67fd0d
917
+PODFILE CHECKSUM: 5fffe0755f199d9388e442c9756055b9f5d6705f
918
 
918
 
919
 COCOAPODS: 1.14.3
919
 COCOAPODS: 1.14.3

+ 31
- 23
package-lock.json View File

74
         "react-focus-on": "3.8.1",
74
         "react-focus-on": "3.8.1",
75
         "react-i18next": "10.11.4",
75
         "react-i18next": "10.11.4",
76
         "react-linkify": "1.0.0-alpha",
76
         "react-linkify": "1.0.0-alpha",
77
-        "react-native": "0.72.7",
77
+        "react-native": "0.72.9",
78
         "react-native-background-timer": "2.4.1",
78
         "react-native-background-timer": "2.4.1",
79
         "react-native-calendar-events": "2.2.0",
79
         "react-native-calendar-events": "2.2.0",
80
         "react-native-default-preference": "1.4.4",
80
         "react-native-default-preference": "1.4.4",
2426
       }
2426
       }
2427
     },
2427
     },
2428
     "node_modules/@babel/register": {
2428
     "node_modules/@babel/register": {
2429
-      "version": "7.22.15",
2430
-      "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.22.15.tgz",
2431
-      "integrity": "sha512-V3Q3EqoQdn65RCgTLwauZaTfd1ShhwPmbBv+1dkZV/HpCGMKVyn6oFcRlI7RaKqiDQjX2Qd3AuoEguBgdjIKlg==",
2429
+      "version": "7.23.7",
2430
+      "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.23.7.tgz",
2431
+      "integrity": "sha512-EjJeB6+kvpk+Y5DAkEAmbOBEFkh9OASx0huoEkqYTFxAZHzOAX2Oh5uwAUuL2rUddqfM0SA+KPXV2TbzoZ2kvQ==",
2432
       "dependencies": {
2432
       "dependencies": {
2433
         "clone-deep": "^4.0.1",
2433
         "clone-deep": "^4.0.1",
2434
         "find-cache-dir": "^2.0.0",
2434
         "find-cache-dir": "^2.0.0",
2435
         "make-dir": "^2.1.0",
2435
         "make-dir": "^2.1.0",
2436
-        "pirates": "^4.0.5",
2436
+        "pirates": "^4.0.6",
2437
         "source-map-support": "^0.5.16"
2437
         "source-map-support": "^0.5.16"
2438
       },
2438
       },
2439
       "engines": {
2439
       "engines": {
5034
       "integrity": "sha512-Im93xRJuHHxb1wniGhBMsxLwcfzdYreSZVQGDoMJgkd6+Iky61LInGEHnQCTN0fKNYF1Dvcofb4uMmE1RQHXHQ=="
5034
       "integrity": "sha512-Im93xRJuHHxb1wniGhBMsxLwcfzdYreSZVQGDoMJgkd6+Iky61LInGEHnQCTN0fKNYF1Dvcofb4uMmE1RQHXHQ=="
5035
     },
5035
     },
5036
     "node_modules/@react-native/codegen": {
5036
     "node_modules/@react-native/codegen": {
5037
-      "version": "0.72.7",
5038
-      "resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.72.7.tgz",
5039
-      "integrity": "sha512-O7xNcGeXGbY+VoqBGNlZ3O05gxfATlwE1Q1qQf5E38dK+tXn5BY4u0jaQ9DPjfE8pBba8g/BYI1N44lynidMtg==",
5037
+      "version": "0.72.8",
5038
+      "resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.72.8.tgz",
5039
+      "integrity": "sha512-jQCcBlXV7B7ap5VlHhwIPieYz89yiRgwd2FPUBu+unz+kcJ6pAiB2U8RdLDmyIs8fiWd+Vq1xxaWs4TR329/ng==",
5040
       "dependencies": {
5040
       "dependencies": {
5041
         "@babel/parser": "^7.20.0",
5041
         "@babel/parser": "^7.20.0",
5042
         "flow-parser": "^0.206.0",
5042
         "flow-parser": "^0.206.0",
5043
+        "glob": "^7.1.1",
5044
+        "invariant": "^2.2.4",
5043
         "jscodeshift": "^0.14.0",
5045
         "jscodeshift": "^0.14.0",
5046
+        "mkdirp": "^0.5.1",
5044
         "nullthrows": "^1.1.1"
5047
         "nullthrows": "^1.1.1"
5045
       },
5048
       },
5046
       "peerDependencies": {
5049
       "peerDependencies": {
15641
       }
15644
       }
15642
     },
15645
     },
15643
     "node_modules/react-native": {
15646
     "node_modules/react-native": {
15644
-      "version": "0.72.7",
15645
-      "resolved": "https://registry.npmjs.org/react-native/-/react-native-0.72.7.tgz",
15646
-      "integrity": "sha512-dqVFojOO9rOvyFbbM3/v9/GJR355OSuBhEY4NQlMIRc2w0Xch5MT/2uPoq3+OvJ+5h7a8LFAco3fucSffG0FbA==",
15647
+      "version": "0.72.9",
15648
+      "resolved": "https://registry.npmjs.org/react-native/-/react-native-0.72.9.tgz",
15649
+      "integrity": "sha512-20rcKaX73zy1qw3yEQIc1rIvvulkxrhOlAO/A1O7GzZc6l8RdzayjV3jgyM3gIHdLco6+qC6Pmi1QcguMyWuyQ==",
15647
       "dependencies": {
15650
       "dependencies": {
15648
         "@jest/create-cache-key-function": "^29.2.1",
15651
         "@jest/create-cache-key-function": "^29.2.1",
15649
         "@react-native-community/cli": "11.3.10",
15652
         "@react-native-community/cli": "11.3.10",
15650
         "@react-native-community/cli-platform-android": "11.3.10",
15653
         "@react-native-community/cli-platform-android": "11.3.10",
15651
         "@react-native-community/cli-platform-ios": "11.3.10",
15654
         "@react-native-community/cli-platform-ios": "11.3.10",
15652
         "@react-native/assets-registry": "^0.72.0",
15655
         "@react-native/assets-registry": "^0.72.0",
15653
-        "@react-native/codegen": "^0.72.7",
15656
+        "@react-native/codegen": "^0.72.8",
15654
         "@react-native/gradle-plugin": "^0.72.11",
15657
         "@react-native/gradle-plugin": "^0.72.11",
15655
         "@react-native/js-polyfills": "^0.72.1",
15658
         "@react-native/js-polyfills": "^0.72.1",
15656
         "@react-native/normalize-colors": "^0.72.0",
15659
         "@react-native/normalize-colors": "^0.72.0",
15657
         "@react-native/virtualized-lists": "^0.72.8",
15660
         "@react-native/virtualized-lists": "^0.72.8",
15658
         "abort-controller": "^3.0.0",
15661
         "abort-controller": "^3.0.0",
15659
         "anser": "^1.4.9",
15662
         "anser": "^1.4.9",
15663
+        "ansi-regex": "^5.0.0",
15660
         "base64-js": "^1.1.2",
15664
         "base64-js": "^1.1.2",
15661
         "deprecated-react-native-prop-types": "^4.2.3",
15665
         "deprecated-react-native-prop-types": "^4.2.3",
15662
         "event-target-shim": "^5.0.1",
15666
         "event-target-shim": "^5.0.1",
21084
       }
21088
       }
21085
     },
21089
     },
21086
     "@babel/register": {
21090
     "@babel/register": {
21087
-      "version": "7.22.15",
21088
-      "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.22.15.tgz",
21089
-      "integrity": "sha512-V3Q3EqoQdn65RCgTLwauZaTfd1ShhwPmbBv+1dkZV/HpCGMKVyn6oFcRlI7RaKqiDQjX2Qd3AuoEguBgdjIKlg==",
21091
+      "version": "7.23.7",
21092
+      "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.23.7.tgz",
21093
+      "integrity": "sha512-EjJeB6+kvpk+Y5DAkEAmbOBEFkh9OASx0huoEkqYTFxAZHzOAX2Oh5uwAUuL2rUddqfM0SA+KPXV2TbzoZ2kvQ==",
21090
       "requires": {
21094
       "requires": {
21091
         "clone-deep": "^4.0.1",
21095
         "clone-deep": "^4.0.1",
21092
         "find-cache-dir": "^2.0.0",
21096
         "find-cache-dir": "^2.0.0",
21093
         "make-dir": "^2.1.0",
21097
         "make-dir": "^2.1.0",
21094
-        "pirates": "^4.0.5",
21098
+        "pirates": "^4.0.6",
21095
         "source-map-support": "^0.5.16"
21099
         "source-map-support": "^0.5.16"
21096
       },
21100
       },
21097
       "dependencies": {
21101
       "dependencies": {
23038
       "integrity": "sha512-Im93xRJuHHxb1wniGhBMsxLwcfzdYreSZVQGDoMJgkd6+Iky61LInGEHnQCTN0fKNYF1Dvcofb4uMmE1RQHXHQ=="
23042
       "integrity": "sha512-Im93xRJuHHxb1wniGhBMsxLwcfzdYreSZVQGDoMJgkd6+Iky61LInGEHnQCTN0fKNYF1Dvcofb4uMmE1RQHXHQ=="
23039
     },
23043
     },
23040
     "@react-native/codegen": {
23044
     "@react-native/codegen": {
23041
-      "version": "0.72.7",
23042
-      "resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.72.7.tgz",
23043
-      "integrity": "sha512-O7xNcGeXGbY+VoqBGNlZ3O05gxfATlwE1Q1qQf5E38dK+tXn5BY4u0jaQ9DPjfE8pBba8g/BYI1N44lynidMtg==",
23045
+      "version": "0.72.8",
23046
+      "resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.72.8.tgz",
23047
+      "integrity": "sha512-jQCcBlXV7B7ap5VlHhwIPieYz89yiRgwd2FPUBu+unz+kcJ6pAiB2U8RdLDmyIs8fiWd+Vq1xxaWs4TR329/ng==",
23044
       "requires": {
23048
       "requires": {
23045
         "@babel/parser": "^7.20.0",
23049
         "@babel/parser": "^7.20.0",
23046
         "flow-parser": "^0.206.0",
23050
         "flow-parser": "^0.206.0",
23051
+        "glob": "^7.1.1",
23052
+        "invariant": "^2.2.4",
23047
         "jscodeshift": "^0.14.0",
23053
         "jscodeshift": "^0.14.0",
23054
+        "mkdirp": "^0.5.1",
23048
         "nullthrows": "^1.1.1"
23055
         "nullthrows": "^1.1.1"
23049
       }
23056
       }
23050
     },
23057
     },
31010
       }
31017
       }
31011
     },
31018
     },
31012
     "react-native": {
31019
     "react-native": {
31013
-      "version": "0.72.7",
31014
-      "resolved": "https://registry.npmjs.org/react-native/-/react-native-0.72.7.tgz",
31015
-      "integrity": "sha512-dqVFojOO9rOvyFbbM3/v9/GJR355OSuBhEY4NQlMIRc2w0Xch5MT/2uPoq3+OvJ+5h7a8LFAco3fucSffG0FbA==",
31020
+      "version": "0.72.9",
31021
+      "resolved": "https://registry.npmjs.org/react-native/-/react-native-0.72.9.tgz",
31022
+      "integrity": "sha512-20rcKaX73zy1qw3yEQIc1rIvvulkxrhOlAO/A1O7GzZc6l8RdzayjV3jgyM3gIHdLco6+qC6Pmi1QcguMyWuyQ==",
31016
       "requires": {
31023
       "requires": {
31017
         "@jest/create-cache-key-function": "^29.2.1",
31024
         "@jest/create-cache-key-function": "^29.2.1",
31018
         "@react-native-community/cli": "11.3.10",
31025
         "@react-native-community/cli": "11.3.10",
31019
         "@react-native-community/cli-platform-android": "11.3.10",
31026
         "@react-native-community/cli-platform-android": "11.3.10",
31020
         "@react-native-community/cli-platform-ios": "11.3.10",
31027
         "@react-native-community/cli-platform-ios": "11.3.10",
31021
         "@react-native/assets-registry": "^0.72.0",
31028
         "@react-native/assets-registry": "^0.72.0",
31022
-        "@react-native/codegen": "^0.72.7",
31029
+        "@react-native/codegen": "^0.72.8",
31023
         "@react-native/gradle-plugin": "^0.72.11",
31030
         "@react-native/gradle-plugin": "^0.72.11",
31024
         "@react-native/js-polyfills": "^0.72.1",
31031
         "@react-native/js-polyfills": "^0.72.1",
31025
         "@react-native/normalize-colors": "^0.72.0",
31032
         "@react-native/normalize-colors": "^0.72.0",
31026
         "@react-native/virtualized-lists": "^0.72.8",
31033
         "@react-native/virtualized-lists": "^0.72.8",
31027
         "abort-controller": "^3.0.0",
31034
         "abort-controller": "^3.0.0",
31028
         "anser": "^1.4.9",
31035
         "anser": "^1.4.9",
31036
+        "ansi-regex": "^5.0.0",
31029
         "base64-js": "^1.1.2",
31037
         "base64-js": "^1.1.2",
31030
         "deprecated-react-native-prop-types": "^4.2.3",
31038
         "deprecated-react-native-prop-types": "^4.2.3",
31031
         "event-target-shim": "^5.0.1",
31039
         "event-target-shim": "^5.0.1",

+ 1
- 1
package.json View File

80
     "react-focus-on": "3.8.1",
80
     "react-focus-on": "3.8.1",
81
     "react-i18next": "10.11.4",
81
     "react-i18next": "10.11.4",
82
     "react-linkify": "1.0.0-alpha",
82
     "react-linkify": "1.0.0-alpha",
83
-    "react-native": "0.72.7",
83
+    "react-native": "0.72.9",
84
     "react-native-background-timer": "2.4.1",
84
     "react-native-background-timer": "2.4.1",
85
     "react-native-calendar-events": "2.2.0",
85
     "react-native-calendar-events": "2.2.0",
86
     "react-native-default-preference": "1.4.4",
86
     "react-native-default-preference": "1.4.4",

patches/react-native+0.72.7.patch → patches/react-native+0.72.9.patch View File


Loading…
Cancel
Save