diff --git a/README.md b/README.md
index 050d727af..6cbe86427 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Native Template

-
+


diff --git a/android/app/src/dev/res/values/strings.xml b/android/app/src/dev/res/values/strings.xml
index 51bffb312..43ca31b56 100644
--- a/android/app/src/dev/res/values/strings.xml
+++ b/android/app/src/dev/res/values/strings.xml
@@ -8,4 +8,6 @@
Continue
Please verify that your Mendix App is running.
This is not a valid QR code.
+ Enable dev mode
+ Clear data
diff --git a/ios/Dev/MendixApp/MendixAppViewController.swift b/ios/Dev/MendixApp/MendixAppViewController.swift
index 4d27f47b7..882c8be39 100644
--- a/ios/Dev/MendixApp/MendixAppViewController.swift
+++ b/ios/Dev/MendixApp/MendixAppViewController.swift
@@ -1,7 +1,7 @@
import UIKit
import MendixNative
-class MendixAppViewController: UIViewController, ReactNativeDelegate {
+class MendixAppViewController: UIViewController, ReactNativeDelegateInternal {
override func viewDidLoad() {
super.viewDidLoad()
diff --git a/ios/Dev/MendixApp/MendixReactWindowExtensions.swift b/ios/Dev/MendixApp/MendixReactWindowExtensions.swift
deleted file mode 100644
index 1bcfa74c5..000000000
--- a/ios/Dev/MendixApp/MendixReactWindowExtensions.swift
+++ /dev/null
@@ -1,13 +0,0 @@
-import MendixNative
-
-extension MendixReactWindow {
- open override var canBecomeFirstResponder: Bool {
- return true
- }
-
- open override func motionEnded(_ motion: UIEvent.EventSubtype, with event: UIEvent?) {
- if (motion == .motionShake && ReactAppProvider.isReactAppActive()) {
- DevHelper.showAppMenu();
- }
- }
-}
diff --git a/ios/Extensions/AppDelegate+Extension.swift b/ios/Extensions/AppDelegate+Extension.swift
index 4f8cd6ecf..f6e90065d 100644
--- a/ios/Extensions/AppDelegate+Extension.swift
+++ b/ios/Extensions/AppDelegate+Extension.swift
@@ -1,9 +1,5 @@
import Foundation
import MendixNative
-import React_RCTAppDelegate
-#if canImport(ReactAppDependencyProvider)
-import ReactAppDependencyProvider
-#endif
extension AppDelegate {
@@ -22,20 +18,14 @@ extension AppDelegate {
func showUnrecoverableDialog(title: String, message: String) {
let controller = UIAlertController(title: title, message: message, preferredStyle: .alert)
controller.addAction(.init(title: "Close", style: .default, handler: {_ in
- fatalError(message)
+ print(message)
+ exit(0)
}))
window?.rootViewController?.present(controller, animated: true, completion: nil)
}
func setupApp(application: UIApplication, launchOptions: [UIApplication.LaunchOptionsKey: Any]? = nil) {
- #if canImport(ReactAppDependencyProvider)
- let appDependencyProvider: any RCTDependencyProvider = RCTAppDependencyProvider()
- setUpProvider(dependencyProvider: appDependencyProvider)
- #else
setUpProvider()
- #endif
-
- super.application(application, didFinishLaunchingWithOptions: launchOptions)
clearKeychain()
setupUI()
}
diff --git a/ios/Podfile.lock b/ios/Podfile.lock
index eba8e28fd..7718a4454 100644
--- a/ios/Podfile.lock
+++ b/ios/Podfile.lock
@@ -2,12 +2,12 @@ PODS:
- boost (1.84.0)
- DoubleConversion (1.1.6)
- fast_float (8.0.0)
- - FBLazyVector (0.83.4)
+ - FBLazyVector (0.84.1)
- fmt (12.1.0)
- glog (0.3.5)
- - hermes-engine (0.14.1):
- - hermes-engine/Pre-built (= 0.14.1)
- - hermes-engine/Pre-built (0.14.1)
+ - hermes-engine (250829098.0.9):
+ - hermes-engine/Pre-built (= 250829098.0.9)
+ - hermes-engine/Pre-built (250829098.0.9)
- IQKeyboardManager (6.5.19)
- libavif/core (0.11.1)
- libavif/libdav1d (0.11.1):
@@ -49,6 +49,7 @@ PODS:
- React-renderercss
- React-rendererdebug
- React-utils
+ - ReactAppDependencyProvider
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
@@ -85,7 +86,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- - OpenSSL-Universal (3.3.3001)
+ - OpenSSL-Universal (3.6.0000)
- RCT-Folly (2024.11.18.00):
- boost
- DoubleConversion
@@ -105,30 +106,30 @@ PODS:
- fast_float (= 8.0.0)
- fmt (= 12.1.0)
- glog
- - RCTDeprecation (0.83.4)
- - RCTRequired (0.83.4)
- - RCTSwiftUI (0.83.4)
- - RCTSwiftUIWrapper (0.83.4):
+ - RCTDeprecation (0.84.1)
+ - RCTRequired (0.84.1)
+ - RCTSwiftUI (0.84.1)
+ - RCTSwiftUIWrapper (0.84.1):
- RCTSwiftUI
- - RCTTypeSafety (0.83.4):
- - FBLazyVector (= 0.83.4)
- - RCTRequired (= 0.83.4)
- - React-Core (= 0.83.4)
- - React (0.83.4):
- - React-Core (= 0.83.4)
- - React-Core/DevSupport (= 0.83.4)
- - React-Core/RCTWebSocket (= 0.83.4)
- - React-RCTActionSheet (= 0.83.4)
- - React-RCTAnimation (= 0.83.4)
- - React-RCTBlob (= 0.83.4)
- - React-RCTImage (= 0.83.4)
- - React-RCTLinking (= 0.83.4)
- - React-RCTNetwork (= 0.83.4)
- - React-RCTSettings (= 0.83.4)
- - React-RCTText (= 0.83.4)
- - React-RCTVibration (= 0.83.4)
- - React-callinvoker (0.83.4)
- - React-Core (0.83.4):
+ - RCTTypeSafety (0.84.1):
+ - FBLazyVector (= 0.84.1)
+ - RCTRequired (= 0.84.1)
+ - React-Core (= 0.84.1)
+ - React (0.84.1):
+ - React-Core (= 0.84.1)
+ - React-Core/DevSupport (= 0.84.1)
+ - React-Core/RCTWebSocket (= 0.84.1)
+ - React-RCTActionSheet (= 0.84.1)
+ - React-RCTAnimation (= 0.84.1)
+ - React-RCTBlob (= 0.84.1)
+ - React-RCTImage (= 0.84.1)
+ - React-RCTLinking (= 0.84.1)
+ - React-RCTNetwork (= 0.84.1)
+ - React-RCTSettings (= 0.84.1)
+ - React-RCTText (= 0.84.1)
+ - React-RCTVibration (= 0.84.1)
+ - React-callinvoker (0.84.1)
+ - React-Core (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -138,7 +139,7 @@ PODS:
- RCT-Folly
- RCT-Folly/Fabric
- RCTDeprecation
- - React-Core/Default (= 0.83.4)
+ - React-Core/Default (= 0.84.1)
- React-cxxreact
- React-featureflags
- React-hermes
@@ -153,7 +154,7 @@ PODS:
- React-utils
- SocketRocket
- Yoga
- - React-Core/CoreModulesHeaders (0.83.4):
+ - React-Core/CoreModulesHeaders (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -178,7 +179,7 @@ PODS:
- React-utils
- SocketRocket
- Yoga
- - React-Core/Default (0.83.4):
+ - React-Core/Default (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -202,7 +203,7 @@ PODS:
- React-utils
- SocketRocket
- Yoga
- - React-Core/DevSupport (0.83.4):
+ - React-Core/DevSupport (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -212,8 +213,8 @@ PODS:
- RCT-Folly
- RCT-Folly/Fabric
- RCTDeprecation
- - React-Core/Default (= 0.83.4)
- - React-Core/RCTWebSocket (= 0.83.4)
+ - React-Core/Default (= 0.84.1)
+ - React-Core/RCTWebSocket (= 0.84.1)
- React-cxxreact
- React-featureflags
- React-hermes
@@ -228,7 +229,7 @@ PODS:
- React-utils
- SocketRocket
- Yoga
- - React-Core/RCTActionSheetHeaders (0.83.4):
+ - React-Core/RCTActionSheetHeaders (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -253,7 +254,7 @@ PODS:
- React-utils
- SocketRocket
- Yoga
- - React-Core/RCTAnimationHeaders (0.83.4):
+ - React-Core/RCTAnimationHeaders (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -278,7 +279,7 @@ PODS:
- React-utils
- SocketRocket
- Yoga
- - React-Core/RCTBlobHeaders (0.83.4):
+ - React-Core/RCTBlobHeaders (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -303,7 +304,7 @@ PODS:
- React-utils
- SocketRocket
- Yoga
- - React-Core/RCTImageHeaders (0.83.4):
+ - React-Core/RCTImageHeaders (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -328,7 +329,7 @@ PODS:
- React-utils
- SocketRocket
- Yoga
- - React-Core/RCTLinkingHeaders (0.83.4):
+ - React-Core/RCTLinkingHeaders (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -353,7 +354,7 @@ PODS:
- React-utils
- SocketRocket
- Yoga
- - React-Core/RCTNetworkHeaders (0.83.4):
+ - React-Core/RCTNetworkHeaders (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -378,7 +379,7 @@ PODS:
- React-utils
- SocketRocket
- Yoga
- - React-Core/RCTSettingsHeaders (0.83.4):
+ - React-Core/RCTSettingsHeaders (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -403,7 +404,7 @@ PODS:
- React-utils
- SocketRocket
- Yoga
- - React-Core/RCTTextHeaders (0.83.4):
+ - React-Core/RCTTextHeaders (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -428,7 +429,7 @@ PODS:
- React-utils
- SocketRocket
- Yoga
- - React-Core/RCTVibrationHeaders (0.83.4):
+ - React-Core/RCTVibrationHeaders (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -453,7 +454,7 @@ PODS:
- React-utils
- SocketRocket
- Yoga
- - React-Core/RCTWebSocket (0.83.4):
+ - React-Core/RCTWebSocket (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -463,7 +464,7 @@ PODS:
- RCT-Folly
- RCT-Folly/Fabric
- RCTDeprecation
- - React-Core/Default (= 0.83.4)
+ - React-Core/Default (= 0.84.1)
- React-cxxreact
- React-featureflags
- React-hermes
@@ -478,7 +479,7 @@ PODS:
- React-utils
- SocketRocket
- Yoga
- - React-CoreModules (0.83.4):
+ - React-CoreModules (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -486,22 +487,22 @@ PODS:
- glog
- RCT-Folly
- RCT-Folly/Fabric
- - RCTTypeSafety (= 0.83.4)
- - React-Core/CoreModulesHeaders (= 0.83.4)
+ - RCTTypeSafety (= 0.84.1)
+ - React-Core/CoreModulesHeaders (= 0.84.1)
- React-debug
- - React-jsi (= 0.83.4)
+ - React-jsi (= 0.84.1)
- React-jsinspector
- React-jsinspectorcdp
- React-jsinspectortracing
- React-NativeModulesApple
- React-RCTBlob
- React-RCTFBReactNativeSpec
- - React-RCTImage (= 0.83.4)
+ - React-RCTImage (= 0.84.1)
- React-runtimeexecutor
- React-utils
- ReactCommon
- SocketRocket
- - React-cxxreact (0.83.4):
+ - React-cxxreact (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -510,20 +511,20 @@ PODS:
- hermes-engine
- RCT-Folly
- RCT-Folly/Fabric
- - React-callinvoker (= 0.83.4)
- - React-debug (= 0.83.4)
- - React-jsi (= 0.83.4)
+ - React-callinvoker (= 0.84.1)
+ - React-debug (= 0.84.1)
+ - React-jsi (= 0.84.1)
- React-jsinspector
- React-jsinspectorcdp
- React-jsinspectortracing
- - React-logger (= 0.83.4)
- - React-perflogger (= 0.83.4)
+ - React-logger (= 0.84.1)
+ - React-perflogger (= 0.84.1)
- React-runtimeexecutor
- - React-timing (= 0.83.4)
+ - React-timing (= 0.84.1)
- React-utils
- SocketRocket
- - React-debug (0.83.4)
- - React-defaultsnativemodule (0.83.4):
+ - React-debug (0.84.1)
+ - React-defaultsnativemodule (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -544,7 +545,7 @@ PODS:
- React-webperformancenativemodule
- SocketRocket
- Yoga
- - React-domnativemodule (0.83.4):
+ - React-domnativemodule (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -564,7 +565,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- - React-Fabric (0.83.4):
+ - React-Fabric (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -578,25 +579,25 @@ PODS:
- React-Core
- React-cxxreact
- React-debug
- - React-Fabric/animated (= 0.83.4)
- - React-Fabric/animationbackend (= 0.83.4)
- - React-Fabric/animations (= 0.83.4)
- - React-Fabric/attributedstring (= 0.83.4)
- - React-Fabric/bridging (= 0.83.4)
- - React-Fabric/componentregistry (= 0.83.4)
- - React-Fabric/componentregistrynative (= 0.83.4)
- - React-Fabric/components (= 0.83.4)
- - React-Fabric/consistency (= 0.83.4)
- - React-Fabric/core (= 0.83.4)
- - React-Fabric/dom (= 0.83.4)
- - React-Fabric/imagemanager (= 0.83.4)
- - React-Fabric/leakchecker (= 0.83.4)
- - React-Fabric/mounting (= 0.83.4)
- - React-Fabric/observers (= 0.83.4)
- - React-Fabric/scheduler (= 0.83.4)
- - React-Fabric/telemetry (= 0.83.4)
- - React-Fabric/templateprocessor (= 0.83.4)
- - React-Fabric/uimanager (= 0.83.4)
+ - React-Fabric/animated (= 0.84.1)
+ - React-Fabric/animationbackend (= 0.84.1)
+ - React-Fabric/animations (= 0.84.1)
+ - React-Fabric/attributedstring (= 0.84.1)
+ - React-Fabric/bridging (= 0.84.1)
+ - React-Fabric/componentregistry (= 0.84.1)
+ - React-Fabric/componentregistrynative (= 0.84.1)
+ - React-Fabric/components (= 0.84.1)
+ - React-Fabric/consistency (= 0.84.1)
+ - React-Fabric/core (= 0.84.1)
+ - React-Fabric/dom (= 0.84.1)
+ - React-Fabric/imagemanager (= 0.84.1)
+ - React-Fabric/leakchecker (= 0.84.1)
+ - React-Fabric/mounting (= 0.84.1)
+ - React-Fabric/observers (= 0.84.1)
+ - React-Fabric/scheduler (= 0.84.1)
+ - React-Fabric/telemetry (= 0.84.1)
+ - React-Fabric/templateprocessor (= 0.84.1)
+ - React-Fabric/uimanager (= 0.84.1)
- React-featureflags
- React-graphics
- React-jsi
@@ -608,7 +609,7 @@ PODS:
- React-utils
- ReactCommon/turbomodule/core
- SocketRocket
- - React-Fabric/animated (0.83.4):
+ - React-Fabric/animated (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -633,7 +634,7 @@ PODS:
- React-utils
- ReactCommon/turbomodule/core
- SocketRocket
- - React-Fabric/animationbackend (0.83.4):
+ - React-Fabric/animationbackend (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -658,7 +659,7 @@ PODS:
- React-utils
- ReactCommon/turbomodule/core
- SocketRocket
- - React-Fabric/animations (0.83.4):
+ - React-Fabric/animations (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -683,7 +684,7 @@ PODS:
- React-utils
- ReactCommon/turbomodule/core
- SocketRocket
- - React-Fabric/attributedstring (0.83.4):
+ - React-Fabric/attributedstring (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -708,7 +709,7 @@ PODS:
- React-utils
- ReactCommon/turbomodule/core
- SocketRocket
- - React-Fabric/bridging (0.83.4):
+ - React-Fabric/bridging (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -733,7 +734,7 @@ PODS:
- React-utils
- ReactCommon/turbomodule/core
- SocketRocket
- - React-Fabric/componentregistry (0.83.4):
+ - React-Fabric/componentregistry (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -758,7 +759,7 @@ PODS:
- React-utils
- ReactCommon/turbomodule/core
- SocketRocket
- - React-Fabric/componentregistrynative (0.83.4):
+ - React-Fabric/componentregistrynative (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -783,7 +784,7 @@ PODS:
- React-utils
- ReactCommon/turbomodule/core
- SocketRocket
- - React-Fabric/components (0.83.4):
+ - React-Fabric/components (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -797,10 +798,10 @@ PODS:
- React-Core
- React-cxxreact
- React-debug
- - React-Fabric/components/legacyviewmanagerinterop (= 0.83.4)
- - React-Fabric/components/root (= 0.83.4)
- - React-Fabric/components/scrollview (= 0.83.4)
- - React-Fabric/components/view (= 0.83.4)
+ - React-Fabric/components/legacyviewmanagerinterop (= 0.84.1)
+ - React-Fabric/components/root (= 0.84.1)
+ - React-Fabric/components/scrollview (= 0.84.1)
+ - React-Fabric/components/view (= 0.84.1)
- React-featureflags
- React-graphics
- React-jsi
@@ -812,7 +813,7 @@ PODS:
- React-utils
- ReactCommon/turbomodule/core
- SocketRocket
- - React-Fabric/components/legacyviewmanagerinterop (0.83.4):
+ - React-Fabric/components/legacyviewmanagerinterop (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -837,7 +838,7 @@ PODS:
- React-utils
- ReactCommon/turbomodule/core
- SocketRocket
- - React-Fabric/components/root (0.83.4):
+ - React-Fabric/components/root (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -862,7 +863,7 @@ PODS:
- React-utils
- ReactCommon/turbomodule/core
- SocketRocket
- - React-Fabric/components/scrollview (0.83.4):
+ - React-Fabric/components/scrollview (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -887,7 +888,7 @@ PODS:
- React-utils
- ReactCommon/turbomodule/core
- SocketRocket
- - React-Fabric/components/view (0.83.4):
+ - React-Fabric/components/view (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -914,7 +915,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- - React-Fabric/consistency (0.83.4):
+ - React-Fabric/consistency (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -939,7 +940,7 @@ PODS:
- React-utils
- ReactCommon/turbomodule/core
- SocketRocket
- - React-Fabric/core (0.83.4):
+ - React-Fabric/core (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -964,7 +965,7 @@ PODS:
- React-utils
- ReactCommon/turbomodule/core
- SocketRocket
- - React-Fabric/dom (0.83.4):
+ - React-Fabric/dom (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -989,7 +990,7 @@ PODS:
- React-utils
- ReactCommon/turbomodule/core
- SocketRocket
- - React-Fabric/imagemanager (0.83.4):
+ - React-Fabric/imagemanager (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1014,7 +1015,7 @@ PODS:
- React-utils
- ReactCommon/turbomodule/core
- SocketRocket
- - React-Fabric/leakchecker (0.83.4):
+ - React-Fabric/leakchecker (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1039,7 +1040,7 @@ PODS:
- React-utils
- ReactCommon/turbomodule/core
- SocketRocket
- - React-Fabric/mounting (0.83.4):
+ - React-Fabric/mounting (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1064,7 +1065,7 @@ PODS:
- React-utils
- ReactCommon/turbomodule/core
- SocketRocket
- - React-Fabric/observers (0.83.4):
+ - React-Fabric/observers (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1078,8 +1079,8 @@ PODS:
- React-Core
- React-cxxreact
- React-debug
- - React-Fabric/observers/events (= 0.83.4)
- - React-Fabric/observers/intersection (= 0.83.4)
+ - React-Fabric/observers/events (= 0.84.1)
+ - React-Fabric/observers/intersection (= 0.84.1)
- React-featureflags
- React-graphics
- React-jsi
@@ -1091,7 +1092,7 @@ PODS:
- React-utils
- ReactCommon/turbomodule/core
- SocketRocket
- - React-Fabric/observers/events (0.83.4):
+ - React-Fabric/observers/events (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1116,7 +1117,7 @@ PODS:
- React-utils
- ReactCommon/turbomodule/core
- SocketRocket
- - React-Fabric/observers/intersection (0.83.4):
+ - React-Fabric/observers/intersection (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1141,7 +1142,7 @@ PODS:
- React-utils
- ReactCommon/turbomodule/core
- SocketRocket
- - React-Fabric/scheduler (0.83.4):
+ - React-Fabric/scheduler (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1169,7 +1170,7 @@ PODS:
- React-utils
- ReactCommon/turbomodule/core
- SocketRocket
- - React-Fabric/telemetry (0.83.4):
+ - React-Fabric/telemetry (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1194,7 +1195,7 @@ PODS:
- React-utils
- ReactCommon/turbomodule/core
- SocketRocket
- - React-Fabric/templateprocessor (0.83.4):
+ - React-Fabric/templateprocessor (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1219,7 +1220,7 @@ PODS:
- React-utils
- ReactCommon/turbomodule/core
- SocketRocket
- - React-Fabric/uimanager (0.83.4):
+ - React-Fabric/uimanager (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1233,7 +1234,7 @@ PODS:
- React-Core
- React-cxxreact
- React-debug
- - React-Fabric/uimanager/consistency (= 0.83.4)
+ - React-Fabric/uimanager/consistency (= 0.84.1)
- React-featureflags
- React-graphics
- React-jsi
@@ -1246,7 +1247,7 @@ PODS:
- React-utils
- ReactCommon/turbomodule/core
- SocketRocket
- - React-Fabric/uimanager/consistency (0.83.4):
+ - React-Fabric/uimanager/consistency (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1272,7 +1273,7 @@ PODS:
- React-utils
- ReactCommon/turbomodule/core
- SocketRocket
- - React-FabricComponents (0.83.4):
+ - React-FabricComponents (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1287,8 +1288,8 @@ PODS:
- React-cxxreact
- React-debug
- React-Fabric
- - React-FabricComponents/components (= 0.83.4)
- - React-FabricComponents/textlayoutmanager (= 0.83.4)
+ - React-FabricComponents/components (= 0.84.1)
+ - React-FabricComponents/textlayoutmanager (= 0.84.1)
- React-featureflags
- React-graphics
- React-jsi
@@ -1301,7 +1302,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- - React-FabricComponents/components (0.83.4):
+ - React-FabricComponents/components (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1316,18 +1317,18 @@ PODS:
- React-cxxreact
- React-debug
- React-Fabric
- - React-FabricComponents/components/inputaccessory (= 0.83.4)
- - React-FabricComponents/components/iostextinput (= 0.83.4)
- - React-FabricComponents/components/modal (= 0.83.4)
- - React-FabricComponents/components/rncore (= 0.83.4)
- - React-FabricComponents/components/safeareaview (= 0.83.4)
- - React-FabricComponents/components/scrollview (= 0.83.4)
- - React-FabricComponents/components/switch (= 0.83.4)
- - React-FabricComponents/components/text (= 0.83.4)
- - React-FabricComponents/components/textinput (= 0.83.4)
- - React-FabricComponents/components/unimplementedview (= 0.83.4)
- - React-FabricComponents/components/virtualview (= 0.83.4)
- - React-FabricComponents/components/virtualviewexperimental (= 0.83.4)
+ - React-FabricComponents/components/inputaccessory (= 0.84.1)
+ - React-FabricComponents/components/iostextinput (= 0.84.1)
+ - React-FabricComponents/components/modal (= 0.84.1)
+ - React-FabricComponents/components/rncore (= 0.84.1)
+ - React-FabricComponents/components/safeareaview (= 0.84.1)
+ - React-FabricComponents/components/scrollview (= 0.84.1)
+ - React-FabricComponents/components/switch (= 0.84.1)
+ - React-FabricComponents/components/text (= 0.84.1)
+ - React-FabricComponents/components/textinput (= 0.84.1)
+ - React-FabricComponents/components/unimplementedview (= 0.84.1)
+ - React-FabricComponents/components/virtualview (= 0.84.1)
+ - React-FabricComponents/components/virtualviewexperimental (= 0.84.1)
- React-featureflags
- React-graphics
- React-jsi
@@ -1340,7 +1341,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- - React-FabricComponents/components/inputaccessory (0.83.4):
+ - React-FabricComponents/components/inputaccessory (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1367,7 +1368,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- - React-FabricComponents/components/iostextinput (0.83.4):
+ - React-FabricComponents/components/iostextinput (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1394,7 +1395,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- - React-FabricComponents/components/modal (0.83.4):
+ - React-FabricComponents/components/modal (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1421,7 +1422,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- - React-FabricComponents/components/rncore (0.83.4):
+ - React-FabricComponents/components/rncore (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1448,7 +1449,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- - React-FabricComponents/components/safeareaview (0.83.4):
+ - React-FabricComponents/components/safeareaview (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1475,7 +1476,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- - React-FabricComponents/components/scrollview (0.83.4):
+ - React-FabricComponents/components/scrollview (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1502,7 +1503,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- - React-FabricComponents/components/switch (0.83.4):
+ - React-FabricComponents/components/switch (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1529,7 +1530,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- - React-FabricComponents/components/text (0.83.4):
+ - React-FabricComponents/components/text (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1556,7 +1557,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- - React-FabricComponents/components/textinput (0.83.4):
+ - React-FabricComponents/components/textinput (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1583,7 +1584,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- - React-FabricComponents/components/unimplementedview (0.83.4):
+ - React-FabricComponents/components/unimplementedview (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1610,7 +1611,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- - React-FabricComponents/components/virtualview (0.83.4):
+ - React-FabricComponents/components/virtualview (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1637,7 +1638,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- - React-FabricComponents/components/virtualviewexperimental (0.83.4):
+ - React-FabricComponents/components/virtualviewexperimental (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1664,7 +1665,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- - React-FabricComponents/textlayoutmanager (0.83.4):
+ - React-FabricComponents/textlayoutmanager (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1691,7 +1692,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- - React-FabricImage (0.83.4):
+ - React-FabricImage (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1700,21 +1701,21 @@ PODS:
- hermes-engine
- RCT-Folly
- RCT-Folly/Fabric
- - RCTRequired (= 0.83.4)
- - RCTTypeSafety (= 0.83.4)
+ - RCTRequired (= 0.84.1)
+ - RCTTypeSafety (= 0.84.1)
- React-Fabric
- React-featureflags
- React-graphics
- React-ImageManager
- React-jsi
- - React-jsiexecutor (= 0.83.4)
+ - React-jsiexecutor (= 0.84.1)
- React-logger
- React-rendererdebug
- React-utils
- ReactCommon
- SocketRocket
- Yoga
- - React-featureflags (0.83.4):
+ - React-featureflags (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1723,7 +1724,7 @@ PODS:
- RCT-Folly
- RCT-Folly/Fabric
- SocketRocket
- - React-featureflagsnativemodule (0.83.4):
+ - React-featureflagsnativemodule (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1738,7 +1739,7 @@ PODS:
- React-RCTFBReactNativeSpec
- ReactCommon/turbomodule/core
- SocketRocket
- - React-graphics (0.83.4):
+ - React-graphics (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1751,7 +1752,7 @@ PODS:
- React-jsiexecutor
- React-utils
- SocketRocket
- - React-hermes (0.83.4):
+ - React-hermes (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1760,17 +1761,18 @@ PODS:
- hermes-engine
- RCT-Folly
- RCT-Folly/Fabric
- - React-cxxreact (= 0.83.4)
+ - React-cxxreact (= 0.84.1)
- React-jsi
- - React-jsiexecutor (= 0.83.4)
+ - React-jsiexecutor (= 0.84.1)
- React-jsinspector
- React-jsinspectorcdp
- React-jsinspectortracing
+ - React-jsitooling
- React-oscompat
- - React-perflogger (= 0.83.4)
+ - React-perflogger (= 0.84.1)
- React-runtimeexecutor
- SocketRocket
- - React-idlecallbacksnativemodule (0.83.4):
+ - React-idlecallbacksnativemodule (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1786,7 +1788,7 @@ PODS:
- React-runtimescheduler
- ReactCommon/turbomodule/core
- SocketRocket
- - React-ImageManager (0.83.4):
+ - React-ImageManager (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1801,7 +1803,7 @@ PODS:
- React-rendererdebug
- React-utils
- SocketRocket
- - React-intersectionobservernativemodule (0.83.4):
+ - React-intersectionobservernativemodule (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1822,7 +1824,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- - React-jserrorhandler (0.83.4):
+ - React-jserrorhandler (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1837,7 +1839,7 @@ PODS:
- React-jsi
- ReactCommon/turbomodule/bridging
- SocketRocket
- - React-jsi (0.83.4):
+ - React-jsi (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1847,7 +1849,7 @@ PODS:
- RCT-Folly
- RCT-Folly/Fabric
- SocketRocket
- - React-jsiexecutor (0.83.4):
+ - React-jsiexecutor (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1858,15 +1860,17 @@ PODS:
- RCT-Folly/Fabric
- React-cxxreact
- React-debug
+ - React-jserrorhandler
- React-jsi
- React-jsinspector
- React-jsinspectorcdp
- React-jsinspectortracing
+ - React-jsitooling
- React-perflogger
- React-runtimeexecutor
- React-utils
- SocketRocket
- - React-jsinspector (0.83.4):
+ - React-jsinspector (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1881,11 +1885,11 @@ PODS:
- React-jsinspectornetwork
- React-jsinspectortracing
- React-oscompat
- - React-perflogger (= 0.83.4)
+ - React-perflogger (= 0.84.1)
- React-runtimeexecutor
- React-utils
- SocketRocket
- - React-jsinspectorcdp (0.83.4):
+ - React-jsinspectorcdp (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1894,7 +1898,7 @@ PODS:
- RCT-Folly
- RCT-Folly/Fabric
- SocketRocket
- - React-jsinspectornetwork (0.83.4):
+ - React-jsinspectornetwork (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1904,7 +1908,7 @@ PODS:
- RCT-Folly/Fabric
- React-jsinspectorcdp
- SocketRocket
- - React-jsinspectortracing (0.83.4):
+ - React-jsinspectortracing (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1918,26 +1922,27 @@ PODS:
- React-oscompat
- React-timing
- SocketRocket
- - React-jsitooling (0.83.4):
+ - React-jsitooling (0.84.1):
- boost
- DoubleConversion
- fast_float
- fmt
- glog
+ - hermes-engine
- RCT-Folly
- RCT-Folly/Fabric
- - React-cxxreact (= 0.83.4)
+ - React-cxxreact (= 0.84.1)
- React-debug
- - React-jsi (= 0.83.4)
+ - React-jsi (= 0.84.1)
- React-jsinspector
- React-jsinspectorcdp
- React-jsinspectortracing
- React-runtimeexecutor
- React-utils
- SocketRocket
- - React-jsitracing (0.83.4):
+ - React-jsitracing (0.84.1):
- React-jsi
- - React-logger (0.83.4):
+ - React-logger (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1946,7 +1951,7 @@ PODS:
- RCT-Folly
- RCT-Folly/Fabric
- SocketRocket
- - React-Mapbuffer (0.83.4):
+ - React-Mapbuffer (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -1956,7 +1961,7 @@ PODS:
- RCT-Folly/Fabric
- React-debug
- SocketRocket
- - React-microtasksnativemodule (0.83.4):
+ - React-microtasksnativemodule (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -2198,7 +2203,7 @@ PODS:
- SocketRocket
- Yoga
- react-native-vector-icons-material-icons (12.4.1)
- - react-native-video (6.19.0):
+ - react-native-video (6.19.2):
- boost
- DoubleConversion
- fast_float
@@ -2216,7 +2221,7 @@ PODS:
- React-graphics
- React-ImageManager
- React-jsi
- - react-native-video/Video (= 6.19.0)
+ - react-native-video/Video (= 6.19.2)
- React-NativeModulesApple
- React-RCTFabric
- React-renderercss
@@ -2227,7 +2232,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- - react-native-video/Fabric (6.19.0):
+ - react-native-video/Fabric (6.19.2):
- boost
- DoubleConversion
- fast_float
@@ -2255,7 +2260,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- - react-native-video/Video (6.19.0):
+ - react-native-video/Video (6.19.2):
- boost
- DoubleConversion
- fast_float
@@ -2284,7 +2289,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- - React-NativeModulesApple (0.83.4):
+ - React-NativeModulesApple (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -2305,7 +2310,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- SocketRocket
- - React-networking (0.83.4):
+ - React-networking (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -2313,14 +2318,13 @@ PODS:
- glog
- RCT-Folly
- RCT-Folly/Fabric
- - React-featureflags
- React-jsinspectornetwork
- React-jsinspectortracing
- React-performancetimeline
- React-timing
- SocketRocket
- - React-oscompat (0.83.4)
- - React-perflogger (0.83.4):
+ - React-oscompat (0.84.1)
+ - React-perflogger (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -2329,7 +2333,7 @@ PODS:
- RCT-Folly
- RCT-Folly/Fabric
- SocketRocket
- - React-performancecdpmetrics (0.83.4):
+ - React-performancecdpmetrics (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -2343,7 +2347,7 @@ PODS:
- React-runtimeexecutor
- React-timing
- SocketRocket
- - React-performancetimeline (0.83.4):
+ - React-performancetimeline (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -2352,13 +2356,14 @@ PODS:
- RCT-Folly
- RCT-Folly/Fabric
- React-featureflags
+ - React-jsinspector
- React-jsinspectortracing
- React-perflogger
- React-timing
- SocketRocket
- - React-RCTActionSheet (0.83.4):
- - React-Core/RCTActionSheetHeaders (= 0.83.4)
- - React-RCTAnimation (0.83.4):
+ - React-RCTActionSheet (0.84.1):
+ - React-Core/RCTActionSheetHeaders (= 0.84.1)
+ - React-RCTAnimation (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -2368,13 +2373,14 @@ PODS:
- RCT-Folly/Fabric
- RCTTypeSafety
- React-Core/RCTAnimationHeaders
+ - React-debug
- React-featureflags
- React-jsi
- React-NativeModulesApple
- React-RCTFBReactNativeSpec
- ReactCommon
- SocketRocket
- - React-RCTAppDelegate (0.83.4):
+ - React-RCTAppDelegate (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -2408,7 +2414,7 @@ PODS:
- React-utils
- ReactCommon
- SocketRocket
- - React-RCTBlob (0.83.4):
+ - React-RCTBlob (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -2427,7 +2433,7 @@ PODS:
- React-RCTNetwork
- ReactCommon
- SocketRocket
- - React-RCTFabric (0.83.4):
+ - React-RCTFabric (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -2464,7 +2470,7 @@ PODS:
- React-utils
- SocketRocket
- Yoga
- - React-RCTFBReactNativeSpec (0.83.4):
+ - React-RCTFBReactNativeSpec (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -2478,10 +2484,10 @@ PODS:
- React-Core
- React-jsi
- React-NativeModulesApple
- - React-RCTFBReactNativeSpec/components (= 0.83.4)
+ - React-RCTFBReactNativeSpec/components (= 0.84.1)
- ReactCommon
- SocketRocket
- - React-RCTFBReactNativeSpec/components (0.83.4):
+ - React-RCTFBReactNativeSpec/components (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -2504,7 +2510,7 @@ PODS:
- ReactCommon
- SocketRocket
- Yoga
- - React-RCTImage (0.83.4):
+ - React-RCTImage (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -2520,14 +2526,14 @@ PODS:
- React-RCTNetwork
- ReactCommon
- SocketRocket
- - React-RCTLinking (0.83.4):
- - React-Core/RCTLinkingHeaders (= 0.83.4)
- - React-jsi (= 0.83.4)
+ - React-RCTLinking (0.84.1):
+ - React-Core/RCTLinkingHeaders (= 0.84.1)
+ - React-jsi (= 0.84.1)
- React-NativeModulesApple
- React-RCTFBReactNativeSpec
- ReactCommon
- - ReactCommon/turbomodule/core (= 0.83.4)
- - React-RCTNetwork (0.83.4):
+ - ReactCommon/turbomodule/core (= 0.84.1)
+ - React-RCTNetwork (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -2547,7 +2553,7 @@ PODS:
- React-RCTFBReactNativeSpec
- ReactCommon
- SocketRocket
- - React-RCTRuntime (0.83.4):
+ - React-RCTRuntime (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -2569,7 +2575,7 @@ PODS:
- React-RuntimeHermes
- React-utils
- SocketRocket
- - React-RCTSettings (0.83.4):
+ - React-RCTSettings (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -2584,10 +2590,10 @@ PODS:
- React-RCTFBReactNativeSpec
- ReactCommon
- SocketRocket
- - React-RCTText (0.83.4):
- - React-Core/RCTTextHeaders (= 0.83.4)
+ - React-RCTText (0.84.1):
+ - React-Core/RCTTextHeaders (= 0.84.1)
- Yoga
- - React-RCTVibration (0.83.4):
+ - React-RCTVibration (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -2601,11 +2607,11 @@ PODS:
- React-RCTFBReactNativeSpec
- ReactCommon
- SocketRocket
- - React-rendererconsistency (0.83.4)
- - React-renderercss (0.83.4):
+ - React-rendererconsistency (0.84.1)
+ - React-renderercss (0.84.1):
- React-debug
- React-utils
- - React-rendererdebug (0.83.4):
+ - React-rendererdebug (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -2615,7 +2621,7 @@ PODS:
- RCT-Folly/Fabric
- React-debug
- SocketRocket
- - React-RuntimeApple (0.83.4):
+ - React-RuntimeApple (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -2644,7 +2650,7 @@ PODS:
- React-runtimescheduler
- React-utils
- SocketRocket
- - React-RuntimeCore (0.83.4):
+ - React-RuntimeCore (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -2666,7 +2672,7 @@ PODS:
- React-runtimescheduler
- React-utils
- SocketRocket
- - React-runtimeexecutor (0.83.4):
+ - React-runtimeexecutor (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -2676,10 +2682,10 @@ PODS:
- RCT-Folly/Fabric
- React-debug
- React-featureflags
- - React-jsi (= 0.83.4)
+ - React-jsi (= 0.84.1)
- React-utils
- SocketRocket
- - React-RuntimeHermes (0.83.4):
+ - React-RuntimeHermes (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -2700,7 +2706,7 @@ PODS:
- React-runtimeexecutor
- React-utils
- SocketRocket
- - React-runtimescheduler (0.83.4):
+ - React-runtimescheduler (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -2722,9 +2728,9 @@ PODS:
- React-timing
- React-utils
- SocketRocket
- - React-timing (0.83.4):
+ - React-timing (0.84.1):
- React-debug
- - React-utils (0.83.4):
+ - React-utils (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -2734,9 +2740,9 @@ PODS:
- RCT-Folly
- RCT-Folly/Fabric
- React-debug
- - React-jsi (= 0.83.4)
+ - React-jsi (= 0.84.1)
- SocketRocket
- - React-webperformancenativemodule (0.83.4):
+ - React-webperformancenativemodule (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -2753,9 +2759,9 @@ PODS:
- React-runtimeexecutor
- ReactCommon/turbomodule/core
- SocketRocket
- - ReactAppDependencyProvider (0.83.4):
+ - ReactAppDependencyProvider (0.84.1):
- ReactCodegen
- - ReactCodegen (0.83.4):
+ - ReactCodegen (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -2781,7 +2787,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- SocketRocket
- - ReactCommon (0.83.4):
+ - ReactCommon (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -2789,9 +2795,9 @@ PODS:
- glog
- RCT-Folly
- RCT-Folly/Fabric
- - ReactCommon/turbomodule (= 0.83.4)
+ - ReactCommon/turbomodule (= 0.84.1)
- SocketRocket
- - ReactCommon/turbomodule (0.83.4):
+ - ReactCommon/turbomodule (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -2800,15 +2806,15 @@ PODS:
- hermes-engine
- RCT-Folly
- RCT-Folly/Fabric
- - React-callinvoker (= 0.83.4)
- - React-cxxreact (= 0.83.4)
- - React-jsi (= 0.83.4)
- - React-logger (= 0.83.4)
- - React-perflogger (= 0.83.4)
- - ReactCommon/turbomodule/bridging (= 0.83.4)
- - ReactCommon/turbomodule/core (= 0.83.4)
+ - React-callinvoker (= 0.84.1)
+ - React-cxxreact (= 0.84.1)
+ - React-jsi (= 0.84.1)
+ - React-logger (= 0.84.1)
+ - React-perflogger (= 0.84.1)
+ - ReactCommon/turbomodule/bridging (= 0.84.1)
+ - ReactCommon/turbomodule/core (= 0.84.1)
- SocketRocket
- - ReactCommon/turbomodule/bridging (0.83.4):
+ - ReactCommon/turbomodule/bridging (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -2817,13 +2823,13 @@ PODS:
- hermes-engine
- RCT-Folly
- RCT-Folly/Fabric
- - React-callinvoker (= 0.83.4)
- - React-cxxreact (= 0.83.4)
- - React-jsi (= 0.83.4)
- - React-logger (= 0.83.4)
- - React-perflogger (= 0.83.4)
+ - React-callinvoker (= 0.84.1)
+ - React-cxxreact (= 0.84.1)
+ - React-jsi (= 0.84.1)
+ - React-logger (= 0.84.1)
+ - React-perflogger (= 0.84.1)
- SocketRocket
- - ReactCommon/turbomodule/core (0.83.4):
+ - ReactCommon/turbomodule/core (0.84.1):
- boost
- DoubleConversion
- fast_float
@@ -2832,14 +2838,14 @@ PODS:
- hermes-engine
- RCT-Folly
- RCT-Folly/Fabric
- - React-callinvoker (= 0.83.4)
- - React-cxxreact (= 0.83.4)
- - React-debug (= 0.83.4)
- - React-featureflags (= 0.83.4)
- - React-jsi (= 0.83.4)
- - React-logger (= 0.83.4)
- - React-perflogger (= 0.83.4)
- - React-utils (= 0.83.4)
+ - React-callinvoker (= 0.84.1)
+ - React-cxxreact (= 0.84.1)
+ - React-debug (= 0.84.1)
+ - React-featureflags (= 0.84.1)
+ - React-jsi (= 0.84.1)
+ - React-logger (= 0.84.1)
+ - React-perflogger (= 0.84.1)
+ - React-utils (= 0.84.1)
- SocketRocket
- RNBootSplash (6.3.12):
- boost
@@ -2925,7 +2931,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- - RNDateTimePicker (8.2.0):
+ - RNDateTimePicker (8.6.0):
- boost
- DoubleConversion
- fast_float
@@ -2989,7 +2995,7 @@ PODS:
- SDWebImageWebPCoder (~> 0.14)
- SocketRocket
- Yoga
- - RNGestureHandler (2.30.0):
+ - RNGestureHandler (2.31.2):
- boost
- DoubleConversion
- fast_float
@@ -3078,7 +3084,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- - RNReanimated (4.2.2):
+ - RNReanimated (4.3.1):
- boost
- DoubleConversion
- fast_float
@@ -3105,11 +3111,12 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- - RNReanimated/reanimated (= 4.2.2)
+ - RNReanimated/apple (= 4.3.1)
+ - RNReanimated/common (= 4.3.1)
- RNWorklets
- SocketRocket
- Yoga
- - RNReanimated/reanimated (4.2.2):
+ - RNReanimated/apple (4.3.1):
- boost
- DoubleConversion
- fast_float
@@ -3136,11 +3143,10 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- - RNReanimated/reanimated/apple (= 4.2.2)
- RNWorklets
- SocketRocket
- Yoga
- - RNReanimated/reanimated/apple (4.2.2):
+ - RNReanimated/common (4.3.1):
- boost
- DoubleConversion
- fast_float
@@ -3229,7 +3235,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- - RNSVG (15.15.3):
+ - RNSVG (15.15.4):
- boost
- DoubleConversion
- fast_float
@@ -3255,10 +3261,10 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- - RNSVG/common (= 15.15.3)
+ - RNSVG/common (= 15.15.4)
- SocketRocket
- Yoga
- - RNSVG/common (15.15.3):
+ - RNSVG/common (15.15.4):
- boost
- DoubleConversion
- fast_float
@@ -3286,7 +3292,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- - RNWorklets (0.7.4):
+ - RNWorklets (0.8.3):
- boost
- DoubleConversion
- fast_float
@@ -3313,10 +3319,11 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- - RNWorklets/worklets (= 0.7.4)
+ - RNWorklets/apple (= 0.8.3)
+ - RNWorklets/common (= 0.8.3)
- SocketRocket
- Yoga
- - RNWorklets/worklets (0.7.4):
+ - RNWorklets/apple (0.8.3):
- boost
- DoubleConversion
- fast_float
@@ -3343,10 +3350,9 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- - RNWorklets/worklets/apple (= 0.7.4)
- SocketRocket
- Yoga
- - RNWorklets/worklets/apple (0.7.4):
+ - RNWorklets/common (0.8.3):
- boost
- DoubleConversion
- fast_float
@@ -3375,9 +3381,9 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- - SDWebImage (5.21.5):
- - SDWebImage/Core (= 5.21.5)
- - SDWebImage/Core (5.21.5)
+ - SDWebImage (5.21.7):
+ - SDWebImage/Core (= 5.21.7)
+ - SDWebImage/Core (5.21.7)
- SDWebImageAVIFCoder (0.11.1):
- libavif/core (>= 0.11.0)
- SDWebImage (~> 5.10)
@@ -3526,7 +3532,7 @@ EXTERNAL SOURCES:
:podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
hermes-engine:
:podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec"
- :tag: hermes-v0.14.1
+ :tag: hermes-v250829098.0.9
MendixNative:
:path: "../node_modules/mendix-native"
op-sqlite:
@@ -3720,53 +3726,53 @@ SPEC CHECKSUMS:
boost: 7e761d76ca2ce687f7cc98e698152abd03a18f90
DoubleConversion: cb417026b2400c8f53ae97020b2be961b59470cb
fast_float: b32c788ed9c6a8c584d114d0047beda9664e7cc6
- FBLazyVector: 82d1d7996af4c5850242966eb81e73f9a6dfab1e
+ FBLazyVector: baf9d0492aa305444465c798e972f87e6a60dc69
fmt: 530618a01105dae0fa3a2f27c81ae11fa8f67eac
- glog: 5683914934d5b6e4240e497e0f4a3b42d1854183
- hermes-engine: 9c02cb4ceed0affdde2e4bd24687faac967d99a4
+ glog: e56ede4028c4b7418e6b1195a36b1656bb35e225
+ hermes-engine: 4148e3274555c07bacaf4f0e3707bbdfcac3a160
IQKeyboardManager: c8665b3396bd0b79402b4c573eac345a31c7d485
libavif: 84bbb62fb232c3018d6f1bab79beea87e35de7b7
libdav1d: 23581a4d8ec811ff171ed5e2e05cd27bad64c39f
libwebp: 02b23773aedb6ff1fd38cec7a77b81414c6842a8
- MendixNative: 91822aad01e73d9afe13953415824bd451b809d9
+ MendixNative: d2d164b7e500184fe8e8eedf101264f77cd43a0e
op-sqlite: 64000c0da2357c4d73faf4d23ff34dd1ddb332d4
- OpenSSL-Universal: 6082b0bf950e5636fe0d78def171184e2b3899c2
- RCT-Folly: b29feb752b08042c62badaef7d453f3bb5e6ae23
- RCTDeprecation: 9da1d0cf93db23ca8b41e8efe9ae558fd9c0077f
- RCTRequired: 92a63c7041031a131fa5206eb082d53f95729b79
- RCTSwiftUI: 395b65655229fa2006415207adcfcb6e35dc78ed
- RCTSwiftUIWrapper: 91351441a592e07e09a2f94d2cbdf088fde7e2e1
- RCTTypeSafety: 091ec3b2994c00939652cbe91cfa9ee8a4ae75b5
- React: 3e14066ac707b3e369d09e2e923d8bee7f8c33ff
- React-callinvoker: 2d95e8e26fbab01f06fbf006d2c370f834a3537b
- React-Core: 0e73cf940736e6d32683d1b9e427ca9e92f96e5a
- React-CoreModules: a252c33b178381722498afe5fa475bb110cc2943
- React-cxxreact: 271c58e22ece5be60e9a6ee7d3d40474028833fc
- React-debug: 0081691903fcdbaa533500f83d358f1f3dbf6052
- React-defaultsnativemodule: f7e7dafd3f5ebd8733ef0bb2f9b61bb0415136f6
- React-domnativemodule: 77e61307cd9ba1e2fa0f480d70db9bb8f1a79d52
- React-Fabric: 8b4d1e26350ff7eaae4ee81a90e8c936123e2018
- React-FabricComponents: 4e8a2981969664f6655e2532e52d225881c8929c
- React-FabricImage: f57463e90686da3ba74339091e327bd99816175b
- React-featureflags: be8c8414da416342a8cedb0a6b7512e7973f85ac
- React-featureflagsnativemodule: d5b573eee59a8de006a948d3766b6a38f6d085b8
- React-graphics: 774bd8afdf9d8ef70faecddbffb53dce2ea7e5b5
- React-hermes: 26feaea19d95e73a794d6f84cfcbce63f85cb9ec
- React-idlecallbacksnativemodule: 6ec2446be4a579d5aaed1af31519b679fc076329
- React-ImageManager: 1de64915c16b058d9e635c98cf5d786454ca48cf
- React-intersectionobservernativemodule: 3e91ec7069afe60d5dace2e2960f7fd7abeb2f64
- React-jserrorhandler: 458ca75c0df7c8dd046a3c74c0dec719fd0aa863
- React-jsi: 8442310fcae4f17ed2c2df00cc8a53fb479bef1b
- React-jsiexecutor: e73fa2e25be645f8f98f00893adcf24e449de8ce
- React-jsinspector: 5f756f86c8263f3e0e462f4b12b8da3b677686a4
- React-jsinspectorcdp: d6bcfdb732d99f6240e3ed6b82da58f7391a4ce2
- React-jsinspectornetwork: 9e2a9df177614e7e4a058c37ae2d7cefe59a7d8d
- React-jsinspectortracing: 106ef2423c9c90c88d01f7e9b86cc86668d06bb4
- React-jsitooling: 5c7a6e98c27452fa0043c112ae53a7b499d08d30
- React-jsitracing: d68eea24f3feea58726ae44fab02d571b9011f36
- React-logger: 993e4b9793768764e0fdd379ad1d6582f7905463
- React-Mapbuffer: 3a5f700ed673820ab4b1b35ba0cf8476400bc4c5
- React-microtasksnativemodule: 094677e625f12276a8f871844a5ee6a945a90221
+ OpenSSL-Universal: 9110d21982bb7e8b22a962b6db56a8aa805afde7
+ RCT-Folly: 36c4f904fb6cd0219dcb76b94e9502d2a72fab0b
+ RCTDeprecation: 7489702d717ceea80e271eeacb3fbca39fa3c056
+ RCTRequired: 1cceac389e77dc5826c681cb782d864b0ed623fc
+ RCTSwiftUI: afc0a0a635860da1040a0b894bfd529da06d7810
+ RCTSwiftUIWrapper: 3197c020094f3b2151bb2d1223f7276787be8166
+ RCTTypeSafety: ee5b2343f1904b18c1c8b26f3e26a3550628a215
+ React: 1ba7d364ade7d883a1ec055bfc3606f35fdee17b
+ React-callinvoker: df4a74de3f8b09ce3c740a081f519dd227a64706
+ React-Core: fd7542f2f80b804eb32bd4ed9a123362c3649ee8
+ React-CoreModules: f8f0b9001035bc7d21548b5b1e666e0569424a77
+ React-cxxreact: 90b9c6103f45147142cbe58049d68da6cdcd9cb4
+ React-debug: 13b66599408473f09756a885b095593ce715634f
+ React-defaultsnativemodule: 3dea36e64da5cf72889c8b5c6fff48309a4ab875
+ React-domnativemodule: ce9d7cd820234a167e668615f2508b06afe1d167
+ React-Fabric: 7ec9a11920c651f0fe75406aab8bebf1a061b03d
+ React-FabricComponents: b5752107cf5310b95b295698760ea7fa8b5561e7
+ React-FabricImage: 614c82539491940e069af88fdeba39320b8c1379
+ React-featureflags: 2577ed979ad80e7b3914c2d27c82869e93cc73c8
+ React-featureflagsnativemodule: 4432599c8bebe079593b2355eaf6e52fbc8713bd
+ React-graphics: 4327636e067bfd5a2eb0ab9fbd66ec7b7052037b
+ React-hermes: 7efa063488ad284516159d6bf21f4002363ed1c7
+ React-idlecallbacksnativemodule: ce21158cd6cf44aa0c7fe3c5ba1dc7f52e2cc5f7
+ React-ImageManager: 18f845a621ccffec1f822e6991aa2139c24713bc
+ React-intersectionobservernativemodule: 5019632e409a16714d460e0743b7a252a35b9a32
+ React-jserrorhandler: 3639803a467a272b659e541b99edfbba7eab4ce1
+ React-jsi: 08c75e4ad6840c2389ede88b26ecce6be3eee73c
+ React-jsiexecutor: 7c0ba796efb3c7986b3ca49b3854d1415b1d07c5
+ React-jsinspector: 1f0c67839963f933955514e3082560e5f10a3943
+ React-jsinspectorcdp: 060d913b12efa180cd29803f39ce234b4530fd5b
+ React-jsinspectornetwork: b04c116532ca79e0a2ca265e34a9631ed05a7537
+ React-jsinspectortracing: e1afeafc3bfbc671d7c83193d69314de23485958
+ React-jsitooling: 1c8ee0740db21eff1b15f51d64f0ca8659c2b1b2
+ React-jsitracing: c2109d0eda23988cd33b5c4f5c4cb544bd8d4b23
+ React-logger: 9c8e7584dc54dbc2a05b06b95cc5ce79f7074c71
+ React-Mapbuffer: a8b3f90538e7dfa4cadd7e8c6b5556b887dedae7
+ React-microtasksnativemodule: 53a302fac7dddfca18b54051f9c3bdc4fba75b10
react-native-blob-util: 6dec9023ecc3ee5ac8ad377598e943f9ca63f741
react-native-cameraroll: bb98380ee21115d5fe1ae0f8b80c86e044613746
react-native-image-picker: b16541b587b275e81a12f9b82f215c5e9b0ccbf3
@@ -3774,61 +3780,61 @@ SPEC CHECKSUMS:
react-native-safe-area-context: befb5404eb8a16fdc07fa2bebab3568ecabcbb8a
react-native-vector-icons: 6ba2060e1b82ce0663f14375579fe1d48e9b668a
react-native-vector-icons-material-icons: 2fe75632937d07937bfe8ca953e1b5d06eef3a1d
- react-native-video: 098058d5adff553e3bd4ba4c291be4a3b545901c
- React-NativeModulesApple: 29290351acc118784e158aa7b23c42719dc57617
- React-networking: d01f94f15d1a6fce689a8c57d2397a5a40b0b5aa
- React-oscompat: 854967d380ee2921c848790cdb942b42d22017d8
- React-perflogger: bb302310d56078ced79111225a74815465b5c9f9
- React-performancecdpmetrics: 7e14712c518d27e6f211040093f33d34eccc0361
- React-performancetimeline: 5a370c3e1370a80947806e67796683bc27477200
- React-RCTActionSheet: 1182e251a2f93857ab7a4a13732c881449cc225f
- React-RCTAnimation: 7fff267277af4af4abcec3b7d8dc4e3956aaf414
- React-RCTAppDelegate: 5e0010863f9a433d724f0811c9a4518a96cec535
- React-RCTBlob: 44ada012ff2dfa9a88f979d9631808138356b1f4
- React-RCTFabric: 23df68c60fd3af1a7dc893ab68f76d353fe51568
- React-RCTFBReactNativeSpec: 7f16922a8ce55cfb31a0ff161e212cd655cf68ee
- React-RCTImage: e02f7772bbd165ef13c0051de1b9da6baefd11e6
- React-RCTLinking: 68ffd8feb4f0ea6fe3f10a264568901e17a7575c
- React-RCTNetwork: 2f99990cb2ada2f2409b83174a96e6b901d254f8
- React-RCTRuntime: cc1ea7dc30d1e69ef2e6728e16e66dce9b65fabb
- React-RCTSettings: a0ccf26bdca389ee6f6d897bf208293f86234814
- React-RCTText: d24b35c913a17b68b6207b0211967587e5c64c81
- React-RCTVibration: 3ab7eb971e4fa0774a3e0a376f3ea14dc6c7f963
- React-rendererconsistency: 5a51c5d21f0131a9461c7a76809f96057c7f6a21
- React-renderercss: 9d27964853430a8823d448be4b1579f99714c8ed
- React-rendererdebug: 1537ac6507182a3c9277922528e280b07181644f
- React-RuntimeApple: 7a1f5c9fcfea8c7640e0c7e2893b30b2de117d3c
- React-RuntimeCore: ac6333333f8cf86a3373ddc84611c3716ca8e1e9
- React-runtimeexecutor: 000669b14a58e1fe8a816e7057c6f24f58d514ad
- React-RuntimeHermes: 2cfc0d3621dbe0674cce922e23aec31e02d3c809
- React-runtimescheduler: f232a0ed6911f641117933dd0ad4660b0cef5a04
- React-timing: 2b03ad9baf91c453e1ef28c37c8ec8bc1e8edc55
- React-utils: 2867547ccbc03b50de3ed04f1d9ca23efcf8651a
- React-webperformancenativemodule: 39b4be54aa0174429654e84570dd7d4704da9def
- ReactAppDependencyProvider: 2b19d66e5ddfe8dc7afb6338a4626156cbf2bab1
- ReactCodegen: 53a01767e04b3a23f128b5a3c6542b4ab24fb921
- ReactCommon: 5901ef412ae35cc727b9584d4f7e3e1f7f17c251
+ react-native-video: f8e9788554c53a1852166cd119d6e7c324b16dfe
+ React-NativeModulesApple: e889a8973f2fc5d141b713cce2fa0f5917525e3e
+ React-networking: 23fcf73347415e2fa88f77b442316e42aef06b2c
+ React-oscompat: d25dec7213a964cdfae442e1967a680954ed0df1
+ React-perflogger: b0f361f65b71606fca3770c8d719025ceb6e32fc
+ React-performancecdpmetrics: 35f4150f2b091d8f5733aec55daf00835de935ec
+ React-performancetimeline: d6c266743b82a613e26728fa7f620f148a557d72
+ React-RCTActionSheet: f978d06ccca55f71e9c193eb7f12f9c219980400
+ React-RCTAnimation: 14a0a962a9e22e71bdc7ba466095be7fa4ad74a9
+ React-RCTAppDelegate: 98b1fad82a17e3978891a54cb599b4df8b3e4752
+ React-RCTBlob: 744997df625dbad5aadbb260cd7304742604a3cf
+ React-RCTFabric: f2022557793fee99c8cf6ddaa04f84c6bb359ca7
+ React-RCTFBReactNativeSpec: a3532b595236c4ef2dcd48ab2ab517e3e3e87ed0
+ React-RCTImage: 416577389d39147310a40c80e051bcb7c7daf34b
+ React-RCTLinking: 376ea315b9ceebcbc0f2ca2b68b9ede6da1ffcfa
+ React-RCTNetwork: be797a01ddbcf81b6ef47b10e8b8768ecb4fb533
+ React-RCTRuntime: 2077574d9dfcdd282430e4bb671e3a2d039b442a
+ React-RCTSettings: 222d42fd345e408a0795137874a06826ac2d4fc9
+ React-RCTText: 6256781054af440aacf882a54239fbaf5dcb156f
+ React-RCTVibration: cbc47dba4dbf8e3bf78cca803fb19cd957feec71
+ React-rendererconsistency: 812011509891ac00b50beed25942aac6863412f2
+ React-renderercss: 9a334d70ce3c4b45cb960cd4928dd71be9ce2963
+ React-rendererdebug: add32df2dadca40f2d87f374c2b2c46945928419
+ React-RuntimeApple: df03706a769f4330f2c26be32a8c01fc00f30a83
+ React-RuntimeCore: 9e1417cf5ca98138e5e284686b9f488c5a200bf8
+ React-runtimeexecutor: 8faf4f23b658f82f8188b060521a38819a3b1f8f
+ React-RuntimeHermes: a9d4bea523e46b8558c379d894d2da7e9db6e598
+ React-runtimescheduler: 4e5cc58c576f67f13f06b297a54e1321f2e623c8
+ React-timing: 42625da010195d4d3c9eaa9a28fab579dcb36b38
+ React-utils: 6d2e9236ff5574fcfb51e4fbef5d7c24005b1bda
+ React-webperformancenativemodule: ccc4e381492deafa8b848ab6e4e66b08c0cfa9ae
+ ReactAppDependencyProvider: e96e93b493d8d86eeaee3e590ba0be53f6abe46f
+ ReactCodegen: 101633fe6eb482d8ea6f6a59e575133ccb44c676
+ ReactCommon: 02ee6650471e9c32a201abc0b593e4b0e5d1eede
RNBootSplash: a50a2908e25aa4a3e5e2eb429bcf5ed54cbcb9e2
RNCAsyncStorage: 29f0230e1a25f36c20b05f65e2eb8958d6526e82
RNCPicker: bf95ec4b2483e2ab256047130bc536b437cd916c
- RNDateTimePicker: 646d439699b388996bc0ddd2af010f41142d056b
+ RNDateTimePicker: 97a86d7c8b51f2d51f694a9dddfe5996dfd9a407
RNDeviceInfo: 4c852998208b60dc192ae3529e5867817719ad1e
RNFastImage: b076a6378b1ce90debc27a927a437db3652bef14
- RNGestureHandler: cd4be101cfa17ea6bbd438710caa02e286a84381
+ RNGestureHandler: f4c3a3e3a20087d70239fbe346d99458d9c5a1d0
RNLocalize: 1aedbc2c15073861a364174919d23c31c5924b16
RNNotifee: 5e3b271e8ea7456a36eec994085543c9adca9168
RNPermissions: 9e68f5af1024e18f44b76d83a9941b56b29a6eba
- RNReanimated: 18324d3313d6477e1d12836c20c3ee30afb5de30
+ RNReanimated: b6ea6a2d1011d73f4db33c416ed39b9a0a3e9837
RNScreens: 7f643ee0fd1407dc5085c7795460bd93da113b8f
- RNSVG: 595abfa0f9ac26d56afcaaedf4e37a00f54cab71
- RNWorklets: a3184955a41f2be46898a937e2821469c8c8da42
- SDWebImage: e9c98383c7572d713c1a0d7dd2783b10599b9838
+ RNSVG: db85b4eb848b5978a77cdbf797738f4e3ed1bdbb
+ RNWorklets: 4d1b91f0b9da6c677f1b4311f9b587a5ac52d803
+ SDWebImage: e9fc87c1aab89a8ab1bbd74eba378c6f53be8abf
SDWebImageAVIFCoder: afe194a084e851f70228e4be35ef651df0fc5c57
SDWebImageSVGCoder: 15a300a97ec1c8ac958f009c02220ac0402e936c
SDWebImageWebPCoder: 0e06e365080397465cc73a7a9b472d8a3bd0f377
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
SSZipArchive: 8a6ee5677c8e304bebc109e39cf0da91ccef22ea
- Yoga: b669e79fa0f8d3f6f5e35372345f54b99e06b13c
+ Yoga: 447c8baf495b8d96457a46e6691a2c9952cbd07f
PODFILE CHECKSUM: ac641a218166770d61ce6286d443e42497d1d22c
diff --git a/ios/nativeTemplate.xcodeproj/project.pbxproj b/ios/nativeTemplate.xcodeproj/project.pbxproj
index 6051f317f..8dc1b7028 100644
--- a/ios/nativeTemplate.xcodeproj/project.pbxproj
+++ b/ios/nativeTemplate.xcodeproj/project.pbxproj
@@ -18,7 +18,6 @@
1A0B3ADC2397F1FF00388BF7 /* URLValidator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A0B3ADB2397F1FF00388BF7 /* URLValidator.swift */; };
1A0B3ADE2397F36300388BF7 /* QRView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A0B3ADD2397F36300388BF7 /* QRView.swift */; };
1A0B3AE02397F38300388BF7 /* QRMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A0B3ADF2397F38300388BF7 /* QRMaskView.swift */; };
- 1A0B3AE22397FBF600388BF7 /* MendixReactWindowExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A0B3AE12397FBF600388BF7 /* MendixReactWindowExtensions.swift */; };
1A0B3AEA2398185600388BF7 /* config.debug.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 1A0B3AE92398185600388BF7 /* config.debug.xcconfig */; };
1A0B3AEF2399058B00388BF7 /* config.release.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 1A0B3AEE2399058B00388BF7 /* config.release.xcconfig */; };
1A0B3AF12399095C00388BF7 /* config.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 1A0B3AF02399095C00388BF7 /* config.xcconfig */; };
@@ -57,7 +56,6 @@
1A0B3ADB2397F1FF00388BF7 /* URLValidator.swift */ = {isa = PBXFileReference; indentWidth = 4; lastKnownFileType = sourcecode.swift; path = URLValidator.swift; sourceTree = ""; };
1A0B3ADD2397F36300388BF7 /* QRView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QRView.swift; sourceTree = ""; };
1A0B3ADF2397F38300388BF7 /* QRMaskView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QRMaskView.swift; sourceTree = ""; };
- 1A0B3AE12397FBF600388BF7 /* MendixReactWindowExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MendixReactWindowExtensions.swift; sourceTree = ""; };
1A0B3AE92398185600388BF7 /* config.debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = config.debug.xcconfig; sourceTree = ""; };
1A0B3AEE2399058B00388BF7 /* config.release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = config.release.xcconfig; sourceTree = ""; };
1A0B3AF02399095C00388BF7 /* config.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = config.xcconfig; sourceTree = ""; };
@@ -171,7 +169,6 @@
children = (
1A0B3AD22397E15800388BF7 /* MendixApp.storyboard */,
1A0B3AD42397E16900388BF7 /* MendixAppViewController.swift */,
- 1A0B3AE12397FBF600388BF7 /* MendixReactWindowExtensions.swift */,
);
path = MendixApp;
sourceTree = "";
@@ -521,7 +518,6 @@
buildActionMask = 2147483647;
files = (
9E9B12FA2EAB8C2800714B41 /* AppDelegate.swift in Sources */,
- 1A0B3AE22397FBF600388BF7 /* MendixReactWindowExtensions.swift in Sources */,
9E9B13012EAB8D2600714B41 /* MendixAppDelegate.swift in Sources */,
1A0B3AD52397E16900388BF7 /* MendixAppViewController.swift in Sources */,
9E9B13032EAB8EB700714B41 /* SplashScreenPresenter.swift in Sources */,
@@ -853,12 +849,16 @@
LD = "";
LDPLUSPLUS = "";
MTL_ENABLE_DEBUG_INFO = NO;
- OTHER_CFLAGS = "$(inherited)";
+ OTHER_CFLAGS = (
+ "$(inherited)",
+ "-DRCT_REMOVE_LEGACY_ARCH=1",
+ );
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-DFOLLY_NO_CONFIG",
"-DFOLLY_MOBILE=1",
"-DFOLLY_USE_LIBCPP=1",
+ "-DRCT_REMOVE_LEGACY_ARCH=1",
);
OTHER_LDFLAGS = "$(inherited)";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
@@ -1053,12 +1053,16 @@
LDPLUSPLUS = "";
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
- OTHER_CFLAGS = "$(inherited)";
+ OTHER_CFLAGS = (
+ "$(inherited)",
+ "-DRCT_REMOVE_LEGACY_ARCH=1",
+ );
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-DFOLLY_NO_CONFIG",
"-DFOLLY_MOBILE=1",
"-DFOLLY_USE_LIBCPP=1",
+ "-DRCT_REMOVE_LEGACY_ARCH=1",
);
OTHER_LDFLAGS = "$(inherited)";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
@@ -1121,12 +1125,16 @@
LD = "";
LDPLUSPLUS = "";
MTL_ENABLE_DEBUG_INFO = NO;
- OTHER_CFLAGS = "$(inherited)";
+ OTHER_CFLAGS = (
+ "$(inherited)",
+ "-DRCT_REMOVE_LEGACY_ARCH=1",
+ );
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-DFOLLY_NO_CONFIG",
"-DFOLLY_MOBILE=1",
"-DFOLLY_USE_LIBCPP=1",
+ "-DRCT_REMOVE_LEGACY_ARCH=1",
);
OTHER_LDFLAGS = "$(inherited)";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
diff --git a/package-0.4.1.tgz b/package-0.4.1.tgz
new file mode 100644
index 000000000..0ef02e27e
Binary files /dev/null and b/package-0.4.1.tgz differ
diff --git a/package-lock.json b/package-lock.json
index 9406d941b..3a7ed9f0d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,46 +10,46 @@
"hasInstallScript": true,
"dependencies": {
"@d11/react-native-fast-image": "8.13.0",
- "@gorhom/bottom-sheet": "5.2.8",
+ "@gorhom/bottom-sheet": "5.2.14",
"@notifee/react-native": "9.1.8",
"@op-engineering/op-sqlite": "15.2.5",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-camera-roll/camera-roll": "7.10.2",
- "@react-native-community/cli": "20.1.2",
- "@react-native-community/cli-platform-android": "20.1.2",
- "@react-native-community/cli-platform-ios": "20.1.2",
- "@react-native-community/datetimepicker": "8.2.0",
+ "@react-native-community/cli": "20.1.3",
+ "@react-native-community/cli-platform-android": "20.1.3",
+ "@react-native-community/cli-platform-ios": "20.1.3",
+ "@react-native-community/datetimepicker": "8.6.0",
"@react-native-picker/picker": "2.11.4",
- "@react-native-vector-icons/common": "12.4.0",
+ "@react-native-vector-icons/common": "12.4.2",
"@react-native-vector-icons/get-image": "12.3.0",
"@react-native-vector-icons/material-icons": "12.4.1",
- "@react-navigation/native": "7.1.31",
- "@shopify/flash-list": "2.2.2",
- "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.4.1/mendix-native-v0.4.1.tgz",
- "react-native": "0.83.4",
+ "@react-navigation/native": "7.2.4",
+ "@shopify/flash-list": "2.3.1",
+ "mendix-native": "file:./package-0.4.1.tgz",
+ "react-native": "0.84.1",
"react-native-blob-util": "0.24.7",
"react-native-bootsplash": "6.3.12",
"react-native-device-info": "15.0.2",
"react-native-edge-to-edge": "1.8.1",
- "react-native-gesture-handler": "2.30.0",
+ "react-native-gesture-handler": "2.31.2",
"react-native-image-picker": "7.2.3",
"react-native-localize": "3.7.0",
"react-native-pager-view": "6.9.1",
"react-native-permissions": "5.5.1",
- "react-native-reanimated": "4.2.2",
+ "react-native-reanimated": "4.3.1",
"react-native-safe-area-context": "5.7.0",
"react-native-screens": "4.24.0",
- "react-native-svg": "15.15.3",
+ "react-native-svg": "15.15.4",
"react-native-tab-view": "4.3.0",
- "react-native-video": "6.19.0",
- "react-native-worklets": "0.7.4",
+ "react-native-video": "6.19.2",
+ "react-native-worklets": "0.8.3",
"semver": "7.7.4"
},
"devDependencies": {
"@babel/runtime": "^7.28.4",
"@mendix/native-mobile-toolkit": "latest",
- "@react-native/babel-preset": "0.83.4",
- "@react-native/metro-config": "0.83.4",
+ "@react-native/babel-preset": "0.84.1",
+ "@react-native/metro-config": "0.84.1",
"jetifier": "^1.6.8",
"patch-package": "^8.0.1"
},
@@ -72,29 +72,29 @@
}
},
"node_modules/@babel/compat-data": {
- "version": "7.28.5",
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz",
- "integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==",
+ "version": "7.29.3",
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.3.tgz",
+ "integrity": "sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg==",
"license": "MIT",
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/core": {
- "version": "7.28.5",
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
- "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
+ "version": "7.29.0",
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz",
+ "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",
"license": "MIT",
"dependencies": {
- "@babel/code-frame": "^7.27.1",
- "@babel/generator": "^7.28.5",
- "@babel/helper-compilation-targets": "^7.27.2",
- "@babel/helper-module-transforms": "^7.28.3",
- "@babel/helpers": "^7.28.4",
- "@babel/parser": "^7.28.5",
- "@babel/template": "^7.27.2",
- "@babel/traverse": "^7.28.5",
- "@babel/types": "^7.28.5",
+ "@babel/code-frame": "^7.29.0",
+ "@babel/generator": "^7.29.0",
+ "@babel/helper-compilation-targets": "^7.28.6",
+ "@babel/helper-module-transforms": "^7.28.6",
+ "@babel/helpers": "^7.28.6",
+ "@babel/parser": "^7.29.0",
+ "@babel/template": "^7.28.6",
+ "@babel/traverse": "^7.29.0",
+ "@babel/types": "^7.29.0",
"@jridgewell/remapping": "^2.3.5",
"convert-source-map": "^2.0.0",
"debug": "^4.1.0",
@@ -139,12 +139,12 @@
}
},
"node_modules/@babel/helper-compilation-targets": {
- "version": "7.27.2",
- "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
- "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",
+ "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
"license": "MIT",
"dependencies": {
- "@babel/compat-data": "^7.27.2",
+ "@babel/compat-data": "^7.28.6",
"@babel/helper-validator-option": "^7.27.1",
"browserslist": "^4.24.0",
"lru-cache": "^5.1.1",
@@ -155,17 +155,17 @@
}
},
"node_modules/@babel/helper-create-class-features-plugin": {
- "version": "7.28.5",
- "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz",
- "integrity": "sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==",
+ "version": "7.29.3",
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.29.3.tgz",
+ "integrity": "sha512-RpLYy2sb51oNLjuu1iD3bwBqCBWUzjO0ocp+iaCP/lJtb2CPLcnC2Fftw+4sAzaMELGeWTgExSKADbdo0GFVzA==",
"license": "MIT",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.27.3",
"@babel/helper-member-expression-to-functions": "^7.28.5",
"@babel/helper-optimise-call-expression": "^7.27.1",
- "@babel/helper-replace-supers": "^7.27.1",
+ "@babel/helper-replace-supers": "^7.28.6",
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
- "@babel/traverse": "^7.28.5",
+ "@babel/traverse": "^7.29.0",
"semver": "^6.3.1"
},
"engines": {
@@ -193,17 +193,17 @@
}
},
"node_modules/@babel/helper-define-polyfill-provider": {
- "version": "0.6.5",
- "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.5.tgz",
- "integrity": "sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg==",
+ "version": "0.6.8",
+ "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.8.tgz",
+ "integrity": "sha512-47UwBLPpQi1NoWzLuHNjRoHlYXMwIJoBf7MFou6viC/sIHWYygpvr0B6IAyh5sBdA2nr2LPIRww8lfaUVQINBA==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/helper-compilation-targets": "^7.27.2",
- "@babel/helper-plugin-utils": "^7.27.1",
- "debug": "^4.4.1",
+ "@babel/helper-compilation-targets": "^7.28.6",
+ "@babel/helper-plugin-utils": "^7.28.6",
+ "debug": "^4.4.3",
"lodash.debounce": "^4.0.8",
- "resolve": "^1.22.10"
+ "resolve": "^1.22.11"
},
"peerDependencies": {
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
@@ -232,27 +232,27 @@
}
},
"node_modules/@babel/helper-module-imports": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
- "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",
+ "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
"license": "MIT",
"dependencies": {
- "@babel/traverse": "^7.27.1",
- "@babel/types": "^7.27.1"
+ "@babel/traverse": "^7.28.6",
+ "@babel/types": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-module-transforms": {
- "version": "7.28.3",
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
- "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",
+ "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
"license": "MIT",
"dependencies": {
- "@babel/helper-module-imports": "^7.27.1",
- "@babel/helper-validator-identifier": "^7.27.1",
- "@babel/traverse": "^7.28.3"
+ "@babel/helper-module-imports": "^7.28.6",
+ "@babel/helper-validator-identifier": "^7.28.5",
+ "@babel/traverse": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
@@ -274,9 +274,9 @@
}
},
"node_modules/@babel/helper-plugin-utils": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
- "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz",
+ "integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==",
"license": "MIT",
"engines": {
"node": ">=6.9.0"
@@ -301,14 +301,14 @@
}
},
"node_modules/@babel/helper-replace-supers": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz",
- "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.28.6.tgz",
+ "integrity": "sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg==",
"license": "MIT",
"dependencies": {
- "@babel/helper-member-expression-to-functions": "^7.27.1",
+ "@babel/helper-member-expression-to-functions": "^7.28.5",
"@babel/helper-optimise-call-expression": "^7.27.1",
- "@babel/traverse": "^7.27.1"
+ "@babel/traverse": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
@@ -358,28 +358,28 @@
}
},
"node_modules/@babel/helper-wrap-function": {
- "version": "7.28.3",
- "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.28.3.tgz",
- "integrity": "sha512-zdf983tNfLZFletc0RRXYrHrucBEg95NIFMkn6K9dbeMYnsgHaSBGcQqdsCSStG2PYwRre0Qc2NNSCXbG+xc6g==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.28.6.tgz",
+ "integrity": "sha512-z+PwLziMNBeSQJonizz2AGnndLsP2DeGHIxDAn+wdHOGuo4Fo1x1HBPPXeE9TAOPHNNWQKCSlA2VZyYyyibDnQ==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/template": "^7.27.2",
- "@babel/traverse": "^7.28.3",
- "@babel/types": "^7.28.2"
+ "@babel/template": "^7.28.6",
+ "@babel/traverse": "^7.28.6",
+ "@babel/types": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helpers": {
- "version": "7.28.4",
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
- "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
+ "version": "7.29.2",
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.2.tgz",
+ "integrity": "sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==",
"license": "MIT",
"dependencies": {
- "@babel/template": "^7.27.2",
- "@babel/types": "^7.28.4"
+ "@babel/template": "^7.28.6",
+ "@babel/types": "^7.29.0"
},
"engines": {
"node": ">=6.9.0"
@@ -472,9 +472,9 @@
}
},
"node_modules/@babel/parser": {
- "version": "7.29.0",
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz",
- "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
+ "version": "7.29.3",
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.3.tgz",
+ "integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
"license": "MIT",
"dependencies": {
"@babel/types": "^7.29.0"
@@ -567,13 +567,13 @@
}
},
"node_modules/@babel/plugin-syntax-export-default-from": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.27.1.tgz",
- "integrity": "sha512-eBC/3KSekshx19+N40MzjWqJd7KTEdOoLesAfa4IDFI8eRz5a47i5Oszus6zG/cwIXN63YhgLOMSSNJx49sENg==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.28.6.tgz",
+ "integrity": "sha512-Svlx1fjJFnNz0LZeUaybRukSxZI3KkpApUmIRzEdXC5k8ErTOz0OD0kNrICi5Vc3GlpP5ZCeRyRO+mfWTSz+iQ==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
+ "@babel/helper-plugin-utils": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
@@ -583,13 +583,13 @@
}
},
"node_modules/@babel/plugin-syntax-flow": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.27.1.tgz",
- "integrity": "sha512-p9OkPbZ5G7UT1MofwYFigGebnrzGJacoBSQM0/6bi/PUMVE+qlWDD/OalvQKbwgQzU6dl0xAv6r4X7Jme0RYxA==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.28.6.tgz",
+ "integrity": "sha512-D+OrJumc9McXNEBI/JmFnc/0uCM2/Y3PEBG3gfV3QIYkKv5pvnpzFrl1kYCrcHJP8nOeFB/SHi1IHz29pNGuew==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
+ "@babel/helper-plugin-utils": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
@@ -599,12 +599,12 @@
}
},
"node_modules/@babel/plugin-syntax-import-attributes": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.27.1.tgz",
- "integrity": "sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.28.6.tgz",
+ "integrity": "sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
+ "@babel/helper-plugin-utils": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
@@ -638,12 +638,12 @@
}
},
"node_modules/@babel/plugin-syntax-jsx": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
- "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.28.6.tgz",
+ "integrity": "sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
+ "@babel/helper-plugin-utils": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
@@ -755,12 +755,12 @@
}
},
"node_modules/@babel/plugin-syntax-typescript": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",
- "integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.28.6.tgz",
+ "integrity": "sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
+ "@babel/helper-plugin-utils": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
@@ -785,15 +785,15 @@
}
},
"node_modules/@babel/plugin-transform-async-generator-functions": {
- "version": "7.28.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz",
- "integrity": "sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==",
+ "version": "7.29.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.29.0.tgz",
+ "integrity": "sha512-va0VdWro4zlBr2JsXC+ofCPB2iG12wPtVGTWFx2WLDOM3nYQZZIGP82qku2eW/JR83sD+k2k+CsNtyEbUqhU6w==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1",
+ "@babel/helper-plugin-utils": "^7.28.6",
"@babel/helper-remap-async-to-generator": "^7.27.1",
- "@babel/traverse": "^7.28.0"
+ "@babel/traverse": "^7.29.0"
},
"engines": {
"node": ">=6.9.0"
@@ -803,14 +803,14 @@
}
},
"node_modules/@babel/plugin-transform-async-to-generator": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.27.1.tgz",
- "integrity": "sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.28.6.tgz",
+ "integrity": "sha512-ilTRcmbuXjsMmcZ3HASTe4caH5Tpo93PkTxF9oG2VZsSWsahydmcEHhix9Ik122RcTnZnUzPbmux4wh1swfv7g==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/helper-module-imports": "^7.27.1",
- "@babel/helper-plugin-utils": "^7.27.1",
+ "@babel/helper-module-imports": "^7.28.6",
+ "@babel/helper-plugin-utils": "^7.28.6",
"@babel/helper-remap-async-to-generator": "^7.27.1"
},
"engines": {
@@ -821,13 +821,13 @@
}
},
"node_modules/@babel/plugin-transform-block-scoping": {
- "version": "7.28.5",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.5.tgz",
- "integrity": "sha512-45DmULpySVvmq9Pj3X9B+62Xe+DJGov27QravQJU1LLcapR6/10i+gYVAucGGJpHBp5mYxIMK4nDAT/QDLr47g==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.6.tgz",
+ "integrity": "sha512-tt/7wOtBmwHPNMPu7ax4pdPz6shjFrmHDghvNC+FG9Qvj7D6mJcoRQIF5dy4njmxR941l6rgtvfSB2zX3VlUIw==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
+ "@babel/helper-plugin-utils": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
@@ -837,13 +837,13 @@
}
},
"node_modules/@babel/plugin-transform-class-properties": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz",
- "integrity": "sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.28.6.tgz",
+ "integrity": "sha512-dY2wS3I2G7D697VHndN91TJr8/AAfXQNt5ynCTI/MpxMsSzHp+52uNivYT5wCPax3whc47DR8Ba7cmlQMg24bw==",
"license": "MIT",
"dependencies": {
- "@babel/helper-create-class-features-plugin": "^7.27.1",
- "@babel/helper-plugin-utils": "^7.27.1"
+ "@babel/helper-create-class-features-plugin": "^7.28.6",
+ "@babel/helper-plugin-utils": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
@@ -853,34 +853,17 @@
}
},
"node_modules/@babel/plugin-transform-classes": {
- "version": "7.28.4",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.4.tgz",
- "integrity": "sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.6.tgz",
+ "integrity": "sha512-EF5KONAqC5zAqT783iMGuM2ZtmEBy+mJMOKl2BCvPZ2lVrwvXnB6o+OBWCS+CoeCCpVRF2sA2RBKUxvT8tQT5Q==",
"license": "MIT",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.27.3",
- "@babel/helper-compilation-targets": "^7.27.2",
+ "@babel/helper-compilation-targets": "^7.28.6",
"@babel/helper-globals": "^7.28.0",
- "@babel/helper-plugin-utils": "^7.27.1",
- "@babel/helper-replace-supers": "^7.27.1",
- "@babel/traverse": "^7.28.4"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-computed-properties": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.27.1.tgz",
- "integrity": "sha512-lj9PGWvMTVksbWiDT2tW68zGS/cyo4AkZ/QTp0sQT0mjPopCmrSkzxeXkznjqBxzDI6TclZhOJbBmbBLjuOZUw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1",
- "@babel/template": "^7.27.1"
+ "@babel/helper-plugin-utils": "^7.28.6",
+ "@babel/helper-replace-supers": "^7.28.6",
+ "@babel/traverse": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
@@ -940,64 +923,14 @@
"@babel/core": "^7.0.0-0"
}
},
- "node_modules/@babel/plugin-transform-function-name": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.27.1.tgz",
- "integrity": "sha512-1bQeydJF9Nr1eBCMMbC+hdwmRlsv5XYOMu03YSWFwNs0HsAmtSxxF1fyuYPqemVldVyFmlCU7w8UE14LupUSZQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-compilation-targets": "^7.27.1",
- "@babel/helper-plugin-utils": "^7.27.1",
- "@babel/traverse": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-literals": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.27.1.tgz",
- "integrity": "sha512-0HCFSepIpLTkLcsi86GG3mTUzxV5jpmbv97hTETW3yzrAij8aqlD36toB1D0daVFJM8NK6GvKO0gslVQmm+zZA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-logical-assignment-operators": {
- "version": "7.28.5",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.5.tgz",
- "integrity": "sha512-axUuqnUTBuXyHGcJEVVh9pORaN6wC5bYfE7FGzPiaWa3syib9m7g+/IT/4VgCOe2Upef43PHzeAvcrVek6QuuA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
"node_modules/@babel/plugin-transform-modules-commonjs": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz",
- "integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.28.6.tgz",
+ "integrity": "sha512-jppVbf8IV9iWWwWTQIxJMAJCWBuuKx71475wHwYytrRGQ2CWiDvYlADQno3tcYpS/T2UUWFQp3nVtYfK/YBQrA==",
"license": "MIT",
"dependencies": {
- "@babel/helper-module-transforms": "^7.27.1",
- "@babel/helper-plugin-utils": "^7.27.1"
+ "@babel/helper-module-transforms": "^7.28.6",
+ "@babel/helper-plugin-utils": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
@@ -1007,14 +940,14 @@
}
},
"node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.27.1.tgz",
- "integrity": "sha512-SstR5JYy8ddZvD6MhV0tM/j16Qds4mIpJTOd1Yu9J9pJjH93bxHECF7pgtc28XvkzTD6Pxcm/0Z73Hvk7kb3Ng==",
+ "version": "7.29.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.29.0.tgz",
+ "integrity": "sha512-1CZQA5KNAD6ZYQLPw7oi5ewtDNxH/2vuCh+6SmvgDfhumForvs8a1o9n0UrEoBD8HU4djO2yWngTQlXl1NDVEQ==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.27.1",
- "@babel/helper-plugin-utils": "^7.27.1"
+ "@babel/helper-create-regexp-features-plugin": "^7.28.5",
+ "@babel/helper-plugin-utils": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
@@ -1024,48 +957,12 @@
}
},
"node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.27.1.tgz",
- "integrity": "sha512-aGZh6xMo6q9vq1JGcw58lZ1Z0+i0xB2x0XaauNIUXd6O1xXc3RwoWEBlsTQrY4KQ9Jf0s5rgD6SiNkaUdJegTA==",
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-numeric-separator": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.27.1.tgz",
- "integrity": "sha512-fdPKAcujuvEChxDBJ5c+0BTaS6revLV7CJL08e4m3de8qJfNIuCc2nc7XJYOjBoTMJeqSmwXJ0ypE14RCjLwaw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-object-rest-spread": {
- "version": "7.28.4",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz",
- "integrity": "sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew==",
- "dev": true,
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.28.6.tgz",
+ "integrity": "sha512-3wKbRgmzYbw24mDJXT7N+ADXw8BC/imU9yo9c9X9NKaLF1fW+e5H1U5QjMUBe4Qo4Ox/o++IyUkl1sVCLgevKg==",
"license": "MIT",
"dependencies": {
- "@babel/helper-compilation-targets": "^7.27.2",
- "@babel/helper-plugin-utils": "^7.27.1",
- "@babel/plugin-transform-destructuring": "^7.28.0",
- "@babel/plugin-transform-parameters": "^7.27.7",
- "@babel/traverse": "^7.28.4"
+ "@babel/helper-plugin-utils": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
@@ -1075,13 +972,13 @@
}
},
"node_modules/@babel/plugin-transform-optional-catch-binding": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.27.1.tgz",
- "integrity": "sha512-txEAEKzYrHEX4xSZN4kJ+OfKXFVSWKB2ZxM9dpcE3wT7smwkNmXo5ORRlVzMVdJbD+Q8ILTgSD7959uj+3Dm3Q==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.28.6.tgz",
+ "integrity": "sha512-R8ja/Pyrv0OGAvAXQhSTmWyPJPml+0TMqXlO5w+AsMEiwb2fg3WkOvob7UxFSL3OIttFSGSRFKQsOhJ/X6HQdQ==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
+ "@babel/helper-plugin-utils": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
@@ -1091,13 +988,12 @@
}
},
"node_modules/@babel/plugin-transform-optional-chaining": {
- "version": "7.28.5",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.5.tgz",
- "integrity": "sha512-N6fut9IZlPnjPwgiQkXNhb+cT8wQKFlJNqcZkWlcTqkcqx6/kU4ynGmLFoa4LViBSirn05YAwk+sQBbPfxtYzQ==",
- "dev": true,
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.6.tgz",
+ "integrity": "sha512-A4zobikRGJTsX9uqVFdafzGkqD30t26ck2LmOzAuLL8b2x6k3TIqRiT2xVvA9fNmFeTX484VpsdgmKNA0bS23w==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1",
+ "@babel/helper-plugin-utils": "^7.28.6",
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
},
"engines": {
@@ -1107,31 +1003,15 @@
"@babel/core": "^7.0.0-0"
}
},
- "node_modules/@babel/plugin-transform-parameters": {
- "version": "7.27.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz",
- "integrity": "sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
"node_modules/@babel/plugin-transform-private-methods": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.27.1.tgz",
- "integrity": "sha512-10FVt+X55AjRAYI9BrdISN9/AQWHqldOeZDUoLyif1Kn05a56xVBXb8ZouL8pZ9jem8QpXaOt8TS7RHUIS+GPA==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.28.6.tgz",
+ "integrity": "sha512-piiuapX9CRv7+0st8lmuUlRSmX6mBcVeNQ1b4AYzJxfCMuBfB0vBXDiGSmm03pKJw1v6cZ8KSeM+oUnM6yAExg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/helper-create-class-features-plugin": "^7.27.1",
- "@babel/helper-plugin-utils": "^7.27.1"
+ "@babel/helper-create-class-features-plugin": "^7.28.6",
+ "@babel/helper-plugin-utils": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
@@ -1141,15 +1021,15 @@
}
},
"node_modules/@babel/plugin-transform-private-property-in-object": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.27.1.tgz",
- "integrity": "sha512-5J+IhqTi1XPa0DXF83jYOaARrX+41gOewWbkPyjMNRDqgOCqdffGh8L3f/Ek5utaEBZExjSAzcyjmV9SSAWObQ==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.28.6.tgz",
+ "integrity": "sha512-b97jvNSOb5+ehyQmBpmhOCiUC5oVK4PMnpRvO7+ymFBoqYjeDHIU9jnrNUuwHOiL9RpGDoKBpSViarV+BU+eVA==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/helper-annotate-as-pure": "^7.27.1",
- "@babel/helper-create-class-features-plugin": "^7.27.1",
- "@babel/helper-plugin-utils": "^7.27.1"
+ "@babel/helper-annotate-as-pure": "^7.27.3",
+ "@babel/helper-create-class-features-plugin": "^7.28.6",
+ "@babel/helper-plugin-utils": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
@@ -1175,17 +1055,17 @@
}
},
"node_modules/@babel/plugin-transform-react-jsx": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.27.1.tgz",
- "integrity": "sha512-2KH4LWGSrJIkVf5tSiBFYuXDAoWRq2MMwgivCf+93dd0GQi8RXLjKA/0EvRnVV5G0hrHczsquXuD01L8s6dmBw==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.28.6.tgz",
+ "integrity": "sha512-61bxqhiRfAACulXSLd/GxqmAedUSrRZIu/cbaT18T1CetkTmtDN15it7i80ru4DVqRK1WMxQhXs+Lf9kajm5Ow==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/helper-annotate-as-pure": "^7.27.1",
- "@babel/helper-module-imports": "^7.27.1",
- "@babel/helper-plugin-utils": "^7.27.1",
- "@babel/plugin-syntax-jsx": "^7.27.1",
- "@babel/types": "^7.27.1"
+ "@babel/helper-annotate-as-pure": "^7.27.3",
+ "@babel/helper-module-imports": "^7.28.6",
+ "@babel/helper-plugin-utils": "^7.28.6",
+ "@babel/plugin-syntax-jsx": "^7.28.6",
+ "@babel/types": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
@@ -1227,13 +1107,13 @@
}
},
"node_modules/@babel/plugin-transform-regenerator": {
- "version": "7.28.4",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.4.tgz",
- "integrity": "sha512-+ZEdQlBoRg9m2NnzvEeLgtvBMO4tkFBw5SQIUgLICgTrumLoU7lr+Oghi6km2PFj+dbUt2u1oby2w3BDO9YQnA==",
+ "version": "7.29.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.29.0.tgz",
+ "integrity": "sha512-FijqlqMA7DmRdg/aINBSs04y8XNTYw/lr1gJ2WsmBnnaNw1iS43EPkJW+zK7z65auG3AWRFXWj+NcTQwYptUog==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
+ "@babel/helper-plugin-utils": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
@@ -1243,14 +1123,14 @@
}
},
"node_modules/@babel/plugin-transform-runtime": {
- "version": "7.28.5",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.28.5.tgz",
- "integrity": "sha512-20NUVgOrinudkIBzQ2bNxP08YpKprUkRTiRSd2/Z5GOdPImJGkoN4Z7IQe1T5AdyKI1i5L6RBmluqdSzvaq9/w==",
+ "version": "7.29.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.29.0.tgz",
+ "integrity": "sha512-jlaRT5dJtMaMCV6fAuLbsQMSwz/QkvaHOHOSXRitGGwSpR1blCY4KUKoyP2tYO8vJcqYe8cEj96cqSztv3uF9w==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/helper-module-imports": "^7.27.1",
- "@babel/helper-plugin-utils": "^7.27.1",
+ "@babel/helper-module-imports": "^7.28.6",
+ "@babel/helper-plugin-utils": "^7.28.6",
"babel-plugin-polyfill-corejs2": "^0.4.14",
"babel-plugin-polyfill-corejs3": "^0.13.0",
"babel-plugin-polyfill-regenerator": "^0.6.5",
@@ -1278,39 +1158,6 @@
"@babel/core": "^7.0.0-0"
}
},
- "node_modules/@babel/plugin-transform-spread": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.27.1.tgz",
- "integrity": "sha512-kpb3HUqaILBJcRFVhFUs6Trdd4mkrzcGXss+6/mxUd273PfbWqSDHRzMT2234gIg2QYfAjvXLSquP1xECSg09Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1",
- "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-sticky-regex": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.27.1.tgz",
- "integrity": "sha512-lhInBO5bi/Kowe2/aLdBAawijx+q1pQzicSgnkB6dUPc1+RC8QmJHKf2OjvU+NZWitguJHEaEmbV6VWEouT58g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
"node_modules/@babel/plugin-transform-template-literals": {
"version": "7.27.1",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.27.1.tgz",
@@ -1327,16 +1174,16 @@
}
},
"node_modules/@babel/plugin-transform-typescript": {
- "version": "7.28.5",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz",
- "integrity": "sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.6.tgz",
+ "integrity": "sha512-0YWL2RFxOqEm9Efk5PvreamxPME8OyY0wM5wh5lHjF+VtVhdneCWGzZeSqzOfiobVqQaNCd2z0tQvnI9DaPWPw==",
"license": "MIT",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.27.3",
- "@babel/helper-create-class-features-plugin": "^7.28.5",
- "@babel/helper-plugin-utils": "^7.27.1",
+ "@babel/helper-create-class-features-plugin": "^7.28.6",
+ "@babel/helper-plugin-utils": "^7.28.6",
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
- "@babel/plugin-syntax-typescript": "^7.27.1"
+ "@babel/plugin-syntax-typescript": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
@@ -1362,16 +1209,16 @@
}
},
"node_modules/@babel/preset-typescript": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.27.1.tgz",
- "integrity": "sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==",
+ "version": "7.28.5",
+ "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz",
+ "integrity": "sha512-+bQy5WOI2V6LJZpPVxY+yp66XdZ2yifu0Mc1aP5CQKgjn4QM5IN2i5fAZ4xKop47pr8rpVhiAeu+nDQa12C8+g==",
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.27.1",
"@babel/helper-validator-option": "^7.27.1",
"@babel/plugin-syntax-jsx": "^7.27.1",
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
- "@babel/plugin-transform-typescript": "^7.27.1"
+ "@babel/plugin-transform-typescript": "^7.28.5"
},
"engines": {
"node": ">=6.9.0"
@@ -1381,9 +1228,9 @@
}
},
"node_modules/@babel/runtime": {
- "version": "7.28.4",
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz",
- "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==",
+ "version": "7.29.2",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.2.tgz",
+ "integrity": "sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==",
"license": "MIT",
"engines": {
"node": ">=6.9.0"
@@ -1503,6 +1350,12 @@
"xml2js": "0.6.0"
}
},
+ "node_modules/@expo/config-plugins/node_modules/balanced-match": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
+ "license": "MIT"
+ },
"node_modules/@expo/config-plugins/node_modules/brace-expansion": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz",
@@ -1516,6 +1369,7 @@
"version": "10.5.0",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
+ "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
"license": "ISC",
"dependencies": {
"foreground-child": "^3.1.0",
@@ -1532,6 +1386,12 @@
"url": "https://github.com/sponsors/isaacs"
}
},
+ "node_modules/@expo/config-plugins/node_modules/lru-cache": {
+ "version": "10.4.3",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
+ "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
+ "license": "ISC"
+ },
"node_modules/@expo/config-plugins/node_modules/minimatch": {
"version": "9.0.9",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
@@ -1547,6 +1407,22 @@
"url": "https://github.com/sponsors/isaacs"
}
},
+ "node_modules/@expo/config-plugins/node_modules/path-scurry": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
+ "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
+ "license": "BlueOak-1.0.0",
+ "dependencies": {
+ "lru-cache": "^10.2.0",
+ "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
+ },
+ "engines": {
+ "node": ">=16 || 14 >=14.18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
"node_modules/@expo/config-plugins/node_modules/resolve-from": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
@@ -1569,6 +1445,7 @@
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz",
"integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==",
+ "deprecated": "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).",
"license": "MIT",
"bin": {
"uuid": "dist/bin/uuid"
@@ -1623,6 +1500,15 @@
"xmlbuilder": "^15.1.1"
}
},
+ "node_modules/@expo/plist/node_modules/@xmldom/xmldom": {
+ "version": "0.8.13",
+ "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.13.tgz",
+ "integrity": "sha512-KRYzxepc14G/CEpEGc3Yn+JKaAeT63smlDr+vjB8jRfgTBBI9wRj/nkQEO+ucV8p8I9bfKLWp37uHgFrbntPvw==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=10.0.0"
+ }
+ },
"node_modules/@expo/sdk-runtime-versions": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@expo/sdk-runtime-versions/-/sdk-runtime-versions-1.0.0.tgz",
@@ -1630,9 +1516,9 @@
"license": "MIT"
},
"node_modules/@gorhom/bottom-sheet": {
- "version": "5.2.8",
- "resolved": "https://registry.npmjs.org/@gorhom/bottom-sheet/-/bottom-sheet-5.2.8.tgz",
- "integrity": "sha512-+N27SMpbBxXZQ/IA2nlEV6RGxL/qSFHKfdFKcygvW+HqPG5jVNb1OqehLQsGfBP+Up42i0gW5ppI+DhpB7UCzA==",
+ "version": "5.2.14",
+ "resolved": "https://registry.npmjs.org/@gorhom/bottom-sheet/-/bottom-sheet-5.2.14.tgz",
+ "integrity": "sha512-uLQFlDjp9z+jrOFcMSEldPqL5JdaXL3vXOh+juhwoNvXgTsEorJLjHTugXu+YccAG/0KJnShzKCrb71MHBsvJg==",
"license": "MIT",
"dependencies": {
"@gorhom/portal": "1.0.14",
@@ -1748,12 +1634,12 @@
}
},
"node_modules/@isaacs/cliui/node_modules/strip-ansi": {
- "version": "7.1.2",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
- "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
+ "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
"license": "MIT",
"dependencies": {
- "ansi-regex": "^6.0.1"
+ "ansi-regex": "^6.2.2"
},
"engines": {
"node": ">=12"
@@ -1897,9 +1783,9 @@
}
},
"node_modules/@istanbuljs/schema": {
- "version": "0.1.3",
- "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
- "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
+ "version": "0.1.6",
+ "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.6.tgz",
+ "integrity": "sha512-+Sg6GCR/wy1oSmQDFq4LQDAhm3ETKnorxN+y5nbLULOR3P0c14f2Wurzj3/xqPXtasLFfHd5iRFQ7AJt4KH2cw==",
"license": "MIT",
"engines": {
"node": ">=8"
@@ -1996,19 +1882,6 @@
"node": ">=8"
}
},
- "node_modules/@jest/transform/node_modules/write-file-atomic": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz",
- "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==",
- "license": "ISC",
- "dependencies": {
- "imurmurhash": "^0.1.4",
- "signal-exit": "^3.0.7"
- },
- "engines": {
- "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
- }
- },
"node_modules/@jest/types": {
"version": "29.6.3",
"resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz",
@@ -2208,17 +2081,17 @@
}
},
"node_modules/@react-native-community/cli": {
- "version": "20.1.2",
- "resolved": "https://registry.npmjs.org/@react-native-community/cli/-/cli-20.1.2.tgz",
- "integrity": "sha512-48GRnGfm1+4ueV8ESNJmKAKW01QdbB8H6qrVxCqpHYvuRkeFBaPpwRY2bEjSwqruw3Pn9ppzGfpAxYQDiUWQxQ==",
+ "version": "20.1.3",
+ "resolved": "https://registry.npmjs.org/@react-native-community/cli/-/cli-20.1.3.tgz",
+ "integrity": "sha512-sLo8cu9JyFNfuuF1C+8NJ4DHE/PEFaXGd4enkcxi/OJjGG8+sOQrdjNQ4i+cVh/2c+ah1mEMwsYjc3z0+/MqSg==",
"license": "MIT",
"dependencies": {
- "@react-native-community/cli-clean": "20.1.2",
- "@react-native-community/cli-config": "20.1.2",
- "@react-native-community/cli-doctor": "20.1.2",
- "@react-native-community/cli-server-api": "20.1.2",
- "@react-native-community/cli-tools": "20.1.2",
- "@react-native-community/cli-types": "20.1.2",
+ "@react-native-community/cli-clean": "20.1.3",
+ "@react-native-community/cli-config": "20.1.3",
+ "@react-native-community/cli-doctor": "20.1.3",
+ "@react-native-community/cli-server-api": "20.1.3",
+ "@react-native-community/cli-tools": "20.1.3",
+ "@react-native-community/cli-types": "20.1.3",
"commander": "^9.4.1",
"deepmerge": "^4.3.0",
"execa": "^5.0.0",
@@ -2237,42 +2110,24 @@
}
},
"node_modules/@react-native-community/cli-clean": {
- "version": "20.1.2",
- "resolved": "https://registry.npmjs.org/@react-native-community/cli-clean/-/cli-clean-20.1.2.tgz",
- "integrity": "sha512-XcNlmFnYOVDjvHQQn0qreI4FPLEUx8p43EdOmKbtzqwqc9T/EdBdzUnUc5wWQPO1CN7BdMfxW8fyvosz8NIlrg==",
+ "version": "20.1.3",
+ "resolved": "https://registry.npmjs.org/@react-native-community/cli-clean/-/cli-clean-20.1.3.tgz",
+ "integrity": "sha512-sFLdLzapfC0scjgzBJJWYDY2RhHPjuuPkA5r6q0gc/UQH/izXpMpLrhh1DW84cMDraNACK0U62tU7ebNaQ1LMQ==",
"license": "MIT",
"dependencies": {
- "@react-native-community/cli-tools": "20.1.2",
+ "@react-native-community/cli-tools": "20.1.3",
"execa": "^5.0.0",
"fast-glob": "^3.3.2",
"picocolors": "^1.1.1"
}
},
- "node_modules/@react-native-community/cli-clean/node_modules/@react-native-community/cli-tools": {
- "version": "20.1.2",
- "resolved": "https://registry.npmjs.org/@react-native-community/cli-tools/-/cli-tools-20.1.2.tgz",
- "integrity": "sha512-on2VUBZb68RlMxvIrEdK6+NiOEYu/z+t/cz746yGtxn49fwW6Wafzmh1QNZj8HPAuZ8+Ds61LiXbwoDDkzNSSA==",
- "license": "MIT",
- "dependencies": {
- "@vscode/sudo-prompt": "^9.0.0",
- "appdirsjs": "^1.2.4",
- "execa": "^5.0.0",
- "find-up": "^5.0.0",
- "launch-editor": "^2.9.1",
- "mime": "^2.4.1",
- "ora": "^5.4.1",
- "picocolors": "^1.1.1",
- "prompts": "^2.4.2",
- "semver": "^7.5.2"
- }
- },
"node_modules/@react-native-community/cli-config": {
- "version": "20.1.2",
- "resolved": "https://registry.npmjs.org/@react-native-community/cli-config/-/cli-config-20.1.2.tgz",
- "integrity": "sha512-7aPE14QA8aXpfuQ1jmfiBfjC/N6gdbg6PpBTwb3cl8c/KaeVm+OQYoC2kn2b3XS0NPgw5Ix/VxVaX6AAUQRFuA==",
+ "version": "20.1.3",
+ "resolved": "https://registry.npmjs.org/@react-native-community/cli-config/-/cli-config-20.1.3.tgz",
+ "integrity": "sha512-n73nW0cG92oNF0r994pPqm0DjAShOm3F8LSffDYhJqNAno+h/csmv/37iL4NtSpmKIO8xqsG3uVTXz9X/hzNaQ==",
"license": "MIT",
"dependencies": {
- "@react-native-community/cli-tools": "20.1.2",
+ "@react-native-community/cli-tools": "20.1.3",
"cosmiconfig": "^9.0.0",
"deepmerge": "^4.3.0",
"fast-glob": "^3.3.2",
@@ -2281,58 +2136,40 @@
}
},
"node_modules/@react-native-community/cli-config-android": {
- "version": "18.0.1",
- "resolved": "https://registry.npmjs.org/@react-native-community/cli-config-android/-/cli-config-android-18.0.1.tgz",
- "integrity": "sha512-1wzmGLfS7qgzm0ZfwX/f6Lat/af8/UYdjwtb3ap6RfKNclvIoap0wN6uBeiANmLfk0/BhoG8K1vKtIPwlU/V1A==",
+ "version": "20.1.3",
+ "resolved": "https://registry.npmjs.org/@react-native-community/cli-config-android/-/cli-config-android-20.1.3.tgz",
+ "integrity": "sha512-DNHDP+OWLyhKShGciBqPcxhxfp1Z/7GQcb4F+TGyCeKQAr+JdnUjRXN3X+YCU/v+g2kbYYyRJKlGabzkVvdrAw==",
"license": "MIT",
"dependencies": {
- "@react-native-community/cli-tools": "18.0.1",
- "chalk": "^4.1.2",
+ "@react-native-community/cli-tools": "20.1.3",
"fast-glob": "^3.3.2",
- "fast-xml-parser": "^4.4.1"
+ "fast-xml-parser": "^5.3.6",
+ "picocolors": "^1.1.1"
}
},
"node_modules/@react-native-community/cli-config-apple": {
- "version": "18.0.1",
- "resolved": "https://registry.npmjs.org/@react-native-community/cli-config-apple/-/cli-config-apple-18.0.1.tgz",
- "integrity": "sha512-ybr1ZrOSd/Z+oCJ1qVSKVQauvneObTu3VjvYPhhrme7tUUSaYmd3iikaWonbKk5rVp+2WqOFR6Cy7XqVfwwG8A==",
+ "version": "20.1.3",
+ "resolved": "https://registry.npmjs.org/@react-native-community/cli-config-apple/-/cli-config-apple-20.1.3.tgz",
+ "integrity": "sha512-QX9B83nAfCPs0KiaYz61kAEHWr9sttooxzRzNdQwvZTwnsIpvWOT9GvMMj/19OeXiQzMJBzZX0Pgt6+spiUsDQ==",
"license": "MIT",
"dependencies": {
- "@react-native-community/cli-tools": "18.0.1",
- "chalk": "^4.1.2",
- "execa": "^5.0.0",
- "fast-glob": "^3.3.2"
- }
- },
- "node_modules/@react-native-community/cli-config/node_modules/@react-native-community/cli-tools": {
- "version": "20.1.2",
- "resolved": "https://registry.npmjs.org/@react-native-community/cli-tools/-/cli-tools-20.1.2.tgz",
- "integrity": "sha512-on2VUBZb68RlMxvIrEdK6+NiOEYu/z+t/cz746yGtxn49fwW6Wafzmh1QNZj8HPAuZ8+Ds61LiXbwoDDkzNSSA==",
- "license": "MIT",
- "dependencies": {
- "@vscode/sudo-prompt": "^9.0.0",
- "appdirsjs": "^1.2.4",
+ "@react-native-community/cli-tools": "20.1.3",
"execa": "^5.0.0",
- "find-up": "^5.0.0",
- "launch-editor": "^2.9.1",
- "mime": "^2.4.1",
- "ora": "^5.4.1",
- "picocolors": "^1.1.1",
- "prompts": "^2.4.2",
- "semver": "^7.5.2"
+ "fast-glob": "^3.3.2",
+ "picocolors": "^1.1.1"
}
},
"node_modules/@react-native-community/cli-doctor": {
- "version": "20.1.2",
- "resolved": "https://registry.npmjs.org/@react-native-community/cli-doctor/-/cli-doctor-20.1.2.tgz",
- "integrity": "sha512-bbT1EhomvHz5ZtzxY2czA4/JMXhP4aIAxRDsqiW6wfZA9A9/HXqA4uv6CxP0wZUUmovmPNRl3kW/LWXrRmdv3A==",
+ "version": "20.1.3",
+ "resolved": "https://registry.npmjs.org/@react-native-community/cli-doctor/-/cli-doctor-20.1.3.tgz",
+ "integrity": "sha512-EI+mAPWn255/WZ4CQohy1I049yiaxVr41C3BeQ2BCyhxODIDR8XRsLzYb1t9MfqK/C3ZncUN2mPSRXFeKPPI1w==",
"license": "MIT",
"dependencies": {
- "@react-native-community/cli-config": "20.1.2",
- "@react-native-community/cli-platform-android": "20.1.2",
- "@react-native-community/cli-platform-apple": "20.1.2",
- "@react-native-community/cli-platform-ios": "20.1.2",
- "@react-native-community/cli-tools": "20.1.2",
+ "@react-native-community/cli-config": "20.1.3",
+ "@react-native-community/cli-platform-android": "20.1.3",
+ "@react-native-community/cli-platform-apple": "20.1.3",
+ "@react-native-community/cli-platform-ios": "20.1.3",
+ "@react-native-community/cli-tools": "20.1.3",
"command-exists": "^1.2.8",
"deepmerge": "^4.3.0",
"envinfo": "^7.13.0",
@@ -2345,192 +2182,48 @@
"yaml": "^2.2.1"
}
},
- "node_modules/@react-native-community/cli-doctor/node_modules/@react-native-community/cli-tools": {
- "version": "20.1.2",
- "resolved": "https://registry.npmjs.org/@react-native-community/cli-tools/-/cli-tools-20.1.2.tgz",
- "integrity": "sha512-on2VUBZb68RlMxvIrEdK6+NiOEYu/z+t/cz746yGtxn49fwW6Wafzmh1QNZj8HPAuZ8+Ds61LiXbwoDDkzNSSA==",
- "license": "MIT",
- "dependencies": {
- "@vscode/sudo-prompt": "^9.0.0",
- "appdirsjs": "^1.2.4",
- "execa": "^5.0.0",
- "find-up": "^5.0.0",
- "launch-editor": "^2.9.1",
- "mime": "^2.4.1",
- "ora": "^5.4.1",
- "picocolors": "^1.1.1",
- "prompts": "^2.4.2",
- "semver": "^7.5.2"
- }
- },
"node_modules/@react-native-community/cli-platform-android": {
- "version": "20.1.2",
- "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-android/-/cli-platform-android-20.1.2.tgz",
- "integrity": "sha512-1iHB8cTTJpMyEKhxWTRYsxhBBsiOq3tVguGX/HtBdHRzhlCeDpanE6U+aKxWfMFetMcFL+HLe5nQPcJXf9EtKg==",
+ "version": "20.1.3",
+ "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-android/-/cli-platform-android-20.1.3.tgz",
+ "integrity": "sha512-bzB9ELPOISuqgtDZXFPQlkuxx1YFkNx3cNgslc5ElCrk+5LeCLQLIBh/dmIuK8rwUrPcrramjeBj++Noc+TaAA==",
"license": "MIT",
"dependencies": {
- "@react-native-community/cli-config-android": "20.1.2",
- "@react-native-community/cli-tools": "20.1.2",
+ "@react-native-community/cli-config-android": "20.1.3",
+ "@react-native-community/cli-tools": "20.1.3",
"execa": "^5.0.0",
"logkitty": "^0.7.1",
"picocolors": "^1.1.1"
}
},
- "node_modules/@react-native-community/cli-platform-android/node_modules/@react-native-community/cli-config-android": {
- "version": "20.1.2",
- "resolved": "https://registry.npmjs.org/@react-native-community/cli-config-android/-/cli-config-android-20.1.2.tgz",
- "integrity": "sha512-W0Qx+lW8pbQMz8x3Rlf/H7D2j2u8O+u9HnrZnKzDl1DaXgaOQqL484lTZlMEQofjq7eLXdmzWxuZdqS6K1QfmQ==",
- "license": "MIT",
- "dependencies": {
- "@react-native-community/cli-tools": "20.1.2",
- "fast-glob": "^3.3.2",
- "fast-xml-parser": "^5.3.6",
- "picocolors": "^1.1.1"
- }
- },
- "node_modules/@react-native-community/cli-platform-android/node_modules/@react-native-community/cli-tools": {
- "version": "20.1.2",
- "resolved": "https://registry.npmjs.org/@react-native-community/cli-tools/-/cli-tools-20.1.2.tgz",
- "integrity": "sha512-on2VUBZb68RlMxvIrEdK6+NiOEYu/z+t/cz746yGtxn49fwW6Wafzmh1QNZj8HPAuZ8+Ds61LiXbwoDDkzNSSA==",
- "license": "MIT",
- "dependencies": {
- "@vscode/sudo-prompt": "^9.0.0",
- "appdirsjs": "^1.2.4",
- "execa": "^5.0.0",
- "find-up": "^5.0.0",
- "launch-editor": "^2.9.1",
- "mime": "^2.4.1",
- "ora": "^5.4.1",
- "picocolors": "^1.1.1",
- "prompts": "^2.4.2",
- "semver": "^7.5.2"
- }
- },
- "node_modules/@react-native-community/cli-platform-android/node_modules/fast-xml-parser": {
- "version": "5.7.3",
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.3.tgz",
- "integrity": "sha512-C0AaNuC+mscy6vrAQKAc/rMq+zAPHodfHGZu4sGVehvAQt/JLG1O5zEcYcXSY5zSqr4YVgxsB+pHXTq0i7eDlg==",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/NaturalIntelligence"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "@nodable/entities": "^2.1.0",
- "fast-xml-builder": "^1.1.7",
- "path-expression-matcher": "^1.5.0",
- "strnum": "^2.2.3"
- },
- "bin": {
- "fxparser": "src/cli/cli.js"
- }
- },
- "node_modules/@react-native-community/cli-platform-android/node_modules/strnum": {
- "version": "2.2.3",
- "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.3.tgz",
- "integrity": "sha512-oKx6RUCuHfT3oyVjtnrmn19H1SiCqgJSg+54XqURKp5aCMbrXrhLjRN9TjuwMjiYstZ0MzDrHqkGZ5dFTKd+zg==",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/NaturalIntelligence"
- }
- ],
- "license": "MIT"
- },
"node_modules/@react-native-community/cli-platform-apple": {
- "version": "20.1.2",
- "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-apple/-/cli-platform-apple-20.1.2.tgz",
- "integrity": "sha512-UvzjcRGotO3E2xaty8YWE2XMGkkDDaXRtQtNRjzmtcoNY40C+y4iMHxd0o3xbD0bzYM/PO79tXye9MxTWdyVkg==",
+ "version": "20.1.3",
+ "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-apple/-/cli-platform-apple-20.1.3.tgz",
+ "integrity": "sha512-XJ+DqAD4hkplWVXK5AMgN7pP9+4yRSe5KfZ/b42+ofkDBI55ALlUmX+9HWE3fMuRjcotTCoNZqX2ov97cFDXpQ==",
"license": "MIT",
"dependencies": {
- "@react-native-community/cli-config-apple": "20.1.2",
- "@react-native-community/cli-tools": "20.1.2",
+ "@react-native-community/cli-config-apple": "20.1.3",
+ "@react-native-community/cli-tools": "20.1.3",
"execa": "^5.0.0",
- "fast-xml-parser": "^5.3.6",
- "picocolors": "^1.1.1"
- }
- },
- "node_modules/@react-native-community/cli-platform-apple/node_modules/@react-native-community/cli-config-apple": {
- "version": "20.1.2",
- "resolved": "https://registry.npmjs.org/@react-native-community/cli-config-apple/-/cli-config-apple-20.1.2.tgz",
- "integrity": "sha512-Dhi1N1EoMMmJ4dnDlmNWCrJggfv7X/kl3l8uax72uaxepQI/CfohJP2rBdG2mWis+vzrCIk14z2keY0ixxsN8g==",
- "license": "MIT",
- "dependencies": {
- "@react-native-community/cli-tools": "20.1.2",
- "execa": "^5.0.0",
- "fast-glob": "^3.3.2",
- "picocolors": "^1.1.1"
- }
- },
- "node_modules/@react-native-community/cli-platform-apple/node_modules/@react-native-community/cli-tools": {
- "version": "20.1.2",
- "resolved": "https://registry.npmjs.org/@react-native-community/cli-tools/-/cli-tools-20.1.2.tgz",
- "integrity": "sha512-on2VUBZb68RlMxvIrEdK6+NiOEYu/z+t/cz746yGtxn49fwW6Wafzmh1QNZj8HPAuZ8+Ds61LiXbwoDDkzNSSA==",
- "license": "MIT",
- "dependencies": {
- "@vscode/sudo-prompt": "^9.0.0",
- "appdirsjs": "^1.2.4",
- "execa": "^5.0.0",
- "find-up": "^5.0.0",
- "launch-editor": "^2.9.1",
- "mime": "^2.4.1",
- "ora": "^5.4.1",
- "picocolors": "^1.1.1",
- "prompts": "^2.4.2",
- "semver": "^7.5.2"
- }
- },
- "node_modules/@react-native-community/cli-platform-apple/node_modules/fast-xml-parser": {
- "version": "5.7.3",
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.3.tgz",
- "integrity": "sha512-C0AaNuC+mscy6vrAQKAc/rMq+zAPHodfHGZu4sGVehvAQt/JLG1O5zEcYcXSY5zSqr4YVgxsB+pHXTq0i7eDlg==",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/NaturalIntelligence"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "@nodable/entities": "^2.1.0",
- "fast-xml-builder": "^1.1.7",
- "path-expression-matcher": "^1.5.0",
- "strnum": "^2.2.3"
- },
- "bin": {
- "fxparser": "src/cli/cli.js"
+ "fast-xml-parser": "^5.3.6",
+ "picocolors": "^1.1.1"
}
},
- "node_modules/@react-native-community/cli-platform-apple/node_modules/strnum": {
- "version": "2.2.3",
- "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.3.tgz",
- "integrity": "sha512-oKx6RUCuHfT3oyVjtnrmn19H1SiCqgJSg+54XqURKp5aCMbrXrhLjRN9TjuwMjiYstZ0MzDrHqkGZ5dFTKd+zg==",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/NaturalIntelligence"
- }
- ],
- "license": "MIT"
- },
"node_modules/@react-native-community/cli-platform-ios": {
- "version": "20.1.2",
- "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-ios/-/cli-platform-ios-20.1.2.tgz",
- "integrity": "sha512-ZzdLwJMt7ehjO0iy/rQGPgH6uZqMYXeS5uXzSi1DeLYwurV1wOqFc0SLm4TAz5FKYQmHpwBXlMiI12rUmkZxcg==",
+ "version": "20.1.3",
+ "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-ios/-/cli-platform-ios-20.1.3.tgz",
+ "integrity": "sha512-2qL48SINotuHbZO73cgqSwqd/OWNx0xTbFSdujhpogV4p8BNwYYypfjh4vJY5qJEB5PxuoVkMXT+aCADpg9nBg==",
"license": "MIT",
"dependencies": {
- "@react-native-community/cli-platform-apple": "20.1.2"
+ "@react-native-community/cli-platform-apple": "20.1.3"
}
},
"node_modules/@react-native-community/cli-server-api": {
- "version": "20.1.2",
- "resolved": "https://registry.npmjs.org/@react-native-community/cli-server-api/-/cli-server-api-20.1.2.tgz",
- "integrity": "sha512-ZlINtIYoDAwSemwTU9OavI1IixCCmAPPw1s3Mp0cOvrddFSZ0hx1N1IR+imLyo4lhFfM8OO3rUe9oVJj1SHUCA==",
+ "version": "20.1.3",
+ "resolved": "https://registry.npmjs.org/@react-native-community/cli-server-api/-/cli-server-api-20.1.3.tgz",
+ "integrity": "sha512-hsNsdUKZDd2T99OuNuiXz4VuvLa1UN0zcxefmPjXQgI0byrBLzzDr+o7p03sKuODSzKi2h+BMnUxiS07HACQLA==",
"license": "MIT",
"dependencies": {
- "@react-native-community/cli-tools": "20.1.2",
+ "@react-native-community/cli-tools": "20.1.3",
"body-parser": "^2.2.2",
"compression": "^1.7.1",
"connect": "^3.6.5",
@@ -2543,79 +2236,43 @@
"ws": "^6.2.3"
}
},
- "node_modules/@react-native-community/cli-server-api/node_modules/@react-native-community/cli-tools": {
- "version": "20.1.2",
- "resolved": "https://registry.npmjs.org/@react-native-community/cli-tools/-/cli-tools-20.1.2.tgz",
- "integrity": "sha512-on2VUBZb68RlMxvIrEdK6+NiOEYu/z+t/cz746yGtxn49fwW6Wafzmh1QNZj8HPAuZ8+Ds61LiXbwoDDkzNSSA==",
- "license": "MIT",
- "dependencies": {
- "@vscode/sudo-prompt": "^9.0.0",
- "appdirsjs": "^1.2.4",
- "execa": "^5.0.0",
- "find-up": "^5.0.0",
- "launch-editor": "^2.9.1",
- "mime": "^2.4.1",
- "ora": "^5.4.1",
- "picocolors": "^1.1.1",
- "prompts": "^2.4.2",
- "semver": "^7.5.2"
- }
- },
"node_modules/@react-native-community/cli-tools": {
- "version": "18.0.1",
- "resolved": "https://registry.npmjs.org/@react-native-community/cli-tools/-/cli-tools-18.0.1.tgz",
- "integrity": "sha512-WxWFXwfYhHR2eYiB4lkHZVC/PmIkRWeVHBQKmn0h1mecr3GrHYO4BzW1jpD5Xt6XZ9jojQ9wE5xrCqXjiMSAIQ==",
+ "version": "20.1.3",
+ "resolved": "https://registry.npmjs.org/@react-native-community/cli-tools/-/cli-tools-20.1.3.tgz",
+ "integrity": "sha512-EAn0vPCMxtHhfWk2UwLmSUfPfLUnFgC7NjiVJVTKJyVk5qGnkPfoT8te/1IUXFTysUB0F0RIi+NgDB4usFOLeA==",
"license": "MIT",
"dependencies": {
"@vscode/sudo-prompt": "^9.0.0",
"appdirsjs": "^1.2.4",
- "chalk": "^4.1.2",
"execa": "^5.0.0",
"find-up": "^5.0.0",
"launch-editor": "^2.9.1",
"mime": "^2.4.1",
"ora": "^5.4.1",
+ "picocolors": "^1.1.1",
"prompts": "^2.4.2",
"semver": "^7.5.2"
}
},
"node_modules/@react-native-community/cli-types": {
- "version": "20.1.2",
- "resolved": "https://registry.npmjs.org/@react-native-community/cli-types/-/cli-types-20.1.2.tgz",
- "integrity": "sha512-WYK98VdcJE+lRuyRzigE/GQAbaJZOKkjpaLwhmMMItXVTqMmIccfGu9b4pRoQOVfs1aLq87DuwUOi9sxz6OG1g==",
+ "version": "20.1.3",
+ "resolved": "https://registry.npmjs.org/@react-native-community/cli-types/-/cli-types-20.1.3.tgz",
+ "integrity": "sha512-IdAcegf0pH1hVraxWTG1ACLkYC0LDQfqtaEf42ESyLIF3Xap70JzL/9tAlxw7lSCPZPFWhrcgU0TBc4SkC/ecw==",
"license": "MIT",
"dependencies": {
"joi": "^17.2.1"
}
},
- "node_modules/@react-native-community/cli/node_modules/@react-native-community/cli-tools": {
- "version": "20.1.2",
- "resolved": "https://registry.npmjs.org/@react-native-community/cli-tools/-/cli-tools-20.1.2.tgz",
- "integrity": "sha512-on2VUBZb68RlMxvIrEdK6+NiOEYu/z+t/cz746yGtxn49fwW6Wafzmh1QNZj8HPAuZ8+Ds61LiXbwoDDkzNSSA==",
- "license": "MIT",
- "dependencies": {
- "@vscode/sudo-prompt": "^9.0.0",
- "appdirsjs": "^1.2.4",
- "execa": "^5.0.0",
- "find-up": "^5.0.0",
- "launch-editor": "^2.9.1",
- "mime": "^2.4.1",
- "ora": "^5.4.1",
- "picocolors": "^1.1.1",
- "prompts": "^2.4.2",
- "semver": "^7.5.2"
- }
- },
"node_modules/@react-native-community/datetimepicker": {
- "version": "8.2.0",
- "resolved": "https://registry.npmjs.org/@react-native-community/datetimepicker/-/datetimepicker-8.2.0.tgz",
- "integrity": "sha512-qrUPhiBvKGuG9Y+vOqsc56RPFcHa1SU2qbAMT0hfGkoFIj3FodE0VuPVrEa8fgy7kcD5NQmkZIKgHOBLV0+hWg==",
+ "version": "8.6.0",
+ "resolved": "https://registry.npmjs.org/@react-native-community/datetimepicker/-/datetimepicker-8.6.0.tgz",
+ "integrity": "sha512-yxPSqNfxgpGaqHQIpatqe6ykeBdU/1pdsk/G3x01mY2bpTflLpmVTLqFSJYd3MiZzxNZcMs/j1dQakUczSjcYA==",
"license": "MIT",
"dependencies": {
"invariant": "^2.2.4"
},
"peerDependencies": {
- "expo": ">=50.0.0",
+ "expo": ">=52.0.0",
"react": "*",
"react-native": "*",
"react-native-windows": "*"
@@ -2643,9 +2300,9 @@
}
},
"node_modules/@react-native-vector-icons/common": {
- "version": "12.4.0",
- "resolved": "https://registry.npmjs.org/@react-native-vector-icons/common/-/common-12.4.0.tgz",
- "integrity": "sha512-t9W0q+AW7WH1Oj5aEg7wGNXDLZJb5sIVkAWo5qtad3PcbBADqoCdikRK/ToLK+xlB0TxjcuL0T74ogudMkYGeA==",
+ "version": "12.4.2",
+ "resolved": "https://registry.npmjs.org/@react-native-vector-icons/common/-/common-12.4.2.tgz",
+ "integrity": "sha512-15ViuwfYdkQ79VE6PiQjsGyQcEvhv4lgguhIeQU4pXLXRAFhl89Q8FdKDrGZh7+a/8WMqT1v2+JtghdoGKDE6Q==",
"license": "MIT",
"dependencies": {
"find-up": "^7.0.0",
@@ -2779,32 +2436,32 @@
}
},
"node_modules/@react-native/assets-registry": {
- "version": "0.83.4",
- "resolved": "https://registry.npmjs.org/@react-native/assets-registry/-/assets-registry-0.83.4.tgz",
- "integrity": "sha512-aqKtpbJDSQeSX/Dwv0yMe1/Rd2QfXi12lnyZDXNn/OEKz59u6+LuPBVgO/9CRyclHmdlvwg8c7PJ9eX2ZMnjWg==",
+ "version": "0.84.1",
+ "resolved": "https://registry.npmjs.org/@react-native/assets-registry/-/assets-registry-0.84.1.tgz",
+ "integrity": "sha512-lAJ6PDZv95FdT9s9uhc9ivhikW1Zwh4j9XdXM7J2l4oUA3t37qfoBmTSDLuPyE3Bi+Xtwa11hJm0BUTT2sc/gg==",
"license": "MIT",
"engines": {
"node": ">= 20.19.4"
}
},
"node_modules/@react-native/babel-plugin-codegen": {
- "version": "0.83.4",
- "resolved": "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.83.4.tgz",
- "integrity": "sha512-UFsK+c1rvT84XZfzpmwKePsc5nTr5LK7hh18TI0DooNlVcztDbMDsQZpDnhO/gmk7aTbWEqO5AB3HJ7tvGp+Jg==",
+ "version": "0.84.1",
+ "resolved": "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.84.1.tgz",
+ "integrity": "sha512-vorvcvptGxtK0qTDCFQb+W3CU6oIhzcX5dduetWRBoAhXdthEQM0MQnF+GTXoXL8/luffKgy7PlZRG/WeI/oRQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/traverse": "^7.25.3",
- "@react-native/codegen": "0.83.4"
+ "@react-native/codegen": "0.84.1"
},
"engines": {
"node": ">= 20.19.4"
}
},
"node_modules/@react-native/babel-preset": {
- "version": "0.83.4",
- "resolved": "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.83.4.tgz",
- "integrity": "sha512-SXPFn3Jp4gOzlBDnDOKPzMfxQPKJMYJs05EmEeFB/6km46xZ9l+2YKXwAwxfNhHnmwNf98U/bnVndU95I0TMCw==",
+ "version": "0.84.1",
+ "resolved": "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.84.1.tgz",
+ "integrity": "sha512-3GpmCKk21f4oe32bKIdmkdn+WydvhhZL+1nsoFBGi30Qrq9vL16giKu31OcnWshYz139x+mVAvCyoyzgn8RXSw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -2814,27 +2471,19 @@
"@babel/plugin-syntax-export-default-from": "^7.24.7",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
- "@babel/plugin-transform-arrow-functions": "^7.24.7",
"@babel/plugin-transform-async-generator-functions": "^7.25.4",
"@babel/plugin-transform-async-to-generator": "^7.24.7",
"@babel/plugin-transform-block-scoping": "^7.25.0",
"@babel/plugin-transform-class-properties": "^7.25.4",
"@babel/plugin-transform-classes": "^7.25.4",
- "@babel/plugin-transform-computed-properties": "^7.24.7",
"@babel/plugin-transform-destructuring": "^7.24.8",
"@babel/plugin-transform-flow-strip-types": "^7.25.2",
"@babel/plugin-transform-for-of": "^7.24.7",
- "@babel/plugin-transform-function-name": "^7.25.1",
- "@babel/plugin-transform-literals": "^7.25.2",
- "@babel/plugin-transform-logical-assignment-operators": "^7.24.7",
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
"@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7",
- "@babel/plugin-transform-numeric-separator": "^7.24.7",
- "@babel/plugin-transform-object-rest-spread": "^7.24.7",
"@babel/plugin-transform-optional-catch-binding": "^7.24.7",
"@babel/plugin-transform-optional-chaining": "^7.24.8",
- "@babel/plugin-transform-parameters": "^7.24.7",
"@babel/plugin-transform-private-methods": "^7.24.7",
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
"@babel/plugin-transform-react-display-name": "^7.24.7",
@@ -2843,13 +2492,9 @@
"@babel/plugin-transform-react-jsx-source": "^7.24.7",
"@babel/plugin-transform-regenerator": "^7.24.7",
"@babel/plugin-transform-runtime": "^7.24.7",
- "@babel/plugin-transform-shorthand-properties": "^7.24.7",
- "@babel/plugin-transform-spread": "^7.24.7",
- "@babel/plugin-transform-sticky-regex": "^7.24.7",
"@babel/plugin-transform-typescript": "^7.25.2",
"@babel/plugin-transform-unicode-regex": "^7.24.7",
- "@babel/template": "^7.25.0",
- "@react-native/babel-plugin-codegen": "0.83.4",
+ "@react-native/babel-plugin-codegen": "0.84.1",
"babel-plugin-syntax-hermes-parser": "0.32.0",
"babel-plugin-transform-flow-enums": "^0.0.2",
"react-refresh": "^0.14.0"
@@ -2862,17 +2507,17 @@
}
},
"node_modules/@react-native/codegen": {
- "version": "0.83.4",
- "resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.83.4.tgz",
- "integrity": "sha512-CJ7XutzIqJPz3Lp/5TOiRWlU/JAjTboMT1BHNLSXjYHXwTmgHM3iGEbpCOtBMjWvsojRTJyRO/G3ghInIIXEYg==",
+ "version": "0.84.1",
+ "resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.84.1.tgz",
+ "integrity": "sha512-n1RIU0QAavgCg1uC5+s53arL7/mpM+16IBhJ3nCFSd/iK5tUmCwxQDcIDC703fuXfpub/ZygeSjVN8bcOWn0gA==",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/parser": "^7.25.3",
- "glob": "^7.1.1",
"hermes-parser": "0.32.0",
"invariant": "^2.2.4",
"nullthrows": "^1.1.1",
+ "tinyglobby": "^0.2.15",
"yargs": "^17.6.2"
},
"engines": {
@@ -2883,12 +2528,12 @@
}
},
"node_modules/@react-native/community-cli-plugin": {
- "version": "0.83.4",
- "resolved": "https://registry.npmjs.org/@react-native/community-cli-plugin/-/community-cli-plugin-0.83.4.tgz",
- "integrity": "sha512-8os0weQEnjUhWy7Db881+JKRwNHVGM40VtTRvltAyA/YYkrGg4kPCqiTybMxQDEcF3rnviuxHyI+ITiglfmgmQ==",
+ "version": "0.84.1",
+ "resolved": "https://registry.npmjs.org/@react-native/community-cli-plugin/-/community-cli-plugin-0.84.1.tgz",
+ "integrity": "sha512-f6a+mJEJ6Joxlt/050TqYUr7uRRbeKnz8lnpL7JajhpsgZLEbkJRjH8HY5QiLcRdUwWFtizml4V+vcO3P4RxoQ==",
"license": "MIT",
"dependencies": {
- "@react-native/dev-middleware": "0.83.4",
+ "@react-native/dev-middleware": "0.84.1",
"debug": "^4.4.0",
"invariant": "^2.2.4",
"metro": "^0.83.3",
@@ -2913,21 +2558,22 @@
}
},
"node_modules/@react-native/debugger-frontend": {
- "version": "0.83.4",
- "resolved": "https://registry.npmjs.org/@react-native/debugger-frontend/-/debugger-frontend-0.83.4.tgz",
- "integrity": "sha512-mCE2s/S7SEjax3gZb6LFAraAI3x13gRVWJWqT0HIm71e4ITObENNTDuMw4mvZ/wr4Gz2wv4FcBH5/Nla9LXOcg==",
+ "version": "0.84.1",
+ "resolved": "https://registry.npmjs.org/@react-native/debugger-frontend/-/debugger-frontend-0.84.1.tgz",
+ "integrity": "sha512-rUU/Pyh3R5zT0WkVgB+yA6VwOp7HM5Hz4NYE97ajFS07OUIcv8JzBL3MXVdSSjLfldfqOuPEuKUaZcAOwPgabw==",
"license": "BSD-3-Clause",
"engines": {
"node": ">= 20.19.4"
}
},
"node_modules/@react-native/debugger-shell": {
- "version": "0.83.4",
- "resolved": "https://registry.npmjs.org/@react-native/debugger-shell/-/debugger-shell-0.83.4.tgz",
- "integrity": "sha512-FtAnrvXqy1xeZ+onwilvxEeeBsvBlhtfrHVIC2R/BOJAK9TbKEtFfjio0wsn3DQIm+UZq48DSa+p9jJZ2aJUww==",
+ "version": "0.84.1",
+ "resolved": "https://registry.npmjs.org/@react-native/debugger-shell/-/debugger-shell-0.84.1.tgz",
+ "integrity": "sha512-LIGhh4q4ette3yW5OzmukNMYwmINYrRGDZqKyTYc/VZyNpblZPw72coXVHXdfpPT6+YlxHqXzn3UjFZpNODGCQ==",
"license": "MIT",
"dependencies": {
"cross-spawn": "^7.0.6",
+ "debug": "^4.4.0",
"fb-dotslash": "0.5.8"
},
"engines": {
@@ -2935,14 +2581,14 @@
}
},
"node_modules/@react-native/dev-middleware": {
- "version": "0.83.4",
- "resolved": "https://registry.npmjs.org/@react-native/dev-middleware/-/dev-middleware-0.83.4.tgz",
- "integrity": "sha512-3s9nXZc/kj986nI2RPqxiIJeTS3o7pvZDxbHu7GE9WVIGX9YucA1l/tEiXd7BAm3TBFOfefDOT08xD46wH+R3Q==",
+ "version": "0.84.1",
+ "resolved": "https://registry.npmjs.org/@react-native/dev-middleware/-/dev-middleware-0.84.1.tgz",
+ "integrity": "sha512-Z83ra+Gk6ElAhH3XRrv3vwbwCPTb04sPPlNpotxcFZb5LtRQZwT91ZQEXw3GOJCVIFp9EQ/gj8AQbVvtHKOUlQ==",
"license": "MIT",
"dependencies": {
"@isaacs/ttlcache": "^1.4.1",
- "@react-native/debugger-frontend": "0.83.4",
- "@react-native/debugger-shell": "0.83.4",
+ "@react-native/debugger-frontend": "0.84.1",
+ "@react-native/debugger-shell": "0.84.1",
"chrome-launcher": "^0.15.2",
"chromium-edge-launcher": "^0.2.0",
"connect": "^3.6.5",
@@ -3007,32 +2653,32 @@
}
},
"node_modules/@react-native/gradle-plugin": {
- "version": "0.83.4",
- "resolved": "https://registry.npmjs.org/@react-native/gradle-plugin/-/gradle-plugin-0.83.4.tgz",
- "integrity": "sha512-AhaSWw2k3eMKqZ21IUdM7rpyTYOpAfsBbIIiom1QQii3QccX0uW2AWTcRhfuWRxqr2faGFaOBYedWl2fzp5hgw==",
+ "version": "0.84.1",
+ "resolved": "https://registry.npmjs.org/@react-native/gradle-plugin/-/gradle-plugin-0.84.1.tgz",
+ "integrity": "sha512-7uVlPBE3uluRNRX4MW7PUJIO1LDBTpAqStKHU7LHH+GRrdZbHsWtOEAX8PiY4GFfBEvG8hEjiuTOqAxMjV+hDg==",
"license": "MIT",
"engines": {
"node": ">= 20.19.4"
}
},
"node_modules/@react-native/js-polyfills": {
- "version": "0.83.4",
- "resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.83.4.tgz",
- "integrity": "sha512-wYUdv0rt4MjhKhQloO1AnGDXhZQOFZHDxm86dEtEA0WcsCdVrFdRULFM+rKUC/QQtJW2rS6WBqtBusgtrsDADg==",
+ "version": "0.84.1",
+ "resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.84.1.tgz",
+ "integrity": "sha512-UsTe2AbUugsfyI7XIHMQq4E7xeC8a6GrYwuK+NohMMMJMxmyM3JkzIk+GB9e2il6ScEQNMJNaj+q+i5za8itxQ==",
"license": "MIT",
"engines": {
"node": ">= 20.19.4"
}
},
"node_modules/@react-native/metro-babel-transformer": {
- "version": "0.83.4",
- "resolved": "https://registry.npmjs.org/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.83.4.tgz",
- "integrity": "sha512-gbqn9OmTou3TykLIbZHC2lw/tjdIPr/6KH8Uz4TAPf5f0yZuWoYtQrJ/UBJ+KVbJC5/A2vN8BXkwWXVz90hJIw==",
+ "version": "0.84.1",
+ "resolved": "https://registry.npmjs.org/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.84.1.tgz",
+ "integrity": "sha512-NswINguTz0eg1Dc0oGO/1dejXSr6iQaz8/NnCRn5HJdA3dGfqadS7zlYv0YjiWpgKgcW6uENaIEgJOQww0KSpw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/core": "^7.25.2",
- "@react-native/babel-preset": "0.83.4",
+ "@react-native/babel-preset": "0.84.1",
"hermes-parser": "0.32.0",
"nullthrows": "^1.1.1"
},
@@ -3044,14 +2690,14 @@
}
},
"node_modules/@react-native/metro-config": {
- "version": "0.83.4",
- "resolved": "https://registry.npmjs.org/@react-native/metro-config/-/metro-config-0.83.4.tgz",
- "integrity": "sha512-uYAJLDj1xWm05grHhv3swEHPsygzrl+xIbQ2b84sh9jU0LFSTgxSGv5CGgwee+F3j637GQBEoRP0ymyLqjXUIA==",
+ "version": "0.84.1",
+ "resolved": "https://registry.npmjs.org/@react-native/metro-config/-/metro-config-0.84.1.tgz",
+ "integrity": "sha512-KlRawK4aXxRLlR3HYVfZKhfQp7sejQefQ/LttUWUkErhKO0AFt+yznoSLq7xwIrH9K3A3YwImHuFVtUtuDmurA==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@react-native/js-polyfills": "0.83.4",
- "@react-native/metro-babel-transformer": "0.83.4",
+ "@react-native/js-polyfills": "0.84.1",
+ "@react-native/metro-babel-transformer": "0.84.1",
"metro-config": "^0.83.3",
"metro-runtime": "^0.83.3"
},
@@ -3060,15 +2706,15 @@
}
},
"node_modules/@react-native/normalize-colors": {
- "version": "0.83.4",
- "resolved": "https://registry.npmjs.org/@react-native/normalize-colors/-/normalize-colors-0.83.4.tgz",
- "integrity": "sha512-9ezxaHjxqTkTOLg62SGg7YhFaE+fxa/jlrWP0nwf7eGFHlGOiTAaRR2KUfiN3K05e+EMbEhgcH/c7bgaXeGyJw==",
+ "version": "0.84.1",
+ "resolved": "https://registry.npmjs.org/@react-native/normalize-colors/-/normalize-colors-0.84.1.tgz",
+ "integrity": "sha512-/UPaQ4jl95soXnLDEJ6Cs6lnRXhwbxtT4KbZz+AFDees7prMV2NOLcHfCnzmTabf5Y3oxENMVBL666n4GMLcTA==",
"license": "MIT"
},
"node_modules/@react-native/virtualized-lists": {
- "version": "0.83.4",
- "resolved": "https://registry.npmjs.org/@react-native/virtualized-lists/-/virtualized-lists-0.83.4.tgz",
- "integrity": "sha512-vNF/8kokMW8JEjG4n+j7veLTjHRRABlt4CaTS6+wtqzvWxCJHNIC8fhCqrDPn9fIn8sNePd8DyiFVX5L9TBBRA==",
+ "version": "0.84.1",
+ "resolved": "https://registry.npmjs.org/@react-native/virtualized-lists/-/virtualized-lists-0.84.1.tgz",
+ "integrity": "sha512-sJoDunzhci8ZsqxlUiKoLut4xQeQcmbIgvDHGQKeBz6uEq9HgU+hCWOijMRr6sLP0slQVfBAza34Rq7IbXZZOA==",
"license": "MIT",
"dependencies": {
"invariant": "^2.2.4",
@@ -3089,12 +2735,12 @@
}
},
"node_modules/@react-navigation/core": {
- "version": "7.15.1",
- "resolved": "https://registry.npmjs.org/@react-navigation/core/-/core-7.15.1.tgz",
- "integrity": "sha512-Fqr6qxfZJIC4ewho7LtTa9zz6hcOzohX7D1lcDfrkGaYkS5xBwEZViGNxCJK/czUc74ua8NThyrObQFjB6Q/RQ==",
+ "version": "7.17.4",
+ "resolved": "https://registry.npmjs.org/@react-navigation/core/-/core-7.17.4.tgz",
+ "integrity": "sha512-Rv9E2oNNQEkPGpmu9q+vJwGJRSQR6LBg5L+Yo1QHjtwGbHUbjkIKOdYymDZoZYgNzX2OD4rAIlfuzbDKa3cCeA==",
"license": "MIT",
"dependencies": {
- "@react-navigation/routers": "^7.5.3",
+ "@react-navigation/routers": "^7.5.5",
"escape-string-regexp": "^4.0.0",
"fast-deep-equal": "^3.1.3",
"nanoid": "^3.3.11",
@@ -3108,12 +2754,12 @@
}
},
"node_modules/@react-navigation/native": {
- "version": "7.1.31",
- "resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-7.1.31.tgz",
- "integrity": "sha512-+YCUwtfDgsux59Q0LDHc3Zid9ih93ecUCFWZOH6/+eNoUGnWx77wjS6ZfvBO/7E+EiIup11IVShDzCHR4of8hw==",
+ "version": "7.2.4",
+ "resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-7.2.4.tgz",
+ "integrity": "sha512-eWC2D3JjhYLId2fVTZhhCiUpWIaPhO9XyEb7Wq8ElmOHyIODlbOzgZ0rKia02OIsDKr9BzZl2sK1dL70yMxDaw==",
"license": "MIT",
"dependencies": {
- "@react-navigation/core": "^7.15.1",
+ "@react-navigation/core": "^7.17.4",
"escape-string-regexp": "^4.0.0",
"fast-deep-equal": "^3.1.3",
"nanoid": "^3.3.11",
@@ -3125,18 +2771,18 @@
}
},
"node_modules/@react-navigation/routers": {
- "version": "7.5.3",
- "resolved": "https://registry.npmjs.org/@react-navigation/routers/-/routers-7.5.3.tgz",
- "integrity": "sha512-1tJHg4KKRJuQ1/EvJxatrMef3NZXEPzwUIUZ3n1yJ2t7Q97siwRtbynRpQG9/69ebbtiZ8W3ScOZF/OmhvM4Rg==",
+ "version": "7.5.5",
+ "resolved": "https://registry.npmjs.org/@react-navigation/routers/-/routers-7.5.5.tgz",
+ "integrity": "sha512-9/hhMte12Kgu+pMnLfA4EWJ0OQmIEAMVMX06FPH2yGkEQSQ3JhhCN/GkcRikzQhtEi97VYYQA15umptBUShcOQ==",
"license": "MIT",
"dependencies": {
"nanoid": "^3.3.11"
}
},
"node_modules/@shopify/flash-list": {
- "version": "2.2.2",
- "resolved": "https://registry.npmjs.org/@shopify/flash-list/-/flash-list-2.2.2.tgz",
- "integrity": "sha512-YrvLBK5FCpvuX+d9QvJvjVqyi4eBUaEamkyfh9CjPdF6c+AukP0RSBh97qHyTwOEaVq21A5ukwgyWMDIbmxpmQ==",
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/@shopify/flash-list/-/flash-list-2.3.1.tgz",
+ "integrity": "sha512-7oktg2NQR7KAODjFoDaWe8/OBzyYbdTE3zQTrUBMxjIbxHTHN7UXRX1hX3DHk8KvtkgQdRfZOV8Gjj2l4fGrXw==",
"license": "MIT",
"peerDependencies": {
"@babel/runtime": "*",
@@ -3166,9 +2812,9 @@
"license": "BSD-3-Clause"
},
"node_modules/@sinclair/typebox": {
- "version": "0.27.8",
- "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz",
- "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==",
+ "version": "0.27.10",
+ "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.10.tgz",
+ "integrity": "sha512-MTBk/3jGLNB2tVxv6uLlFh1iu64iYOQ2PbdOSK3NW8JZsmlaOh2q6sdtKowBhfw8QFLmYNzTW4/oK4uATIi6ZA==",
"license": "MIT"
},
"node_modules/@sinonjs/commons": {
@@ -3331,12 +2977,30 @@
}
},
"node_modules/@types/node": {
- "version": "24.10.1",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.1.tgz",
- "integrity": "sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==",
+ "version": "25.7.0",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-25.7.0.tgz",
+ "integrity": "sha512-z+pdZyxE+RTQE9AcboAZCb4otwcrvgHD+GlBpPgn0emDVt0ohrTMhAwlr2Wd9nZ+nihhYFxO2pThz3C5qSu2Eg==",
+ "license": "MIT",
+ "dependencies": {
+ "undici-types": "~7.21.0"
+ }
+ },
+ "node_modules/@types/react": {
+ "version": "19.2.14",
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz",
+ "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==",
+ "license": "MIT",
+ "dependencies": {
+ "csstype": "^3.2.2"
+ }
+ },
+ "node_modules/@types/react-test-renderer": {
+ "version": "19.1.0",
+ "resolved": "https://registry.npmjs.org/@types/react-test-renderer/-/react-test-renderer-19.1.0.tgz",
+ "integrity": "sha512-XD0WZrHqjNrxA/MaR9O22w/RNidWR9YZmBdRGI7wcnWGrv/3dA8wKCJ8m63Sn+tLJhcjmuhOi629N66W6kgWzQ==",
"license": "MIT",
"dependencies": {
- "undici-types": "~7.16.0"
+ "@types/react": "*"
}
},
"node_modules/@types/stack-utils": {
@@ -3368,18 +3032,18 @@
"license": "MIT"
},
"node_modules/@vscode/sudo-prompt": {
- "version": "9.3.1",
- "resolved": "https://registry.npmjs.org/@vscode/sudo-prompt/-/sudo-prompt-9.3.1.tgz",
- "integrity": "sha512-9ORTwwS74VaTn38tNbQhsA5U44zkJfcb0BdTSyyG6frP4e8KMtHuTXYmwefe5dpL8XB1aGSIVTaLjD3BbWb5iA==",
+ "version": "9.3.2",
+ "resolved": "https://registry.npmjs.org/@vscode/sudo-prompt/-/sudo-prompt-9.3.2.tgz",
+ "integrity": "sha512-gcXoCN00METUNFeQOFJ+C9xUI0DKB+0EGMVg7wbVYRHBw2Eq3fKisDZOkRdOz3kqXRKOENMfShPOmypw1/8nOw==",
"license": "MIT"
},
"node_modules/@xmldom/xmldom": {
- "version": "0.8.13",
- "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.13.tgz",
- "integrity": "sha512-KRYzxepc14G/CEpEGc3Yn+JKaAeT63smlDr+vjB8jRfgTBBI9wRj/nkQEO+ucV8p8I9bfKLWp37uHgFrbntPvw==",
+ "version": "0.9.10",
+ "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.10.tgz",
+ "integrity": "sha512-A9gOqLdi6cV4ibazAjcQufGj0B1y/vDqYrcuP6d/6x8P27gRS8643Dj9o1dEKtB6O7fwxb2FgBmJS2mX7gpvdw==",
"license": "MIT",
"engines": {
- "node": ">=10.0.0"
+ "node": ">=14.6"
}
},
"node_modules/@yarnpkg/lockfile": {
@@ -3539,9 +3203,9 @@
"license": "MIT"
},
"node_modules/b4a": {
- "version": "1.7.3",
- "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.7.3.tgz",
- "integrity": "sha512-5Q2mfq2WfGuFp3uS//0s6baOJLMoVduPYVeNmDYxu5OUA1/cBfvr2RIS7vi62LdNj/urk1hfmj867I3qt6uZ7Q==",
+ "version": "1.8.1",
+ "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.8.1.tgz",
+ "integrity": "sha512-aiqre1Nr0B/6DgE2N5vwTc+2/oQZ4Wh1t4NznYY4E00y8LCt6NqdRv81so00oo27D8MVKTpUa/MwUUtBLXCoDw==",
"license": "Apache-2.0",
"peerDependencies": {
"react-native-b4a": "*"
@@ -3614,14 +3278,14 @@
}
},
"node_modules/babel-plugin-polyfill-corejs2": {
- "version": "0.4.14",
- "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.14.tgz",
- "integrity": "sha512-Co2Y9wX854ts6U8gAAPXfn0GmAyctHuK8n0Yhfjd6t30g7yvKjspvvOo9yG+z52PZRgFErt7Ka2pYnXCjLKEpg==",
+ "version": "0.4.17",
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.17.tgz",
+ "integrity": "sha512-aTyf30K/rqAsNwN76zYrdtx8obu0E4KoUME29B1xj+B3WxgvWkp943vYQ+z8Mv3lw9xHXMHpvSPOBxzAkIa94w==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/compat-data": "^7.27.7",
- "@babel/helper-define-polyfill-provider": "^0.6.5",
+ "@babel/compat-data": "^7.28.6",
+ "@babel/helper-define-polyfill-provider": "^0.6.8",
"semver": "^6.3.1"
},
"peerDependencies": {
@@ -3643,13 +3307,13 @@
}
},
"node_modules/babel-plugin-polyfill-regenerator": {
- "version": "0.6.5",
- "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.5.tgz",
- "integrity": "sha512-ISqQ2frbiNU9vIJkzg7dlPpznPZ4jOiUQ1uSmB0fEHeowtN3COYRsXr/xexn64NpU13P06jc/L5TgiJXOgrbEg==",
+ "version": "0.6.8",
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.8.tgz",
+ "integrity": "sha512-M762rNHfSF1EV3SLtnCJXFoQbbIIz0OyRwnCmV0KPC7qosSfCO0QLTSuJX3ayAebubhE6oYBAYPrBA5ljowaZg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/helper-define-polyfill-provider": "^0.6.5"
+ "@babel/helper-define-polyfill-provider": "^0.6.8"
},
"peerDependencies": {
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
@@ -3717,10 +3381,13 @@
}
},
"node_modules/balanced-match": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
- "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
- "license": "MIT"
+ "version": "4.0.4",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
+ "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
+ "license": "MIT",
+ "engines": {
+ "node": "18 || 20 || >=22"
+ }
},
"node_modules/bare-events": {
"version": "2.8.2",
@@ -3737,11 +3404,10 @@
}
},
"node_modules/bare-fs": {
- "version": "4.5.2",
- "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.5.2.tgz",
- "integrity": "sha512-veTnRzkb6aPHOvSKIOy60KzURfBdUflr5VReI+NSaPL6xf+XLdONQgZgpYvUuZLVQ8dCqxpBAudaOM1+KpAUxw==",
+ "version": "4.7.1",
+ "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.7.1.tgz",
+ "integrity": "sha512-WDRsyVN52eAx/lBamKD6uyw8H4228h/x0sGGGegOamM2cd7Pag88GfMQalobXI+HaEUxpCkbKQUDOQqt9wawRw==",
"license": "Apache-2.0",
- "optional": true,
"dependencies": {
"bare-events": "^2.5.4",
"bare-path": "^3.0.0",
@@ -3762,11 +3428,10 @@
}
},
"node_modules/bare-os": {
- "version": "3.6.2",
- "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.6.2.tgz",
- "integrity": "sha512-T+V1+1srU2qYNBmJCXZkUY5vQ0B4FSlL3QDROnKQYOqeiQR8UbjNHlPa+TIbM4cuidiN9GaTaOZgSEgsvPbh5A==",
+ "version": "3.9.1",
+ "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.9.1.tgz",
+ "integrity": "sha512-6M5XjcnsygQNPMCMPXSK379xrJFiZ/AEMNBmFEmQW8d/789VQATvriyi5r0HYTL9TkQ26rn3kgdTG3aisbrXkQ==",
"license": "Apache-2.0",
- "optional": true,
"engines": {
"bare": ">=1.14.0"
}
@@ -3776,25 +3441,28 @@
"resolved": "https://registry.npmjs.org/bare-path/-/bare-path-3.0.0.tgz",
"integrity": "sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==",
"license": "Apache-2.0",
- "optional": true,
"dependencies": {
"bare-os": "^3.0.1"
}
},
"node_modules/bare-stream": {
- "version": "2.7.0",
- "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.7.0.tgz",
- "integrity": "sha512-oyXQNicV1y8nc2aKffH+BUHFRXmx6VrPzlnaEvMhram0nPBrKcEdcyBg5r08D0i8VxngHFAiVyn1QKXpSG0B8A==",
+ "version": "2.13.1",
+ "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.13.1.tgz",
+ "integrity": "sha512-Vp0cnjYyrEC4whYTymQ+YZi6pBpfiICZO3cfRG8sy67ZNWe951urv1x4eW1BKNngw3U+3fPYb5JQvHbCtxH7Ow==",
"license": "Apache-2.0",
- "optional": true,
"dependencies": {
- "streamx": "^2.21.0"
+ "streamx": "^2.25.0",
+ "teex": "^1.0.1"
},
"peerDependencies": {
+ "bare-abort-controller": "*",
"bare-buffer": "*",
"bare-events": "*"
},
"peerDependenciesMeta": {
+ "bare-abort-controller": {
+ "optional": true
+ },
"bare-buffer": {
"optional": true
},
@@ -3804,11 +3472,10 @@
}
},
"node_modules/bare-url": {
- "version": "2.3.2",
- "resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.3.2.tgz",
- "integrity": "sha512-ZMq4gd9ngV5aTMa5p9+UfY0b3skwhHELaDkhEHetMdX0LRkW9kzaym4oo/Eh+Ghm0CCDuMTsRIGM/ytUc1ZYmw==",
+ "version": "2.4.3",
+ "resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.4.3.tgz",
+ "integrity": "sha512-Kccpc7ACfXaxfeInfqKcZtW4pT5YBn1mesc4sCsun6sRwtbJ4h+sNOaksUpYEJUKfN65YWC6Bw2OJEFiKxq8nQ==",
"license": "Apache-2.0",
- "optional": true,
"dependencies": {
"bare-path": "^3.0.0"
}
@@ -3839,12 +3506,15 @@
"license": "MIT"
},
"node_modules/baseline-browser-mapping": {
- "version": "2.8.31",
- "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.31.tgz",
- "integrity": "sha512-a28v2eWrrRWPpJSzxc+mKwm0ZtVx/G8SepdQZDArnXYU/XS+IF6mp8aB/4E+hH1tyGCoDo3KlUCdlSxGDsRkAw==",
+ "version": "2.10.29",
+ "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.29.tgz",
+ "integrity": "sha512-Asa2krT+XTPZINCS+2QcyS8WTkObE77RwkydwF7h6DmnKqbvlalz93m/dnphUyCa6SWSP51VgtEUf2FN+gelFQ==",
"license": "Apache-2.0",
"bin": {
- "baseline-browser-mapping": "dist/cli.js"
+ "baseline-browser-mapping": "dist/cli.cjs"
+ },
+ "engines": {
+ "node": ">=6.0.0"
}
},
"node_modules/big-integer": {
@@ -3919,13 +3589,15 @@
}
},
"node_modules/brace-expansion": {
- "version": "1.1.14",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz",
- "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
+ "version": "5.0.6",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
+ "integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
"license": "MIT",
"dependencies": {
- "balanced-match": "^1.0.0",
- "concat-map": "0.0.1"
+ "balanced-match": "^4.0.2"
+ },
+ "engines": {
+ "node": "18 || 20 || >=22"
}
},
"node_modules/braces": {
@@ -3941,9 +3613,9 @@
}
},
"node_modules/browserslist": {
- "version": "4.28.0",
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.0.tgz",
- "integrity": "sha512-tbydkR/CxfMwelN0vwdP/pLkDwyAASZ+VfWm4EOwlB6SWhx1sYnWLqo8N5j0rAzPfzfRaxt0mM/4wPU/Su84RQ==",
+ "version": "4.28.2",
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.2.tgz",
+ "integrity": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==",
"funding": [
{
"type": "opencollective",
@@ -3960,11 +3632,11 @@
],
"license": "MIT",
"dependencies": {
- "baseline-browser-mapping": "^2.8.25",
- "caniuse-lite": "^1.0.30001754",
- "electron-to-chromium": "^1.5.249",
- "node-releases": "^2.0.27",
- "update-browserslist-db": "^1.1.4"
+ "baseline-browser-mapping": "^2.10.12",
+ "caniuse-lite": "^1.0.30001782",
+ "electron-to-chromium": "^1.5.328",
+ "node-releases": "^2.0.36",
+ "update-browserslist-db": "^1.2.3"
},
"bin": {
"browserslist": "cli.js"
@@ -4022,15 +3694,15 @@
}
},
"node_modules/call-bind": {
- "version": "1.0.8",
- "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
- "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
+ "version": "1.0.9",
+ "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.9.tgz",
+ "integrity": "sha512-a/hy+pNsFUTR+Iz8TCJvXudKVLAnz/DyeSUo10I5yvFDQJBFU2s9uqQpoSrJlroHUKoKqzg+epxyP9lqFdzfBQ==",
"dev": true,
"license": "MIT",
"dependencies": {
- "call-bind-apply-helpers": "^1.0.0",
- "es-define-property": "^1.0.0",
- "get-intrinsic": "^1.2.4",
+ "call-bind-apply-helpers": "^1.0.2",
+ "es-define-property": "^1.0.1",
+ "get-intrinsic": "^1.3.0",
"set-function-length": "^1.2.2"
},
"engines": {
@@ -4091,9 +3763,9 @@
}
},
"node_modules/caniuse-lite": {
- "version": "1.0.30001757",
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001757.tgz",
- "integrity": "sha512-r0nnL/I28Zi/yjk1el6ilj27tKcdjLsNqAOZr0yVjWPrSQyHgKI2INaEWw21bAQSv2LXRt1XuCS/GomNpWOxsQ==",
+ "version": "1.0.30001792",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001792.tgz",
+ "integrity": "sha512-hVLMUZFgR4JJ6ACt1uEESvQN1/dBVqPAKY0hgrV70eN3391K6juAfTjKZLKvOMsx8PxA7gsY1/tLMMTcfFLLpw==",
"funding": [
{
"type": "opencollective",
@@ -4451,13 +4123,13 @@
"license": "MIT"
},
"node_modules/core-js-compat": {
- "version": "3.47.0",
- "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.47.0.tgz",
- "integrity": "sha512-IGfuznZ/n7Kp9+nypamBhvwdwLsW6KC8IOaURw2doAK5e98AG3acVLdh0woOnEqCfUtS+Vu882JE4k/DAm3ItQ==",
+ "version": "3.49.0",
+ "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.49.0.tgz",
+ "integrity": "sha512-VQXt1jr9cBz03b331DFDCCP90b3fanciLkgiOoy8SBHy06gNf+vQ1A3WFLqG7I8TipYIKeYK9wxd0tUrvHcOZA==",
"dev": true,
"license": "MIT",
"dependencies": {
- "browserslist": "^4.28.0"
+ "browserslist": "^4.28.1"
},
"funding": {
"type": "opencollective",
@@ -4555,10 +4227,16 @@
"url": "https://github.com/sponsors/fb55"
}
},
+ "node_modules/csstype": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
+ "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
+ "license": "MIT"
+ },
"node_modules/dayjs": {
- "version": "1.11.19",
- "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.19.tgz",
- "integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==",
+ "version": "1.11.20",
+ "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.20.tgz",
+ "integrity": "sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==",
"license": "MIT"
},
"node_modules/debug": {
@@ -4781,9 +4459,9 @@
"license": "MIT"
},
"node_modules/electron-to-chromium": {
- "version": "1.5.262",
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.262.tgz",
- "integrity": "sha512-NlAsMteRHek05jRUxUR0a5jpjYq9ykk6+kO0yRaMi5moe7u0fVIOeQ3Y30A8dIiWFBNUoQGi1ljb1i5VtS9WQQ==",
+ "version": "1.5.354",
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.354.tgz",
+ "integrity": "sha512-JaBHwWcfIdmSAfWM5l3uwjGd431j8YEMikZ+K/2nXVuBqJKyZ0f+2h4n4JY5AyNiZmnY9qQr2RU3v9DxDmHMNg==",
"license": "ISC"
},
"node_modules/emoji-regex": {
@@ -5053,9 +4731,9 @@
"license": "MIT"
},
"node_modules/fast-xml-builder": {
- "version": "1.1.9",
- "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.9.tgz",
- "integrity": "sha512-jcyKVSEX13iseJqg7n/KWw+xnu/7fdrZ333Fac54KjHDIELVCfDDJXYIm6DTJ0Su4gSzrhqiK0DzY/wZbF40mw==",
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz",
+ "integrity": "sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==",
"funding": [
{
"type": "github",
@@ -5064,13 +4742,14 @@
],
"license": "MIT",
"dependencies": {
- "path-expression-matcher": "^1.1.3"
+ "path-expression-matcher": "^1.5.0",
+ "xml-naming": "^0.1.0"
}
},
"node_modules/fast-xml-parser": {
- "version": "4.5.6",
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.6.tgz",
- "integrity": "sha512-Yd4vkROfJf8AuJrDIVMVmYfULKmIJszVsMv7Vo71aocsKgFxpdlpSHXSaInvyYfgw2PRuObQSW2GFpVMUjxu9A==",
+ "version": "5.8.0",
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.8.0.tgz",
+ "integrity": "sha512-6bIM7fsJxeo3uXv7OncQYsBAMPJ7V16Slahl/6M98C/i2q+vB1+4a0MtrvYwDFEUrwDSbAmeLDRXsOBwrL7yAg==",
"funding": [
{
"type": "github",
@@ -5079,16 +4758,20 @@
],
"license": "MIT",
"dependencies": {
- "strnum": "^1.0.5"
+ "@nodable/entities": "^2.1.0",
+ "fast-xml-builder": "^1.2.0",
+ "path-expression-matcher": "^1.5.0",
+ "strnum": "^2.3.0",
+ "xml-naming": "^0.1.0"
},
"bin": {
"fxparser": "src/cli/cli.js"
}
},
"node_modules/fastq": {
- "version": "1.19.1",
- "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz",
- "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
+ "version": "1.20.1",
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
+ "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
"license": "ISC",
"dependencies": {
"reusify": "^1.0.4"
@@ -5115,6 +4798,23 @@
"bser": "2.1.1"
}
},
+ "node_modules/fdir": {
+ "version": "6.5.0",
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=12.0.0"
+ },
+ "peerDependencies": {
+ "picomatch": "^3 || ^4"
+ },
+ "peerDependenciesMeta": {
+ "picomatch": {
+ "optional": true
+ }
+ }
+ },
"node_modules/fecha": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/fecha/-/fecha-4.2.3.tgz",
@@ -5405,21 +5105,17 @@
"license": "MIT"
},
"node_modules/glob": {
- "version": "7.2.3",
- "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
- "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
- "deprecated": "Glob versions prior to v9 are no longer supported",
- "license": "ISC",
+ "version": "13.0.1",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.1.tgz",
+ "integrity": "sha512-B7U/vJpE3DkJ5WXTgTpTRN63uV42DseiXXKMwG14LQBXmsdeIoHAPbU/MEo6II0k5ED74uc2ZGTC6MwHFQhF6w==",
+ "license": "BlueOak-1.0.0",
"dependencies": {
- "fs.realpath": "^1.0.0",
- "inflight": "^1.0.4",
- "inherits": "2",
- "minimatch": "^3.1.1",
- "once": "^1.3.0",
- "path-is-absolute": "^1.0.0"
+ "minimatch": "^10.1.2",
+ "minipass": "^7.1.2",
+ "path-scurry": "^2.0.0"
},
"engines": {
- "node": "*"
+ "node": "20 || >=22"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
@@ -5490,9 +5186,9 @@
}
},
"node_modules/hasown": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
- "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.3.tgz",
+ "integrity": "sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==",
"license": "MIT",
"dependencies": {
"function-bind": "^1.1.2"
@@ -5511,9 +5207,9 @@
}
},
"node_modules/hermes-compiler": {
- "version": "0.14.1",
- "resolved": "https://registry.npmjs.org/hermes-compiler/-/hermes-compiler-0.14.1.tgz",
- "integrity": "sha512-+RPPQlayoZ9n6/KXKt5SFILWXCGJ/LV5d24L5smXrvTDrPS4L6dSctPczXauuvzFP3QEJbD1YO7Z3Ra4a+4IhA==",
+ "version": "250829098.0.9",
+ "resolved": "https://registry.npmjs.org/hermes-compiler/-/hermes-compiler-250829098.0.9.tgz",
+ "integrity": "sha512-hZ5O7PDz1vQ99TS7HD3FJ9zVynfU1y+VWId6U1Pldvd8hmAYrNec/XLPYJKD3dLOW6NXak6aAQAuMuSo3ji0tQ==",
"license": "MIT"
},
"node_modules/hermes-estree": {
@@ -5732,13 +5428,13 @@
"license": "MIT"
},
"node_modules/is-core-module": {
- "version": "2.16.1",
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
- "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
+ "version": "2.16.2",
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.2.tgz",
+ "integrity": "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==",
"dev": true,
"license": "MIT",
"dependencies": {
- "hasown": "^2.0.2"
+ "hasown": "^2.0.3"
},
"engines": {
"node": ">= 0.4"
@@ -6232,9 +5928,9 @@
"license": "MIT"
},
"node_modules/launch-editor": {
- "version": "2.12.0",
- "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.12.0.tgz",
- "integrity": "sha512-giOHXoOtifjdHqUamwKq6c49GzBdLjvxrd2D+Q4V6uOHopJv7p9VJxikDsQ/CBXZbEITgUqSVHXLTG3VhPP1Dg==",
+ "version": "2.13.2",
+ "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.13.2.tgz",
+ "integrity": "sha512-4VVDnbOpLXy/s8rdRCSXb+zfMeFR0WlJWpET1iA9CQdlZDfwyLjUuGQzXU4VeOoey6AicSAluWan7Etga6Kcmg==",
"license": "MIT",
"dependencies": {
"picocolors": "^1.1.1",
@@ -6586,8 +6282,8 @@
},
"node_modules/mendix-native": {
"version": "0.4.1",
- "resolved": "https://github.com/mendix/mendix-native/releases/download/v0.4.1/mendix-native-v0.4.1.tgz",
- "integrity": "sha512-Ly2dNXqEZ7W2hrx3l0QK/Gz33+7l4P2fokMvs6oU65wSUlmekZ8PJE7R8DSfbtYEujmS07woubzON6+z8Bj5gg==",
+ "resolved": "file:package-0.4.1.tgz",
+ "integrity": "sha512-vZpT8dcnWrHscmbahhLt2STx9j5DdJAnlJm9RVyijQM6/XXyvFWLfZOjcnAoKQJ2uGsh++WVeHPZiWw3yLN8TA==",
"license": "MIT",
"workspaces": [
"example"
@@ -6628,9 +6324,9 @@
}
},
"node_modules/metro": {
- "version": "0.83.5",
- "resolved": "https://registry.npmjs.org/metro/-/metro-0.83.5.tgz",
- "integrity": "sha512-BgsXevY1MBac/3ZYv/RfNFf/4iuW9X7f4H8ZNkiH+r667HD9sVujxcmu4jvEzGCAm4/WyKdZCuyhAcyhTHOucQ==",
+ "version": "0.83.7",
+ "resolved": "https://registry.npmjs.org/metro/-/metro-0.83.7.tgz",
+ "integrity": "sha512-SPaPEyvTsTmd0LpT7RaZciQyDw2i/JB7+iY9L5VfBo72+psescFxBqpI1TL9dnL+pmnfkU+l/J1mEEGLeF65EQ==",
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.29.0",
@@ -6641,31 +6337,30 @@
"@babel/traverse": "^7.29.0",
"@babel/types": "^7.29.0",
"accepts": "^2.0.0",
- "chalk": "^4.0.0",
"ci-info": "^2.0.0",
"connect": "^3.6.5",
"debug": "^4.4.0",
"error-stack-parser": "^2.0.6",
"flow-enums-runtime": "^0.0.6",
"graceful-fs": "^4.2.4",
- "hermes-parser": "0.33.3",
+ "hermes-parser": "0.35.0",
"image-size": "^1.0.2",
"invariant": "^2.2.4",
"jest-worker": "^29.7.0",
"jsc-safe-url": "^0.2.2",
"lodash.throttle": "^4.1.1",
- "metro-babel-transformer": "0.83.5",
- "metro-cache": "0.83.5",
- "metro-cache-key": "0.83.5",
- "metro-config": "0.83.5",
- "metro-core": "0.83.5",
- "metro-file-map": "0.83.5",
- "metro-resolver": "0.83.5",
- "metro-runtime": "0.83.5",
- "metro-source-map": "0.83.5",
- "metro-symbolicate": "0.83.5",
- "metro-transform-plugins": "0.83.5",
- "metro-transform-worker": "0.83.5",
+ "metro-babel-transformer": "0.83.7",
+ "metro-cache": "0.83.7",
+ "metro-cache-key": "0.83.7",
+ "metro-config": "0.83.7",
+ "metro-core": "0.83.7",
+ "metro-file-map": "0.83.7",
+ "metro-resolver": "0.83.7",
+ "metro-runtime": "0.83.7",
+ "metro-source-map": "0.83.7",
+ "metro-symbolicate": "0.83.7",
+ "metro-transform-plugins": "0.83.7",
+ "metro-transform-worker": "0.83.7",
"mime-types": "^3.0.1",
"nullthrows": "^1.1.1",
"serialize-error": "^2.1.0",
@@ -6682,14 +6377,15 @@
}
},
"node_modules/metro-babel-transformer": {
- "version": "0.83.5",
- "resolved": "https://registry.npmjs.org/metro-babel-transformer/-/metro-babel-transformer-0.83.5.tgz",
- "integrity": "sha512-d9FfmgUEVejTiSb7bkQeLRGl6aeno2UpuPm3bo3rCYwxewj03ymvOn8s8vnS4fBqAPQ+cE9iQM40wh7nGXR+eA==",
+ "version": "0.83.7",
+ "resolved": "https://registry.npmjs.org/metro-babel-transformer/-/metro-babel-transformer-0.83.7.tgz",
+ "integrity": "sha512-sBqBkt6kNut/88bv+Ucvm4yqdPetbvAEsHzi3MAgJEifOSYYzX5Z5Kgw3TFOrwf/mHJTOBG2ONlaMHoyfP15TA==",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.25.2",
"flow-enums-runtime": "^0.0.6",
- "hermes-parser": "0.33.3",
+ "hermes-parser": "0.35.0",
+ "metro-cache-key": "0.83.7",
"nullthrows": "^1.1.1"
},
"engines": {
@@ -6697,39 +6393,39 @@
}
},
"node_modules/metro-babel-transformer/node_modules/hermes-estree": {
- "version": "0.33.3",
- "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.33.3.tgz",
- "integrity": "sha512-6kzYZHCk8Fy1Uc+t3HGYyJn3OL4aeqKLTyina4UFtWl8I0kSL7OmKThaiX+Uh2f8nGw3mo4Ifxg0M5Zk3/Oeqg==",
+ "version": "0.35.0",
+ "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.35.0.tgz",
+ "integrity": "sha512-xVx5Opwy8Oo1I5yGpVRhCvWL/iV3M+ylksSKVNlxxD90cpDpR/AR1jLYqK8HWihm065a6UI3HeyAmYzwS8NOOg==",
"license": "MIT"
},
"node_modules/metro-babel-transformer/node_modules/hermes-parser": {
- "version": "0.33.3",
- "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.33.3.tgz",
- "integrity": "sha512-Yg3HgaG4CqgyowtYjX/FsnPAuZdHOqSMtnbpylbptsQ9nwwSKsy6uRWcGO5RK0EqiX12q8HvDWKgeAVajRO5DA==",
+ "version": "0.35.0",
+ "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.35.0.tgz",
+ "integrity": "sha512-9JLjeHxBx8T4CAsydZR49PNZUaix+WpQJwu9p2010lu+7Kwl6D/7wYFFJxoz+aXkaaClp9Zfg6W6/zVlSJORaA==",
"license": "MIT",
"dependencies": {
- "hermes-estree": "0.33.3"
+ "hermes-estree": "0.35.0"
}
},
"node_modules/metro-cache": {
- "version": "0.83.5",
- "resolved": "https://registry.npmjs.org/metro-cache/-/metro-cache-0.83.5.tgz",
- "integrity": "sha512-oH+s4U+IfZyg8J42bne2Skc90rcuESIYf86dYittcdWQtPfcaFXWpByPyTuWk3rR1Zz3Eh5HOrcVImfEhhJLng==",
+ "version": "0.83.7",
+ "resolved": "https://registry.npmjs.org/metro-cache/-/metro-cache-0.83.7.tgz",
+ "integrity": "sha512-E9SRePXQ1Zvlj79VcOk57q7VC7rMHMFQ+jhmPHBiq+dJ0bJB5BL87lWZF6oh5X76Cci5tpDuQNaDwwuSCToEeg==",
"license": "MIT",
"dependencies": {
"exponential-backoff": "^3.1.1",
"flow-enums-runtime": "^0.0.6",
"https-proxy-agent": "^7.0.5",
- "metro-core": "0.83.5"
+ "metro-core": "0.83.7"
},
"engines": {
"node": ">=20.19.4"
}
},
"node_modules/metro-cache-key": {
- "version": "0.83.5",
- "resolved": "https://registry.npmjs.org/metro-cache-key/-/metro-cache-key-0.83.5.tgz",
- "integrity": "sha512-Ycl8PBajB7bhbAI7Rt0xEyiF8oJ0RWX8EKkolV1KfCUlC++V/GStMSGpPLwnnBZXZWkCC5edBPzv1Hz1Yi0Euw==",
+ "version": "0.83.7",
+ "resolved": "https://registry.npmjs.org/metro-cache-key/-/metro-cache-key-0.83.7.tgz",
+ "integrity": "sha512-W1c2Nmx8MiJTJt+eWhMO08z9VKi3kZOaz99IYGdqeqDgY9j+yZjXl62rUav4Di0heZfh4/n2s722PqRL1OODeg==",
"license": "MIT",
"dependencies": {
"flow-enums-runtime": "^0.0.6"
@@ -6739,18 +6435,18 @@
}
},
"node_modules/metro-config": {
- "version": "0.83.5",
- "resolved": "https://registry.npmjs.org/metro-config/-/metro-config-0.83.5.tgz",
- "integrity": "sha512-JQ/PAASXH7yczgV6OCUSRhZYME+NU8NYjI2RcaG5ga4QfQ3T/XdiLzpSb3awWZYlDCcQb36l4Vl7i0Zw7/Tf9w==",
+ "version": "0.83.7",
+ "resolved": "https://registry.npmjs.org/metro-config/-/metro-config-0.83.7.tgz",
+ "integrity": "sha512-83mjWFbFOt2GeJ6pFIum5mSnc1uTsZJAtD8o4ej0s4NVsYsA7fB+pHvTfHhFrpeMONaobu2riKavkPei05Er/Q==",
"license": "MIT",
"dependencies": {
"connect": "^3.6.5",
"flow-enums-runtime": "^0.0.6",
"jest-validate": "^29.7.0",
- "metro": "0.83.5",
- "metro-cache": "0.83.5",
- "metro-core": "0.83.5",
- "metro-runtime": "0.83.5",
+ "metro": "0.83.7",
+ "metro-cache": "0.83.7",
+ "metro-core": "0.83.7",
+ "metro-runtime": "0.83.7",
"yaml": "^2.6.1"
},
"engines": {
@@ -6758,23 +6454,23 @@
}
},
"node_modules/metro-core": {
- "version": "0.83.5",
- "resolved": "https://registry.npmjs.org/metro-core/-/metro-core-0.83.5.tgz",
- "integrity": "sha512-YcVcLCrf0ed4mdLa82Qob0VxYqfhmlRxUS8+TO4gosZo/gLwSvtdeOjc/Vt0pe/lvMNrBap9LlmvZM8FIsMgJQ==",
+ "version": "0.83.7",
+ "resolved": "https://registry.npmjs.org/metro-core/-/metro-core-0.83.7.tgz",
+ "integrity": "sha512-6yn3w1wnltT6RQl7p7YES2l95ArC+mWrOssEiH8p5/DDrJS65/szf9LsC9JrBv8c5DdvSY3V3f0GRYg0Ox7hCg==",
"license": "MIT",
"dependencies": {
"flow-enums-runtime": "^0.0.6",
"lodash.throttle": "^4.1.1",
- "metro-resolver": "0.83.5"
+ "metro-resolver": "0.83.7"
},
"engines": {
"node": ">=20.19.4"
}
},
"node_modules/metro-file-map": {
- "version": "0.83.5",
- "resolved": "https://registry.npmjs.org/metro-file-map/-/metro-file-map-0.83.5.tgz",
- "integrity": "sha512-ZEt8s3a1cnYbn40nyCD+CsZdYSlwtFh2kFym4lo+uvfM+UMMH+r/BsrC6rbNClSrt+B7rU9T+Te/sh/NL8ZZKQ==",
+ "version": "0.83.7",
+ "resolved": "https://registry.npmjs.org/metro-file-map/-/metro-file-map-0.83.7.tgz",
+ "integrity": "sha512-+j0F1m+FQYVAQ6syf+mwhIPV5GoFQrkInX8bppuc50IzNsZbMrp8R5H/Sx/K2daQ3YEa9F/XwkeZT8gzJfgeCw==",
"license": "MIT",
"dependencies": {
"debug": "^4.4.0",
@@ -6792,9 +6488,9 @@
}
},
"node_modules/metro-minify-terser": {
- "version": "0.83.5",
- "resolved": "https://registry.npmjs.org/metro-minify-terser/-/metro-minify-terser-0.83.5.tgz",
- "integrity": "sha512-Toe4Md1wS1PBqbvB0cFxBzKEVyyuYTUb0sgifAZh/mSvLH84qA1NAWik9sISWatzvfWf3rOGoUoO5E3f193a3Q==",
+ "version": "0.83.7",
+ "resolved": "https://registry.npmjs.org/metro-minify-terser/-/metro-minify-terser-0.83.7.tgz",
+ "integrity": "sha512-MfJar2IS4tBRuLb9svwb0Gu5l9BsH+pcRm8eGcEi/wy8MzZinfinh5dFLt2nWkocnulIgtGB5NkFDdbXqMXKhQ==",
"license": "MIT",
"dependencies": {
"flow-enums-runtime": "^0.0.6",
@@ -6805,9 +6501,9 @@
}
},
"node_modules/metro-resolver": {
- "version": "0.83.5",
- "resolved": "https://registry.npmjs.org/metro-resolver/-/metro-resolver-0.83.5.tgz",
- "integrity": "sha512-7p3GtzVUpbAweJeCcUJihJeOQl1bDuimO5ueo1K0BUpUtR41q5EilbQ3klt16UTPPMpA+tISWBtsrqU556mY1A==",
+ "version": "0.83.7",
+ "resolved": "https://registry.npmjs.org/metro-resolver/-/metro-resolver-0.83.7.tgz",
+ "integrity": "sha512-WSJIENlMcoSsuz66IfBHOkgfp3KJt2UW2TnEHPf1b8pIG2eEXNOVmo2+03A0H17WY2XGXWgxL0CG7FAopqgB1A==",
"license": "MIT",
"dependencies": {
"flow-enums-runtime": "^0.0.6"
@@ -6817,9 +6513,9 @@
}
},
"node_modules/metro-runtime": {
- "version": "0.83.5",
- "resolved": "https://registry.npmjs.org/metro-runtime/-/metro-runtime-0.83.5.tgz",
- "integrity": "sha512-f+b3ue9AWTVlZe2Xrki6TAoFtKIqw30jwfk7GQ1rDUBQaE0ZQ+NkiMEtb9uwH7uAjJ87U7Tdx1Jg1OJqUfEVlA==",
+ "version": "0.83.7",
+ "resolved": "https://registry.npmjs.org/metro-runtime/-/metro-runtime-0.83.7.tgz",
+ "integrity": "sha512-9GKkJURaB2iyYoEExKnedzAHzxmKtSi+k0tsZUvMoU27tBZJElchYt7JH/Ai/XzYAI9lCAaV7u5HZSI8J5Z+wQ==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.25.0",
@@ -6830,18 +6526,18 @@
}
},
"node_modules/metro-source-map": {
- "version": "0.83.5",
- "resolved": "https://registry.npmjs.org/metro-source-map/-/metro-source-map-0.83.5.tgz",
- "integrity": "sha512-VT9bb2KO2/4tWY9Z2yeZqTUao7CicKAOps9LUg2aQzsz+04QyuXL3qgf1cLUVRjA/D6G5u1RJAlN1w9VNHtODQ==",
+ "version": "0.83.7",
+ "resolved": "https://registry.npmjs.org/metro-source-map/-/metro-source-map-0.83.7.tgz",
+ "integrity": "sha512-JgA1h7oc1a1jydBe1GhVFsUoMYo3wLPk7oRA32rjlDsq+sP2JLt9x2p2lWbNSxTm/u8NV4VRid3hvEJgcX8tKw==",
"license": "MIT",
"dependencies": {
"@babel/traverse": "^7.29.0",
"@babel/types": "^7.29.0",
"flow-enums-runtime": "^0.0.6",
"invariant": "^2.2.4",
- "metro-symbolicate": "0.83.5",
+ "metro-symbolicate": "0.83.7",
"nullthrows": "^1.1.1",
- "ob1": "0.83.5",
+ "ob1": "0.83.7",
"source-map": "^0.5.6",
"vlq": "^1.0.0"
},
@@ -6850,14 +6546,14 @@
}
},
"node_modules/metro-symbolicate": {
- "version": "0.83.5",
- "resolved": "https://registry.npmjs.org/metro-symbolicate/-/metro-symbolicate-0.83.5.tgz",
- "integrity": "sha512-EMIkrjNRz/hF+p0RDdxoE60+dkaTLPN3vaaGkFmX5lvFdO6HPfHA/Ywznzkev+za0VhPQ5KSdz49/MALBRteHA==",
+ "version": "0.83.7",
+ "resolved": "https://registry.npmjs.org/metro-symbolicate/-/metro-symbolicate-0.83.7.tgz",
+ "integrity": "sha512-g4suyxw20WOHWI680c+Kq4wC/NF+Hx5pRH9afrMp+sMTxqLeKcPR1Xf4wMhsjlbvx7LbIREdke6q928jEjvJWw==",
"license": "MIT",
"dependencies": {
"flow-enums-runtime": "^0.0.6",
"invariant": "^2.2.4",
- "metro-source-map": "0.83.5",
+ "metro-source-map": "0.83.7",
"nullthrows": "^1.1.1",
"source-map": "^0.5.6",
"vlq": "^1.0.0"
@@ -6870,9 +6566,9 @@
}
},
"node_modules/metro-transform-plugins": {
- "version": "0.83.5",
- "resolved": "https://registry.npmjs.org/metro-transform-plugins/-/metro-transform-plugins-0.83.5.tgz",
- "integrity": "sha512-KxYKzZL+lt3Os5H2nx7YkbkWVduLZL5kPrE/Yq+Prm/DE1VLhpfnO6HtPs8vimYFKOa58ncl60GpoX0h7Wm0Vw==",
+ "version": "0.83.7",
+ "resolved": "https://registry.npmjs.org/metro-transform-plugins/-/metro-transform-plugins-0.83.7.tgz",
+ "integrity": "sha512-Ss0FpBiZDjX2kwhukMDl5sNdYK8T/06IPqxNE4H6PTlRlfs9q11cef13c/xESY/Pm4VCkp1yJUZO3kXzvMxQFA==",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.25.2",
@@ -6887,9 +6583,9 @@
}
},
"node_modules/metro-transform-worker": {
- "version": "0.83.5",
- "resolved": "https://registry.npmjs.org/metro-transform-worker/-/metro-transform-worker-0.83.5.tgz",
- "integrity": "sha512-8N4pjkNXc6ytlP9oAM6MwqkvUepNSW39LKYl9NjUMpRDazBQ7oBpQDc8Sz4aI8jnH6AGhF7s1m/ayxkN1t04yA==",
+ "version": "0.83.7",
+ "resolved": "https://registry.npmjs.org/metro-transform-worker/-/metro-transform-worker-0.83.7.tgz",
+ "integrity": "sha512-UegCo7ygB2fT64mRK2nbAjQVJ1zSwIIHy8d96jJv2nKZFDaViYBiughEdu5HM/Ceq0WN3LZrZk3zhl9aoiLYFw==",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.25.2",
@@ -6897,13 +6593,13 @@
"@babel/parser": "^7.29.0",
"@babel/types": "^7.29.0",
"flow-enums-runtime": "^0.0.6",
- "metro": "0.83.5",
- "metro-babel-transformer": "0.83.5",
- "metro-cache": "0.83.5",
- "metro-cache-key": "0.83.5",
- "metro-minify-terser": "0.83.5",
- "metro-source-map": "0.83.5",
- "metro-transform-plugins": "0.83.5",
+ "metro": "0.83.7",
+ "metro-babel-transformer": "0.83.7",
+ "metro-cache": "0.83.7",
+ "metro-cache-key": "0.83.7",
+ "metro-minify-terser": "0.83.7",
+ "metro-source-map": "0.83.7",
+ "metro-transform-plugins": "0.83.7",
"nullthrows": "^1.1.1"
},
"engines": {
@@ -6924,18 +6620,18 @@
}
},
"node_modules/metro/node_modules/hermes-estree": {
- "version": "0.33.3",
- "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.33.3.tgz",
- "integrity": "sha512-6kzYZHCk8Fy1Uc+t3HGYyJn3OL4aeqKLTyina4UFtWl8I0kSL7OmKThaiX+Uh2f8nGw3mo4Ifxg0M5Zk3/Oeqg==",
+ "version": "0.35.0",
+ "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.35.0.tgz",
+ "integrity": "sha512-xVx5Opwy8Oo1I5yGpVRhCvWL/iV3M+ylksSKVNlxxD90cpDpR/AR1jLYqK8HWihm065a6UI3HeyAmYzwS8NOOg==",
"license": "MIT"
},
"node_modules/metro/node_modules/hermes-parser": {
- "version": "0.33.3",
- "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.33.3.tgz",
- "integrity": "sha512-Yg3HgaG4CqgyowtYjX/FsnPAuZdHOqSMtnbpylbptsQ9nwwSKsy6uRWcGO5RK0EqiX12q8HvDWKgeAVajRO5DA==",
+ "version": "0.35.0",
+ "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.35.0.tgz",
+ "integrity": "sha512-9JLjeHxBx8T4CAsydZR49PNZUaix+WpQJwu9p2010lu+7Kwl6D/7wYFFJxoz+aXkaaClp9Zfg6W6/zVlSJORaA==",
"license": "MIT",
"dependencies": {
- "hermes-estree": "0.33.3"
+ "hermes-estree": "0.35.0"
}
},
"node_modules/metro/node_modules/mime-types": {
@@ -7061,15 +6757,18 @@
}
},
"node_modules/minimatch": {
- "version": "3.1.5",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
- "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
- "license": "ISC",
+ "version": "10.2.5",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
+ "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
+ "license": "BlueOak-1.0.0",
"dependencies": {
- "brace-expansion": "^1.1.7"
+ "brace-expansion": "^5.0.5"
},
"engines": {
- "node": "*"
+ "node": "18 || 20 || >=22"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/minimist": {
@@ -7082,10 +6781,10 @@
}
},
"node_modules/minipass": {
- "version": "7.1.2",
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
- "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
- "license": "ISC",
+ "version": "7.1.3",
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
+ "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
+ "license": "BlueOak-1.0.0",
"engines": {
"node": ">=16 || 14 >=14.17"
}
@@ -7115,9 +6814,9 @@
"license": "MIT"
},
"node_modules/nanoid": {
- "version": "3.3.11",
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
- "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
+ "version": "3.3.12",
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz",
+ "integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==",
"funding": [
{
"type": "github",
@@ -7157,9 +6856,9 @@
}
},
"node_modules/node-abi": {
- "version": "3.85.0",
- "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.85.0.tgz",
- "integrity": "sha512-zsFhmbkAzwhTft6nd3VxcG0cvJsT70rL+BIGHWVq5fi6MwGrHwzqKaxXE+Hl2GmnGItnDKPPkO5/LQqjVkIdFg==",
+ "version": "3.92.0",
+ "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.92.0.tgz",
+ "integrity": "sha512-KdHvFWZjEKDf0cakgFjebl371GPsISX2oZHcuyKqM7DtogIsHrqKeLTo8wBHxaXRAQlY2PsPlZmfo+9ZCxEREQ==",
"license": "MIT",
"dependencies": {
"semver": "^7.3.5"
@@ -7175,9 +6874,9 @@
"license": "MIT"
},
"node_modules/node-html-parser": {
- "version": "7.0.1",
- "resolved": "https://registry.npmjs.org/node-html-parser/-/node-html-parser-7.0.1.tgz",
- "integrity": "sha512-KGtmPY2kS0thCWGK0VuPyOS+pBKhhe8gXztzA2ilAOhbUbxa9homF1bOyKvhGzMLXUoRds9IOmr/v5lr/lqNmA==",
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/node-html-parser/-/node-html-parser-7.1.0.tgz",
+ "integrity": "sha512-iJo8b2uYGT40Y8BTyy5ufL6IVbN8rbm/1QK2xffXU/1a/v3AAa0d1YAoqBNYqaS4R/HajkWIpIfdE6KcyFh1AQ==",
"license": "MIT",
"dependencies": {
"css-select": "^5.1.0",
@@ -7262,9 +6961,9 @@
"license": "MIT"
},
"node_modules/node-releases": {
- "version": "2.0.27",
- "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz",
- "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
+ "version": "2.0.44",
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.44.tgz",
+ "integrity": "sha512-5WUyunoPMsvvEhS8AxHtRzP+oA8UCkJ7YRxatWKjngndhDGLiqEVAQKWjFAiAiuL8zMRGzGSJxFnLetoa43qGQ==",
"license": "MIT"
},
"node_modules/node-stream-zip": {
@@ -7320,9 +7019,9 @@
"license": "MIT"
},
"node_modules/ob1": {
- "version": "0.83.5",
- "resolved": "https://registry.npmjs.org/ob1/-/ob1-0.83.5.tgz",
- "integrity": "sha512-vNKPYC8L5ycVANANpF/S+WZHpfnRWKx/F3AYP4QMn6ZJTh+l2HOrId0clNkEmua58NB9vmI9Qh7YOoV/4folYg==",
+ "version": "0.83.7",
+ "resolved": "https://registry.npmjs.org/ob1/-/ob1-0.83.7.tgz",
+ "integrity": "sha512-9M5kpuOLyTPogMtZiQUIxdAZxl7Dxs6tVBbJErSumsqGMuhVSoUbkfeZ3XNPpLpwBBtqY5QDUzGwggLHX3slQg==",
"license": "MIT",
"dependencies": {
"flow-enums-runtime": "^0.0.6"
@@ -7631,9 +7330,9 @@
}
},
"node_modules/patch-package/node_modules/jsonfile": {
- "version": "6.2.0",
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.0.tgz",
- "integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==",
+ "version": "6.2.1",
+ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.1.tgz",
+ "integrity": "sha512-zwOTdL3rFQ/lRdBnntKVOX6k5cKJwEc1HdilT71BWEu7J41gXIB2MRp+vxduPSwZJPWBxEzv4yH1wYLJGUHX4Q==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -7720,26 +7419,29 @@
"license": "MIT"
},
"node_modules/path-scurry": {
- "version": "1.11.1",
- "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
- "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
+ "integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
"license": "BlueOak-1.0.0",
"dependencies": {
- "lru-cache": "^10.2.0",
- "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
+ "lru-cache": "^11.0.0",
+ "minipass": "^7.1.2"
},
"engines": {
- "node": ">=16 || 14 >=14.18"
+ "node": "18 || 20 || >=22"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/path-scurry/node_modules/lru-cache": {
- "version": "10.4.3",
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
- "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
- "license": "ISC"
+ "version": "11.3.6",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.6.tgz",
+ "integrity": "sha512-Gf/KoL3C/MlI7Bt0PGI9I+TeTC/I6r/csU58N4BSNc4lppLBeKsOdFYkK+dX0ABDUMJNfCHTyPpzwwO21Awd3A==",
+ "license": "BlueOak-1.0.0",
+ "engines": {
+ "node": "20 || >=22"
+ }
},
"node_modules/picocolors": {
"version": "1.1.1",
@@ -7769,12 +7471,12 @@
}
},
"node_modules/plist": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/plist/-/plist-3.1.0.tgz",
- "integrity": "sha512-uysumyrvkUX0rX/dEVqt8gC3sTBzd4zoWfLeS29nb53imdaXVvLINYXTI2GNqzaMuvacNx4uJQ8+b3zXR0pkgQ==",
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/plist/-/plist-3.1.1.tgz",
+ "integrity": "sha512-ZIfcLJC+7E7FBFnDxm9MPmt7D+DidyQ26lewieO75AdhA2ayMtsJSES0iWzqJQbcVRSrTufQoy0DR94xHue0oA==",
"license": "MIT",
"dependencies": {
- "@xmldom/xmldom": "^0.8.8",
+ "@xmldom/xmldom": "^0.9.10",
"base64-js": "^1.5.1",
"xmlbuilder": "^15.1.1"
},
@@ -7786,6 +7488,7 @@
"version": "7.1.3",
"resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.3.tgz",
"integrity": "sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==",
+ "deprecated": "No longer maintained. Please contact the author of the relevant native addon; alternatives are available.",
"license": "MIT",
"dependencies": {
"detect-libc": "^2.0.0",
@@ -7837,9 +7540,9 @@
}
},
"node_modules/prettier": {
- "version": "3.7.1",
- "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.1.tgz",
- "integrity": "sha512-RWKXE4qB3u5Z6yz7omJkjWwmTfLdcbv44jUVHC5NpfXwFGzvpQM798FGv/6WNK879tc+Cn0AAyherCl1KjbyZQ==",
+ "version": "3.8.3",
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.3.tgz",
+ "integrity": "sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==",
"license": "MIT",
"bin": {
"prettier": "bin/prettier.cjs"
@@ -7906,9 +7609,9 @@
}
},
"node_modules/pump": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.3.tgz",
- "integrity": "sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==",
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.4.tgz",
+ "integrity": "sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==",
"license": "MIT",
"dependencies": {
"end-of-stream": "^1.1.0",
@@ -7916,9 +7619,9 @@
}
},
"node_modules/qs": {
- "version": "6.15.0",
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.0.tgz",
- "integrity": "sha512-mAZTtNCeetKMH+pSjrb76NAM8V9a05I9aBZOHztWy/UqcJdQYNsf59vrRKWnojAT9Y+GbIvoTBC++CPHqpDBhQ==",
+ "version": "6.15.1",
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.1.tgz",
+ "integrity": "sha512-6YHEFRL9mfgcAvql/XhwTvf5jKcOiiupt2FiJxHkiX1z4j7WL8J/jRHYLluORvc1XxB5rV20KoeK00gVJamspg==",
"license": "BSD-3-Clause",
"dependencies": {
"side-channel": "^1.1.0"
@@ -8060,25 +7763,25 @@
}
},
"node_modules/react-is": {
- "version": "19.2.4",
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.4.tgz",
- "integrity": "sha512-W+EWGn2v0ApPKgKKCy/7s7WHXkboGcsrXE+2joLyVxkbyVQfO3MUEaUQDHoSmb8TFFrSKYa9mw64WZHNHSDzYA==",
+ "version": "19.2.6",
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.6.tgz",
+ "integrity": "sha512-XjBR15BhXuylgWGuslhDKqlSayuqvqBX91BP8pauG8kd1zY8kotkNWbXksTCNRarse4kuGbe2kIY05ARtwNIvw==",
"license": "MIT"
},
"node_modules/react-native": {
- "version": "0.83.4",
- "resolved": "https://registry.npmjs.org/react-native/-/react-native-0.83.4.tgz",
- "integrity": "sha512-H5Wco3UJyY6zZsjoBayY8RM9uiAEQ3FeG4G2NAt+lr9DO43QeqPlVe9xxxYEukMkEmeIhNjR70F6bhXuWArOMQ==",
+ "version": "0.84.1",
+ "resolved": "https://registry.npmjs.org/react-native/-/react-native-0.84.1.tgz",
+ "integrity": "sha512-0PjxOyXRu3tZ8EobabxSukvhKje2HJbsZikR0U+pvS0pYZza2hXKjcSBiBdFN4h9D0S3v6a8kkrDK6WTRKMwzg==",
"license": "MIT",
"dependencies": {
"@jest/create-cache-key-function": "^29.7.0",
- "@react-native/assets-registry": "0.83.4",
- "@react-native/codegen": "0.83.4",
- "@react-native/community-cli-plugin": "0.83.4",
- "@react-native/gradle-plugin": "0.83.4",
- "@react-native/js-polyfills": "0.83.4",
- "@react-native/normalize-colors": "0.83.4",
- "@react-native/virtualized-lists": "0.83.4",
+ "@react-native/assets-registry": "0.84.1",
+ "@react-native/codegen": "0.84.1",
+ "@react-native/community-cli-plugin": "0.84.1",
+ "@react-native/gradle-plugin": "0.84.1",
+ "@react-native/js-polyfills": "0.84.1",
+ "@react-native/normalize-colors": "0.84.1",
+ "@react-native/virtualized-lists": "0.84.1",
"abort-controller": "^3.0.0",
"anser": "^1.4.9",
"ansi-regex": "^5.0.0",
@@ -8087,8 +7790,7 @@
"base64-js": "^1.5.1",
"commander": "^12.0.0",
"flow-enums-runtime": "^0.0.6",
- "glob": "^7.1.1",
- "hermes-compiler": "0.14.1",
+ "hermes-compiler": "250829098.0.9",
"invariant": "^2.2.4",
"jest-environment-node": "^29.7.0",
"memoize-one": "^5.0.0",
@@ -8103,6 +7805,7 @@
"scheduler": "0.27.0",
"semver": "^7.1.3",
"stacktrace-parser": "^0.1.10",
+ "tinyglobby": "^0.2.15",
"whatwg-fetch": "^3.0.0",
"ws": "^7.5.10",
"yargs": "^17.6.2"
@@ -8115,7 +7818,7 @@
},
"peerDependencies": {
"@types/react": "^19.1.1",
- "react": "^19.2.0"
+ "react": "^19.2.3"
},
"peerDependenciesMeta": {
"@types/react": {
@@ -8126,97 +7829,19 @@
"node_modules/react-native-blob-util": {
"version": "0.24.7",
"resolved": "https://registry.npmjs.org/react-native-blob-util/-/react-native-blob-util-0.24.7.tgz",
- "integrity": "sha512-3vgn3hblfJh0+LIoqEhYRqCtwKh1xID2LtXHdTrUml3rYh4xj69eN+lvWU235AL0FRbX5uKrS1c4lIYexSgtWQ==",
- "license": "MIT",
- "dependencies": {
- "base-64": "0.1.0",
- "glob": "13.0.1"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/ronradtke"
- },
- "peerDependencies": {
- "react": "*",
- "react-native": "*"
- }
- },
- "node_modules/react-native-blob-util/node_modules/balanced-match": {
- "version": "4.0.4",
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
- "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
- "license": "MIT",
- "engines": {
- "node": "18 || 20 || >=22"
- }
- },
- "node_modules/react-native-blob-util/node_modules/brace-expansion": {
- "version": "5.0.5",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
- "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
- "license": "MIT",
- "dependencies": {
- "balanced-match": "^4.0.2"
- },
- "engines": {
- "node": "18 || 20 || >=22"
- }
- },
- "node_modules/react-native-blob-util/node_modules/glob": {
- "version": "13.0.1",
- "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.1.tgz",
- "integrity": "sha512-B7U/vJpE3DkJ5WXTgTpTRN63uV42DseiXXKMwG14LQBXmsdeIoHAPbU/MEo6II0k5ED74uc2ZGTC6MwHFQhF6w==",
- "license": "BlueOak-1.0.0",
- "dependencies": {
- "minimatch": "^10.1.2",
- "minipass": "^7.1.2",
- "path-scurry": "^2.0.0"
- },
- "engines": {
- "node": "20 || >=22"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/react-native-blob-util/node_modules/lru-cache": {
- "version": "11.2.6",
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.6.tgz",
- "integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==",
- "license": "BlueOak-1.0.0",
- "engines": {
- "node": "20 || >=22"
- }
- },
- "node_modules/react-native-blob-util/node_modules/minimatch": {
- "version": "10.2.4",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
- "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
- "license": "BlueOak-1.0.0",
- "dependencies": {
- "brace-expansion": "^5.0.2"
- },
- "engines": {
- "node": "18 || 20 || >=22"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/react-native-blob-util/node_modules/path-scurry": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
- "integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
- "license": "BlueOak-1.0.0",
- "dependencies": {
- "lru-cache": "^11.0.0",
- "minipass": "^7.1.2"
- },
- "engines": {
- "node": "18 || 20 || >=22"
+ "integrity": "sha512-3vgn3hblfJh0+LIoqEhYRqCtwKh1xID2LtXHdTrUml3rYh4xj69eN+lvWU235AL0FRbX5uKrS1c4lIYexSgtWQ==",
+ "license": "MIT",
+ "dependencies": {
+ "base-64": "0.1.0",
+ "glob": "13.0.1"
},
"funding": {
- "url": "https://github.com/sponsors/isaacs"
+ "type": "github",
+ "url": "https://github.com/sponsors/ronradtke"
+ },
+ "peerDependencies": {
+ "react": "*",
+ "react-native": "*"
}
},
"node_modules/react-native-bootsplash": {
@@ -8248,6 +7873,48 @@
"react-native": "*"
}
},
+ "node_modules/react-native-bootsplash/node_modules/@react-native-community/cli-config-android": {
+ "version": "18.0.1",
+ "resolved": "https://registry.npmjs.org/@react-native-community/cli-config-android/-/cli-config-android-18.0.1.tgz",
+ "integrity": "sha512-1wzmGLfS7qgzm0ZfwX/f6Lat/af8/UYdjwtb3ap6RfKNclvIoap0wN6uBeiANmLfk0/BhoG8K1vKtIPwlU/V1A==",
+ "license": "MIT",
+ "dependencies": {
+ "@react-native-community/cli-tools": "18.0.1",
+ "chalk": "^4.1.2",
+ "fast-glob": "^3.3.2",
+ "fast-xml-parser": "^4.4.1"
+ }
+ },
+ "node_modules/react-native-bootsplash/node_modules/@react-native-community/cli-config-apple": {
+ "version": "18.0.1",
+ "resolved": "https://registry.npmjs.org/@react-native-community/cli-config-apple/-/cli-config-apple-18.0.1.tgz",
+ "integrity": "sha512-ybr1ZrOSd/Z+oCJ1qVSKVQauvneObTu3VjvYPhhrme7tUUSaYmd3iikaWonbKk5rVp+2WqOFR6Cy7XqVfwwG8A==",
+ "license": "MIT",
+ "dependencies": {
+ "@react-native-community/cli-tools": "18.0.1",
+ "chalk": "^4.1.2",
+ "execa": "^5.0.0",
+ "fast-glob": "^3.3.2"
+ }
+ },
+ "node_modules/react-native-bootsplash/node_modules/@react-native-community/cli-tools": {
+ "version": "18.0.1",
+ "resolved": "https://registry.npmjs.org/@react-native-community/cli-tools/-/cli-tools-18.0.1.tgz",
+ "integrity": "sha512-WxWFXwfYhHR2eYiB4lkHZVC/PmIkRWeVHBQKmn0h1mecr3GrHYO4BzW1jpD5Xt6XZ9jojQ9wE5xrCqXjiMSAIQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@vscode/sudo-prompt": "^9.0.0",
+ "appdirsjs": "^1.2.4",
+ "chalk": "^4.1.2",
+ "execa": "^5.0.0",
+ "find-up": "^5.0.0",
+ "launch-editor": "^2.9.1",
+ "mime": "^2.4.1",
+ "ora": "^5.4.1",
+ "prompts": "^2.4.2",
+ "semver": "^7.5.2"
+ }
+ },
"node_modules/react-native-bootsplash/node_modules/commander": {
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
@@ -8257,10 +7924,28 @@
"node": ">=18"
}
},
+ "node_modules/react-native-bootsplash/node_modules/fast-xml-parser": {
+ "version": "4.5.6",
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.6.tgz",
+ "integrity": "sha512-Yd4vkROfJf8AuJrDIVMVmYfULKmIJszVsMv7Vo71aocsKgFxpdlpSHXSaInvyYfgw2PRuObQSW2GFpVMUjxu9A==",
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/NaturalIntelligence"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "strnum": "^1.0.5"
+ },
+ "bin": {
+ "fxparser": "src/cli/cli.js"
+ }
+ },
"node_modules/react-native-bootsplash/node_modules/fs-extra": {
- "version": "11.3.2",
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.2.tgz",
- "integrity": "sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==",
+ "version": "11.3.5",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.5.tgz",
+ "integrity": "sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==",
"license": "MIT",
"dependencies": {
"graceful-fs": "^4.2.0",
@@ -8272,9 +7957,9 @@
}
},
"node_modules/react-native-bootsplash/node_modules/jsonfile": {
- "version": "6.2.0",
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.0.tgz",
- "integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==",
+ "version": "6.2.1",
+ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.1.tgz",
+ "integrity": "sha512-zwOTdL3rFQ/lRdBnntKVOX6k5cKJwEc1HdilT71BWEu7J41gXIB2MRp+vxduPSwZJPWBxEzv4yH1wYLJGUHX4Q==",
"license": "MIT",
"dependencies": {
"universalify": "^2.0.0"
@@ -8283,6 +7968,18 @@
"graceful-fs": "^4.1.6"
}
},
+ "node_modules/react-native-bootsplash/node_modules/strnum": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.2.tgz",
+ "integrity": "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==",
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/NaturalIntelligence"
+ }
+ ],
+ "license": "MIT"
+ },
"node_modules/react-native-bootsplash/node_modules/universalify": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
@@ -8293,9 +7990,9 @@
}
},
"node_modules/react-native-bootsplash/node_modules/xml-formatter": {
- "version": "3.6.7",
- "resolved": "https://registry.npmjs.org/xml-formatter/-/xml-formatter-3.6.7.tgz",
- "integrity": "sha512-IsfFYJQuoDqtUlKhm4EzeoBOb+fQwzQVeyxxAQ0sThn/nFnQmyLPTplqq4yRhaOENH/tAyujD2TBfIYzUKB6hg==",
+ "version": "3.7.0",
+ "resolved": "https://registry.npmjs.org/xml-formatter/-/xml-formatter-3.7.0.tgz",
+ "integrity": "sha512-+8qTc3zv2UcJ1v9IsSIce37Dl4MQG14Cp7tWrwmy202UaI1wqRukw5QMX1JHsV+DX64yw77EgGsj2s5wGvuMbQ==",
"license": "MIT",
"dependencies": {
"xml-parser-xo": "^4.1.5"
@@ -8333,12 +8030,13 @@
}
},
"node_modules/react-native-gesture-handler": {
- "version": "2.30.0",
- "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.30.0.tgz",
- "integrity": "sha512-5YsnKHGa0X9C8lb5oCnKm0fLUPM6CRduvUUw2Bav4RIj/C3HcFh4RIUnF8wgG6JQWCL1//gRx4v+LVWgcIQdGA==",
+ "version": "2.31.2",
+ "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.31.2.tgz",
+ "integrity": "sha512-rw5q74i2AfS7YGYdbxQDhOU7xqgY6WRM1132/CCm3erqjblhECZDZFHIm0tteHoC9ih24wogVBVVzcTBQtZ+5A==",
"license": "MIT",
"dependencies": {
"@egjs/hammerjs": "^2.0.17",
+ "@types/react-test-renderer": "^19.1.0",
"hoist-non-react-statics": "^3.3.0",
"invariant": "^2.2.4"
},
@@ -8358,9 +8056,9 @@
}
},
"node_modules/react-native-is-edge-to-edge": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.2.1.tgz",
- "integrity": "sha512-FLbPWl/MyYQWz+KwqOZsSyj2JmLKglHatd3xLZWskXOpRaio4LfEDEz8E/A6uD8QoTHW6Aobw1jbEwK7KMgR7Q==",
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.3.1.tgz",
+ "integrity": "sha512-NIXU/iT5+ORyCc7p0z2nnlkouYKX425vuU1OEm6bMMtWWR9yvb+Xg5AZmImTKoF9abxCPqrKC3rOZsKzUYgYZA==",
"license": "MIT",
"peerDependencies": {
"react": "*",
@@ -8414,18 +8112,18 @@
}
},
"node_modules/react-native-reanimated": {
- "version": "4.2.2",
- "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-4.2.2.tgz",
- "integrity": "sha512-o3kKvdD8cVlg12Z4u3jv0MFAt53QV4k7gD9OLwQqU8eZLyd8QvaOjVZIghMZhC2pjP93uUU44PlO5JgF8S4Vxw==",
+ "version": "4.3.1",
+ "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-4.3.1.tgz",
+ "integrity": "sha512-KhGsS0YkCA+gusgyzlf9hnqzVPIR398KTpqXyqq/+yYJJPAvyEEPKcxlB0xtOOXSMrR2A9uRKVARVQhZwrOh+Q==",
"license": "MIT",
"dependencies": {
- "react-native-is-edge-to-edge": "1.2.1",
- "semver": "7.7.3"
+ "react-native-is-edge-to-edge": "^1.3.1",
+ "semver": "^7.7.3"
},
"peerDependencies": {
"react": "*",
- "react-native": "*",
- "react-native-worklets": ">=0.7.0"
+ "react-native": "0.81 - 0.85",
+ "react-native-worklets": "0.8.x"
}
},
"node_modules/react-native-safe-area-context": {
@@ -8453,9 +8151,9 @@
}
},
"node_modules/react-native-svg": {
- "version": "15.15.3",
- "resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-15.15.3.tgz",
- "integrity": "sha512-/k4KYwPBLGcx2f5d4FjE+vCScK7QOX14cl2lIASJ28u4slHHtIhL0SZKU7u9qmRBHxTCKPoPBtN6haT1NENJNA==",
+ "version": "15.15.4",
+ "resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-15.15.4.tgz",
+ "integrity": "sha512-boT/vIRgj6zZKBpfTPJJiYWMbZE9duBMOwPK6kCSTgxsS947IFMOq9OgIFkpWZTB7t229H24pDRkh3W9ZK/J1A==",
"license": "MIT",
"dependencies": {
"css-select": "^5.1.0",
@@ -8553,9 +8251,9 @@
}
},
"node_modules/react-native-video": {
- "version": "6.19.0",
- "resolved": "https://registry.npmjs.org/react-native-video/-/react-native-video-6.19.0.tgz",
- "integrity": "sha512-JVojWIxwuH5C3RjVrF4UyuweuOH/Guq/W2xeN9zugePXZI8Xn/j6/oU94gCWHaFzkR/HGeJpqMq+l9aEHSnpIQ==",
+ "version": "6.19.2",
+ "resolved": "https://registry.npmjs.org/react-native-video/-/react-native-video-6.19.2.tgz",
+ "integrity": "sha512-gh5dBMGSHywKr8+p4azRXrFQgT+QTmS1tI4sz6kVRjSENORfsrGGLQzmyo/7S9m+ZOTLWQJ3h8ONaXxR4F2Fcw==",
"license": "MIT",
"peerDependencies": {
"react": "*",
@@ -8563,43 +8261,28 @@
}
},
"node_modules/react-native-worklets": {
- "version": "0.7.4",
- "resolved": "https://registry.npmjs.org/react-native-worklets/-/react-native-worklets-0.7.4.tgz",
- "integrity": "sha512-NYOdM1MwBb3n+AtMqy1tFy3Mn8DliQtd8sbzAVRf9Gc+uvQ0zRfxN7dS8ZzoyX7t6cyQL5THuGhlnX+iFlQTag==",
- "license": "MIT",
- "dependencies": {
- "@babel/plugin-transform-arrow-functions": "7.27.1",
- "@babel/plugin-transform-class-properties": "7.27.1",
- "@babel/plugin-transform-classes": "7.28.4",
- "@babel/plugin-transform-nullish-coalescing-operator": "7.27.1",
- "@babel/plugin-transform-optional-chaining": "7.27.1",
- "@babel/plugin-transform-shorthand-properties": "7.27.1",
- "@babel/plugin-transform-template-literals": "7.27.1",
- "@babel/plugin-transform-unicode-regex": "7.27.1",
- "@babel/preset-typescript": "7.27.1",
- "convert-source-map": "2.0.0",
- "semver": "7.7.3"
+ "version": "0.8.3",
+ "resolved": "https://registry.npmjs.org/react-native-worklets/-/react-native-worklets-0.8.3.tgz",
+ "integrity": "sha512-oCBJROyLU7yG/1R8s0INMflygTH71bx+5XcYkH0CM938TlhSoVbiunE1WVW5FZa51vwYqfLie/IXMX2s1Kh3eg==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/plugin-transform-arrow-functions": "^7.27.1",
+ "@babel/plugin-transform-class-properties": "^7.27.1",
+ "@babel/plugin-transform-classes": "^7.28.4",
+ "@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1",
+ "@babel/plugin-transform-optional-chaining": "^7.27.1",
+ "@babel/plugin-transform-shorthand-properties": "^7.27.1",
+ "@babel/plugin-transform-template-literals": "^7.27.1",
+ "@babel/plugin-transform-unicode-regex": "^7.27.1",
+ "@babel/preset-typescript": "^7.27.1",
+ "convert-source-map": "^2.0.0",
+ "semver": "^7.7.3"
},
"peerDependencies": {
"@babel/core": "*",
+ "@react-native/metro-config": "*",
"react": "*",
- "react-native": "*"
- }
- },
- "node_modules/react-native-worklets/node_modules/@babel/plugin-transform-optional-chaining": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.27.1.tgz",
- "integrity": "sha512-BQmKPPIuc8EkZgNKsv0X4bPmOoayeu4F1YCwx2/CfmDSXDbp7GnzlUH+/ul5VGfRg1AoFPsrIThlEBj2xb4CAg==",
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.27.1",
- "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
+ "react-native": "0.81 - 0.85"
}
},
"node_modules/react-native/node_modules/commander": {
@@ -8703,9 +8386,9 @@
"license": "MIT"
},
"node_modules/regjsparser": {
- "version": "0.13.0",
- "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.13.0.tgz",
- "integrity": "sha512-NZQZdC5wOE/H3UT28fVGL+ikOZcEzfMGk/c3iN9UGxzWHMa1op7274oyiUVrAG4B2EuFhus8SvkaYnhvW92p9Q==",
+ "version": "0.13.1",
+ "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.13.1.tgz",
+ "integrity": "sha512-dLsljMd9sqwRkby8zhO1gSg3PnJIBFid8f4CQj/sXx+7cKx+E7u0PKhZ+U4wmhx7EfmtvnA318oVaIkAB1lRJw==",
"license": "BSD-2-Clause",
"dependencies": {
"jsesc": "~3.1.0"
@@ -8730,12 +8413,13 @@
"license": "ISC"
},
"node_modules/resolve": {
- "version": "1.22.11",
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
- "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
+ "version": "1.22.12",
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.12.tgz",
+ "integrity": "sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==",
"dev": true,
"license": "MIT",
"dependencies": {
+ "es-errors": "^1.3.0",
"is-core-module": "^2.16.1",
"path-parse": "^1.0.7",
"supports-preserve-symlinks-flag": "^1.0.0"
@@ -8798,6 +8482,55 @@
"url": "https://github.com/sponsors/isaacs"
}
},
+ "node_modules/rimraf/node_modules/balanced-match": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
+ "license": "MIT"
+ },
+ "node_modules/rimraf/node_modules/brace-expansion": {
+ "version": "1.1.14",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz",
+ "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
+ "license": "MIT",
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "node_modules/rimraf/node_modules/glob": {
+ "version": "7.2.3",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
+ "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
+ "license": "ISC",
+ "dependencies": {
+ "fs.realpath": "^1.0.0",
+ "inflight": "^1.0.4",
+ "inherits": "2",
+ "minimatch": "^3.1.1",
+ "once": "^1.3.0",
+ "path-is-absolute": "^1.0.0"
+ },
+ "engines": {
+ "node": "*"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/rimraf/node_modules/minimatch": {
+ "version": "3.1.5",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
+ "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
+ "license": "ISC",
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
"node_modules/run-parallel": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
@@ -8858,10 +8591,13 @@
"license": "MIT"
},
"node_modules/sax": {
- "version": "1.4.3",
- "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.3.tgz",
- "integrity": "sha512-yqYn1JhPczigF94DMS+shiDMjDowYO6y9+wB/4WgO0Y19jWYk0lQ4tuG5KI7kj4FTp1wxPj5IFfcrz/s1c3jjQ==",
- "license": "BlueOak-1.0.0"
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz",
+ "integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==",
+ "license": "BlueOak-1.0.0",
+ "engines": {
+ "node": ">=11.0.0"
+ }
},
"node_modules/scheduler": {
"version": "0.27.0",
@@ -9089,13 +8825,13 @@
}
},
"node_modules/side-channel-list": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
- "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz",
+ "integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==",
"license": "MIT",
"dependencies": {
"es-errors": "^1.3.0",
- "object-inspect": "^1.13.3"
+ "object-inspect": "^1.13.4"
},
"engines": {
"node": ">= 0.4"
@@ -9276,9 +9012,9 @@
"license": "MIT"
},
"node_modules/slugify": {
- "version": "1.6.6",
- "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.6.tgz",
- "integrity": "sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw==",
+ "version": "1.6.9",
+ "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.9.tgz",
+ "integrity": "sha512-vZ7rfeehZui7wQs438JXBckYLkIIdfHOXsaVEUMyS5fHo1483l1bMdo0EDSWYclY0yZKFOipDy4KHuKs6ssvdg==",
"license": "MIT",
"engines": {
"node": ">=8.0.0"
@@ -9395,9 +9131,9 @@
}
},
"node_modules/streamx": {
- "version": "2.23.0",
- "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.23.0.tgz",
- "integrity": "sha512-kn+e44esVfn2Fa/O0CPFcex27fjIL6MkVae0Mm6q+E6f0hWv578YCERbv+4m02cjxvDsPKLnmxral/rR6lBMAg==",
+ "version": "2.25.0",
+ "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.25.0.tgz",
+ "integrity": "sha512-0nQuG6jf1w+wddNEEXCF4nTg3LtufWINB5eFEN+5TNZW7KWJp6x87+JFL43vaAUPyCfH1wID+mNVyW6OHtFamg==",
"license": "MIT",
"dependencies": {
"events-universal": "^1.0.0",
@@ -9553,9 +9289,9 @@
}
},
"node_modules/strnum": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.2.tgz",
- "integrity": "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==",
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.3.0.tgz",
+ "integrity": "sha512-ums3KNd42PGyx5xaoVTO1mjU1bH3NpY4vsrVlnv9PNGqQj8wd7rJ6nEypLrJ7z5vxK5RP0yMLo6J/Gsm62DI5Q==",
"funding": [
{
"type": "github",
@@ -9590,9 +9326,9 @@
}
},
"node_modules/tar-fs": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.1.tgz",
- "integrity": "sha512-LZA0oaPOc2fVo82Txf3gw+AkEd38szODlptMYejQUhndHMLQ9M059uXR+AfS7DNo0NpINvSqDsvyaCrBVkptWg==",
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.2.tgz",
+ "integrity": "sha512-QGxxTxxyleAdyM3kpFs14ymbYmNFrfY+pHj7Z8FgtbZ7w2//VAgLMac7sT6nRpIHjppXO2AwwEOg0bPFVRcmXw==",
"license": "MIT",
"dependencies": {
"pump": "^3.0.0",
@@ -9604,20 +9340,30 @@
}
},
"node_modules/tar-stream": {
- "version": "3.1.7",
- "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz",
- "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.2.0.tgz",
+ "integrity": "sha512-ojzvCvVaNp6aOTFmG7jaRD0meowIAuPc3cMMhSgKiVWws1GyHbGd/xvnyuRKcKlMpt3qvxx6r0hreCNITP9hIg==",
"license": "MIT",
"dependencies": {
"b4a": "^1.6.4",
+ "bare-fs": "^4.5.5",
"fast-fifo": "^1.2.0",
"streamx": "^2.15.0"
}
},
+ "node_modules/teex": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/teex/-/teex-1.0.1.tgz",
+ "integrity": "sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==",
+ "license": "MIT",
+ "dependencies": {
+ "streamx": "^2.12.5"
+ }
+ },
"node_modules/terser": {
- "version": "5.46.0",
- "resolved": "https://registry.npmjs.org/terser/-/terser-5.46.0.tgz",
- "integrity": "sha512-jTwoImyr/QbOWFFso3YoU3ik0jBBDJ6JTOQiy/J2YxVJdZCc+5u7skhNwiOR3FQIygFqVUPHl7qbbxtjW2K3Qg==",
+ "version": "5.47.1",
+ "resolved": "https://registry.npmjs.org/terser/-/terser-5.47.1.tgz",
+ "integrity": "sha512-tPbLXTI6ohPASb/1YViL428oEHu6/qv1OxqYnfaonVCFHqx4+wCd95pHrQWsL5X4pl90CTyW9piSAsS2L0VoMw==",
"license": "BSD-2-Clause",
"dependencies": {
"@jridgewell/source-map": "^0.3.3",
@@ -9652,10 +9398,59 @@
"node": ">=8"
}
},
+ "node_modules/test-exclude/node_modules/balanced-match": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
+ "license": "MIT"
+ },
+ "node_modules/test-exclude/node_modules/brace-expansion": {
+ "version": "1.1.14",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz",
+ "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
+ "license": "MIT",
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "node_modules/test-exclude/node_modules/glob": {
+ "version": "7.2.3",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
+ "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
+ "license": "ISC",
+ "dependencies": {
+ "fs.realpath": "^1.0.0",
+ "inflight": "^1.0.4",
+ "inherits": "2",
+ "minimatch": "^3.1.1",
+ "once": "^1.3.0",
+ "path-is-absolute": "^1.0.0"
+ },
+ "engines": {
+ "node": "*"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/test-exclude/node_modules/minimatch": {
+ "version": "3.1.5",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
+ "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
+ "license": "ISC",
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
"node_modules/text-decoder": {
- "version": "1.2.3",
- "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.3.tgz",
- "integrity": "sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==",
+ "version": "1.2.7",
+ "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.7.tgz",
+ "integrity": "sha512-vlLytXkeP4xvEq2otHeJfSQIRyWxo/oZGEbXrtEEF9Hnmrdly59sUbzZ/QgyWuLYHctCHxFF4tRQZNQ9k60ExQ==",
"license": "Apache-2.0",
"dependencies": {
"b4a": "^1.6.4"
@@ -9674,6 +9469,34 @@
"integrity": "sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==",
"license": "MIT"
},
+ "node_modules/tinyglobby": {
+ "version": "0.2.16",
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
+ "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
+ "license": "MIT",
+ "dependencies": {
+ "fdir": "^6.5.0",
+ "picomatch": "^4.0.4"
+ },
+ "engines": {
+ "node": ">=12.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/SuperchupuDev"
+ }
+ },
+ "node_modules/tinyglobby/node_modules/picomatch": {
+ "version": "4.0.4",
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
+ "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/jonschlinkert"
+ }
+ },
"node_modules/tmp": {
"version": "0.2.5",
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.5.tgz",
@@ -9798,9 +9621,9 @@
}
},
"node_modules/undici-types": {
- "version": "7.16.0",
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
- "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
+ "version": "7.21.0",
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.21.0.tgz",
+ "integrity": "sha512-w9IMgQrz4O0YN1LtB7K5P63vhlIOvC7opSmouCJ+ZywlPAlO9gIkJ+otk6LvGpAs2wg4econaCz3TvQ9xPoyuQ==",
"license": "MIT"
},
"node_modules/unicode-canonical-property-names-ecmascript": {
@@ -9874,9 +9697,9 @@
}
},
"node_modules/update-browserslist-db": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz",
- "integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==",
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
+ "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
"funding": [
{
"type": "opencollective",
@@ -9940,7 +9763,7 @@
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
- "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.",
+ "deprecated": "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).",
"dev": true,
"license": "MIT",
"bin": {
@@ -10014,9 +9837,9 @@
"license": "ISC"
},
"node_modules/winston": {
- "version": "3.18.3",
- "resolved": "https://registry.npmjs.org/winston/-/winston-3.18.3.tgz",
- "integrity": "sha512-NoBZauFNNWENgsnC9YpgyYwOVrl2m58PpQ8lNHjV3kosGs7KJ7Npk9pCUE+WJlawVSe8mykWDKWFSVfs3QO9ww==",
+ "version": "3.19.0",
+ "resolved": "https://registry.npmjs.org/winston/-/winston-3.19.0.tgz",
+ "integrity": "sha512-LZNJgPzfKR+/J3cHkxcpHKpKKvGfDZVPS4hfJCc4cCG0CgYzvlD6yE/S3CIL/Yt91ak327YCpiF/0MyeZHEHKA==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -10116,6 +9939,19 @@
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
"license": "ISC"
},
+ "node_modules/write-file-atomic": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz",
+ "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==",
+ "license": "ISC",
+ "dependencies": {
+ "imurmurhash": "^0.1.4",
+ "signal-exit": "^3.0.7"
+ },
+ "engines": {
+ "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
+ }
+ },
"node_modules/ws": {
"version": "6.2.3",
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.3.tgz",
@@ -10152,6 +9988,21 @@
"node": ">= 10"
}
},
+ "node_modules/xml-naming": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/xml-naming/-/xml-naming-0.1.0.tgz",
+ "integrity": "sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==",
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/NaturalIntelligence"
+ }
+ ],
+ "license": "MIT",
+ "engines": {
+ "node": ">=16.0.0"
+ }
+ },
"node_modules/xml-parser-xo": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/xml-parser-xo/-/xml-parser-xo-3.2.0.tgz",
@@ -10209,9 +10060,9 @@
"license": "ISC"
},
"node_modules/yaml": {
- "version": "2.8.4",
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.4.tgz",
- "integrity": "sha512-ml/JPOj9fOQK8RNnWojA67GbZ0ApXAUlN2UQclwv2eVgTgn7O9gg9o7paZWKMp4g0H3nTLtS9LVzhkpOFIKzog==",
+ "version": "2.9.0",
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
+ "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
"license": "ISC",
"bin": {
"yaml": "bin.mjs"
diff --git a/package.json b/package.json
index a27b6b003..746fa001b 100644
--- a/package.json
+++ b/package.json
@@ -9,46 +9,46 @@
},
"dependencies": {
"@d11/react-native-fast-image": "8.13.0",
- "@gorhom/bottom-sheet": "5.2.8",
- "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.4.1/mendix-native-v0.4.1.tgz",
+ "@gorhom/bottom-sheet": "5.2.14",
+ "mendix-native": "file:./package-0.4.1.tgz",
"@op-engineering/op-sqlite": "15.2.5",
- "@shopify/flash-list": "2.2.2",
+ "@shopify/flash-list": "2.3.1",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-camera-roll/camera-roll": "7.10.2",
- "@react-native-community/cli": "20.1.2",
- "@react-native-community/cli-platform-android": "20.1.2",
- "@react-native-community/cli-platform-ios": "20.1.2",
- "@react-native-community/datetimepicker": "8.2.0",
+ "@react-native-community/cli": "20.1.3",
+ "@react-native-community/cli-platform-android": "20.1.3",
+ "@react-native-community/cli-platform-ios": "20.1.3",
+ "@react-native-community/datetimepicker": "8.6.0",
"@react-native-picker/picker": "2.11.4",
- "@react-navigation/native": "7.1.31",
+ "@react-navigation/native": "7.2.4",
"@notifee/react-native": "9.1.8",
- "react-native": "0.83.4",
+ "react-native": "0.84.1",
"react-native-device-info": "15.0.2",
"react-native-blob-util": "0.24.7",
"react-native-edge-to-edge": "1.8.1",
- "react-native-gesture-handler": "2.30.0",
+ "react-native-gesture-handler": "2.31.2",
"react-native-image-picker": "7.2.3",
"react-native-localize": "3.7.0",
"react-native-pager-view": "6.9.1",
"react-native-permissions": "5.5.1",
- "react-native-reanimated": "4.2.2",
- "react-native-worklets": "0.7.4",
+ "react-native-reanimated": "4.3.1",
+ "react-native-worklets": "0.8.3",
"react-native-safe-area-context": "5.7.0",
"react-native-screens": "4.24.0",
"react-native-bootsplash": "6.3.12",
- "react-native-svg": "15.15.3",
+ "react-native-svg": "15.15.4",
"react-native-tab-view": "4.3.0",
- "@react-native-vector-icons/common": "12.4.0",
+ "@react-native-vector-icons/common": "12.4.2",
"@react-native-vector-icons/get-image": "12.3.0",
"@react-native-vector-icons/material-icons": "12.4.1",
- "react-native-video": "6.19.0",
+ "react-native-video": "6.19.2",
"semver": "7.7.4"
},
"devDependencies": {
"@babel/runtime": "^7.28.4",
"@mendix/native-mobile-toolkit": "latest",
- "@react-native/babel-preset": "0.83.4",
- "@react-native/metro-config": "0.83.4",
+ "@react-native/babel-preset": "0.84.1",
+ "@react-native/metro-config": "0.84.1",
"jetifier": "^1.6.8",
"patch-package": "^8.0.1"
},
@@ -56,15 +56,15 @@
"node": ">=18"
},
"overrides": {
- "react": "19.2.4",
- "react-dom": "19.2.4",
- "react-native": "0.83.4",
+ "react": "19.2.3",
+ "react-dom": "19.2.3",
+ "react-native": "0.84.1",
"unset-value": "2.0.1",
"semver": "7.7.4"
},
"resolutions": {
- "react": "19.2.4",
- "react-dom": "19.2.4",
- "react-native": "0.83.4"
+ "react": "19.2.3",
+ "react-dom": "19.2.3",
+ "react-native": "0.84.1"
}
}
diff --git a/patches/react-native+0.83.4.patch b/patches/react-native+0.84.1.patch
similarity index 97%
rename from patches/react-native+0.83.4.patch
rename to patches/react-native+0.84.1.patch
index fa2f93a8c..c08e0d2cf 100644
--- a/patches/react-native+0.83.4.patch
+++ b/patches/react-native+0.84.1.patch
@@ -87,10 +87,10 @@ index 6dea84f..bfcf7ae 100644
@optional
diff --git a/node_modules/react-native/React/DevSupport/RCTPackagerConnection.mm b/node_modules/react-native/React/DevSupport/RCTPackagerConnection.mm
-index 95dbf82..b1b5f9f 100644
+index 1c17945..2650660 100644
--- a/node_modules/react-native/React/DevSupport/RCTPackagerConnection.mm
+++ b/node_modules/react-native/React/DevSupport/RCTPackagerConnection.mm
-@@ -221,12 +221,12 @@ static void eraseRegistrationsWithToken(std::vector> ®i
+@@ -218,12 +218,12 @@ static void eraseRegistrationsWithToken(std::vector> ®i
dispatch_queue_t queue =
[handler respondsToSelector:@selector(methodQueue)] ? [handler methodQueue] : dispatch_get_main_queue();
@@ -110,7 +110,7 @@ index 95dbf82..b1b5f9f 100644
addRequestHandler:^(NSDictionary *request, RCTPackagerClientResponder *responder) {
[handler handleRequest:request withResponder:responder];
diff --git a/node_modules/react-native/third-party-podspecs/RCT-Folly.podspec b/node_modules/react-native/third-party-podspecs/RCT-Folly.podspec
-index 8852179..040c4f0 100644
+index 8df5864..0c00066 100644
--- a/node_modules/react-native/third-party-podspecs/RCT-Folly.podspec
+++ b/node_modules/react-native/third-party-podspecs/RCT-Folly.podspec
@@ -25,7 +25,7 @@ Pod::Spec.new do |spec|
diff --git a/patches/react-native-gesture-handler+2.30.0.patch b/patches/react-native-gesture-handler+2.30.0.patch
deleted file mode 100644
index a9ed06e66..000000000
--- a/patches/react-native-gesture-handler+2.30.0.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerModule.kt
-+++ b/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerModule.kt
-@@ -170,7 +170,7 @@ class RNGestureHandlerModule(reactContext: ReactApplicationContext?) :
- }
- synchronized(roots) {
- return roots.firstOrNull {
-- it.rootView is ReactRootView && it.rootView.rootViewTag == rootViewTag
-+ it.rootView is ReactRootView && it.rootView.getRootViewTag() == rootViewTag
- }
- }
- }
diff --git a/stale_files b/stale_files
index 782b7c315..346dc3426 100644
--- a/stale_files
+++ b/stale_files
@@ -1,6 +1,8 @@
patches/@op-engineering+op-sqlite+12.0.2.patch
patches/react-native+0.77.3.patch
patches/react-native-screens+4.6.0.patch
+patches/react-native+0.83.4.patch
+patches/react-native-gesture-handler+2.30.0.patch
mendix-native-10.2.2.tgz
ios/AppDelegate.h
ios/AppDelegate.m
@@ -13,4 +15,5 @@ ios/SplashScreenPresenter.m
ios/StoryBoardSplash.m
ios/SwiftInterop.swift
ios/Dev/AppDelegate.h
-ios/Dev/AppDelegate.m
\ No newline at end of file
+ios/Dev/AppDelegate.m
+ios/Dev/MendixApp/MendixReactWindowExtensions.swift
\ No newline at end of file