diff --git a/apps/AEPSampleApp/App.tsx b/apps/AEPSampleApp/App.tsx index dda609662..661a9076d 100644 --- a/apps/AEPSampleApp/App.tsx +++ b/apps/AEPSampleApp/App.tsx @@ -124,7 +124,7 @@ export default function App() { // For functional components, use useEffect with an empty dependency array. // For class components, call initializeWithAppId inside componentDidMount. MobileCore.setLogLevel(LogLevel.DEBUG); - MobileCore.initializeWithAppId("YOUR-APP-ID") + MobileCore.initializeWithAppId("3149c49c3910/473386a6e5b0/launch-6099493a8c97-development") .then(() => { console.log("AEP SDK Initialized"); }) diff --git a/apps/AEPSampleApp/android/app/build.gradle b/apps/AEPSampleApp/android/app/build.gradle index 7ce7940ab..696447380 100644 --- a/apps/AEPSampleApp/android/app/build.gradle +++ b/apps/AEPSampleApp/android/app/build.gradle @@ -75,9 +75,9 @@ android { buildToolsVersion rootProject.ext.buildToolsVersion compileSdk rootProject.ext.compileSdkVersion - namespace "com.aepsampleapp" + namespace "com.adobe.marketing.mobile.messagingsample" defaultConfig { - applicationId "com.aepsampleapp" + applicationId "com.adobe.marketing.mobile.messagingsample" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 1 diff --git a/apps/AEPSampleApp/android/app/src/main/java/com/aepsampleapp/MainActivity.kt b/apps/AEPSampleApp/android/app/src/main/java/com/adobe/marketing/mobile/messagingsample/MainActivity.kt similarity index 96% rename from apps/AEPSampleApp/android/app/src/main/java/com/aepsampleapp/MainActivity.kt rename to apps/AEPSampleApp/android/app/src/main/java/com/adobe/marketing/mobile/messagingsample/MainActivity.kt index 8883d4dc4..9de4caf3c 100644 --- a/apps/AEPSampleApp/android/app/src/main/java/com/aepsampleapp/MainActivity.kt +++ b/apps/AEPSampleApp/android/app/src/main/java/com/adobe/marketing/mobile/messagingsample/MainActivity.kt @@ -8,7 +8,7 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ -package com.aepsampleapp +package com.adobe.marketing.mobile.messagingsample import com.facebook.react.ReactActivity import com.facebook.react.ReactActivityDelegate diff --git a/apps/AEPSampleApp/android/app/src/main/java/com/aepsampleapp/MainApplication.kt b/apps/AEPSampleApp/android/app/src/main/java/com/adobe/marketing/mobile/messagingsample/MainApplication.kt similarity index 96% rename from apps/AEPSampleApp/android/app/src/main/java/com/aepsampleapp/MainApplication.kt rename to apps/AEPSampleApp/android/app/src/main/java/com/adobe/marketing/mobile/messagingsample/MainApplication.kt index 8dcd84ee7..c8de398a7 100644 --- a/apps/AEPSampleApp/android/app/src/main/java/com/aepsampleapp/MainApplication.kt +++ b/apps/AEPSampleApp/android/app/src/main/java/com/adobe/marketing/mobile/messagingsample/MainApplication.kt @@ -8,7 +8,7 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ -package com.aepsampleapp +package com.adobe.marketing.mobile.messagingsample import android.app.Application import com.facebook.react.PackageList diff --git a/apps/AEPSampleApp/android/settings.gradle b/apps/AEPSampleApp/android/settings.gradle index b0b392a85..8598f042e 100644 --- a/apps/AEPSampleApp/android/settings.gradle +++ b/apps/AEPSampleApp/android/settings.gradle @@ -8,7 +8,7 @@ pluginManagement { } plugins { id("com.facebook.react.settings") } -def nodeExecutable = System.getenv("HOME") + "/.nvm/versions/node/v22.13.0/bin/node" +def nodeExecutable = System.getenv("NODE_BINARY") ?: "node" def cliScript = file("../node_modules/@react-native-community/cli/build/bin.js").absolutePath extensions.configure(com.facebook.react.ReactSettingsExtension) { ex -> diff --git a/apps/AEPSampleApp/extensions/MessagingView.tsx b/apps/AEPSampleApp/extensions/MessagingView.tsx index 8b80b3781..038e2c8cb 100644 --- a/apps/AEPSampleApp/extensions/MessagingView.tsx +++ b/apps/AEPSampleApp/extensions/MessagingView.tsx @@ -17,7 +17,7 @@ import {Messaging} from '@adobe/react-native-aepmessaging'; import styles from '../styles/styles'; import {NavigationProps} from '../types/props'; -const SURFACES = ['surface1', 'surface2']; +const SURFACES = ['android-cc']; const messagingExtensionVersion = async () => { const version = await Messaging.extensionVersion(); diff --git a/apps/AEPSampleApp/ios/AEPSampleApp.xcodeproj/project.pbxproj b/apps/AEPSampleApp/ios/AEPSampleApp.xcodeproj/project.pbxproj index 630b253b3..5102a9f4f 100644 --- a/apps/AEPSampleApp/ios/AEPSampleApp.xcodeproj/project.pbxproj +++ b/apps/AEPSampleApp/ios/AEPSampleApp.xcodeproj/project.pbxproj @@ -11,10 +11,10 @@ 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; 1B59F67A2BB4EE8B00ED6F0D /* dummy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B59F6792BB4EE8B00ED6F0D /* dummy.swift */; }; + 2EC95E6EC221C58C664F6681 /* libPods-aepsampleapp-aepsampleappTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0D9E11C6CF11945F4FA11DFC /* libPods-aepsampleapp-aepsampleappTests.a */; }; 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; }; - 9DA30D5A16E2E9A1911FCC2D /* Pods_aepsampleapp_aepsampleappTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 49A123DB9D6B2F34E0242F9E /* Pods_aepsampleapp_aepsampleappTests.framework */; }; + 8F4577C6D335A74CCAD1B684 /* libPods-aepsampleapp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 59A8942DCEB2A01202B7D303 /* libPods-aepsampleapp.a */; }; C2A17F28CBF0D382EE4ACC70 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = DD90B4BFFFA25EEA1D0BE83E /* PrivacyInfo.xcprivacy */; }; - D57E3E4F6AA3D824DE37C2B3 /* Pods_aepsampleapp.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C587A6786A9668169BAAC82E /* Pods_aepsampleapp.framework */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -30,7 +30,7 @@ /* Begin PBXFileReference section */ 00E356EE1AD99517003FC87E /* aepsampleappTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = aepsampleappTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 0AAAD9C3A85FC8F2FAB00F8D /* Pods-aepsampleapp-aepsampleappTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-aepsampleapp-aepsampleappTests.debug.xcconfig"; path = "Target Support Files/Pods-aepsampleapp-aepsampleappTests/Pods-aepsampleapp-aepsampleappTests.debug.xcconfig"; sourceTree = ""; }; + 0D9E11C6CF11945F4FA11DFC /* libPods-aepsampleapp-aepsampleappTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-aepsampleapp-aepsampleappTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 13B07F961A680F5B00A75B9A /* aepsampleapp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = aepsampleapp.app; sourceTree = BUILT_PRODUCTS_DIR; }; 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = aepsampleapp/AppDelegate.h; sourceTree = ""; }; 13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = aepsampleapp/AppDelegate.mm; sourceTree = ""; }; @@ -39,13 +39,13 @@ 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = aepsampleapp/main.m; sourceTree = ""; }; 1B59F6782BB4EE8B00ED6F0D /* aepsampleapp-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "aepsampleapp-Bridging-Header.h"; sourceTree = ""; }; 1B59F6792BB4EE8B00ED6F0D /* dummy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = dummy.swift; sourceTree = ""; }; - 26F0B12E688937A8FFBC2238 /* Pods-aepsampleapp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-aepsampleapp.release.xcconfig"; path = "Target Support Files/Pods-aepsampleapp/Pods-aepsampleapp.release.xcconfig"; sourceTree = ""; }; - 3DC5F83A48E28D0AE935C02A /* Pods-aepsampleapp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-aepsampleapp.debug.xcconfig"; path = "Target Support Files/Pods-aepsampleapp/Pods-aepsampleapp.debug.xcconfig"; sourceTree = ""; }; - 49A123DB9D6B2F34E0242F9E /* Pods_aepsampleapp_aepsampleappTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_aepsampleapp_aepsampleappTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 31643B897040F8529CD0C939 /* Pods-aepsampleapp-aepsampleappTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-aepsampleapp-aepsampleappTests.release.xcconfig"; path = "Target Support Files/Pods-aepsampleapp-aepsampleappTests/Pods-aepsampleapp-aepsampleappTests.release.xcconfig"; sourceTree = ""; }; + 5811A5E4A7242E7CC5E4D337 /* Pods-aepsampleapp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-aepsampleapp.debug.xcconfig"; path = "Target Support Files/Pods-aepsampleapp/Pods-aepsampleapp.debug.xcconfig"; sourceTree = ""; }; + 59A8942DCEB2A01202B7D303 /* libPods-aepsampleapp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-aepsampleapp.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = aepsampleapp/LaunchScreen.storyboard; sourceTree = ""; }; - C180776A1A5B857370CC2D23 /* Pods-aepsampleapp-aepsampleappTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-aepsampleapp-aepsampleappTests.release.xcconfig"; path = "Target Support Files/Pods-aepsampleapp-aepsampleappTests/Pods-aepsampleapp-aepsampleappTests.release.xcconfig"; sourceTree = ""; }; - C587A6786A9668169BAAC82E /* Pods_aepsampleapp.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_aepsampleapp.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - DD90B4BFFFA25EEA1D0BE83E /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = aepsampleapp/PrivacyInfo.xcprivacy; sourceTree = ""; }; + 9DB4CD8791E92C18BBB5C0E4 /* Pods-aepsampleapp-aepsampleappTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-aepsampleapp-aepsampleappTests.debug.xcconfig"; path = "Target Support Files/Pods-aepsampleapp-aepsampleappTests/Pods-aepsampleapp-aepsampleappTests.debug.xcconfig"; sourceTree = ""; }; + BAFD2B5F7292C17563E0C1A6 /* Pods-aepsampleapp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-aepsampleapp.release.xcconfig"; path = "Target Support Files/Pods-aepsampleapp/Pods-aepsampleapp.release.xcconfig"; sourceTree = ""; }; + DD90B4BFFFA25EEA1D0BE83E /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = aepsampleapp/PrivacyInfo.xcprivacy; sourceTree = ""; }; ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; /* End PBXFileReference section */ @@ -54,7 +54,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 9DA30D5A16E2E9A1911FCC2D /* Pods_aepsampleapp_aepsampleappTests.framework in Frameworks */, + 2EC95E6EC221C58C664F6681 /* libPods-aepsampleapp-aepsampleappTests.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -62,7 +62,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - D57E3E4F6AA3D824DE37C2B3 /* Pods_aepsampleapp.framework in Frameworks */, + 8F4577C6D335A74CCAD1B684 /* libPods-aepsampleapp.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -105,8 +105,8 @@ isa = PBXGroup; children = ( ED297162215061F000B7C4FE /* JavaScriptCore.framework */, - C587A6786A9668169BAAC82E /* Pods_aepsampleapp.framework */, - 49A123DB9D6B2F34E0242F9E /* Pods_aepsampleapp_aepsampleappTests.framework */, + 59A8942DCEB2A01202B7D303 /* libPods-aepsampleapp.a */, + 0D9E11C6CF11945F4FA11DFC /* libPods-aepsampleapp-aepsampleappTests.a */, ); name = Frameworks; sourceTree = ""; @@ -145,10 +145,10 @@ BBD78D7AC51CEA395F1C20DB /* Pods */ = { isa = PBXGroup; children = ( - 3DC5F83A48E28D0AE935C02A /* Pods-aepsampleapp.debug.xcconfig */, - 26F0B12E688937A8FFBC2238 /* Pods-aepsampleapp.release.xcconfig */, - 0AAAD9C3A85FC8F2FAB00F8D /* Pods-aepsampleapp-aepsampleappTests.debug.xcconfig */, - C180776A1A5B857370CC2D23 /* Pods-aepsampleapp-aepsampleappTests.release.xcconfig */, + 5811A5E4A7242E7CC5E4D337 /* Pods-aepsampleapp.debug.xcconfig */, + BAFD2B5F7292C17563E0C1A6 /* Pods-aepsampleapp.release.xcconfig */, + 9DB4CD8791E92C18BBB5C0E4 /* Pods-aepsampleapp-aepsampleappTests.debug.xcconfig */, + 31643B897040F8529CD0C939 /* Pods-aepsampleapp-aepsampleappTests.release.xcconfig */, ); path = Pods; sourceTree = ""; @@ -160,12 +160,12 @@ isa = PBXNativeTarget; buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "aepsampleappTests" */; buildPhases = ( - 7BB15AFBEBDDCEBCB8F6393C /* [CP] Check Pods Manifest.lock */, + 6A76820EB7C3189815BA226D /* [CP] Check Pods Manifest.lock */, 00E356EA1AD99517003FC87E /* Sources */, 00E356EB1AD99517003FC87E /* Frameworks */, 00E356EC1AD99517003FC87E /* Resources */, - 82E5F772D65DCF904A5C3FD4 /* [CP] Embed Pods Frameworks */, - 230AB368A6F72E6D71F4D329 /* [CP] Copy Pods Resources */, + EF163D66A6704002BEFE31FA /* [CP] Embed Pods Frameworks */, + 10F7115AD0EC35577A87476C /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -181,13 +181,13 @@ isa = PBXNativeTarget; buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "aepsampleapp" */; buildPhases = ( - 9F6A89FF419C30A437522897 /* [CP] Check Pods Manifest.lock */, + 9EBE75A721F0FD218CB771A9 /* [CP] Check Pods Manifest.lock */, 13B07F871A680F5B00A75B9A /* Sources */, 13B07F8C1A680F5B00A75B9A /* Frameworks */, 13B07F8E1A680F5B00A75B9A /* Resources */, 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */, - 290E51C83D1DEB4F8E7045D1 /* [CP] Embed Pods Frameworks */, - 10D0B87F6126588D7347E84A /* [CP] Copy Pods Resources */, + 3BB0B18F510865D68EADD307 /* [CP] Embed Pods Frameworks */, + D50977D9AC6CDCB4BDD73C0C /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -271,58 +271,63 @@ shellPath = /bin/sh; shellScript = "set -e\n\nWITH_ENVIRONMENT=\"../node_modules/react-native/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"../node_modules/react-native/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"\\\"$WITH_ENVIRONMENT\\\" \\\"$REACT_NATIVE_XCODE\\\"\"\n"; }; - 10D0B87F6126588D7347E84A /* [CP] Copy Pods Resources */ = { + 10F7115AD0EC35577A87476C /* [CP] Copy Pods Resources */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-aepsampleapp/Pods-aepsampleapp-resources-${CONFIGURATION}-input-files.xcfilelist", + "${PODS_ROOT}/Target Support Files/Pods-aepsampleapp-aepsampleappTests/Pods-aepsampleapp-aepsampleappTests-resources-${CONFIGURATION}-input-files.xcfilelist", ); name = "[CP] Copy Pods Resources"; outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-aepsampleapp/Pods-aepsampleapp-resources-${CONFIGURATION}-output-files.xcfilelist", + "${PODS_ROOT}/Target Support Files/Pods-aepsampleapp-aepsampleappTests/Pods-aepsampleapp-aepsampleappTests-resources-${CONFIGURATION}-output-files.xcfilelist", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-aepsampleapp/Pods-aepsampleapp-resources.sh\"\n"; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-aepsampleapp-aepsampleappTests/Pods-aepsampleapp-aepsampleappTests-resources.sh\"\n"; showEnvVarsInLog = 0; }; - 230AB368A6F72E6D71F4D329 /* [CP] Copy Pods Resources */ = { + 3BB0B18F510865D68EADD307 /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-aepsampleapp-aepsampleappTests/Pods-aepsampleapp-aepsampleappTests-resources-${CONFIGURATION}-input-files.xcfilelist", + "${PODS_ROOT}/Target Support Files/Pods-aepsampleapp/Pods-aepsampleapp-frameworks-${CONFIGURATION}-input-files.xcfilelist", ); - name = "[CP] Copy Pods Resources"; + name = "[CP] Embed Pods Frameworks"; outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-aepsampleapp-aepsampleappTests/Pods-aepsampleapp-aepsampleappTests-resources-${CONFIGURATION}-output-files.xcfilelist", + "${PODS_ROOT}/Target Support Files/Pods-aepsampleapp/Pods-aepsampleapp-frameworks-${CONFIGURATION}-output-files.xcfilelist", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-aepsampleapp-aepsampleappTests/Pods-aepsampleapp-aepsampleappTests-resources.sh\"\n"; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-aepsampleapp/Pods-aepsampleapp-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; - 290E51C83D1DEB4F8E7045D1 /* [CP] Embed Pods Frameworks */ = { + 6A76820EB7C3189815BA226D /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-aepsampleapp/Pods-aepsampleapp-frameworks-${CONFIGURATION}-input-files.xcfilelist", ); - name = "[CP] Embed Pods Frameworks"; + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-aepsampleapp/Pods-aepsampleapp-frameworks-${CONFIGURATION}-output-files.xcfilelist", + ); + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-aepsampleapp-aepsampleappTests-checkManifestLockResult.txt", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-aepsampleapp/Pods-aepsampleapp-frameworks.sh\"\n"; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; showEnvVarsInLog = 0; }; - 7BB15AFBEBDDCEBCB8F6393C /* [CP] Check Pods Manifest.lock */ = { + 9EBE75A721F0FD218CB771A9 /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -337,50 +342,45 @@ outputFileListPaths = ( ); outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-aepsampleapp-aepsampleappTests-checkManifestLockResult.txt", + "$(DERIVED_FILE_DIR)/Pods-aepsampleapp-checkManifestLockResult.txt", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; showEnvVarsInLog = 0; }; - 82E5F772D65DCF904A5C3FD4 /* [CP] Embed Pods Frameworks */ = { + D50977D9AC6CDCB4BDD73C0C /* [CP] Copy Pods Resources */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-aepsampleapp-aepsampleappTests/Pods-aepsampleapp-aepsampleappTests-frameworks-${CONFIGURATION}-input-files.xcfilelist", + "${PODS_ROOT}/Target Support Files/Pods-aepsampleapp/Pods-aepsampleapp-resources-${CONFIGURATION}-input-files.xcfilelist", ); - name = "[CP] Embed Pods Frameworks"; + name = "[CP] Copy Pods Resources"; outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-aepsampleapp-aepsampleappTests/Pods-aepsampleapp-aepsampleappTests-frameworks-${CONFIGURATION}-output-files.xcfilelist", + "${PODS_ROOT}/Target Support Files/Pods-aepsampleapp/Pods-aepsampleapp-resources-${CONFIGURATION}-output-files.xcfilelist", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-aepsampleapp-aepsampleappTests/Pods-aepsampleapp-aepsampleappTests-frameworks.sh\"\n"; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-aepsampleapp/Pods-aepsampleapp-resources.sh\"\n"; showEnvVarsInLog = 0; }; - 9F6A89FF419C30A437522897 /* [CP] Check Pods Manifest.lock */ = { + EF163D66A6704002BEFE31FA /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-aepsampleapp-aepsampleappTests/Pods-aepsampleapp-aepsampleappTests-frameworks-${CONFIGURATION}-input-files.xcfilelist", ); - inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; + name = "[CP] Embed Pods Frameworks"; outputFileListPaths = ( - ); - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-aepsampleapp-checkManifestLockResult.txt", + "${PODS_ROOT}/Target Support Files/Pods-aepsampleapp-aepsampleappTests/Pods-aepsampleapp-aepsampleappTests-frameworks-${CONFIGURATION}-output-files.xcfilelist", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-aepsampleapp-aepsampleappTests/Pods-aepsampleapp-aepsampleappTests-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; /* End PBXShellScriptBuildPhase section */ @@ -416,7 +416,7 @@ /* Begin XCBuildConfiguration section */ 00E356F61AD99517003FC87E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0AAAD9C3A85FC8F2FAB00F8D /* Pods-aepsampleapp-aepsampleappTests.debug.xcconfig */; + baseConfigurationReference = 9DB4CD8791E92C18BBB5C0E4 /* Pods-aepsampleapp-aepsampleappTests.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; BUNDLE_LOADER = "$(TEST_HOST)"; @@ -444,7 +444,7 @@ }; 00E356F71AD99517003FC87E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C180776A1A5B857370CC2D23 /* Pods-aepsampleapp-aepsampleappTests.release.xcconfig */; + baseConfigurationReference = 31643B897040F8529CD0C939 /* Pods-aepsampleapp-aepsampleappTests.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; BUNDLE_LOADER = "$(TEST_HOST)"; @@ -469,7 +469,7 @@ }; 13B07F941A680F5B00A75B9A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3DC5F83A48E28D0AE935C02A /* Pods-aepsampleapp.debug.xcconfig */; + baseConfigurationReference = 5811A5E4A7242E7CC5E4D337 /* Pods-aepsampleapp.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; @@ -482,16 +482,22 @@ ); MARKETING_VERSION = 1.0; OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", "$(OTHER_CFLAGS)", "-DFOLLY_NO_CONFIG", "-DFOLLY_MOBILE=1", "-DFOLLY_USE_LIBCPP=1", + "-Wno-comma", + "-DRCT_NEW_ARCH_ENABLED=1", + "-Wno-shorten-64-to-32\n-Wno-shorten-64-to-32\n-Wno-shorten-64-to-32\n-Wno-shorten-64-to-32\n", "-DFOLLY_CFG_NO_COROUTINES=1", ); OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", "-lc++", + "-force_load $(PODS_CONFIGURATION_BUILD_DIR)/RCTAEPOptimize/libRCTAEPOptimize.a", + "-force_load $(PODS_CONFIGURATION_BUILD_DIR)/RCTAEPOptimize/libRCTAEPOptimize.a", ); PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = aepsampleapp; @@ -504,7 +510,7 @@ }; 13B07F951A680F5B00A75B9A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 26F0B12E688937A8FFBC2238 /* Pods-aepsampleapp.release.xcconfig */; + baseConfigurationReference = BAFD2B5F7292C17563E0C1A6 /* Pods-aepsampleapp.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; @@ -516,6 +522,7 @@ ); MARKETING_VERSION = 1.0; OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", "$(OTHER_CFLAGS)", "-DFOLLY_NO_CONFIG", "-DFOLLY_MOBILE=1", @@ -526,6 +533,8 @@ "$(inherited)", "-ObjC", "-lc++", + "-force_load $(PODS_CONFIGURATION_BUILD_DIR)/RCTAEPOptimize/libRCTAEPOptimize.a", + "-force_load $(PODS_CONFIGURATION_BUILD_DIR)/RCTAEPOptimize/libRCTAEPOptimize.a", ); PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = aepsampleapp; @@ -611,6 +620,7 @@ ONLY_ACTIVE_ARCH = YES; OTHER_CFLAGS = "$(inherited)"; OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", "$(OTHER_CFLAGS)", "-DFOLLY_NO_CONFIG", "-DFOLLY_MOBILE=1", @@ -696,6 +706,7 @@ MTL_ENABLE_DEBUG_INFO = NO; OTHER_CFLAGS = "$(inherited)"; OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", "$(OTHER_CFLAGS)", "-DFOLLY_NO_CONFIG", "-DFOLLY_MOBILE=1", diff --git a/apps/AEPSampleApp/ios/Podfile b/apps/AEPSampleApp/ios/Podfile index fb9e00002..b172f1f92 100644 --- a/apps/AEPSampleApp/ios/Podfile +++ b/apps/AEPSampleApp/ios/Podfile @@ -1,3 +1,5 @@ +ENV['RCT_NEW_ARCH_ENABLED'] = '1' + # Resolve react_native_pods.rb with node to allow for hoisting require Pod::Executable.execute_command('node', ['-p', 'require.resolve( @@ -8,9 +10,11 @@ require Pod::Executable.execute_command('node', ['-p', platform :ios, min_ios_version_supported prepare_react_native_project! -# Required for AEP SDK with New Architecture - use static frameworks -# This prevents C++ module import errors during the build process -use_frameworks! :linkage => :static +linkage = ENV['USE_FRAMEWORKS'] +if linkage != nil + Pod::UI.puts "Configuring Pod with #{linkage}ally linked Frameworks".green + use_frameworks! :linkage => linkage.to_sym +end target 'aepsampleapp' do config = use_native_modules! @@ -33,13 +37,47 @@ target 'aepsampleapp' do :mac_catalyst_enabled => false, :ccache_enabled => true ) - - installer.pods_project.targets.each do |t| - if t.name.start_with?("AEP") - t.build_configurations.each do |bc| - bc.build_settings['OTHER_SWIFT_FLAGS'] = '$(inherited) -no-verify-emitted-module-interface' + # AEP pods: Swift settings (static framework / Objective-C interop) + installer.pods_project.targets.each do |target| + if target.name.start_with?('AEP') + target.build_configurations.each do |bc| + bc.build_settings['OTHER_SWIFT_FLAGS'] = '$(inherited) -no-verify-emitted-module-interface' + bc.build_settings['SWIFT_STRICT_CONCURRENCY'] = 'minimal' + bc.build_settings['SWIFT_SUPPRESS_WARNINGS'] = 'YES' + bc.build_settings['SWIFT_EMIT_MODULE_INTERFACE'] = 'NO' + end + end + end + # Fix glog build issue in RN 0.78+: tell CocoaPods not to treat glog as a module + installer.pods_project.targets.each do |target| + target.build_configurations.each do |config| + if target.name == 'glog' + config.build_settings['DEFINES_MODULE'] = 'NO' + end + end + end + # Turbo Module (Objective-C): Clang modules for RCTAEPOptimize; allow non-modular includes for codegen/glog + installer.pods_project.targets.each do |target| + if target.name == 'RCTAEPOptimize' + target.build_configurations.each do |bc| + bc.build_settings['CLANG_ENABLE_MODULES'] = 'YES' + bc.build_settings['CLANG_ENABLE_OBJC_ARC'] = 'YES' + bc.build_settings['CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES'] = 'YES' + end + end + end + # Force link static library so Turbo Module is not stripped (same pattern as AepTurboCore) + installer.aggregate_targets.each do |aggregate_target| + if aggregate_target.name == 'Pods-aepsampleapp' + aggregate_target.user_project.native_targets.each do |native_target| + if native_target.name == 'aepsampleapp' + native_target.build_configurations.each do |bc| + bc.build_settings['OTHER_LDFLAGS'] ||= ['$(inherited)'] + bc.build_settings['OTHER_LDFLAGS'] << '-force_load $(PODS_CONFIGURATION_BUILD_DIR)/RCTAEPOptimize/libRCTAEPOptimize.a' + end + end end end end end -end +end \ No newline at end of file diff --git a/apps/AEPSampleApp/ios/Podfile.lock b/apps/AEPSampleApp/ios/Podfile.lock index c080e538b..93720c5f1 100644 --- a/apps/AEPSampleApp/ios/Podfile.lock +++ b/apps/AEPSampleApp/ios/Podfile.lock @@ -5,9 +5,9 @@ PODS: - AEPCampaignClassic (5.0.0): - AEPCore (< 6.0.0, >= 5.0.0) - AEPServices (< 6.0.0, >= 5.0.0) - - AEPCore (5.7.0): + - AEPCore (5.8.0): - AEPRulesEngine (< 6.0.0, >= 5.0.0) - - AEPServices (< 6.0.0, >= 5.7.0) + - AEPServices (< 6.0.0, >= 5.8.0) - AEPEdge (5.0.3): - AEPCore (< 6.0.0, >= 5.3.1) - AEPEdgeIdentity (< 6.0.0, >= 5.0.0) @@ -18,15 +18,17 @@ PODS: - AEPEdge (< 6.0.0, >= 5.0.0) - AEPEdgeIdentity (5.0.0): - AEPCore (< 6.0.0, >= 5.0.0) - - AEPIdentity (5.7.0): - - AEPCore (< 6.0.0, >= 5.7.0) - - AEPLifecycle (5.7.0): - - AEPCore (< 6.0.0, >= 5.7.0) - - AEPMessaging (5.9.0): - - AEPCore (< 6.0.0, >= 5.7.0) + - AEPIdentity (5.8.0): + - AEPCore (< 6.0.0, >= 5.8.0) + - AEPLifecycle (5.8.0): + - AEPCore (< 6.0.0, >= 5.8.0) + - AEPMessaging (5.11.0): + - AEPCore (< 6.0.0, >= 5.8.0) - AEPEdge (< 6.0.0, >= 5.0.2) - AEPEdgeIdentity (< 6.0.0, >= 5.0.0) - - AEPServices (< 6.0.0, >= 5.7.0) + - AEPMessagingLiveActivity (< 6.0.0, >= 5.7.0) + - AEPServices (< 6.0.0, >= 5.8.0) + - AEPMessagingLiveActivity (5.11.0) - AEPOptimize (5.6.1): - AEPCore (< 6.0.0, >= 5.4.0) - AEPEdge (< 6.0.0, >= 5.0.0) @@ -34,9 +36,9 @@ PODS: - AEPCore (< 6.0.0, >= 5.0.0) - AEPServices (< 6.0.0, >= 5.0.0) - AEPRulesEngine (5.0.0) - - AEPServices (5.7.0) - - AEPSignal (5.7.0): - - AEPCore (< 6.0.0, >= 5.7.0) + - AEPServices (5.8.0) + - AEPSignal (5.8.0): + - AEPCore (< 6.0.0, >= 5.8.0) - AEPTarget (5.0.0): - AEPCore (< 6.0.0, >= 5.0.0) - AEPUserProfile (5.0.0): @@ -98,7 +100,34 @@ PODS: - React - RCTAEPOptimize (7.1.1): - AEPOptimize (< 6.0.0, >= 5.0.0) + - boost + - DoubleConversion + - fast_float + - fmt + - glog + - hermes-engine + - RCT-Folly + - RCT-Folly/Fabric + - RCTRequired + - RCTTypeSafety - React + - React-Core + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-ImageManager + - React-jsi + - React-NativeModulesApple + - React-RCTFabric + - React-renderercss + - React-rendererdebug + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - SocketRocket + - Yoga - RCTAEPPlaces (7.0.1): - AEPPlaces (< 6.0.0, >= 5.0.0) - React @@ -2687,7 +2716,6 @@ PODS: - React-Core - React-debug - React-Fabric - - React-FabricComponents - React-featureflags - React-graphics - React-ImageManager @@ -2794,7 +2822,7 @@ PODS: - RNWorklets - SocketRocket - Yoga - - RNScreens (4.22.0): + - RNScreens (4.23.0): - boost - DoubleConversion - fast_float @@ -2821,10 +2849,10 @@ PODS: - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - RNScreens/common (= 4.22.0) + - RNScreens/common (= 4.23.0) - SocketRocket - Yoga - - RNScreens/common (4.22.0): + - RNScreens/common (4.23.0): - boost - DoubleConversion - fast_float @@ -2853,7 +2881,7 @@ PODS: - ReactCommon/turbomodule/core - SocketRocket - Yoga - - RNWorklets (0.7.2): + - RNWorklets (0.7.3): - boost - DoubleConversion - fast_float @@ -2880,10 +2908,10 @@ PODS: - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - RNWorklets/worklets (= 0.7.2) + - RNWorklets/worklets (= 0.7.3) - SocketRocket - Yoga - - RNWorklets/worklets (0.7.2): + - RNWorklets/worklets (0.7.3): - boost - DoubleConversion - fast_float @@ -2910,10 +2938,10 @@ PODS: - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - RNWorklets/worklets/apple (= 0.7.2) + - RNWorklets/worklets/apple (= 0.7.3) - SocketRocket - Yoga - - RNWorklets/worklets/apple (0.7.2): + - RNWorklets/worklets/apple (0.7.3): - boost - DoubleConversion - fast_float @@ -3057,6 +3085,7 @@ SPEC REPOS: - AEPIdentity - AEPLifecycle - AEPMessaging + - AEPMessagingLiveActivity - AEPOptimize - AEPPlaces - AEPRulesEngine @@ -3264,19 +3293,20 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: AEPAssurance: 3ab00d47a40bc6c6cb2000689e0dcfa595cda250 AEPCampaignClassic: bb177cc477846b15c38cfba77b8ec5127abf2105 - AEPCore: d1b0905c5a9531a883d9e8c31212ff61ca900be0 + AEPCore: 65d2f2c9ef750ce89557dba59a71e729306f0629 AEPEdge: 105afc7958acd7c016d57f7ac1d6f632bf05e6ee AEPEdgeBridge: 2302555a67bf4677a903c42dedf9b3ab0dd941b9 AEPEdgeConsent: 5f28a8ed6cd86812a73b1f5a4dbde9c81e486bf1 AEPEdgeIdentity: 3161ff33434586962946912d6b8e9e8fca1c4d23 - AEPIdentity: 1d491f04c11cbea9d94c6e2bc1b956b1264e3f42 - AEPLifecycle: da35d7393f0d635472719d292b9e4142123cb13c - AEPMessaging: c685704868e32f99b00b61ed1e7e231d02a6ef49 + AEPIdentity: 2dcdaa0288641441a7c1b1c97f1ed8113d40cc2d + AEPLifecycle: 1ff56cdd009b043c2ad412ddf8952beefd1f3e3d + AEPMessaging: 0b4da0fed0e87752ffb1332b79624515cac299b7 + AEPMessagingLiveActivity: 65451917c22a58edcf26c90af016f6a227702575 AEPOptimize: ac17a3311f3763ec2c2786243c5b8272acaf83dd AEPPlaces: 9eec5f88306033ce8190ec30727cbdd4008cc018 AEPRulesEngine: fe5800653a4bee07b1e41e61b4d5551f0dba557b - AEPServices: e1f14e286a8680cecbe0bcdf6ea47f46573635c4 - AEPSignal: 6e10c4d1dca8fb1ed8601cb4224ebd30fc241a59 + AEPServices: a5608a9d3749701030e12fe379f53e40fa6f8e6f + AEPSignal: 63a1c25c5f99c775a78bc398d728ed50a3bc6184 AEPTarget: 78197ae0f5455eeb837f8ed9fdc4f3f697cb3dd8 AEPUserProfile: cf36305d683d993d528337a46b7a269029b63e5d boost: 7e761d76ca2ce687f7cc98e698152abd03a18f90 @@ -3285,98 +3315,98 @@ SPEC CHECKSUMS: FBLazyVector: a293a88992c4c33f0aee184acab0b64a08ff9458 fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd glog: 5683914934d5b6e4240e497e0f4a3b42d1854183 - hermes-engine: 11049144ceae932d9f3d6faef6d602ca4adb8645 - RCT-Folly: 846fda9475e61ec7bcbf8a3fe81edfcaeb090669 - RCTAEPAssurance: 85c5ae07d4c4dcd857b50e550e0de44cff70efb2 - RCTAEPCampaignClassic: 9dd5dd68297c3fda6d45e90862fcc187409c5950 - RCTAEPCore: e1e6c47040d35eaea4a6ef910bcd8418f7920efc - RCTAEPEdge: d01fa96ccedd5e63c1351e9c89db24de5075bd22 - RCTAEPEdgeBridge: 4d27ecca9f530899b397ccdd7afe9f4a61261b0c - RCTAEPEdgeConsent: 3b32e623fd1d62058270d801b3d19b48549ba6d2 - RCTAEPEdgeIdentity: 9c76adfae37907c9473b90b8af552f4373c53905 - RCTAEPMessaging: aedaa653b0a259885a80286ab2c1b826978e6be1 - RCTAEPOptimize: b0c551927dde7d791a1830b1e22396b708fc9f30 - RCTAEPPlaces: f269cd87db4278e5b7327b573685db275f7ce3eb - RCTAEPTarget: e7cba160c73c4c03b3a45c7e6838fa66379a99eb - RCTAEPUserProfile: edc724f4d2e2f8d6c5047f0d3b8081b538a1a81f + hermes-engine: 62d794dd72e76f45f75714a48306365baa1bd93a + RCT-Folly: 59ec0ac1f2f39672a0c6e6cecdd39383b764646f + RCTAEPAssurance: 152e7737d6edbcdbb1e62fa8e2e4befe963d365d + RCTAEPCampaignClassic: 5bf6ddaa3f1e0f5367d48d45c6877d4867c99f55 + RCTAEPCore: 39f578b989e45556b813fbcf6bc301bcf46c5a04 + RCTAEPEdge: 2a3f5db77a5413c41a7cbc4fd5d1e05828b32653 + RCTAEPEdgeBridge: 8d778ec9cbb0dd2315e38b8df79b85a6ad915b2d + RCTAEPEdgeConsent: 94d66ceefac0058a1586b0b876e37f178d3733d2 + RCTAEPEdgeIdentity: 2ed3fdc9a3150e9bcf268b128c22f293ab4df6aa + RCTAEPMessaging: a3496d6f9745ec56d35df30a9d353c48347f4c6d + RCTAEPOptimize: adfda5245a41df15fae05794e8f245156b70980f + RCTAEPPlaces: 4050bda86286605a8683b4c078baac1662ca013a + RCTAEPTarget: e8bcf8864758faf07635719ffa0eff6a06861910 + RCTAEPUserProfile: 799d618ffbbfc389175c8a8cd5afcc36d852709a RCTDeprecation: 2b70c6e3abe00396cefd8913efbf6a2db01a2b36 RCTRequired: f3540eee8094231581d40c5c6d41b0f170237a81 RCTSwiftUI: 5928f7ca7e9e2f1a82d85d4c79ea3065137ad81c - RCTSwiftUIWrapper: 8ff2f9da84b47db66d11ece1589d8e5515c0ab8b + RCTSwiftUIWrapper: 1d538f86a38b18a6d5f70a94afa696242f46f5e5 RCTTypeSafety: 6359ff3fcbe18c52059f4d4ce301e47f9da5f0d5 React: f6f8fc5c01e77349cdfaf49102bcb928ac31d8ed React-callinvoker: 032b6d1d03654b9fb7de9e2b3b978d3cb1a893ad - React-Core: 418c9278f8a071b44a88a87be9a4943234cc2e77 - React-CoreModules: 925b8cb677649f967f6000f9b1ef74dc4ff60c30 - React-cxxreact: 21f6f0cb2a7d26fbed4d09e04482e5c75662beaf - React-debug: 0605c934d23a7570ec21ac1f9f04e71f2a27564e - React-defaultsnativemodule: c3065b551334857d1aeacdbb233b67ad2c9938cf - React-domnativemodule: 66c59dfe6931e89c6d61316f36c875f04343a199 - React-Fabric: 165a32bfa6ce5b5382f51c3c397f4fb254d84b83 - React-FabricComponents: fdcac8365a374d69a42d37a0961d476239f13d4a - React-FabricImage: 453cd67b252cbc7940644d0b88c39892495dce81 - React-featureflags: 7fd84f4d26cfa5e71549acba1226c6c0c684bc34 - React-featureflagsnativemodule: 2e1e14a1a0dea94b64481f7b13839d5a7a8cdd01 - React-graphics: 68e6e1cba7dc437a48f06da1a33a9c2d1a823c91 - React-hermes: 05ca52f53557a31b8ef8bac8f94c3f9db1ff00ed - React-idlecallbacksnativemodule: c5a47445433d30652f2e90a97813cfdf34b1c29a - React-ImageManager: 31a006f9c83fc6c4e89d13567432030ddbd5fb93 - React-intersectionobservernativemodule: 70e90418386fa85ea5f5eb8a97a90469ab014e3b - React-jserrorhandler: 91b51049907c38c42b5739f646a7af574f1eb0af - React-jsi: 749de748ad3b760011255326c63bf7b7dd6f8f9d - React-jsiexecutor: 02a5ee45bffcae98197eaa253fbf13b65c95073d - React-jsinspector: b71b0b2a40f2c326d5ea2fcaad377f306db6857e - React-jsinspectorcdp: 5e7e339f8afc7e4dab2d86e84076866731a77f1e - React-jsinspectornetwork: ba6ab1ffd2a2afea741653f16f4014b3ef4e6c5a - React-jsinspectortracing: 706f40b3313247dda75069da606ed51dd50e8a4e - React-jsitooling: 398f7129c50f0750e27b14d402ad117f550e58cb - React-jsitracing: 0652fe848fa5b5fb59f3e0f055cdbcddc726c7f2 - React-logger: 9e597cbeda7b8cc8aa8fb93860dade97190f69cc - React-Mapbuffer: a1ac1f8640a6ab91429b48f8849cdf090c1d3778 - React-microtasksnativemodule: d1b99ceae24a3d6db4720504626722584f589d18 - react-native-safe-area-context: 0a3b034bb63a5b684dd2f5fffd3c90ef6ed41ee8 - react-native-webview: cdce419e8022d0ef6f07db21890631258e7a9e6e - React-NativeModulesApple: cd394496f577dc1d8435b8fd7ea6c0586e9b9097 - React-networking: c6635aefc3c0efd73e5eaabd16faf7f675b812b6 + React-Core: ce3dea95f8ae196e9bfba71e3a5ef6057385890b + React-CoreModules: 78916168da700dfe90ecba15734e0e9c5b726814 + React-cxxreact: 04f73d81cfe783a57a88ef8683c76edc5bda3af8 + React-debug: 8fc21f2fecd3d6244e988dc55d60cb117d122588 + React-defaultsnativemodule: 7e39a67ea846a0c28fa1f8f3b7eb9c8d182cb519 + React-domnativemodule: 94500ffaa0e79ac9365bd239c1081bbeae76c5e1 + React-Fabric: bf43f81647dbb4760b38e8e54ff4734bcf3c3b2b + React-FabricComponents: 3dac7ea7ec199495b1b8bc57698ce2d215c8df4f + React-FabricImage: c0a883774156e295a58e2658584ba7b744728749 + React-featureflags: 57a5e07572451ec5c3fdfef5ec38e8f168aeba74 + React-featureflagsnativemodule: c43443be3e3f29b4d02a8ed1c5b823159e990f52 + React-graphics: e1a6995d70dd81db0c1d6f48fa9d5746cff23a57 + React-hermes: c15f47e27ebc5b5a4879a662192a2b5a2dbb121c + React-idlecallbacksnativemodule: e02e937ad0b76431e41cd4c0c4a964e2171df9a6 + React-ImageManager: db5557eb93bebef31bf846c6125b5a721a1315d9 + React-intersectionobservernativemodule: f45124cc5344500c862c1ea98386fe7f2e5ec214 + React-jserrorhandler: 2e42cbfcfa1fe5def2b386bb88579d88a793b305 + React-jsi: f93d4c647cb3c8668619a3217154627f22b3ba93 + React-jsiexecutor: 4b53a61c342a7e4df1271e45b72eebb0c7537b5c + React-jsinspector: 6601404af388513573ce330248fba1951f374a06 + React-jsinspectorcdp: edae3e229f9232156598e07765915ea153bb93a8 + React-jsinspectornetwork: 9c2bf9c45bdd3a53b6fafa3c92057d3267056500 + React-jsinspectortracing: f3132ce1e23f0b0a4e70b4f07ced6e766dbb3e00 + React-jsitooling: 93f0b858d38f4c3e1231ff3a9ad3880ee1807776 + React-jsitracing: b444d2d4aee3707d2838981a1ba6d9d859089da6 + React-logger: 3fc17afd62cdb87324a345b107b06a90b3e2dea0 + React-Mapbuffer: d690542fbbded9d9526a0a883c439aa82e4cede3 + React-microtasksnativemodule: b908076184179c0fd0db8713b5140f6e6e0e56c7 + react-native-safe-area-context: 54d812805f3c4e08a4580ad086cbde1d8780c2e4 + react-native-webview: 8b9097e270a99ee8798449f191a7ea27c790fa1c + React-NativeModulesApple: 153a3effe2df7d35881f3f0c126c8182b8643e5a + React-networking: 236c494a8d26fc5a776b3cfec7795a3e55143c91 React-oscompat: aedc0afbded67280de6bb6bfac8cfde0389e2b33 - React-perflogger: c174462de00c0b7d768f0b2d61b8e2240717a667 - React-performancecdpmetrics: 9d41b8902d72362816caf8572e081df407230dbc - React-performancetimeline: cb12411b80b41df2eaa749a5aaf327c7719b7368 + React-perflogger: 65e40e7afec4f9d2b1934baf8223f8ff73d4ce6d + React-performancecdpmetrics: 5f221a5581f34959707a5153bcdb6775fcfd5b77 + React-performancetimeline: df0ec4aa60217aa71d178ad90b93b4318ab2ed31 React-RCTActionSheet: 175c74d343e92793d3187b3a819d565f534e0b1d - React-RCTAnimation: d67919cddb7da39c949b8010b4fd4ea39815fe4e - React-RCTAppDelegate: 5f7b1e4b7ee5a44faf5f9518a7d3cabafb801adf - React-RCTBlob: 7ceb93e0918511163f036cfd295973f132a2bc57 - React-RCTFabric: 2e9eee31ebe0bb92d52f6550172164ae441114f7 - React-RCTFBReactNativeSpec: 6d00214e1eb03454e26577dbf740c34239a62ccb - React-RCTImage: d6297035168312fc3089f8ca0ee7a75216f21715 - React-RCTLinking: 619a2553c4ef83acaccfb551ada1b7d45cf1cce3 - React-RCTNetwork: 7df41788a194dc5b628f58db6a765224b6b37eac - React-RCTRuntime: a25b8cefd6ad9c366c6e4a1934d9af62d039887b - React-RCTSettings: fa7882ce3d73f1e3482fe05f9cb3167a35a60869 - React-RCTText: 4d659598d9b7730343d465c43d97b3f4aad13938 - React-RCTVibration: 968c3184bfe5005bedd86c913a3b52438222e3a4 - React-rendererconsistency: f89a3358e10fbbdadcc787739e21014a5708d0ef - React-renderercss: 275c9b7037e7a68efcdf14649e99169e638c9603 - React-rendererdebug: 4952b57a6ec231223bc86708aac0d49bfb3a15b4 - React-RuntimeApple: 8b95b05f321553f19a0df4e074ea14e26b0d2a5c - React-RuntimeCore: 4e5e60b4096b5fb3641371e950ee275643662db4 - React-runtimeexecutor: f42216f53e0a1c87833b84515af5ac20f33e7ada - React-RuntimeHermes: c1b917848f893f5a85dd8fd59d373377d7451fc3 - React-runtimescheduler: 42db2ca42f00f69a74049f02f1991295770601ce - React-timing: ac9b381caf132a0aa6a2888a87b9c7714db48602 - React-utils: 4879e98761ce2b45e1c3d0fdd6a534b9236e8eaf - React-webperformancenativemodule: 01b22f321b9950ab4288921a0b413347827356f6 - ReactAppDependencyProvider: ebcf3a78dc1bcdf054c9e8d309244bade6b31568 - ReactCodegen: 0c8601ce03eb3f724f4d251e4aa158555bf20942 - ReactCommon: 913c93ca20654c90cc57a3dd9e291b4ef9956e54 - RNCMaskedView: d707a83784c67099b54b37d056ababb2767ce15e - RNGestureHandler: c6327cf6e2bd384dc90351ccfff0da8142d62f54 - RNReanimated: fbcb7fd8da5b0b088401542c58fb5d266388f1cf - RNScreens: 2003f2c2280b7eb63b3f42087b85344cc09385a4 - RNWorklets: 01efdd402d236a13651ea5ea5437ca85a44e7afa + React-RCTAnimation: 4056aa1dd854167164563d4cfaecaa932a8ba999 + React-RCTAppDelegate: 59e920b73759d31ebcd9d6e3b9816de3ed8206b4 + React-RCTBlob: d154413584f959bc96303bfe9e0d59ef88bbe590 + React-RCTFabric: 4047481287f5db88210e9770fddfcd0992365b1c + React-RCTFBReactNativeSpec: 81c4e73677c31fd88d087117ca15c3699fab753e + React-RCTImage: 3b944bfe431f0bd74fad0b0b0af7c375c44f1edf + React-RCTLinking: 45c05cdd58f5fa1006d94e93da2f35c080f423b2 + React-RCTNetwork: c1aca7f6c18fe305254d48c5f6cda2e92ff43607 + React-RCTRuntime: bd9afe3a2a2a2ea4172533fcb1a96c60e17f32e2 + React-RCTSettings: d4a6492bd9502bf239ec16b24858cecfa908ace4 + React-RCTText: 0c507cfb9dbb9ae10685ec47e1db1759600f75bb + React-RCTVibration: 011035bf5753761355c070af58ad05f5d7674372 + React-rendererconsistency: 1204c62facf6168b69bc5022e0020f19c92f138e + React-renderercss: 77e9d118c0026cdb093c522d5e9cb7669d5d0cf4 + React-rendererdebug: 8a355bb7c619cdc4d38b7ec7912f185026dc447e + React-RuntimeApple: 297e55eda9aec96d108611a7df51a6045e4e87ac + React-RuntimeCore: c4fbc07d2cbf3c9cf34cc0ca416c054dfc7feb80 + React-runtimeexecutor: 0ba49c1979f7881e97426f593a0147c1c5be992c + React-RuntimeHermes: 3729990da73339d95b536797753f3e20e61f4a3a + React-runtimescheduler: df0f89b264cb24b16d224f9b524d8b2333270e66 + React-timing: ae03268dceeb18e6c94becb2648e1cb093d3250d + React-utils: 16ee6a8ad7f6be49bca27e42f3fe9603e0f04e2a + React-webperformancenativemodule: 2e06a8c4c84da4777c56603db36f6a6915d1991d + ReactAppDependencyProvider: 23e2bca1661f8781e55fcc05a151fc1df97bc1fb + ReactCodegen: 10a61330b137caaad6f7fbe7f5d0e7a40d621700 + ReactCommon: c6cd81778336e767e27fe63c6707dd6b735fff5c + RNCMaskedView: 63268de1986a098b5f4d1fb5b1bc1e97fade0aee + RNGestureHandler: 77eecab5fd636666ca73a55bb61e2f1a685b7e84 + RNReanimated: 361d5b8e20a77cd1f7907ad301f6d51ef79c1545 + RNScreens: ec8bdc9f024d5828e5adf4f5e8870d5260cff616 + RNWorklets: b5f7871d7544b3af3a0bbf2187733e989e426e8b SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748 - Yoga: faec420ba5f8a2bd196f26048a0557882d40e5b9 + Yoga: 7a9f26c70daf0b08d82ec2f862e9a8872442129e -PODFILE CHECKSUM: a41e57d372ea045697537da4a369f78630806783 +PODFILE CHECKSUM: 38699010b444d9d95cd1fb9dfb7d25bbf648f7ee COCOAPODS: 1.16.2 diff --git a/apps/AEPSampleApp/metro.config.js b/apps/AEPSampleApp/metro.config.js index db9d7e800..2b627db95 100644 --- a/apps/AEPSampleApp/metro.config.js +++ b/apps/AEPSampleApp/metro.config.js @@ -15,43 +15,64 @@ /** * Metro configuration for React Native * https://github.com/facebook/react-native + * Resolves local @adobe packages from ../../packages for the monorepo. */ const { getDefaultConfig, mergeConfig } = require('@react-native/metro-config'); -const { resolve, join } = require('path'); +const path = require('path'); + +const projectRoot = __dirname; +const monorepoRoot = path.resolve(projectRoot, '../..'); +const packagesDir = path.join(monorepoRoot, 'packages'); +const appNodeModules = path.join(projectRoot, 'node_modules'); + +const adobePackages = [ + 'assurance', 'campaignclassic', 'core', 'edge', 'edgebridge', 'edgeconsent', + 'edgeidentity', 'messaging', 'optimize', 'places', 'target', 'userprofile', +]; + +const extraNodeModules = { + tslib: path.join(appNodeModules, 'tslib'), +}; +adobePackages.forEach((name) => { + extraNodeModules['@adobe/react-native-aep' + name] = path.join(packagesDir, name); +}); const config = { - transformer: { - getTransformOptions: async () => ({ - transform: { - experimentalImportSupport: false, - inlineRequires: true, - }, - }), - }, - watchFolders: [resolve(__dirname, '../../packages')], - resolver: { - extraNodeModules: new Proxy( - {}, - { - get: (target, name) => { - if (typeof name !== 'string') { - return target[name]; - } - if ( - name && - name.startsWith && - name.startsWith('@adobe/react-native-aep') - ) { - const packageName = name.replace('@adobe/react-native-aep', ''); - console.log('------packageName -> ' + packageName); - return join(__dirname, `../../packages/${packageName}`); - } - return join(__dirname, `node_modules/${name}`); - }, - }, - ), + projectRoot, + watchFolders: [packagesDir, monorepoRoot], + transformer: { + getTransformOptions: async () => ({ + transform: { + experimentalImportSupport: false, + inlineRequires: true, + }, + }), + }, + resolver: { + unstable_enableSymlinks: true, + unstable_enablePackageExports: true, + extraNodeModules, + nodeModulesPaths: [appNodeModules], + // Force @adobe packages to resolve to packagesDir so Metro finds them in the monorepo + resolveRequest: (context, moduleName, platform) => { + const match = moduleName.match(/^@adobe\/react-native-aep(\w+)$/); + if (match) { + const pkgDir = path.join(packagesDir, match[1]); + const fs = require('fs'); + const pkgPath = path.join(pkgDir, 'package.json'); + if (fs.existsSync(pkgPath)) { + const pkg = require(pkgPath); + const main = (pkg.main || 'index.js').replace(/^\.\//, ''); + const entry = path.resolve(pkgDir, main); + if (fs.existsSync(entry)) { + return { type: 'sourceFile', filePath: entry }; + } + } + } + return context.resolveRequest(context, moduleName, platform); }, + }, }; -module.exports = mergeConfig(getDefaultConfig(__dirname), config); +module.exports = mergeConfig(getDefaultConfig(projectRoot), config); diff --git a/apps/AEPSampleApp/package.json b/apps/AEPSampleApp/package.json index 8a6f58d51..bd58e0d1e 100644 --- a/apps/AEPSampleApp/package.json +++ b/apps/AEPSampleApp/package.json @@ -12,22 +12,24 @@ "ios": "react-native run-ios", "lint": "eslint .", "start": "react-native start", - "test": "jest" + "test": "jest", + "postinstall": "node scripts/link-local-optimize.js && patch-package" }, "dependencies": { - "@adobe/react-native-aepassurance": "^7.0.0", - "@adobe/react-native-aepcampaignclassic": "^7.0.0", - "@adobe/react-native-aepcore": "^7.0.0", - "@adobe/react-native-aepedge": "^7.0.0", - "@adobe/react-native-aepedgebridge": "^7.0.1", - "@adobe/react-native-aepedgeconsent": "^7.0.0", - "@adobe/react-native-aepedgeidentity": "^7.0.0", - "@adobe/react-native-aepmessaging": "^7.3.0", - "@adobe/react-native-aepoptimize": "^7.1.1", - "@adobe/react-native-aepplaces": "^7.0.1", - "@adobe/react-native-aeptarget": "^7.0.0", - "@adobe/react-native-aepuserprofile": "^7.0.0", + "@adobe/react-native-aepassurance": "file:../../packages/assurance", + "@adobe/react-native-aepcampaignclassic": "file:../../packages/campaignclassic", + "@adobe/react-native-aepcore": "file:../../packages/core", + "@adobe/react-native-aepedge": "file:../../packages/edge", + "@adobe/react-native-aepedgebridge": "file:../../packages/edgebridge", + "@adobe/react-native-aepedgeconsent": "file:../../packages/edgeconsent", + "@adobe/react-native-aepedgeidentity": "file:../../packages/edgeidentity", + "@adobe/react-native-aepmessaging": "file:../../packages/messaging", + "@adobe/react-native-aepoptimize": "file:../../packages/optimize", + "@adobe/react-native-aepplaces": "file:../../packages/places", + "@adobe/react-native-aeptarget": "file:../../packages/target", + "@adobe/react-native-aepuserprofile": "file:../../packages/userprofile", "@react-native-masked-view/masked-view": "^0.3.1", + "@react-native/new-app-screen": "0.83.0", "@react-navigation/bottom-tabs": "^7.3.0", "@react-navigation/drawer": "^7.8.0", "@react-navigation/native": "^7.1.28", @@ -35,13 +37,12 @@ "lodash.isequal": "^4.5.0", "react": "19.2.0", "react-native": "0.83.0", - "@react-native/new-app-screen": "0.83.0", "react-native-gesture-handler": "^2.30.0", "react-native-reanimated": "^4.2.1", - "react-native-worklets": "^0.7.2", "react-native-safe-area-context": "^5.5.2", "react-native-screens": "^4.22.0", "react-native-webview": "^13.12.5", + "react-native-worklets": "^0.7.2", "recyclerlistview": "^4.2.0", "ts-object-utils": "0.0.5", "tslib": "^2.6.0" @@ -62,6 +63,7 @@ "@types/react-test-renderer": "^19.1.0", "eslint": "^8.19.0", "jest": "^29.6.3", + "patch-package": "^8.0.1", "prettier": "2.8.8", "react-test-renderer": "19.2.0", "typescript": "^5.8.3" diff --git a/apps/AEPSampleApp/patches/@react-native-community+cli-platform-android+20.0.0.patch b/apps/AEPSampleApp/patches/@react-native-community+cli-platform-android+20.0.0.patch new file mode 100644 index 000000000..e36337fd6 --- /dev/null +++ b/apps/AEPSampleApp/patches/@react-native-community+cli-platform-android+20.0.0.patch @@ -0,0 +1,13 @@ +diff --git a/node_modules/@react-native-community/cli-platform-android/build/commands/runAndroid/tryLaunchAppOnDevice.js b/node_modules/@react-native-community/cli-platform-android/build/commands/runAndroid/tryLaunchAppOnDevice.js +index 6cc79f8..0fe3415 100644 +--- a/node_modules/@react-native-community/cli-platform-android/build/commands/runAndroid/tryLaunchAppOnDevice.js ++++ b/node_modules/@react-native-community/cli-platform-android/build/commands/runAndroid/tryLaunchAppOnDevice.js +@@ -41,7 +41,7 @@ function tryLaunchAppOnDevice(device, androidProject, adbPath, args) { + const activityToLaunch = mainActivity.startsWith(packageName) || !mainActivity.startsWith('.') && mainActivity.includes('.') ? mainActivity : mainActivity.startsWith('.') ? [packageName, mainActivity].join('') : [packageName, mainActivity].filter(Boolean).join('.'); + try { + // Here we're using the same flags as Android Studio to launch the app +- const adbArgs = ['shell', 'am', 'start', '-n', `${applicationIdWithSuffix}/${activityToLaunch}`, '-a', 'android.intent.action.MAIN', '-c', 'android.intent.category.LAUNCHER']; ++ const adbArgs = ['shell', '/system/bin/am', 'start', '-n', `${applicationIdWithSuffix}/${activityToLaunch}`, '-a', 'android.intent.action.MAIN', '-c', 'android.intent.category.LAUNCHER']; + if (device) { + adbArgs.unshift('-s', device); + _cliTools().logger.info(`Starting the app on "${device}"...`); diff --git a/apps/AEPSampleApp/react-native.config.js b/apps/AEPSampleApp/react-native.config.js index 49c6d9436..885c135d0 100644 --- a/apps/AEPSampleApp/react-native.config.js +++ b/apps/AEPSampleApp/react-native.config.js @@ -3,4 +3,13 @@ module.exports = { ios: {}, android: {}, }, + dependencies: { + '@adobe/react-native-aepoptimize': { + platforms: { + android: { + libraryName: 'NativeAEPOptimizeSpec', + }, + }, + }, + }, }; diff --git a/apps/AEPSampleApp/scripts/link-local-optimize.js b/apps/AEPSampleApp/scripts/link-local-optimize.js new file mode 100644 index 000000000..f417014c3 --- /dev/null +++ b/apps/AEPSampleApp/scripts/link-local-optimize.js @@ -0,0 +1,37 @@ +/** + * Postinstall script: ensure @adobe/react-native-aepoptimize in node_modules + * is a symlink to the local repo package (../../packages/optimize) so the app + * always uses the local package and not a copy. + */ +const fs = require('fs'); +const path = require('path'); + +const appRoot = path.resolve(__dirname, '..'); +const linkPath = path.join(appRoot, 'node_modules', '@adobe', 'react-native-aepoptimize'); +const targetPath = path.join(appRoot, '..', '..', 'packages', 'optimize'); + +if (!fs.existsSync(targetPath)) { + // Not in monorepo or packages/optimize missing; skip + process.exit(0); +} + +function ensureSymlink() { + const targetResolved = path.resolve(targetPath); + if (fs.existsSync(linkPath)) { + try { + const current = path.resolve(linkPath); + const linkTarget = fs.readlinkSync(linkPath); + const resolved = path.resolve(path.dirname(linkPath), linkTarget); + if (path.relative(resolved, targetResolved) === '') { + return; // already linked to local package + } + } catch (_) { + // Not a symlink + } + fs.rmSync(linkPath, { recursive: true, force: true }); + } + fs.mkdirSync(path.dirname(linkPath), { recursive: true }); + fs.symlinkSync(path.relative(path.dirname(linkPath), targetResolved), linkPath, 'dir'); +} + +ensureSymlink(); diff --git a/apps/AEPSampleApp/yarn.lock b/apps/AEPSampleApp/yarn.lock index 3ef75dfb8..e61cddab1 100644 --- a/apps/AEPSampleApp/yarn.lock +++ b/apps/AEPSampleApp/yarn.lock @@ -2,65 +2,41 @@ # yarn lockfile v1 -"@adobe/react-native-aepassurance@^7.0.0": +"@adobe/react-native-aepassurance@file:../../packages/assurance": version "7.0.0" - resolved "https://registry.yarnpkg.com/@adobe/react-native-aepassurance/-/react-native-aepassurance-7.0.0.tgz#5b0dae99c167439291f12c99c68fdbee6f48e771" - integrity sha512-HK8wjFVYwtueAkdkjupeuOLvbdJ3Tu1AgYwApcmFaJsWpP1MmAeBpgpLgNzDAbe+LE553wiVAZpf3IVMX50JvQ== -"@adobe/react-native-aepcampaignclassic@^7.0.0": +"@adobe/react-native-aepcampaignclassic@file:../../packages/campaignclassic": version "7.0.0" - resolved "https://registry.yarnpkg.com/@adobe/react-native-aepcampaignclassic/-/react-native-aepcampaignclassic-7.0.0.tgz#a599dc09f71d4a7afc98baa1a42d91d00b2d32d4" - integrity sha512-PR9x0zD8w/z+YYf8oSo4wEe3TOZdS6/Sm3IsoI4/q0yuChOO/PtYMBnSYtQr0FLdKip2cdF0IG2WZ+W56YgJCg== -"@adobe/react-native-aepcore@^7.0.0": +"@adobe/react-native-aepcore@file:../../packages/core": version "7.0.0" - resolved "https://registry.yarnpkg.com/@adobe/react-native-aepcore/-/react-native-aepcore-7.0.0.tgz#ca465545134752b19ebd9f942c548ede9ec856e1" - integrity sha512-Iz3WMApOIVd5SD2Dti4kJjM1CBUpM8hndS+OLenu9k4pT9Yk2J7B2iDBwsGXr+lOmGNykiaA09VBC8c74LOm7w== -"@adobe/react-native-aepedge@^7.0.0": +"@adobe/react-native-aepedge@file:../../packages/edge": version "7.0.0" - resolved "https://registry.yarnpkg.com/@adobe/react-native-aepedge/-/react-native-aepedge-7.0.0.tgz#a39948911d32c852a86f8d9b2b26f341af9c5478" - integrity sha512-mhRqAyeolx6Kds5xWwfvRukaxMRMVq8GhneEfryBP1SWID8YQ3e9T9qc6w1fjhGipg9se4jzWvgbz5g43Cw28g== -"@adobe/react-native-aepedgebridge@^7.0.1": +"@adobe/react-native-aepedgebridge@file:../../packages/edgebridge": version "7.0.1" - resolved "https://registry.yarnpkg.com/@adobe/react-native-aepedgebridge/-/react-native-aepedgebridge-7.0.1.tgz#15abd1243288395e7ec9645a5a532023bab978f4" - integrity sha512-nlCV2lCUV4R4Qjrv02+8IJe2SMBVhDrjbf9Cs+1/zg3CIPnL06wjx0R6K2Qzywb/f41eeZHmm8ir/BRQC5yimg== -"@adobe/react-native-aepedgeconsent@^7.0.0": +"@adobe/react-native-aepedgeconsent@file:../../packages/edgeconsent": version "7.0.0" - resolved "https://registry.yarnpkg.com/@adobe/react-native-aepedgeconsent/-/react-native-aepedgeconsent-7.0.0.tgz#b18a2439daa896f61bad4c623ad166a25717c142" - integrity sha512-ZKn4bnsLqkMhKYklZPv5H/TO4X5qZK8IFZyw5jdjrDADmVV0o8fLRxQDgFIrlj4DLQnJCFXLCg+VNjPveVRXPA== -"@adobe/react-native-aepedgeidentity@^7.0.0": +"@adobe/react-native-aepedgeidentity@file:../../packages/edgeidentity": version "7.0.0" - resolved "https://registry.yarnpkg.com/@adobe/react-native-aepedgeidentity/-/react-native-aepedgeidentity-7.0.0.tgz#b01baf3c887d4f05c4a90d42700caf407d272267" - integrity sha512-wfEaLJ82coqZq81ghdhTmVpv80wk3do6YW1EcD/eGk01IzBtmtIpRUIZOM6at+TbJSWjf6xkQQAe1jLi5ihWbA== -"@adobe/react-native-aepmessaging@^7.3.0": +"@adobe/react-native-aepmessaging@file:../../packages/messaging": version "7.3.0" - resolved "https://registry.yarnpkg.com/@adobe/react-native-aepmessaging/-/react-native-aepmessaging-7.3.0.tgz#6b5f599f08eb85be87c9577d9373605a45ad6375" - integrity sha512-ahvyZZwjD6rsfvgEHq+lPPT0NNu4OqecpDa9ygEyO4AggRKiQKCxekF6FqBuKcTYvH8an1tPW41yvLmx9as6xw== -"@adobe/react-native-aepoptimize@^7.1.1": +"@adobe/react-native-aepoptimize@file:../../packages/optimize": version "7.1.1" - resolved "https://registry.yarnpkg.com/@adobe/react-native-aepoptimize/-/react-native-aepoptimize-7.1.1.tgz#fb6f24be084a2908c407b7a6976b5a9d45f1875d" - integrity sha512-gKwV1SG2oJpjemZK7rU9fNenUdcmUW/9JuSitW7pD/noyJcuirQ7AH5/hj6lZR/5ytPxcisqP3T2S5M9+EdTvw== -"@adobe/react-native-aepplaces@^7.0.1": +"@adobe/react-native-aepplaces@file:../../packages/places": version "7.0.1" - resolved "https://registry.yarnpkg.com/@adobe/react-native-aepplaces/-/react-native-aepplaces-7.0.1.tgz#5932a8d806277d9e733bb0b272f000e12a4f1a7e" - integrity sha512-eZPFIYPGiX5Fuhl4WZAaWa6e7LsCZIRgxICFt0f66koS0mwQO2hQm4Q9wI8GQtOYEKtoR3ePBeimqoLA0QkT+A== -"@adobe/react-native-aeptarget@^7.0.0": +"@adobe/react-native-aeptarget@file:../../packages/target": version "7.0.0" - resolved "https://registry.yarnpkg.com/@adobe/react-native-aeptarget/-/react-native-aeptarget-7.0.0.tgz#f7fda3495c38487b40d0bc0c2ca9952d241135d7" - integrity sha512-UFGkNY3VkzDzvqHcGtalvDZHW2KpnVpxg8MREBToB4yN5Yw2KatckfUlp26UCJgnPFR2O2oTnOspkFpOADVXyA== -"@adobe/react-native-aepuserprofile@^7.0.0": +"@adobe/react-native-aepuserprofile@file:../../packages/userprofile": version "7.0.0" - resolved "https://registry.yarnpkg.com/@adobe/react-native-aepuserprofile/-/react-native-aepuserprofile-7.0.0.tgz#9292dd97e309ba0f36719dda24028f2dd00714e0" - integrity sha512-HT1mwZHijntMXNCGwaFzF+XobYmwebtqRc4Mg9g0pjSF6DuN5lD9qdHWIceccdnLHErP1T7eIPjgmAYYN0Weew== "@ampproject/remapping@^2.2.0": version "2.3.0" diff --git a/apps/AEPSampleAppNewArchEnabled/android-dependency1.txt b/apps/AEPSampleAppNewArchEnabled/android-dependency1.txt new file mode 100644 index 000000000..1dc8b6a57 --- /dev/null +++ b/apps/AEPSampleAppNewArchEnabled/android-dependency1.txt @@ -0,0 +1,1324 @@ +> Task :gradle-plugin:shared:checkKotlinGradlePluginConfigurationErrors SKIPPED +> Task :gradle-plugin:settings-plugin:checkKotlinGradlePluginConfigurationErrors SKIPPED +> Task :expo-gradle-plugin:expo-autolinking-settings-plugin:checkKotlinGradlePluginConfigurationErrors SKIPPED +> Task :expo-gradle-plugin:expo-autolinking-plugin-shared:checkKotlinGradlePluginConfigurationErrors SKIPPED +> Task :gradle-plugin:settings-plugin:pluginDescriptors UP-TO-DATE +> Task :expo-gradle-plugin:expo-autolinking-settings-plugin:pluginDescriptors UP-TO-DATE +> Task :gradle-plugin:settings-plugin:processResources UP-TO-DATE +> Task :expo-gradle-plugin:expo-autolinking-settings-plugin:processResources UP-TO-DATE +> Task :gradle-plugin:shared:compileKotlin UP-TO-DATE +> Task :expo-gradle-plugin:expo-autolinking-plugin-shared:compileKotlin UP-TO-DATE +> Task :gradle-plugin:shared:compileJava NO-SOURCE +> Task :gradle-plugin:shared:processResources NO-SOURCE +> Task :gradle-plugin:shared:classes UP-TO-DATE +> Task :expo-gradle-plugin:expo-autolinking-plugin-shared:compileJava NO-SOURCE +> Task :expo-gradle-plugin:expo-autolinking-plugin-shared:processResources NO-SOURCE +> Task :expo-gradle-plugin:expo-autolinking-plugin-shared:classes UP-TO-DATE +> Task :gradle-plugin:shared:jar UP-TO-DATE +> Task :expo-gradle-plugin:expo-autolinking-plugin-shared:jar UP-TO-DATE +> Task :gradle-plugin:settings-plugin:compileKotlin UP-TO-DATE +> Task :gradle-plugin:settings-plugin:compileJava NO-SOURCE +> Task :gradle-plugin:settings-plugin:classes UP-TO-DATE +> Task :gradle-plugin:settings-plugin:jar UP-TO-DATE +> Task :expo-gradle-plugin:expo-autolinking-settings-plugin:compileKotlin UP-TO-DATE +> Task :expo-gradle-plugin:expo-autolinking-settings-plugin:compileJava NO-SOURCE +> Task :expo-gradle-plugin:expo-autolinking-settings-plugin:classes UP-TO-DATE +> Task :expo-gradle-plugin:expo-autolinking-settings-plugin:jar UP-TO-DATE +> Task :expo-gradle-plugin:expo-autolinking-plugin:checkKotlinGradlePluginConfigurationErrors SKIPPED +> Task :gradle-plugin:react-native-gradle-plugin:checkKotlinGradlePluginConfigurationErrors SKIPPED +> Task :expo-module-gradle-plugin:checkKotlinGradlePluginConfigurationErrors SKIPPED +> Task :expo-module-gradle-plugin:pluginDescriptors UP-TO-DATE +> Task :expo-module-gradle-plugin:processResources UP-TO-DATE +> Task :expo-gradle-plugin:expo-autolinking-plugin:compileKotlin UP-TO-DATE +> Task :expo-gradle-plugin:expo-autolinking-plugin:compileJava NO-SOURCE +> Task :gradle-plugin:react-native-gradle-plugin:compileKotlin UP-TO-DATE +> Task :expo-gradle-plugin:expo-autolinking-plugin:pluginDescriptors UP-TO-DATE +> Task :gradle-plugin:react-native-gradle-plugin:compileJava NO-SOURCE +> Task :expo-gradle-plugin:expo-autolinking-plugin:processResources UP-TO-DATE +> Task :gradle-plugin:react-native-gradle-plugin:pluginDescriptors UP-TO-DATE +> Task :expo-gradle-plugin:expo-autolinking-plugin:classes UP-TO-DATE +> Task :gradle-plugin:react-native-gradle-plugin:processResources UP-TO-DATE +> Task :gradle-plugin:react-native-gradle-plugin:classes UP-TO-DATE +> Task :gradle-plugin:react-native-gradle-plugin:jar UP-TO-DATE +> Task :expo-gradle-plugin:expo-autolinking-plugin:jar UP-TO-DATE +> Task :expo-module-gradle-plugin:compileKotlin UP-TO-DATE +> Task :expo-module-gradle-plugin:compileJava NO-SOURCE +> Task :expo-module-gradle-plugin:classes UP-TO-DATE +> Task :expo-module-gradle-plugin:jar UP-TO-DATE + +> Configure project : +[ExpoRootProject] Using the following versions: + - buildTools: 36.0.0 + - minSdk: 24 + - compileSdk: 36 + - targetSdk: 36 + - ndk: 27.1.12297006 + - kotlin: 2.1.20 + - ksp: 2.1.20-2.0.1 + +> Configure project :expo + +Using expo modules + - expo-constants (18.0.13) + - expo-modules-core (3.0.29) + - [📦] expo-asset (12.0.12) + - [📦] expo-file-system (19.0.21) + - [📦] expo-font (14.0.11) + - [📦] expo-keep-awake (15.0.8) + - [📦] expo-linking (8.0.11) + - [📦] expo-splash-screen (31.0.13) + - [📦] expo-system-ui (6.0.9) + - [📦] expo-web-browser (15.0.10) + + +> Task :app:dependencies + +------------------------------------------------------------ +Project ':app' +------------------------------------------------------------ + +_internal-unified-test-platform-android-device-provider-ddmlib - A configuration to resolve the Unified Test Platform dependencies. +\--- com.android.tools.utp:android-device-provider-ddmlib:31.11.0 + +--- com.android.tools:common:31.11.0 + | +--- com.android.tools:annotations:31.11.0 + | +--- com.google.guava:guava:33.3.1-jre + | | +--- com.google.guava:failureaccess:1.0.2 + | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | +--- org.checkerframework:checker-qual:3.43.0 + | | +--- com.google.errorprone:error_prone_annotations:2.28.0 + | | \--- com.google.j2objc:j2objc-annotations:3.0.0 + | +--- net.java.dev.jna:jna-platform:5.6.0 + | | \--- net.java.dev.jna:jna:5.6.0 + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20 + | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 + | | +--- org.jetbrains:annotations:13.0 -> 23.0.0 + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 2.1.20 (c) + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.1.20 (c) + | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20 (c) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 + | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- com.android.tools.ddms:ddmlib:31.11.0 + | +--- com.android.tools:common:31.11.0 (*) + | +--- com.google.protobuf:protobuf-java:3.25.5 + | +--- net.sf.kxml:kxml2:2.3.0 + | \--- org.jetbrains:annotations:23.0.0 + +--- com.google.protobuf:protobuf-java:3.25.5 + +--- com.android.tools.utp:android-device-provider-ddmlib-proto:31.11.0 + | \--- com.google.protobuf:protobuf-java:3.25.5 + +--- com.android.tools.utp:android-device-provider-profile:31.11.0 + | +--- com.android.tools:common:31.11.0 (*) + | +--- com.google.protobuf:protobuf-java:3.25.5 + | +--- com.android.tools.utp:android-device-provider-profile-proto:31.11.0 + | | \--- com.google.protobuf:protobuf-java:3.25.5 + | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 -> 1.7.3 + | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 + | +--- org.jetbrains:annotations:23.0.0 + | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 + | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (c) + | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (c) + | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 2.1.20 + | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 2.1.20 (*) + +--- com.google.testing.platform:core-proto:0.0.9-alpha03 + | \--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + \--- com.google.testing.platform:android-device-provider-local:0.0.9-alpha03 + +--- com.google.api.grpc:proto-google-common-protos:2.17.0 + | \--- com.google.protobuf:protobuf-java:3.21.12 -> 3.25.5 + +--- com.google.auto.service:auto-service:1.1.1 + | +--- com.google.auto.service:auto-service-annotations:1.1.1 + | +--- com.google.auto:auto-common:1.2.1 + | | \--- com.google.guava:guava:31.0.1-jre -> 33.3.1-jre (*) + | \--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + +--- com.google.dagger:dagger:2.48 + | \--- javax.inject:javax.inject:1 + +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.28.0 + +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + +--- com.google.protobuf:protobuf-kotlin:3.24.4 + | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) + +--- javax.inject:javax.inject:1 + +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (*) + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*) + +_internal-unified-test-platform-android-device-provider-gradle - A configuration to resolve the Unified Test Platform dependencies. +\--- com.android.tools.utp:android-device-provider-gradle:31.11.0 + +--- com.android.tools:common:31.11.0 + | +--- com.android.tools:annotations:31.11.0 + | +--- com.google.guava:guava:33.3.1-jre + | | +--- com.google.guava:failureaccess:1.0.2 + | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | +--- org.checkerframework:checker-qual:3.43.0 + | | +--- com.google.errorprone:error_prone_annotations:2.28.0 + | | \--- com.google.j2objc:j2objc-annotations:3.0.0 + | +--- net.java.dev.jna:jna-platform:5.6.0 + | | \--- net.java.dev.jna:jna:5.6.0 + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20 + | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 + | | +--- org.jetbrains:annotations:13.0 -> 23.0.0 + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 2.1.20 (c) + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.1.20 (c) + | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20 (c) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 + | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- com.google.protobuf:protobuf-java:3.25.5 + +--- com.android.tools.utp:android-device-provider-gradle-proto:31.11.0 + | \--- com.google.protobuf:protobuf-java:3.25.5 + +--- com.android.tools.utp:android-device-provider-profile:31.11.0 + | +--- com.android.tools:common:31.11.0 (*) + | +--- com.google.protobuf:protobuf-java:3.25.5 + | +--- com.android.tools.utp:android-device-provider-profile-proto:31.11.0 + | | \--- com.google.protobuf:protobuf-java:3.25.5 + | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- com.google.testing.platform:core-proto:0.0.9-alpha03 + | \--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + \--- com.google.testing.platform:android-device-provider-local:0.0.9-alpha03 + +--- com.google.api.grpc:proto-google-common-protos:2.17.0 + | \--- com.google.protobuf:protobuf-java:3.21.12 -> 3.25.5 + +--- com.google.auto.service:auto-service:1.1.1 + | +--- com.google.auto.service:auto-service-annotations:1.1.1 + | +--- com.google.auto:auto-common:1.2.1 + | | \--- com.google.guava:guava:31.0.1-jre -> 33.3.1-jre (*) + | \--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + +--- com.google.dagger:dagger:2.48 + | \--- javax.inject:javax.inject:1 + +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.28.0 + +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + +--- com.google.protobuf:protobuf-kotlin:3.24.4 + | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) + +--- javax.inject:javax.inject:1 + +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 + | +--- org.jetbrains:annotations:23.0.0 + | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 + | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (c) + | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (c) + | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 2.1.20 + | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 2.1.20 (*) + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (*) + +_internal-unified-test-platform-android-driver-instrumentation - A configuration to resolve the Unified Test Platform dependencies. +\--- com.google.testing.platform:android-driver-instrumentation:0.0.9-alpha03 + +--- com.google.auto.service:auto-service:1.1.1 + | +--- com.google.auto.service:auto-service-annotations:1.1.1 + | +--- com.google.auto:auto-common:1.2.1 + | | \--- com.google.guava:guava:31.0.1-jre -> 32.0.1-jre + | | +--- com.google.guava:failureaccess:1.0.1 + | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | +--- org.checkerframework:checker-qual:3.33.0 + | | +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.23.0 + | | \--- com.google.j2objc:j2objc-annotations:2.8 + | \--- com.google.guava:guava:32.0.1-jre (*) + +--- com.google.dagger:dagger:2.48 + | \--- javax.inject:javax.inject:1 + +--- com.google.errorprone:error_prone_annotations:2.23.0 + +--- com.google.guava:guava:32.0.1-jre (*) + +--- com.google.protobuf:protobuf-java-util:3.24.4 + | +--- com.google.protobuf:protobuf-java:3.24.4 + | +--- com.google.code.findbugs:jsr305:3.0.2 + | +--- com.google.code.gson:gson:2.8.9 + | +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.23.0 + | +--- com.google.guava:guava:32.0.1-jre (*) + | \--- com.google.j2objc:j2objc-annotations:2.8 + +--- com.google.protobuf:protobuf-java:3.24.4 + +--- com.google.protobuf:protobuf-kotlin:3.24.4 + | +--- com.google.protobuf:protobuf-java:3.24.4 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 1.9.0 + | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.0 + | \--- org.jetbrains:annotations:13.0 -> 23.0.0 + +--- javax.inject:javax.inject:1 + +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.0 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.0 (*) + +--- org.jetbrains.kotlinx:atomicfu:0.22.0 + | \--- org.jetbrains.kotlinx:atomicfu-jvm:0.22.0 + | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 (*) + | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.0 + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 + +--- org.jetbrains:annotations:23.0.0 + +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 + | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (c) + +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 1.9.0 + \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 + +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.9.0 (*) + \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.20 + \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.9.0 (*) + +_internal-unified-test-platform-android-test-plugin - A configuration to resolve the Unified Test Platform dependencies. +\--- com.google.testing.platform:android-test-plugin:0.0.9-alpha03 + +--- com.google.auto.service:auto-service:1.1.1 + | +--- com.google.auto.service:auto-service-annotations:1.1.1 + | +--- com.google.auto:auto-common:1.2.1 + | | \--- com.google.guava:guava:31.0.1-jre -> 32.0.1-jre + | | +--- com.google.guava:failureaccess:1.0.1 + | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | +--- org.checkerframework:checker-qual:3.33.0 + | | +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.23.0 + | | \--- com.google.j2objc:j2objc-annotations:2.8 + | \--- com.google.guava:guava:32.0.1-jre (*) + +--- com.google.errorprone:error_prone_annotations:2.23.0 + +--- com.google.protobuf:protobuf-java:3.24.4 + +--- com.google.protobuf:protobuf-kotlin:3.24.4 + | +--- com.google.protobuf:protobuf-java:3.24.4 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 1.8.21 + | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 + | \--- org.jetbrains:annotations:13.0 -> 23.0.0 + +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 (*) + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 + +--- org.jetbrains:annotations:23.0.0 + +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 + | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (c) + +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 1.8.21 + \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 + +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.8.21 (*) + \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.20 + \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.8.21 (*) + +_internal-unified-test-platform-android-test-plugin-host-additional-test-output - A configuration to resolve the Unified Test Platform dependencies. +\--- com.android.tools.utp:android-test-plugin-host-additional-test-output:31.11.0 + +--- com.android.tools:common:31.11.0 + | +--- com.android.tools:annotations:31.11.0 + | +--- com.google.guava:guava:33.3.1-jre + | | +--- com.google.guava:failureaccess:1.0.2 + | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | +--- org.checkerframework:checker-qual:3.43.0 + | | +--- com.google.errorprone:error_prone_annotations:2.28.0 + | | \--- com.google.j2objc:j2objc-annotations:3.0.0 + | +--- net.java.dev.jna:jna-platform:5.6.0 + | | \--- net.java.dev.jna:jna:5.6.0 + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20 + | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 + | | +--- org.jetbrains:annotations:13.0 -> 23.0.0 + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 2.1.20 (c) + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.1.20 (c) + | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20 (c) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 + | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- com.android.tools.utp:utp-common:31.11.0 + | +--- com.android.tools:common:31.11.0 (*) + | +--- com.google.testing.platform:launcher:0.0.9-alpha03 + | | +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.28.0 + | | +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + | | +--- com.google.protobuf:protobuf-java-util:3.24.4 + | | | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | | +--- com.google.code.gson:gson:2.8.9 + | | | +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.28.0 + | | | +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + | | | \--- com.google.j2objc:j2objc-annotations:2.8 -> 3.0.0 + | | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | | +--- com.google.protobuf:protobuf-kotlin:3.24.4 + | | | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) + | | +--- io.opencensus:opencensus-proto:0.2.0 + | | | \--- com.google.protobuf:protobuf-java:3.5.1 -> 3.25.5 + | | +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 + | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + | | +--- org.jetbrains.kotlinx:atomicfu:0.22.0 + | | | \--- org.jetbrains.kotlinx:atomicfu-jvm:0.22.0 + | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.1.20 (*) + | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.0 -> 2.1.20 + | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 + | | | +--- org.jetbrains:annotations:23.0.0 + | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 + | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (c) + | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (c) + | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 2.1.20 (*) + | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 2.1.20 (*) + | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 + | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (*) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20 (*) + +--- com.android.tools.utp:android-test-plugin-host-additional-test-output-proto:31.11.0 + | \--- com.google.protobuf:protobuf-java:3.25.5 + +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- com.google.protobuf:protobuf-java:3.25.5 + \--- com.google.testing.platform:android-device-provider-local:0.0.9-alpha03 + +--- com.google.api.grpc:proto-google-common-protos:2.17.0 + | \--- com.google.protobuf:protobuf-java:3.21.12 -> 3.25.5 + +--- com.google.auto.service:auto-service:1.1.1 + | +--- com.google.auto.service:auto-service-annotations:1.1.1 + | +--- com.google.auto:auto-common:1.2.1 + | | \--- com.google.guava:guava:31.0.1-jre -> 33.3.1-jre (*) + | \--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + +--- com.google.dagger:dagger:2.48 + | \--- javax.inject:javax.inject:1 + +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.28.0 + +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + +--- com.google.protobuf:protobuf-kotlin:3.24.4 (*) + +--- javax.inject:javax.inject:1 + +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (*) + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*) + +_internal-unified-test-platform-android-test-plugin-host-apk-installer - A configuration to resolve the Unified Test Platform dependencies. +\--- com.android.tools.utp:android-test-plugin-host-apk-installer:31.11.0 + +--- com.android.tools:common:31.11.0 + | +--- com.android.tools:annotations:31.11.0 + | +--- com.google.guava:guava:33.3.1-jre + | | +--- com.google.guava:failureaccess:1.0.2 + | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | +--- org.checkerframework:checker-qual:3.43.0 + | | +--- com.google.errorprone:error_prone_annotations:2.28.0 + | | \--- com.google.j2objc:j2objc-annotations:3.0.0 + | +--- net.java.dev.jna:jna-platform:5.6.0 + | | \--- net.java.dev.jna:jna:5.6.0 + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20 + | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 + | | +--- org.jetbrains:annotations:13.0 -> 23.0.0 + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 2.1.20 (c) + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.1.20 (c) + | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20 (c) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 + | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- com.google.protobuf:protobuf-java:3.25.5 + +--- com.android.tools.utp:android-test-plugin-host-apk-installer-proto:31.11.0 + | \--- com.google.protobuf:protobuf-java:3.25.5 + +--- com.google.testing.platform:android-device-provider-local:0.0.9-alpha03 + | +--- com.google.api.grpc:proto-google-common-protos:2.17.0 + | | \--- com.google.protobuf:protobuf-java:3.21.12 -> 3.25.5 + | +--- com.google.auto.service:auto-service:1.1.1 + | | +--- com.google.auto.service:auto-service-annotations:1.1.1 + | | +--- com.google.auto:auto-common:1.2.1 + | | | \--- com.google.guava:guava:31.0.1-jre -> 33.3.1-jre (*) + | | \--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + | +--- com.google.dagger:dagger:2.48 + | | \--- javax.inject:javax.inject:1 + | +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.28.0 + | +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | +--- com.google.protobuf:protobuf-kotlin:3.24.4 + | | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) + | +--- javax.inject:javax.inject:1 + | +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 + | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 + | | +--- org.jetbrains:annotations:23.0.0 + | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 + | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (c) + | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (c) + | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 2.1.20 + | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 2.1.20 (*) + | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 + | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (*) + \--- com.google.testing.platform:core-proto:0.0.9-alpha03 + \--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + +_internal-unified-test-platform-android-test-plugin-host-coverage - A configuration to resolve the Unified Test Platform dependencies. +\--- com.android.tools.utp:android-test-plugin-host-coverage:31.11.0 + +--- com.android.tools:common:31.11.0 + | +--- com.android.tools:annotations:31.11.0 + | +--- com.google.guava:guava:33.3.1-jre + | | +--- com.google.guava:failureaccess:1.0.2 + | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | +--- org.checkerframework:checker-qual:3.43.0 + | | +--- com.google.errorprone:error_prone_annotations:2.28.0 + | | \--- com.google.j2objc:j2objc-annotations:3.0.0 + | +--- net.java.dev.jna:jna-platform:5.6.0 + | | \--- net.java.dev.jna:jna:5.6.0 + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20 + | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 + | | +--- org.jetbrains:annotations:13.0 -> 23.0.0 + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 2.1.20 (c) + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.1.20 (c) + | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20 (c) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 + | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- com.android.tools.utp:android-test-plugin-host-coverage-proto:31.11.0 + | \--- com.google.protobuf:protobuf-java:3.25.5 + +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- com.google.protobuf:protobuf-java:3.25.5 + \--- com.google.testing.platform:android-device-provider-local:0.0.9-alpha03 + +--- com.google.api.grpc:proto-google-common-protos:2.17.0 + | \--- com.google.protobuf:protobuf-java:3.21.12 -> 3.25.5 + +--- com.google.auto.service:auto-service:1.1.1 + | +--- com.google.auto.service:auto-service-annotations:1.1.1 + | +--- com.google.auto:auto-common:1.2.1 + | | \--- com.google.guava:guava:31.0.1-jre -> 33.3.1-jre (*) + | \--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + +--- com.google.dagger:dagger:2.48 + | \--- javax.inject:javax.inject:1 + +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.28.0 + +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + +--- com.google.protobuf:protobuf-kotlin:3.24.4 + | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) + +--- javax.inject:javax.inject:1 + +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 + | +--- org.jetbrains:annotations:23.0.0 + | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 + | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (c) + | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (c) + | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 2.1.20 + | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 2.1.20 (*) + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (*) + +_internal-unified-test-platform-android-test-plugin-host-device-info - A configuration to resolve the Unified Test Platform dependencies. +\--- com.android.tools.utp:android-test-plugin-host-device-info:31.11.0 + +--- com.android.tools:common:31.11.0 + | +--- com.android.tools:annotations:31.11.0 + | +--- com.google.guava:guava:33.3.1-jre + | | +--- com.google.guava:failureaccess:1.0.2 + | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | +--- org.checkerframework:checker-qual:3.43.0 + | | +--- com.google.errorprone:error_prone_annotations:2.28.0 + | | \--- com.google.j2objc:j2objc-annotations:3.0.0 + | +--- net.java.dev.jna:jna-platform:5.6.0 + | | \--- net.java.dev.jna:jna:5.6.0 + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20 + | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 + | | +--- org.jetbrains:annotations:13.0 -> 23.0.0 + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 2.1.20 (c) + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.1.20 (c) + | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20 (c) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 + | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- com.google.protobuf:protobuf-java:3.25.5 + +--- com.android.tools.utp:utp-common:31.11.0 + | +--- com.android.tools:common:31.11.0 (*) + | +--- com.google.testing.platform:launcher:0.0.9-alpha03 + | | +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.28.0 + | | +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + | | +--- com.google.protobuf:protobuf-java-util:3.24.4 + | | | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | | +--- com.google.code.gson:gson:2.8.9 + | | | +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.28.0 + | | | +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + | | | \--- com.google.j2objc:j2objc-annotations:2.8 -> 3.0.0 + | | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | | +--- com.google.protobuf:protobuf-kotlin:3.24.4 + | | | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) + | | +--- io.opencensus:opencensus-proto:0.2.0 + | | | \--- com.google.protobuf:protobuf-java:3.5.1 -> 3.25.5 + | | +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 + | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + | | +--- org.jetbrains.kotlinx:atomicfu:0.22.0 + | | | \--- org.jetbrains.kotlinx:atomicfu-jvm:0.22.0 + | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.1.20 (*) + | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.0 -> 2.1.20 + | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 + | | | +--- org.jetbrains:annotations:23.0.0 + | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 + | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (c) + | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (c) + | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 2.1.20 (*) + | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 2.1.20 (*) + | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 + | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (*) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20 (*) + +--- com.android.tools.utp:android-test-plugin-host-device-info-proto:31.11.0 + | \--- com.google.protobuf:protobuf-java:3.25.5 + \--- com.google.testing.platform:android-device-provider-local:0.0.9-alpha03 + +--- com.google.api.grpc:proto-google-common-protos:2.17.0 + | \--- com.google.protobuf:protobuf-java:3.21.12 -> 3.25.5 + +--- com.google.auto.service:auto-service:1.1.1 + | +--- com.google.auto.service:auto-service-annotations:1.1.1 + | +--- com.google.auto:auto-common:1.2.1 + | | \--- com.google.guava:guava:31.0.1-jre -> 33.3.1-jre (*) + | \--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + +--- com.google.dagger:dagger:2.48 + | \--- javax.inject:javax.inject:1 + +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.28.0 + +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + +--- com.google.protobuf:protobuf-kotlin:3.24.4 (*) + +--- javax.inject:javax.inject:1 + +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (*) + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*) + +_internal-unified-test-platform-android-test-plugin-host-emulator-control - A configuration to resolve the Unified Test Platform dependencies. +\--- com.android.tools.utp:android-test-plugin-host-emulator-control:31.11.0 + +--- com.android.tools:common:31.11.0 + | +--- com.android.tools:annotations:31.11.0 + | +--- com.google.guava:guava:33.3.1-jre + | | +--- com.google.guava:failureaccess:1.0.2 + | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | +--- org.checkerframework:checker-qual:3.43.0 + | | +--- com.google.errorprone:error_prone_annotations:2.28.0 -> 2.30.0 + | | \--- com.google.j2objc:j2objc-annotations:3.0.0 + | +--- net.java.dev.jna:jna-platform:5.6.0 + | | \--- net.java.dev.jna:jna:5.6.0 + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20 + | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 + | | +--- org.jetbrains:annotations:13.0 -> 23.0.0 + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 2.1.20 (c) + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.1.20 (c) + | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20 (c) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 + | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 -> 1.7.3 + | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 + | +--- org.jetbrains:annotations:23.0.0 + | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 + | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (c) + | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (c) + | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 2.1.20 + | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 2.1.20 (*) + +--- commons-io:commons-io:2.16.1 + +--- com.google.code.gson:gson:2.11.0 + | \--- com.google.errorprone:error_prone_annotations:2.27.0 -> 2.30.0 + +--- com.google.protobuf:protobuf-java:3.25.5 + +--- com.google.guava:guava:33.3.1-jre (*) + +--- com.android.tools.utp:android-test-plugin-host-emulator-control-proto:31.11.0 + | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20 (*) + | \--- com.google.protobuf:protobuf-java:3.25.5 + +--- com.android.tools.emulator:proto:31.11.0 + | +--- com.google.code.gson:gson:2.11.0 (*) + | +--- com.google.guava:guava:33.3.1-jre (*) + | +--- io.grpc:grpc-core:1.69.1 + | | +--- io.grpc:grpc-api:1.69.1 + | | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | | +--- com.google.errorprone:error_prone_annotations:2.30.0 + | | | \--- com.google.guava:guava:33.3.1-android -> 33.3.1-jre (*) + | | +--- com.google.code.gson:gson:2.11.0 (*) + | | +--- com.google.android:annotations:4.1.1.4 + | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.24 + | | +--- com.google.errorprone:error_prone_annotations:2.30.0 + | | +--- com.google.guava:guava:33.3.1-android -> 33.3.1-jre (*) + | | +--- io.perfmark:perfmark-api:0.27.0 + | | \--- io.grpc:grpc-context:1.69.1 + | | \--- io.grpc:grpc-api:1.69.1 (*) + | +--- io.grpc:grpc-netty:1.69.1 + | | +--- io.grpc:grpc-api:1.69.1 (*) + | | +--- io.netty:netty-codec-http2:4.1.110.Final + | | | +--- io.netty:netty-common:4.1.110.Final + | | | +--- io.netty:netty-buffer:4.1.110.Final + | | | | \--- io.netty:netty-common:4.1.110.Final + | | | +--- io.netty:netty-transport:4.1.110.Final + | | | | +--- io.netty:netty-common:4.1.110.Final + | | | | +--- io.netty:netty-buffer:4.1.110.Final (*) + | | | | \--- io.netty:netty-resolver:4.1.110.Final + | | | | \--- io.netty:netty-common:4.1.110.Final + | | | +--- io.netty:netty-codec:4.1.110.Final + | | | | +--- io.netty:netty-common:4.1.110.Final + | | | | +--- io.netty:netty-buffer:4.1.110.Final (*) + | | | | \--- io.netty:netty-transport:4.1.110.Final (*) + | | | +--- io.netty:netty-handler:4.1.110.Final + | | | | +--- io.netty:netty-common:4.1.110.Final + | | | | +--- io.netty:netty-resolver:4.1.110.Final (*) + | | | | +--- io.netty:netty-buffer:4.1.110.Final (*) + | | | | +--- io.netty:netty-transport:4.1.110.Final (*) + | | | | +--- io.netty:netty-transport-native-unix-common:4.1.110.Final + | | | | | +--- io.netty:netty-common:4.1.110.Final + | | | | | +--- io.netty:netty-buffer:4.1.110.Final (*) + | | | | | \--- io.netty:netty-transport:4.1.110.Final (*) + | | | | \--- io.netty:netty-codec:4.1.110.Final (*) + | | | \--- io.netty:netty-codec-http:4.1.110.Final + | | | +--- io.netty:netty-common:4.1.110.Final + | | | +--- io.netty:netty-buffer:4.1.110.Final (*) + | | | +--- io.netty:netty-transport:4.1.110.Final (*) + | | | +--- io.netty:netty-codec:4.1.110.Final (*) + | | | \--- io.netty:netty-handler:4.1.110.Final (*) + | | +--- io.grpc:grpc-core:1.69.1 (*) + | | +--- io.netty:netty-handler-proxy:4.1.110.Final + | | | +--- io.netty:netty-common:4.1.110.Final + | | | +--- io.netty:netty-buffer:4.1.110.Final (*) + | | | +--- io.netty:netty-transport:4.1.110.Final (*) + | | | +--- io.netty:netty-codec:4.1.110.Final (*) + | | | +--- io.netty:netty-codec-socks:4.1.110.Final + | | | | +--- io.netty:netty-common:4.1.110.Final + | | | | +--- io.netty:netty-buffer:4.1.110.Final (*) + | | | | +--- io.netty:netty-transport:4.1.110.Final (*) + | | | | \--- io.netty:netty-codec:4.1.110.Final (*) + | | | \--- io.netty:netty-codec-http:4.1.110.Final (*) + | | +--- com.google.guava:guava:33.3.1-android -> 33.3.1-jre (*) + | | +--- com.google.errorprone:error_prone_annotations:2.30.0 + | | +--- io.perfmark:perfmark-api:0.27.0 + | | +--- io.netty:netty-transport-native-unix-common:4.1.110.Final (*) + | | \--- io.grpc:grpc-util:1.69.1 + | | +--- io.grpc:grpc-api:1.69.1 (*) + | | +--- io.grpc:grpc-core:1.69.1 (*) + | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.24 + | | \--- com.google.guava:guava:33.3.1-android -> 33.3.1-jre (*) + | +--- io.grpc:grpc-protobuf:1.69.1 + | | +--- io.grpc:grpc-api:1.69.1 (*) + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | +--- com.google.protobuf:protobuf-java:3.25.5 + | | +--- com.google.api.grpc:proto-google-common-protos:2.48.0 + | | | \--- com.google.protobuf:protobuf-java:3.25.5 + | | +--- com.google.guava:guava:33.3.1-android -> 33.3.1-jre (*) + | | \--- io.grpc:grpc-protobuf-lite:1.69.1 + | | +--- io.grpc:grpc-api:1.69.1 (*) + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | \--- com.google.guava:guava:33.3.1-android -> 33.3.1-jre (*) + | +--- io.grpc:grpc-stub:1.69.1 + | | +--- io.grpc:grpc-api:1.69.1 (*) + | | +--- com.google.guava:guava:33.3.1-android -> 33.3.1-jre (*) + | | \--- com.google.errorprone:error_prone_annotations:2.30.0 + | +--- javax.annotation:javax.annotation-api:1.3.2 + | \--- com.google.protobuf:protobuf-java:3.25.5 + +--- com.google.testing.platform:android-device-provider-local:0.0.9-alpha03 + | +--- com.google.api.grpc:proto-google-common-protos:2.17.0 -> 2.48.0 (*) + | +--- com.google.auto.service:auto-service:1.1.1 + | | +--- com.google.auto.service:auto-service-annotations:1.1.1 + | | +--- com.google.auto:auto-common:1.2.1 + | | | \--- com.google.guava:guava:31.0.1-jre -> 33.3.1-jre (*) + | | \--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + | +--- com.google.dagger:dagger:2.48 + | | \--- javax.inject:javax.inject:1 + | +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.30.0 + | +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | +--- com.google.protobuf:protobuf-kotlin:3.24.4 + | | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) + | +--- javax.inject:javax.inject:1 + | +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 + | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (*) + | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*) + +--- com.google.crypto.tink:tink:1.7.0 + | +--- com.google.protobuf:protobuf-java:3.19.3 -> 3.25.5 + | \--- com.google.code.gson:gson:2.8.9 -> 2.11.0 (*) + \--- com.google.testing.platform:android-driver-instrumentation:0.0.9-alpha03 + +--- com.google.auto.service:auto-service:1.1.1 (*) + +--- com.google.dagger:dagger:2.48 (*) + +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.30.0 + +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + +--- com.google.protobuf:protobuf-java-util:3.24.4 + | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | +--- com.google.code.findbugs:jsr305:3.0.2 + | +--- com.google.code.gson:gson:2.8.9 -> 2.11.0 (*) + | +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.30.0 + | +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + | \--- com.google.j2objc:j2objc-annotations:2.8 -> 3.0.0 + +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + +--- com.google.protobuf:protobuf-kotlin:3.24.4 (*) + +--- javax.inject:javax.inject:1 + +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + +--- org.jetbrains.kotlinx:atomicfu:0.22.0 + | \--- org.jetbrains.kotlinx:atomicfu-jvm:0.22.0 + | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.1.20 (*) + | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.0 -> 2.1.20 (*) + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (*) + +_internal-unified-test-platform-android-test-plugin-host-logcat - A configuration to resolve the Unified Test Platform dependencies. +\--- com.android.tools.utp:android-test-plugin-host-logcat:31.11.0 + +--- com.android.tools:common:31.11.0 + | +--- com.android.tools:annotations:31.11.0 + | +--- com.google.guava:guava:33.3.1-jre + | | +--- com.google.guava:failureaccess:1.0.2 + | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | +--- org.checkerframework:checker-qual:3.43.0 + | | +--- com.google.errorprone:error_prone_annotations:2.28.0 + | | \--- com.google.j2objc:j2objc-annotations:3.0.0 + | +--- net.java.dev.jna:jna-platform:5.6.0 + | | \--- net.java.dev.jna:jna:5.6.0 + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20 + | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 + | | +--- org.jetbrains:annotations:13.0 -> 23.0.0 + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 2.1.20 (c) + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.1.20 (c) + | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20 (c) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 + | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- com.android.tools.utp:utp-common:31.11.0 + | +--- com.android.tools:common:31.11.0 (*) + | +--- com.google.testing.platform:launcher:0.0.9-alpha03 + | | +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.28.0 + | | +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + | | +--- com.google.protobuf:protobuf-java-util:3.24.4 + | | | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | | +--- com.google.code.gson:gson:2.8.9 + | | | +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.28.0 + | | | +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + | | | \--- com.google.j2objc:j2objc-annotations:2.8 -> 3.0.0 + | | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | | +--- com.google.protobuf:protobuf-kotlin:3.24.4 + | | | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) + | | +--- io.opencensus:opencensus-proto:0.2.0 + | | | \--- com.google.protobuf:protobuf-java:3.5.1 -> 3.25.5 + | | +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 + | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + | | +--- org.jetbrains.kotlinx:atomicfu:0.22.0 + | | | \--- org.jetbrains.kotlinx:atomicfu-jvm:0.22.0 + | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.1.20 (*) + | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.0 -> 2.1.20 + | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 + | | | +--- org.jetbrains:annotations:23.0.0 + | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 + | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (c) + | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (c) + | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 2.1.20 (*) + | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 2.1.20 (*) + | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 + | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (*) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20 (*) + +--- com.android.tools.utp:android-test-plugin-host-logcat-proto:31.11.0 + | \--- com.google.protobuf:protobuf-java:3.25.5 + +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- com.google.protobuf:protobuf-java:3.25.5 + \--- com.google.testing.platform:android-device-provider-local:0.0.9-alpha03 + +--- com.google.api.grpc:proto-google-common-protos:2.17.0 + | \--- com.google.protobuf:protobuf-java:3.21.12 -> 3.25.5 + +--- com.google.auto.service:auto-service:1.1.1 + | +--- com.google.auto.service:auto-service-annotations:1.1.1 + | +--- com.google.auto:auto-common:1.2.1 + | | \--- com.google.guava:guava:31.0.1-jre -> 33.3.1-jre (*) + | \--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + +--- com.google.dagger:dagger:2.48 + | \--- javax.inject:javax.inject:1 + +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.28.0 + +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + +--- com.google.protobuf:protobuf-kotlin:3.24.4 (*) + +--- javax.inject:javax.inject:1 + +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (*) + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*) + +_internal-unified-test-platform-android-test-plugin-result-listener-gradle - A configuration to resolve the Unified Test Platform dependencies. +\--- com.android.tools.utp:android-test-plugin-result-listener-gradle:31.11.0 + +--- com.android.tools:common:31.11.0 + | +--- com.android.tools:annotations:31.11.0 + | +--- com.google.guava:guava:33.3.1-jre + | | +--- com.google.guava:failureaccess:1.0.2 + | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | +--- org.checkerframework:checker-qual:3.43.0 + | | +--- com.google.errorprone:error_prone_annotations:2.28.0 -> 2.30.0 + | | \--- com.google.j2objc:j2objc-annotations:3.0.0 + | +--- net.java.dev.jna:jna-platform:5.6.0 + | | \--- net.java.dev.jna:jna:5.6.0 + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20 + | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 + | | +--- org.jetbrains:annotations:13.0 -> 23.0.0 + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 2.1.20 (c) + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.1.20 (c) + | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20 (c) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 + | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:31.11.0 + | +--- com.google.code.gson:gson:2.11.0 + | | \--- com.google.errorprone:error_prone_annotations:2.27.0 -> 2.30.0 + | +--- com.google.guava:guava:33.3.1-jre (*) + | +--- io.grpc:grpc-core:1.69.1 + | | +--- io.grpc:grpc-api:1.69.1 + | | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | | +--- com.google.errorprone:error_prone_annotations:2.30.0 + | | | \--- com.google.guava:guava:33.3.1-android -> 33.3.1-jre (*) + | | +--- com.google.code.gson:gson:2.11.0 (*) + | | +--- com.google.android:annotations:4.1.1.4 + | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.24 + | | +--- com.google.errorprone:error_prone_annotations:2.30.0 + | | +--- com.google.guava:guava:33.3.1-android -> 33.3.1-jre (*) + | | +--- io.perfmark:perfmark-api:0.27.0 + | | \--- io.grpc:grpc-context:1.69.1 + | | \--- io.grpc:grpc-api:1.69.1 (*) + | +--- io.grpc:grpc-inprocess:1.69.1 + | | +--- io.grpc:grpc-api:1.69.1 (*) + | | +--- io.grpc:grpc-core:1.69.1 (*) + | | \--- com.google.guava:guava:33.3.1-android -> 33.3.1-jre (*) + | +--- io.grpc:grpc-netty:1.69.1 + | | +--- io.grpc:grpc-api:1.69.1 (*) + | | +--- io.netty:netty-codec-http2:4.1.110.Final + | | | +--- io.netty:netty-common:4.1.110.Final + | | | +--- io.netty:netty-buffer:4.1.110.Final + | | | | \--- io.netty:netty-common:4.1.110.Final + | | | +--- io.netty:netty-transport:4.1.110.Final + | | | | +--- io.netty:netty-common:4.1.110.Final + | | | | +--- io.netty:netty-buffer:4.1.110.Final (*) + | | | | \--- io.netty:netty-resolver:4.1.110.Final + | | | | \--- io.netty:netty-common:4.1.110.Final + | | | +--- io.netty:netty-codec:4.1.110.Final + | | | | +--- io.netty:netty-common:4.1.110.Final + | | | | +--- io.netty:netty-buffer:4.1.110.Final (*) + | | | | \--- io.netty:netty-transport:4.1.110.Final (*) + | | | +--- io.netty:netty-handler:4.1.110.Final + | | | | +--- io.netty:netty-common:4.1.110.Final + | | | | +--- io.netty:netty-resolver:4.1.110.Final (*) + | | | | +--- io.netty:netty-buffer:4.1.110.Final (*) + | | | | +--- io.netty:netty-transport:4.1.110.Final (*) + | | | | +--- io.netty:netty-transport-native-unix-common:4.1.110.Final + | | | | | +--- io.netty:netty-common:4.1.110.Final + | | | | | +--- io.netty:netty-buffer:4.1.110.Final (*) + | | | | | \--- io.netty:netty-transport:4.1.110.Final (*) + | | | | \--- io.netty:netty-codec:4.1.110.Final (*) + | | | \--- io.netty:netty-codec-http:4.1.110.Final + | | | +--- io.netty:netty-common:4.1.110.Final + | | | +--- io.netty:netty-buffer:4.1.110.Final (*) + | | | +--- io.netty:netty-transport:4.1.110.Final (*) + | | | +--- io.netty:netty-codec:4.1.110.Final (*) + | | | \--- io.netty:netty-handler:4.1.110.Final (*) + | | +--- io.grpc:grpc-core:1.69.1 (*) + | | +--- io.netty:netty-handler-proxy:4.1.110.Final + | | | +--- io.netty:netty-common:4.1.110.Final + | | | +--- io.netty:netty-buffer:4.1.110.Final (*) + | | | +--- io.netty:netty-transport:4.1.110.Final (*) + | | | +--- io.netty:netty-codec:4.1.110.Final (*) + | | | +--- io.netty:netty-codec-socks:4.1.110.Final + | | | | +--- io.netty:netty-common:4.1.110.Final + | | | | +--- io.netty:netty-buffer:4.1.110.Final (*) + | | | | +--- io.netty:netty-transport:4.1.110.Final (*) + | | | | \--- io.netty:netty-codec:4.1.110.Final (*) + | | | \--- io.netty:netty-codec-http:4.1.110.Final (*) + | | +--- com.google.guava:guava:33.3.1-android -> 33.3.1-jre (*) + | | +--- com.google.errorprone:error_prone_annotations:2.30.0 + | | +--- io.perfmark:perfmark-api:0.27.0 + | | +--- io.netty:netty-transport-native-unix-common:4.1.110.Final (*) + | | \--- io.grpc:grpc-util:1.69.1 + | | +--- io.grpc:grpc-api:1.69.1 (*) + | | +--- io.grpc:grpc-core:1.69.1 (*) + | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.24 + | | \--- com.google.guava:guava:33.3.1-android -> 33.3.1-jre (*) + | +--- io.grpc:grpc-protobuf:1.69.1 + | | +--- io.grpc:grpc-api:1.69.1 (*) + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | +--- com.google.protobuf:protobuf-java:3.25.5 + | | +--- com.google.api.grpc:proto-google-common-protos:2.48.0 + | | | \--- com.google.protobuf:protobuf-java:3.25.5 + | | +--- com.google.guava:guava:33.3.1-android -> 33.3.1-jre (*) + | | \--- io.grpc:grpc-protobuf-lite:1.69.1 + | | +--- io.grpc:grpc-api:1.69.1 (*) + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | \--- com.google.guava:guava:33.3.1-android -> 33.3.1-jre (*) + | +--- io.grpc:grpc-stub:1.69.1 + | | +--- io.grpc:grpc-api:1.69.1 (*) + | | +--- com.google.guava:guava:33.3.1-android -> 33.3.1-jre (*) + | | \--- com.google.errorprone:error_prone_annotations:2.30.0 + | +--- javax.annotation:javax.annotation-api:1.3.2 + | \--- com.google.protobuf:protobuf-java:3.25.5 + +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 -> 1.7.3 + | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 + | +--- org.jetbrains:annotations:23.0.0 + | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 + | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (c) + | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (c) + | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 2.1.20 + | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 2.1.20 (*) + +--- com.google.code.gson:gson:2.11.0 (*) + +--- io.grpc:grpc-core:1.69.1 (*) + +--- io.grpc:grpc-protobuf:1.69.1 (*) + +--- io.grpc:grpc-stub:1.69.1 (*) + +--- io.grpc:grpc-netty:1.69.1 (*) + +--- io.grpc:grpc-inprocess:1.69.1 (*) + +--- com.google.protobuf:protobuf-java:3.25.5 + +--- com.google.guava:guava:33.3.1-jre (*) + +--- com.google.testing.platform:core-proto:0.0.9-alpha03 + | \--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + \--- com.google.testing.platform:android-device-provider-local:0.0.9-alpha03 + +--- com.google.api.grpc:proto-google-common-protos:2.17.0 -> 2.48.0 (*) + +--- com.google.auto.service:auto-service:1.1.1 + | +--- com.google.auto.service:auto-service-annotations:1.1.1 + | +--- com.google.auto:auto-common:1.2.1 + | | \--- com.google.guava:guava:31.0.1-jre -> 33.3.1-jre (*) + | \--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + +--- com.google.dagger:dagger:2.48 + | \--- javax.inject:javax.inject:1 + +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.30.0 + +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + +--- com.google.protobuf:protobuf-kotlin:3.24.4 + | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) + +--- javax.inject:javax.inject:1 + +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (*) + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*) + +_internal-unified-test-platform-core - A configuration to resolve the Unified Test Platform dependencies. +\--- com.google.testing.platform:core:0.0.9-alpha03 + +--- com.google.api.grpc:proto-google-common-protos:2.17.0 + | \--- com.google.protobuf:protobuf-java:3.21.12 -> 3.24.4 + +--- com.google.dagger:dagger:2.48 + | \--- javax.inject:javax.inject:1 + +--- com.google.errorprone:error_prone_annotations:2.23.0 + +--- com.google.guava:guava:32.0.1-jre + | +--- com.google.guava:failureaccess:1.0.1 + | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava + | +--- com.google.code.findbugs:jsr305:3.0.2 + | +--- org.checkerframework:checker-qual:3.33.0 + | +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.23.0 + | \--- com.google.j2objc:j2objc-annotations:2.8 + +--- com.google.protobuf:protobuf-java:3.24.4 + +--- com.google.protobuf:protobuf-kotlin:3.24.4 + | +--- com.google.protobuf:protobuf-java:3.24.4 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 1.8.21 + | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 + | \--- org.jetbrains:annotations:13.0 -> 23.0.0 + +--- io.grpc:grpc-api:1.57.2 + | +--- com.google.code.findbugs:jsr305:3.0.2 + | +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.23.0 + | \--- com.google.guava:guava:32.0.1-android -> 32.0.1-jre (*) + +--- io.grpc:grpc-netty:1.57.2 + | +--- io.grpc:grpc-core:1.57.2 + | | +--- io.grpc:grpc-api:1.57.2 (*) + | | +--- com.google.code.gson:gson:2.10.1 + | | +--- com.google.android:annotations:4.1.1.4 + | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.23 + | | +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.23.0 + | | +--- com.google.guava:guava:32.0.1-android -> 32.0.1-jre (*) + | | +--- io.perfmark:perfmark-api:0.26.0 + | | \--- io.grpc:grpc-context:1.57.2 + | | \--- io.grpc:grpc-api:1.57.2 (*) + | +--- io.netty:netty-codec-http2:4.1.93.Final + | | +--- io.netty:netty-common:4.1.93.Final + | | +--- io.netty:netty-buffer:4.1.93.Final + | | | \--- io.netty:netty-common:4.1.93.Final + | | +--- io.netty:netty-transport:4.1.93.Final + | | | +--- io.netty:netty-common:4.1.93.Final + | | | +--- io.netty:netty-buffer:4.1.93.Final (*) + | | | \--- io.netty:netty-resolver:4.1.93.Final + | | | \--- io.netty:netty-common:4.1.93.Final + | | +--- io.netty:netty-codec:4.1.93.Final + | | | +--- io.netty:netty-common:4.1.93.Final + | | | +--- io.netty:netty-buffer:4.1.93.Final (*) + | | | \--- io.netty:netty-transport:4.1.93.Final (*) + | | +--- io.netty:netty-handler:4.1.93.Final + | | | +--- io.netty:netty-common:4.1.93.Final + | | | +--- io.netty:netty-resolver:4.1.93.Final (*) + | | | +--- io.netty:netty-buffer:4.1.93.Final (*) + | | | +--- io.netty:netty-transport:4.1.93.Final (*) + | | | +--- io.netty:netty-transport-native-unix-common:4.1.93.Final + | | | | +--- io.netty:netty-common:4.1.93.Final + | | | | +--- io.netty:netty-buffer:4.1.93.Final (*) + | | | | \--- io.netty:netty-transport:4.1.93.Final (*) + | | | \--- io.netty:netty-codec:4.1.93.Final (*) + | | \--- io.netty:netty-codec-http:4.1.93.Final + | | +--- io.netty:netty-common:4.1.93.Final + | | +--- io.netty:netty-buffer:4.1.93.Final (*) + | | +--- io.netty:netty-transport:4.1.93.Final (*) + | | +--- io.netty:netty-codec:4.1.93.Final (*) + | | \--- io.netty:netty-handler:4.1.93.Final (*) + | +--- io.netty:netty-handler-proxy:4.1.93.Final + | | +--- io.netty:netty-common:4.1.93.Final + | | +--- io.netty:netty-buffer:4.1.93.Final (*) + | | +--- io.netty:netty-transport:4.1.93.Final (*) + | | +--- io.netty:netty-codec:4.1.93.Final (*) + | | +--- io.netty:netty-codec-socks:4.1.93.Final + | | | +--- io.netty:netty-common:4.1.93.Final + | | | +--- io.netty:netty-buffer:4.1.93.Final (*) + | | | +--- io.netty:netty-transport:4.1.93.Final (*) + | | | \--- io.netty:netty-codec:4.1.93.Final (*) + | | \--- io.netty:netty-codec-http:4.1.93.Final (*) + | +--- com.google.guava:guava:32.0.1-android -> 32.0.1-jre (*) + | +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.23.0 + | +--- io.perfmark:perfmark-api:0.26.0 + | \--- io.netty:netty-transport-native-unix-common:4.1.93.Final (*) + +--- io.grpc:grpc-services:1.57.2 + | +--- io.grpc:grpc-protobuf:1.57.2 + | | +--- io.grpc:grpc-api:1.57.2 (*) + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | +--- com.google.protobuf:protobuf-java:3.22.3 -> 3.24.4 + | | +--- com.google.api.grpc:proto-google-common-protos:2.17.0 (*) + | | +--- io.grpc:grpc-protobuf-lite:1.57.2 + | | | +--- io.grpc:grpc-api:1.57.2 (*) + | | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | | \--- com.google.guava:guava:32.0.1-android -> 32.0.1-jre (*) + | | \--- com.google.guava:guava:32.0.1-android -> 32.0.1-jre (*) + | +--- io.grpc:grpc-stub:1.57.2 + | | +--- io.grpc:grpc-api:1.57.2 (*) + | | +--- com.google.guava:guava:32.0.1-android -> 32.0.1-jre (*) + | | \--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.23.0 + | +--- io.grpc:grpc-core:1.57.2 (*) + | +--- com.google.protobuf:protobuf-java-util:3.22.3 + | | +--- com.google.protobuf:protobuf-java:3.22.3 -> 3.24.4 + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | +--- com.google.code.gson:gson:2.8.9 -> 2.10.1 + | | +--- com.google.errorprone:error_prone_annotations:2.11.0 -> 2.23.0 + | | +--- com.google.guava:guava:31.1-jre -> 32.0.1-jre (*) + | | \--- com.google.j2objc:j2objc-annotations:1.3 -> 2.8 + | +--- com.google.guava:guava:32.0.1-jre (*) + | +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.23.0 + | \--- com.google.j2objc:j2objc-annotations:2.8 + +--- io.grpc:grpc-stub:1.57.2 (*) + +--- io.opencensus:opencensus-api:0.31.0 + | \--- io.grpc:grpc-context:1.27.2 -> 1.57.2 (*) + +--- io.opencensus:opencensus-proto:0.2.0 + | +--- com.google.protobuf:protobuf-java:3.5.1 -> 3.24.4 + | +--- io.grpc:grpc-protobuf:1.14.0 -> 1.57.2 (*) + | \--- io.grpc:grpc-stub:1.14.0 -> 1.57.2 (*) + +--- javax.inject:javax.inject:1 + +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 (*) + +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 + | +--- org.jetbrains:annotations:23.0.0 + | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 + | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (c) + | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (c) + | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 1.8.21 + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 + | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.8.21 (*) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.20 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.8.21 (*) + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (*) + +_internal-unified-test-platform-launcher - A configuration to resolve the Unified Test Platform dependencies. +\--- com.google.testing.platform:launcher:0.0.9-alpha03 + +--- com.google.errorprone:error_prone_annotations:2.23.0 + +--- com.google.guava:guava:32.0.1-jre + | +--- com.google.guava:failureaccess:1.0.1 + | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava + | +--- com.google.code.findbugs:jsr305:3.0.2 + | +--- org.checkerframework:checker-qual:3.33.0 + | +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.23.0 + | \--- com.google.j2objc:j2objc-annotations:2.8 + +--- com.google.protobuf:protobuf-java-util:3.24.4 + | +--- com.google.protobuf:protobuf-java:3.24.4 + | +--- com.google.code.findbugs:jsr305:3.0.2 + | +--- com.google.code.gson:gson:2.8.9 + | +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.23.0 + | +--- com.google.guava:guava:32.0.1-jre (*) + | \--- com.google.j2objc:j2objc-annotations:2.8 + +--- com.google.protobuf:protobuf-java:3.24.4 + +--- com.google.protobuf:protobuf-kotlin:3.24.4 + | +--- com.google.protobuf:protobuf-java:3.24.4 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 1.9.0 + | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.0 + | \--- org.jetbrains:annotations:13.0 -> 23.0.0 + +--- io.opencensus:opencensus-proto:0.2.0 + | \--- com.google.protobuf:protobuf-java:3.5.1 -> 3.24.4 + +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.0 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.0 (*) + +--- org.jetbrains.kotlinx:atomicfu:0.22.0 + | \--- org.jetbrains.kotlinx:atomicfu-jvm:0.22.0 + | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 (*) + | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.0 + +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 + | +--- org.jetbrains:annotations:23.0.0 + | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 + | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (c) + | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (c) + | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 1.9.0 + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 + | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.9.0 (*) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.20 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.9.0 (*) + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (*) + +_internal_prefab_binary - The Prefab tool to use for generating native build system bindings. +\--- com.google.prefab:cli:2.1.0 + +androidApis - Configuration providing various types of Android JAR file +No dependencies + +androidJdkImage - Configuration providing JDK image for compiling Java 9+ sources +No dependencies + +androidTestAnnotationProcessor - Classpath for the annotation processor for 'androidTest'. (n) +No dependencies + +androidTestApi (n) +No dependencies + +androidTestApiDependenciesMetadata +No dependencies + +androidTestCompileOnly - Compile only dependencies for 'androidTest' sources. (n) +No dependencies + +androidTestCompileOnlyDependenciesMetadata +No dependencies + +androidTestDebugAnnotationProcessor - Classpath for the annotation processor for 'androidTestDebug'. (n) +No dependencies + +androidTestDebugApi (n) +No dependencies + +androidTestDebugApiDependenciesMetadata +No dependencies + +androidTestDebugCompileOnly - Compile only dependencies for 'androidTestDebug' sources. (n) +No dependencies + +androidTestDebugCompileOnlyDependenciesMetadata +No dependencies + +androidTestDebugImplementation - Implementation only dependencies for 'androidTestDebug' sources. (n) +No dependencies + +androidTestDebugImplementationDependenciesMetadata +No dependencies + +androidTestDebugIntransitiveDependenciesMetadata +No dependencies + +androidTestDebugOptimizedAnnotationProcessor - Classpath for the annotation processor for 'androidTestDebugOptimized'. (n) +No dependencies + +androidTestDebugOptimizedApi (n) +No dependencies + +androidTestDebugOptimizedApiDependenciesMetadata +No dependencies + +androidTestDebugOptimizedCompileOnly - Compile only dependencies for 'androidTestDebugOptimized' sources. (n) +No dependencies + +androidTestDebugOptimizedCompileOnlyDependenciesMetadata +No dependencies + +androidTestDebugOptimizedImplementation - Implementation only dependencies for 'androidTestDebugOptimized' sources. (n) +No dependencies + +androidTestDebugOptimizedImplementationDependenciesMetadata +No dependencies + +androidTestDebugOptimizedIntransitiveDependenciesMetadata +No dependencies + +androidTestDebugOptimizedRuntimeOnly - Runtime only dependencies for 'androidTestDebugOptimized' sources. (n) +No dependencies + +androidTestDebugOptimizedWearApp - Link to a wear app to embed for object 'androidTestDebugOptimized'. (n) +No dependencies + +androidTestDebugRuntimeOnly - Runtime only dependencies for 'androidTestDebug' sources. (n) +No dependencies + +androidTestDebugWearApp - Link to a wear app to embed for object 'androidTestDebug'. (n) +No dependencies + +androidTestImplementation - Implementation only dependencies for 'androidTest' sources. (n) +No dependencies + +androidTestImplementationDependenciesMetadata +No dependencies + +androidTestIntransitiveDependenciesMetadata +No dependencies + +androidTestReleaseAnnotationProcessor - Classpath for the annotation processor for 'androidTestRelease'. (n) +No dependencies + +androidTestReleaseApi (n) +No dependencies + +androidTestReleaseApiDependenciesMetadata +No dependencies + +androidTestReleaseCompileOnly - Compile only dependencies for 'androidTestRelease' sources. (n) +No dependencies + +androidTestReleaseCompileOnlyDependenciesMetadata +No dependencies + +androidTestReleaseImplementation - Implementation only dependencies for 'androidTestRelease' sources. (n) +No dependencies + +androidTestReleaseImplementationDependenciesMetadata +No dependencies + +androidTestReleaseIntransitiveDependenciesMetadata +No dependencies + +androidTestReleaseRuntimeOnly - Runtime only dependencies for 'androidTestRelease' sources. (n) +No dependencies + +androidTestReleaseWearApp - Link to a wear app to embed for object 'androidTestRelease'. (n) +No dependencies + +androidTestRuntimeOnly - Runtime only dependencies for 'androidTest' sources. (n) +No dependencies + +androidTestUtil - Additional APKs used during instrumentation testing. +No dependencies + +androidTestWearApp - Link to a wear app to embed for object 'androidTest'. (n) +No dependencies + +annotationProcessor - Classpath for the annotation processor for 'main'. (n) +No dependencies + +api - API dependencies for 'main' sources. (n) +No dependencies + +apiDependenciesMetadata +\--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 + +compileOnly - Compile only dependencies for 'main' sources. (n) +No dependencies + +compileOnlyApi - Compile only API dependencies for 'main' sources. (n) +No dependencies + +compileOnlyDependenciesMetadata +No dependencies + +coreLibraryDesugaring - Configuration to desugar libraries +No dependencies + +debugAndroidTestAnnotationProcessorClasspath - Resolved configuration for annotation-processor for variant: debugAndroidTest +No dependencies + +debugAndroidTestApi (n) +No dependencies + +debugAndroidTestApiDependenciesMetadata +No dependencies + +debugAndroidTestCompilationApi - API dependencies for '/debugAndroidTest'. (n) +No dependencies + +debugAndroidTestCompilationCompileOnly - Compile only dependencies for '/debugAndroidTest'. (n) +No dependencies + +debugAndroidTestCompilationImplementation - Implementation only dependencies for '/debugAndroidTest'. (n) +No dependencies + +debugAndroidTestCompilationRuntimeOnly - Runtime only dependencies for '/debugAndroidTest'. (n) +No dependencies + +debugAndroidTestCompileClasspath - Compile classpath for '/debugAndroidTest'. diff --git a/apps/AEPSampleAppNewArchEnabled/android-dependency8.txt b/apps/AEPSampleAppNewArchEnabled/android-dependency8.txt new file mode 100644 index 000000000..752be73e5 --- /dev/null +++ b/apps/AEPSampleAppNewArchEnabled/android-dependency8.txt @@ -0,0 +1,13346 @@ +> Task :expo-gradle-plugin:expo-autolinking-plugin-shared:checkKotlinGradlePluginConfigurationErrors SKIPPED +> Task :gradle-plugin:settings-plugin:checkKotlinGradlePluginConfigurationErrors SKIPPED +> Task :expo-gradle-plugin:expo-autolinking-settings-plugin:checkKotlinGradlePluginConfigurationErrors SKIPPED +> Task :gradle-plugin:shared:checkKotlinGradlePluginConfigurationErrors SKIPPED +> Task :expo-gradle-plugin:expo-autolinking-settings-plugin:pluginDescriptors UP-TO-DATE +> Task :gradle-plugin:settings-plugin:pluginDescriptors UP-TO-DATE +> Task :expo-gradle-plugin:expo-autolinking-settings-plugin:processResources UP-TO-DATE +> Task :gradle-plugin:settings-plugin:processResources UP-TO-DATE +> Task :gradle-plugin:shared:compileKotlin UP-TO-DATE +> Task :expo-gradle-plugin:expo-autolinking-plugin-shared:compileKotlin UP-TO-DATE +> Task :expo-gradle-plugin:expo-autolinking-plugin-shared:compileJava NO-SOURCE +> Task :gradle-plugin:shared:compileJava NO-SOURCE +> Task :expo-gradle-plugin:expo-autolinking-plugin-shared:processResources NO-SOURCE +> Task :gradle-plugin:shared:processResources NO-SOURCE +> Task :expo-gradle-plugin:expo-autolinking-plugin-shared:classes UP-TO-DATE +> Task :gradle-plugin:shared:classes UP-TO-DATE +> Task :expo-gradle-plugin:expo-autolinking-plugin-shared:jar UP-TO-DATE +> Task :gradle-plugin:shared:jar UP-TO-DATE +> Task :gradle-plugin:settings-plugin:compileKotlin UP-TO-DATE +> Task :gradle-plugin:settings-plugin:compileJava NO-SOURCE +> Task :gradle-plugin:settings-plugin:classes UP-TO-DATE +> Task :gradle-plugin:settings-plugin:jar UP-TO-DATE +> Task :expo-gradle-plugin:expo-autolinking-settings-plugin:compileKotlin UP-TO-DATE +> Task :expo-gradle-plugin:expo-autolinking-settings-plugin:compileJava NO-SOURCE +> Task :expo-gradle-plugin:expo-autolinking-settings-plugin:classes UP-TO-DATE +> Task :expo-gradle-plugin:expo-autolinking-settings-plugin:jar UP-TO-DATE +> Task :expo-gradle-plugin:expo-autolinking-plugin:checkKotlinGradlePluginConfigurationErrors SKIPPED +> Task :gradle-plugin:react-native-gradle-plugin:checkKotlinGradlePluginConfigurationErrors SKIPPED +> Task :expo-module-gradle-plugin:checkKotlinGradlePluginConfigurationErrors SKIPPED +> Task :expo-module-gradle-plugin:pluginDescriptors UP-TO-DATE +> Task :expo-module-gradle-plugin:processResources UP-TO-DATE +> Task :expo-gradle-plugin:expo-autolinking-plugin:compileKotlin UP-TO-DATE +> Task :expo-gradle-plugin:expo-autolinking-plugin:compileJava NO-SOURCE +> Task :expo-gradle-plugin:expo-autolinking-plugin:pluginDescriptors UP-TO-DATE +> Task :expo-gradle-plugin:expo-autolinking-plugin:processResources UP-TO-DATE +> Task :expo-gradle-plugin:expo-autolinking-plugin:classes UP-TO-DATE +> Task :expo-gradle-plugin:expo-autolinking-plugin:jar UP-TO-DATE +> Task :gradle-plugin:react-native-gradle-plugin:compileKotlin UP-TO-DATE +> Task :gradle-plugin:react-native-gradle-plugin:compileJava NO-SOURCE +> Task :gradle-plugin:react-native-gradle-plugin:pluginDescriptors UP-TO-DATE +> Task :gradle-plugin:react-native-gradle-plugin:processResources UP-TO-DATE +> Task :gradle-plugin:react-native-gradle-plugin:classes UP-TO-DATE +> Task :gradle-plugin:react-native-gradle-plugin:jar UP-TO-DATE +> Task :expo-module-gradle-plugin:compileKotlin UP-TO-DATE +> Task :expo-module-gradle-plugin:compileJava NO-SOURCE +> Task :expo-module-gradle-plugin:classes UP-TO-DATE +> Task :expo-module-gradle-plugin:jar UP-TO-DATE + +> Configure project : +[ExpoRootProject] Using the following versions: + - buildTools: 36.0.0 + - minSdk: 24 + - compileSdk: 36 + - targetSdk: 36 + - ndk: 27.1.12297006 + - kotlin: 2.1.20 + - ksp: 2.1.20-2.0.1 + +> Configure project :expo + +Using expo modules + - expo-constants (18.0.13) + - expo-modules-core (3.0.29) + - [📦] expo-asset (12.0.12) + - [📦] expo-file-system (19.0.21) + - [📦] expo-font (14.0.11) + - [📦] expo-keep-awake (15.0.8) + - [📦] expo-linking (8.0.11) + - [📦] expo-splash-screen (31.0.13) + - [📦] expo-system-ui (6.0.9) + - [📦] expo-web-browser (15.0.10) + + +> Task :app:dependencies + +------------------------------------------------------------ +Project ':app' +------------------------------------------------------------ + +_internal-unified-test-platform-android-device-provider-ddmlib - A configuration to resolve the Unified Test Platform dependencies. +\--- com.android.tools.utp:android-device-provider-ddmlib:31.11.0 + +--- com.android.tools:common:31.11.0 + | +--- com.android.tools:annotations:31.11.0 + | +--- com.google.guava:guava:33.3.1-jre + | | +--- com.google.guava:failureaccess:1.0.2 + | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | +--- org.checkerframework:checker-qual:3.43.0 + | | +--- com.google.errorprone:error_prone_annotations:2.28.0 + | | \--- com.google.j2objc:j2objc-annotations:3.0.0 + | +--- net.java.dev.jna:jna-platform:5.6.0 + | | \--- net.java.dev.jna:jna:5.6.0 + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20 + | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 + | | +--- org.jetbrains:annotations:13.0 -> 23.0.0 + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 2.1.20 (c) + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.1.20 (c) + | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20 (c) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 + | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- com.android.tools.ddms:ddmlib:31.11.0 + | +--- com.android.tools:common:31.11.0 (*) + | +--- com.google.protobuf:protobuf-java:3.25.5 + | +--- net.sf.kxml:kxml2:2.3.0 + | \--- org.jetbrains:annotations:23.0.0 + +--- com.google.protobuf:protobuf-java:3.25.5 + +--- com.android.tools.utp:android-device-provider-ddmlib-proto:31.11.0 + | \--- com.google.protobuf:protobuf-java:3.25.5 + +--- com.android.tools.utp:android-device-provider-profile:31.11.0 + | +--- com.android.tools:common:31.11.0 (*) + | +--- com.google.protobuf:protobuf-java:3.25.5 + | +--- com.android.tools.utp:android-device-provider-profile-proto:31.11.0 + | | \--- com.google.protobuf:protobuf-java:3.25.5 + | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 -> 1.7.3 + | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 + | +--- org.jetbrains:annotations:23.0.0 + | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 + | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (c) + | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (c) + | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 2.1.20 + | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 2.1.20 (*) + +--- com.google.testing.platform:core-proto:0.0.9-alpha03 + | \--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + \--- com.google.testing.platform:android-device-provider-local:0.0.9-alpha03 + +--- com.google.api.grpc:proto-google-common-protos:2.17.0 + | \--- com.google.protobuf:protobuf-java:3.21.12 -> 3.25.5 + +--- com.google.auto.service:auto-service:1.1.1 + | +--- com.google.auto.service:auto-service-annotations:1.1.1 + | +--- com.google.auto:auto-common:1.2.1 + | | \--- com.google.guava:guava:31.0.1-jre -> 33.3.1-jre (*) + | \--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + +--- com.google.dagger:dagger:2.48 + | \--- javax.inject:javax.inject:1 + +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.28.0 + +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + +--- com.google.protobuf:protobuf-kotlin:3.24.4 + | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) + +--- javax.inject:javax.inject:1 + +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (*) + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*) + +_internal-unified-test-platform-android-device-provider-gradle - A configuration to resolve the Unified Test Platform dependencies. +\--- com.android.tools.utp:android-device-provider-gradle:31.11.0 + +--- com.android.tools:common:31.11.0 + | +--- com.android.tools:annotations:31.11.0 + | +--- com.google.guava:guava:33.3.1-jre + | | +--- com.google.guava:failureaccess:1.0.2 + | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | +--- org.checkerframework:checker-qual:3.43.0 + | | +--- com.google.errorprone:error_prone_annotations:2.28.0 + | | \--- com.google.j2objc:j2objc-annotations:3.0.0 + | +--- net.java.dev.jna:jna-platform:5.6.0 + | | \--- net.java.dev.jna:jna:5.6.0 + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20 + | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 + | | +--- org.jetbrains:annotations:13.0 -> 23.0.0 + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 2.1.20 (c) + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.1.20 (c) + | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20 (c) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 + | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- com.google.protobuf:protobuf-java:3.25.5 + +--- com.android.tools.utp:android-device-provider-gradle-proto:31.11.0 + | \--- com.google.protobuf:protobuf-java:3.25.5 + +--- com.android.tools.utp:android-device-provider-profile:31.11.0 + | +--- com.android.tools:common:31.11.0 (*) + | +--- com.google.protobuf:protobuf-java:3.25.5 + | +--- com.android.tools.utp:android-device-provider-profile-proto:31.11.0 + | | \--- com.google.protobuf:protobuf-java:3.25.5 + | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- com.google.testing.platform:core-proto:0.0.9-alpha03 + | \--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + \--- com.google.testing.platform:android-device-provider-local:0.0.9-alpha03 + +--- com.google.api.grpc:proto-google-common-protos:2.17.0 + | \--- com.google.protobuf:protobuf-java:3.21.12 -> 3.25.5 + +--- com.google.auto.service:auto-service:1.1.1 + | +--- com.google.auto.service:auto-service-annotations:1.1.1 + | +--- com.google.auto:auto-common:1.2.1 + | | \--- com.google.guava:guava:31.0.1-jre -> 33.3.1-jre (*) + | \--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + +--- com.google.dagger:dagger:2.48 + | \--- javax.inject:javax.inject:1 + +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.28.0 + +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + +--- com.google.protobuf:protobuf-kotlin:3.24.4 + | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) + +--- javax.inject:javax.inject:1 + +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 + | +--- org.jetbrains:annotations:23.0.0 + | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 + | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (c) + | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (c) + | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 2.1.20 + | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 2.1.20 (*) + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (*) + +_internal-unified-test-platform-android-driver-instrumentation - A configuration to resolve the Unified Test Platform dependencies. +\--- com.google.testing.platform:android-driver-instrumentation:0.0.9-alpha03 + +--- com.google.auto.service:auto-service:1.1.1 + | +--- com.google.auto.service:auto-service-annotations:1.1.1 + | +--- com.google.auto:auto-common:1.2.1 + | | \--- com.google.guava:guava:31.0.1-jre -> 32.0.1-jre + | | +--- com.google.guava:failureaccess:1.0.1 + | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | +--- org.checkerframework:checker-qual:3.33.0 + | | +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.23.0 + | | \--- com.google.j2objc:j2objc-annotations:2.8 + | \--- com.google.guava:guava:32.0.1-jre (*) + +--- com.google.dagger:dagger:2.48 + | \--- javax.inject:javax.inject:1 + +--- com.google.errorprone:error_prone_annotations:2.23.0 + +--- com.google.guava:guava:32.0.1-jre (*) + +--- com.google.protobuf:protobuf-java-util:3.24.4 + | +--- com.google.protobuf:protobuf-java:3.24.4 + | +--- com.google.code.findbugs:jsr305:3.0.2 + | +--- com.google.code.gson:gson:2.8.9 + | +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.23.0 + | +--- com.google.guava:guava:32.0.1-jre (*) + | \--- com.google.j2objc:j2objc-annotations:2.8 + +--- com.google.protobuf:protobuf-java:3.24.4 + +--- com.google.protobuf:protobuf-kotlin:3.24.4 + | +--- com.google.protobuf:protobuf-java:3.24.4 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 1.9.0 + | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.0 + | \--- org.jetbrains:annotations:13.0 -> 23.0.0 + +--- javax.inject:javax.inject:1 + +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.0 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.0 (*) + +--- org.jetbrains.kotlinx:atomicfu:0.22.0 + | \--- org.jetbrains.kotlinx:atomicfu-jvm:0.22.0 + | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 (*) + | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.0 + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 + +--- org.jetbrains:annotations:23.0.0 + +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 + | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (c) + +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 1.9.0 + \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 + +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.9.0 (*) + \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.20 + \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.9.0 (*) + +_internal-unified-test-platform-android-test-plugin - A configuration to resolve the Unified Test Platform dependencies. +\--- com.google.testing.platform:android-test-plugin:0.0.9-alpha03 + +--- com.google.auto.service:auto-service:1.1.1 + | +--- com.google.auto.service:auto-service-annotations:1.1.1 + | +--- com.google.auto:auto-common:1.2.1 + | | \--- com.google.guava:guava:31.0.1-jre -> 32.0.1-jre + | | +--- com.google.guava:failureaccess:1.0.1 + | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | +--- org.checkerframework:checker-qual:3.33.0 + | | +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.23.0 + | | \--- com.google.j2objc:j2objc-annotations:2.8 + | \--- com.google.guava:guava:32.0.1-jre (*) + +--- com.google.errorprone:error_prone_annotations:2.23.0 + +--- com.google.protobuf:protobuf-java:3.24.4 + +--- com.google.protobuf:protobuf-kotlin:3.24.4 + | +--- com.google.protobuf:protobuf-java:3.24.4 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 1.8.21 + | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 + | \--- org.jetbrains:annotations:13.0 -> 23.0.0 + +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 (*) + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 + +--- org.jetbrains:annotations:23.0.0 + +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 + | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (c) + +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 1.8.21 + \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 + +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.8.21 (*) + \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.20 + \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.8.21 (*) + +_internal-unified-test-platform-android-test-plugin-host-additional-test-output - A configuration to resolve the Unified Test Platform dependencies. +\--- com.android.tools.utp:android-test-plugin-host-additional-test-output:31.11.0 + +--- com.android.tools:common:31.11.0 + | +--- com.android.tools:annotations:31.11.0 + | +--- com.google.guava:guava:33.3.1-jre + | | +--- com.google.guava:failureaccess:1.0.2 + | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | +--- org.checkerframework:checker-qual:3.43.0 + | | +--- com.google.errorprone:error_prone_annotations:2.28.0 + | | \--- com.google.j2objc:j2objc-annotations:3.0.0 + | +--- net.java.dev.jna:jna-platform:5.6.0 + | | \--- net.java.dev.jna:jna:5.6.0 + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20 + | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 + | | +--- org.jetbrains:annotations:13.0 -> 23.0.0 + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 2.1.20 (c) + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.1.20 (c) + | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20 (c) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 + | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- com.android.tools.utp:utp-common:31.11.0 + | +--- com.android.tools:common:31.11.0 (*) + | +--- com.google.testing.platform:launcher:0.0.9-alpha03 + | | +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.28.0 + | | +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + | | +--- com.google.protobuf:protobuf-java-util:3.24.4 + | | | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | | +--- com.google.code.gson:gson:2.8.9 + | | | +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.28.0 + | | | +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + | | | \--- com.google.j2objc:j2objc-annotations:2.8 -> 3.0.0 + | | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | | +--- com.google.protobuf:protobuf-kotlin:3.24.4 + | | | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) + | | +--- io.opencensus:opencensus-proto:0.2.0 + | | | \--- com.google.protobuf:protobuf-java:3.5.1 -> 3.25.5 + | | +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 + | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + | | +--- org.jetbrains.kotlinx:atomicfu:0.22.0 + | | | \--- org.jetbrains.kotlinx:atomicfu-jvm:0.22.0 + | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.1.20 (*) + | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.0 -> 2.1.20 + | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 + | | | +--- org.jetbrains:annotations:23.0.0 + | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 + | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (c) + | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (c) + | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 2.1.20 (*) + | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 2.1.20 (*) + | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 + | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (*) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20 (*) + +--- com.android.tools.utp:android-test-plugin-host-additional-test-output-proto:31.11.0 + | \--- com.google.protobuf:protobuf-java:3.25.5 + +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- com.google.protobuf:protobuf-java:3.25.5 + \--- com.google.testing.platform:android-device-provider-local:0.0.9-alpha03 + +--- com.google.api.grpc:proto-google-common-protos:2.17.0 + | \--- com.google.protobuf:protobuf-java:3.21.12 -> 3.25.5 + +--- com.google.auto.service:auto-service:1.1.1 + | +--- com.google.auto.service:auto-service-annotations:1.1.1 + | +--- com.google.auto:auto-common:1.2.1 + | | \--- com.google.guava:guava:31.0.1-jre -> 33.3.1-jre (*) + | \--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + +--- com.google.dagger:dagger:2.48 + | \--- javax.inject:javax.inject:1 + +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.28.0 + +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + +--- com.google.protobuf:protobuf-kotlin:3.24.4 (*) + +--- javax.inject:javax.inject:1 + +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (*) + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*) + +_internal-unified-test-platform-android-test-plugin-host-apk-installer - A configuration to resolve the Unified Test Platform dependencies. +\--- com.android.tools.utp:android-test-plugin-host-apk-installer:31.11.0 + +--- com.android.tools:common:31.11.0 + | +--- com.android.tools:annotations:31.11.0 + | +--- com.google.guava:guava:33.3.1-jre + | | +--- com.google.guava:failureaccess:1.0.2 + | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | +--- org.checkerframework:checker-qual:3.43.0 + | | +--- com.google.errorprone:error_prone_annotations:2.28.0 + | | \--- com.google.j2objc:j2objc-annotations:3.0.0 + | +--- net.java.dev.jna:jna-platform:5.6.0 + | | \--- net.java.dev.jna:jna:5.6.0 + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20 + | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 + | | +--- org.jetbrains:annotations:13.0 -> 23.0.0 + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 2.1.20 (c) + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.1.20 (c) + | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20 (c) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 + | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- com.google.protobuf:protobuf-java:3.25.5 + +--- com.android.tools.utp:android-test-plugin-host-apk-installer-proto:31.11.0 + | \--- com.google.protobuf:protobuf-java:3.25.5 + +--- com.google.testing.platform:android-device-provider-local:0.0.9-alpha03 + | +--- com.google.api.grpc:proto-google-common-protos:2.17.0 + | | \--- com.google.protobuf:protobuf-java:3.21.12 -> 3.25.5 + | +--- com.google.auto.service:auto-service:1.1.1 + | | +--- com.google.auto.service:auto-service-annotations:1.1.1 + | | +--- com.google.auto:auto-common:1.2.1 + | | | \--- com.google.guava:guava:31.0.1-jre -> 33.3.1-jre (*) + | | \--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + | +--- com.google.dagger:dagger:2.48 + | | \--- javax.inject:javax.inject:1 + | +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.28.0 + | +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | +--- com.google.protobuf:protobuf-kotlin:3.24.4 + | | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) + | +--- javax.inject:javax.inject:1 + | +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 + | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 + | | +--- org.jetbrains:annotations:23.0.0 + | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 + | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (c) + | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (c) + | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 2.1.20 + | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 2.1.20 (*) + | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 + | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (*) + \--- com.google.testing.platform:core-proto:0.0.9-alpha03 + \--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + +_internal-unified-test-platform-android-test-plugin-host-coverage - A configuration to resolve the Unified Test Platform dependencies. +\--- com.android.tools.utp:android-test-plugin-host-coverage:31.11.0 + +--- com.android.tools:common:31.11.0 + | +--- com.android.tools:annotations:31.11.0 + | +--- com.google.guava:guava:33.3.1-jre + | | +--- com.google.guava:failureaccess:1.0.2 + | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | +--- org.checkerframework:checker-qual:3.43.0 + | | +--- com.google.errorprone:error_prone_annotations:2.28.0 + | | \--- com.google.j2objc:j2objc-annotations:3.0.0 + | +--- net.java.dev.jna:jna-platform:5.6.0 + | | \--- net.java.dev.jna:jna:5.6.0 + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20 + | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 + | | +--- org.jetbrains:annotations:13.0 -> 23.0.0 + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 2.1.20 (c) + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.1.20 (c) + | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20 (c) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 + | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- com.android.tools.utp:android-test-plugin-host-coverage-proto:31.11.0 + | \--- com.google.protobuf:protobuf-java:3.25.5 + +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- com.google.protobuf:protobuf-java:3.25.5 + \--- com.google.testing.platform:android-device-provider-local:0.0.9-alpha03 + +--- com.google.api.grpc:proto-google-common-protos:2.17.0 + | \--- com.google.protobuf:protobuf-java:3.21.12 -> 3.25.5 + +--- com.google.auto.service:auto-service:1.1.1 + | +--- com.google.auto.service:auto-service-annotations:1.1.1 + | +--- com.google.auto:auto-common:1.2.1 + | | \--- com.google.guava:guava:31.0.1-jre -> 33.3.1-jre (*) + | \--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + +--- com.google.dagger:dagger:2.48 + | \--- javax.inject:javax.inject:1 + +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.28.0 + +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + +--- com.google.protobuf:protobuf-kotlin:3.24.4 + | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) + +--- javax.inject:javax.inject:1 + +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 + | +--- org.jetbrains:annotations:23.0.0 + | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 + | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (c) + | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (c) + | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 2.1.20 + | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 2.1.20 (*) + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (*) + +_internal-unified-test-platform-android-test-plugin-host-device-info - A configuration to resolve the Unified Test Platform dependencies. +\--- com.android.tools.utp:android-test-plugin-host-device-info:31.11.0 + +--- com.android.tools:common:31.11.0 + | +--- com.android.tools:annotations:31.11.0 + | +--- com.google.guava:guava:33.3.1-jre + | | +--- com.google.guava:failureaccess:1.0.2 + | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | +--- org.checkerframework:checker-qual:3.43.0 + | | +--- com.google.errorprone:error_prone_annotations:2.28.0 + | | \--- com.google.j2objc:j2objc-annotations:3.0.0 + | +--- net.java.dev.jna:jna-platform:5.6.0 + | | \--- net.java.dev.jna:jna:5.6.0 + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20 + | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 + | | +--- org.jetbrains:annotations:13.0 -> 23.0.0 + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 2.1.20 (c) + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.1.20 (c) + | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20 (c) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 + | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- com.google.protobuf:protobuf-java:3.25.5 + +--- com.android.tools.utp:utp-common:31.11.0 + | +--- com.android.tools:common:31.11.0 (*) + | +--- com.google.testing.platform:launcher:0.0.9-alpha03 + | | +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.28.0 + | | +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + | | +--- com.google.protobuf:protobuf-java-util:3.24.4 + | | | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | | +--- com.google.code.gson:gson:2.8.9 + | | | +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.28.0 + | | | +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + | | | \--- com.google.j2objc:j2objc-annotations:2.8 -> 3.0.0 + | | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | | +--- com.google.protobuf:protobuf-kotlin:3.24.4 + | | | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) + | | +--- io.opencensus:opencensus-proto:0.2.0 + | | | \--- com.google.protobuf:protobuf-java:3.5.1 -> 3.25.5 + | | +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 + | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + | | +--- org.jetbrains.kotlinx:atomicfu:0.22.0 + | | | \--- org.jetbrains.kotlinx:atomicfu-jvm:0.22.0 + | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.1.20 (*) + | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.0 -> 2.1.20 + | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 + | | | +--- org.jetbrains:annotations:23.0.0 + | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 + | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (c) + | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (c) + | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 2.1.20 (*) + | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 2.1.20 (*) + | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 + | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (*) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20 (*) + +--- com.android.tools.utp:android-test-plugin-host-device-info-proto:31.11.0 + | \--- com.google.protobuf:protobuf-java:3.25.5 + \--- com.google.testing.platform:android-device-provider-local:0.0.9-alpha03 + +--- com.google.api.grpc:proto-google-common-protos:2.17.0 + | \--- com.google.protobuf:protobuf-java:3.21.12 -> 3.25.5 + +--- com.google.auto.service:auto-service:1.1.1 + | +--- com.google.auto.service:auto-service-annotations:1.1.1 + | +--- com.google.auto:auto-common:1.2.1 + | | \--- com.google.guava:guava:31.0.1-jre -> 33.3.1-jre (*) + | \--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + +--- com.google.dagger:dagger:2.48 + | \--- javax.inject:javax.inject:1 + +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.28.0 + +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + +--- com.google.protobuf:protobuf-kotlin:3.24.4 (*) + +--- javax.inject:javax.inject:1 + +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (*) + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*) + +_internal-unified-test-platform-android-test-plugin-host-emulator-control - A configuration to resolve the Unified Test Platform dependencies. +\--- com.android.tools.utp:android-test-plugin-host-emulator-control:31.11.0 + +--- com.android.tools:common:31.11.0 + | +--- com.android.tools:annotations:31.11.0 + | +--- com.google.guava:guava:33.3.1-jre + | | +--- com.google.guava:failureaccess:1.0.2 + | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | +--- org.checkerframework:checker-qual:3.43.0 + | | +--- com.google.errorprone:error_prone_annotations:2.28.0 -> 2.30.0 + | | \--- com.google.j2objc:j2objc-annotations:3.0.0 + | +--- net.java.dev.jna:jna-platform:5.6.0 + | | \--- net.java.dev.jna:jna:5.6.0 + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20 + | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 + | | +--- org.jetbrains:annotations:13.0 -> 23.0.0 + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 2.1.20 (c) + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.1.20 (c) + | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20 (c) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 + | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 -> 1.7.3 + | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 + | +--- org.jetbrains:annotations:23.0.0 + | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 + | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (c) + | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (c) + | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 2.1.20 + | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 2.1.20 (*) + +--- commons-io:commons-io:2.16.1 + +--- com.google.code.gson:gson:2.11.0 + | \--- com.google.errorprone:error_prone_annotations:2.27.0 -> 2.30.0 + +--- com.google.protobuf:protobuf-java:3.25.5 + +--- com.google.guava:guava:33.3.1-jre (*) + +--- com.android.tools.utp:android-test-plugin-host-emulator-control-proto:31.11.0 + | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20 (*) + | \--- com.google.protobuf:protobuf-java:3.25.5 + +--- com.android.tools.emulator:proto:31.11.0 + | +--- com.google.code.gson:gson:2.11.0 (*) + | +--- com.google.guava:guava:33.3.1-jre (*) + | +--- io.grpc:grpc-core:1.69.1 + | | +--- io.grpc:grpc-api:1.69.1 + | | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | | +--- com.google.errorprone:error_prone_annotations:2.30.0 + | | | \--- com.google.guava:guava:33.3.1-android -> 33.3.1-jre (*) + | | +--- com.google.code.gson:gson:2.11.0 (*) + | | +--- com.google.android:annotations:4.1.1.4 + | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.24 + | | +--- com.google.errorprone:error_prone_annotations:2.30.0 + | | +--- com.google.guava:guava:33.3.1-android -> 33.3.1-jre (*) + | | +--- io.perfmark:perfmark-api:0.27.0 + | | \--- io.grpc:grpc-context:1.69.1 + | | \--- io.grpc:grpc-api:1.69.1 (*) + | +--- io.grpc:grpc-netty:1.69.1 + | | +--- io.grpc:grpc-api:1.69.1 (*) + | | +--- io.netty:netty-codec-http2:4.1.110.Final + | | | +--- io.netty:netty-common:4.1.110.Final + | | | +--- io.netty:netty-buffer:4.1.110.Final + | | | | \--- io.netty:netty-common:4.1.110.Final + | | | +--- io.netty:netty-transport:4.1.110.Final + | | | | +--- io.netty:netty-common:4.1.110.Final + | | | | +--- io.netty:netty-buffer:4.1.110.Final (*) + | | | | \--- io.netty:netty-resolver:4.1.110.Final + | | | | \--- io.netty:netty-common:4.1.110.Final + | | | +--- io.netty:netty-codec:4.1.110.Final + | | | | +--- io.netty:netty-common:4.1.110.Final + | | | | +--- io.netty:netty-buffer:4.1.110.Final (*) + | | | | \--- io.netty:netty-transport:4.1.110.Final (*) + | | | +--- io.netty:netty-handler:4.1.110.Final + | | | | +--- io.netty:netty-common:4.1.110.Final + | | | | +--- io.netty:netty-resolver:4.1.110.Final (*) + | | | | +--- io.netty:netty-buffer:4.1.110.Final (*) + | | | | +--- io.netty:netty-transport:4.1.110.Final (*) + | | | | +--- io.netty:netty-transport-native-unix-common:4.1.110.Final + | | | | | +--- io.netty:netty-common:4.1.110.Final + | | | | | +--- io.netty:netty-buffer:4.1.110.Final (*) + | | | | | \--- io.netty:netty-transport:4.1.110.Final (*) + | | | | \--- io.netty:netty-codec:4.1.110.Final (*) + | | | \--- io.netty:netty-codec-http:4.1.110.Final + | | | +--- io.netty:netty-common:4.1.110.Final + | | | +--- io.netty:netty-buffer:4.1.110.Final (*) + | | | +--- io.netty:netty-transport:4.1.110.Final (*) + | | | +--- io.netty:netty-codec:4.1.110.Final (*) + | | | \--- io.netty:netty-handler:4.1.110.Final (*) + | | +--- io.grpc:grpc-core:1.69.1 (*) + | | +--- io.netty:netty-handler-proxy:4.1.110.Final + | | | +--- io.netty:netty-common:4.1.110.Final + | | | +--- io.netty:netty-buffer:4.1.110.Final (*) + | | | +--- io.netty:netty-transport:4.1.110.Final (*) + | | | +--- io.netty:netty-codec:4.1.110.Final (*) + | | | +--- io.netty:netty-codec-socks:4.1.110.Final + | | | | +--- io.netty:netty-common:4.1.110.Final + | | | | +--- io.netty:netty-buffer:4.1.110.Final (*) + | | | | +--- io.netty:netty-transport:4.1.110.Final (*) + | | | | \--- io.netty:netty-codec:4.1.110.Final (*) + | | | \--- io.netty:netty-codec-http:4.1.110.Final (*) + | | +--- com.google.guava:guava:33.3.1-android -> 33.3.1-jre (*) + | | +--- com.google.errorprone:error_prone_annotations:2.30.0 + | | +--- io.perfmark:perfmark-api:0.27.0 + | | +--- io.netty:netty-transport-native-unix-common:4.1.110.Final (*) + | | \--- io.grpc:grpc-util:1.69.1 + | | +--- io.grpc:grpc-api:1.69.1 (*) + | | +--- io.grpc:grpc-core:1.69.1 (*) + | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.24 + | | \--- com.google.guava:guava:33.3.1-android -> 33.3.1-jre (*) + | +--- io.grpc:grpc-protobuf:1.69.1 + | | +--- io.grpc:grpc-api:1.69.1 (*) + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | +--- com.google.protobuf:protobuf-java:3.25.5 + | | +--- com.google.api.grpc:proto-google-common-protos:2.48.0 + | | | \--- com.google.protobuf:protobuf-java:3.25.5 + | | +--- com.google.guava:guava:33.3.1-android -> 33.3.1-jre (*) + | | \--- io.grpc:grpc-protobuf-lite:1.69.1 + | | +--- io.grpc:grpc-api:1.69.1 (*) + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | \--- com.google.guava:guava:33.3.1-android -> 33.3.1-jre (*) + | +--- io.grpc:grpc-stub:1.69.1 + | | +--- io.grpc:grpc-api:1.69.1 (*) + | | +--- com.google.guava:guava:33.3.1-android -> 33.3.1-jre (*) + | | \--- com.google.errorprone:error_prone_annotations:2.30.0 + | +--- javax.annotation:javax.annotation-api:1.3.2 + | \--- com.google.protobuf:protobuf-java:3.25.5 + +--- com.google.testing.platform:android-device-provider-local:0.0.9-alpha03 + | +--- com.google.api.grpc:proto-google-common-protos:2.17.0 -> 2.48.0 (*) + | +--- com.google.auto.service:auto-service:1.1.1 + | | +--- com.google.auto.service:auto-service-annotations:1.1.1 + | | +--- com.google.auto:auto-common:1.2.1 + | | | \--- com.google.guava:guava:31.0.1-jre -> 33.3.1-jre (*) + | | \--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + | +--- com.google.dagger:dagger:2.48 + | | \--- javax.inject:javax.inject:1 + | +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.30.0 + | +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | +--- com.google.protobuf:protobuf-kotlin:3.24.4 + | | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) + | +--- javax.inject:javax.inject:1 + | +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 + | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (*) + | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*) + +--- com.google.crypto.tink:tink:1.7.0 + | +--- com.google.protobuf:protobuf-java:3.19.3 -> 3.25.5 + | \--- com.google.code.gson:gson:2.8.9 -> 2.11.0 (*) + \--- com.google.testing.platform:android-driver-instrumentation:0.0.9-alpha03 + +--- com.google.auto.service:auto-service:1.1.1 (*) + +--- com.google.dagger:dagger:2.48 (*) + +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.30.0 + +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + +--- com.google.protobuf:protobuf-java-util:3.24.4 + | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | +--- com.google.code.findbugs:jsr305:3.0.2 + | +--- com.google.code.gson:gson:2.8.9 -> 2.11.0 (*) + | +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.30.0 + | +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + | \--- com.google.j2objc:j2objc-annotations:2.8 -> 3.0.0 + +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + +--- com.google.protobuf:protobuf-kotlin:3.24.4 (*) + +--- javax.inject:javax.inject:1 + +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + +--- org.jetbrains.kotlinx:atomicfu:0.22.0 + | \--- org.jetbrains.kotlinx:atomicfu-jvm:0.22.0 + | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.1.20 (*) + | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.0 -> 2.1.20 (*) + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (*) + +_internal-unified-test-platform-android-test-plugin-host-logcat - A configuration to resolve the Unified Test Platform dependencies. +\--- com.android.tools.utp:android-test-plugin-host-logcat:31.11.0 + +--- com.android.tools:common:31.11.0 + | +--- com.android.tools:annotations:31.11.0 + | +--- com.google.guava:guava:33.3.1-jre + | | +--- com.google.guava:failureaccess:1.0.2 + | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | +--- org.checkerframework:checker-qual:3.43.0 + | | +--- com.google.errorprone:error_prone_annotations:2.28.0 + | | \--- com.google.j2objc:j2objc-annotations:3.0.0 + | +--- net.java.dev.jna:jna-platform:5.6.0 + | | \--- net.java.dev.jna:jna:5.6.0 + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20 + | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 + | | +--- org.jetbrains:annotations:13.0 -> 23.0.0 + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 2.1.20 (c) + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.1.20 (c) + | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20 (c) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 + | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- com.android.tools.utp:utp-common:31.11.0 + | +--- com.android.tools:common:31.11.0 (*) + | +--- com.google.testing.platform:launcher:0.0.9-alpha03 + | | +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.28.0 + | | +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + | | +--- com.google.protobuf:protobuf-java-util:3.24.4 + | | | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | | +--- com.google.code.gson:gson:2.8.9 + | | | +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.28.0 + | | | +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + | | | \--- com.google.j2objc:j2objc-annotations:2.8 -> 3.0.0 + | | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | | +--- com.google.protobuf:protobuf-kotlin:3.24.4 + | | | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) + | | +--- io.opencensus:opencensus-proto:0.2.0 + | | | \--- com.google.protobuf:protobuf-java:3.5.1 -> 3.25.5 + | | +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 + | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + | | +--- org.jetbrains.kotlinx:atomicfu:0.22.0 + | | | \--- org.jetbrains.kotlinx:atomicfu-jvm:0.22.0 + | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.1.20 (*) + | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.0 -> 2.1.20 + | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 + | | | +--- org.jetbrains:annotations:23.0.0 + | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 + | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (c) + | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (c) + | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 2.1.20 (*) + | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 2.1.20 (*) + | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 + | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (*) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20 (*) + +--- com.android.tools.utp:android-test-plugin-host-logcat-proto:31.11.0 + | \--- com.google.protobuf:protobuf-java:3.25.5 + +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- com.google.protobuf:protobuf-java:3.25.5 + \--- com.google.testing.platform:android-device-provider-local:0.0.9-alpha03 + +--- com.google.api.grpc:proto-google-common-protos:2.17.0 + | \--- com.google.protobuf:protobuf-java:3.21.12 -> 3.25.5 + +--- com.google.auto.service:auto-service:1.1.1 + | +--- com.google.auto.service:auto-service-annotations:1.1.1 + | +--- com.google.auto:auto-common:1.2.1 + | | \--- com.google.guava:guava:31.0.1-jre -> 33.3.1-jre (*) + | \--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + +--- com.google.dagger:dagger:2.48 + | \--- javax.inject:javax.inject:1 + +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.28.0 + +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + +--- com.google.protobuf:protobuf-kotlin:3.24.4 (*) + +--- javax.inject:javax.inject:1 + +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (*) + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*) + +_internal-unified-test-platform-android-test-plugin-result-listener-gradle - A configuration to resolve the Unified Test Platform dependencies. +\--- com.android.tools.utp:android-test-plugin-result-listener-gradle:31.11.0 + +--- com.android.tools:common:31.11.0 + | +--- com.android.tools:annotations:31.11.0 + | +--- com.google.guava:guava:33.3.1-jre + | | +--- com.google.guava:failureaccess:1.0.2 + | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | +--- org.checkerframework:checker-qual:3.43.0 + | | +--- com.google.errorprone:error_prone_annotations:2.28.0 -> 2.30.0 + | | \--- com.google.j2objc:j2objc-annotations:3.0.0 + | +--- net.java.dev.jna:jna-platform:5.6.0 + | | \--- net.java.dev.jna:jna:5.6.0 + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20 + | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 + | | +--- org.jetbrains:annotations:13.0 -> 23.0.0 + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 2.1.20 (c) + | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.1.20 (c) + | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20 (c) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 + | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:31.11.0 + | +--- com.google.code.gson:gson:2.11.0 + | | \--- com.google.errorprone:error_prone_annotations:2.27.0 -> 2.30.0 + | +--- com.google.guava:guava:33.3.1-jre (*) + | +--- io.grpc:grpc-core:1.69.1 + | | +--- io.grpc:grpc-api:1.69.1 + | | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | | +--- com.google.errorprone:error_prone_annotations:2.30.0 + | | | \--- com.google.guava:guava:33.3.1-android -> 33.3.1-jre (*) + | | +--- com.google.code.gson:gson:2.11.0 (*) + | | +--- com.google.android:annotations:4.1.1.4 + | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.24 + | | +--- com.google.errorprone:error_prone_annotations:2.30.0 + | | +--- com.google.guava:guava:33.3.1-android -> 33.3.1-jre (*) + | | +--- io.perfmark:perfmark-api:0.27.0 + | | \--- io.grpc:grpc-context:1.69.1 + | | \--- io.grpc:grpc-api:1.69.1 (*) + | +--- io.grpc:grpc-inprocess:1.69.1 + | | +--- io.grpc:grpc-api:1.69.1 (*) + | | +--- io.grpc:grpc-core:1.69.1 (*) + | | \--- com.google.guava:guava:33.3.1-android -> 33.3.1-jre (*) + | +--- io.grpc:grpc-netty:1.69.1 + | | +--- io.grpc:grpc-api:1.69.1 (*) + | | +--- io.netty:netty-codec-http2:4.1.110.Final + | | | +--- io.netty:netty-common:4.1.110.Final + | | | +--- io.netty:netty-buffer:4.1.110.Final + | | | | \--- io.netty:netty-common:4.1.110.Final + | | | +--- io.netty:netty-transport:4.1.110.Final + | | | | +--- io.netty:netty-common:4.1.110.Final + | | | | +--- io.netty:netty-buffer:4.1.110.Final (*) + | | | | \--- io.netty:netty-resolver:4.1.110.Final + | | | | \--- io.netty:netty-common:4.1.110.Final + | | | +--- io.netty:netty-codec:4.1.110.Final + | | | | +--- io.netty:netty-common:4.1.110.Final + | | | | +--- io.netty:netty-buffer:4.1.110.Final (*) + | | | | \--- io.netty:netty-transport:4.1.110.Final (*) + | | | +--- io.netty:netty-handler:4.1.110.Final + | | | | +--- io.netty:netty-common:4.1.110.Final + | | | | +--- io.netty:netty-resolver:4.1.110.Final (*) + | | | | +--- io.netty:netty-buffer:4.1.110.Final (*) + | | | | +--- io.netty:netty-transport:4.1.110.Final (*) + | | | | +--- io.netty:netty-transport-native-unix-common:4.1.110.Final + | | | | | +--- io.netty:netty-common:4.1.110.Final + | | | | | +--- io.netty:netty-buffer:4.1.110.Final (*) + | | | | | \--- io.netty:netty-transport:4.1.110.Final (*) + | | | | \--- io.netty:netty-codec:4.1.110.Final (*) + | | | \--- io.netty:netty-codec-http:4.1.110.Final + | | | +--- io.netty:netty-common:4.1.110.Final + | | | +--- io.netty:netty-buffer:4.1.110.Final (*) + | | | +--- io.netty:netty-transport:4.1.110.Final (*) + | | | +--- io.netty:netty-codec:4.1.110.Final (*) + | | | \--- io.netty:netty-handler:4.1.110.Final (*) + | | +--- io.grpc:grpc-core:1.69.1 (*) + | | +--- io.netty:netty-handler-proxy:4.1.110.Final + | | | +--- io.netty:netty-common:4.1.110.Final + | | | +--- io.netty:netty-buffer:4.1.110.Final (*) + | | | +--- io.netty:netty-transport:4.1.110.Final (*) + | | | +--- io.netty:netty-codec:4.1.110.Final (*) + | | | +--- io.netty:netty-codec-socks:4.1.110.Final + | | | | +--- io.netty:netty-common:4.1.110.Final + | | | | +--- io.netty:netty-buffer:4.1.110.Final (*) + | | | | +--- io.netty:netty-transport:4.1.110.Final (*) + | | | | \--- io.netty:netty-codec:4.1.110.Final (*) + | | | \--- io.netty:netty-codec-http:4.1.110.Final (*) + | | +--- com.google.guava:guava:33.3.1-android -> 33.3.1-jre (*) + | | +--- com.google.errorprone:error_prone_annotations:2.30.0 + | | +--- io.perfmark:perfmark-api:0.27.0 + | | +--- io.netty:netty-transport-native-unix-common:4.1.110.Final (*) + | | \--- io.grpc:grpc-util:1.69.1 + | | +--- io.grpc:grpc-api:1.69.1 (*) + | | +--- io.grpc:grpc-core:1.69.1 (*) + | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.24 + | | \--- com.google.guava:guava:33.3.1-android -> 33.3.1-jre (*) + | +--- io.grpc:grpc-protobuf:1.69.1 + | | +--- io.grpc:grpc-api:1.69.1 (*) + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | +--- com.google.protobuf:protobuf-java:3.25.5 + | | +--- com.google.api.grpc:proto-google-common-protos:2.48.0 + | | | \--- com.google.protobuf:protobuf-java:3.25.5 + | | +--- com.google.guava:guava:33.3.1-android -> 33.3.1-jre (*) + | | \--- io.grpc:grpc-protobuf-lite:1.69.1 + | | +--- io.grpc:grpc-api:1.69.1 (*) + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | \--- com.google.guava:guava:33.3.1-android -> 33.3.1-jre (*) + | +--- io.grpc:grpc-stub:1.69.1 + | | +--- io.grpc:grpc-api:1.69.1 (*) + | | +--- com.google.guava:guava:33.3.1-android -> 33.3.1-jre (*) + | | \--- com.google.errorprone:error_prone_annotations:2.30.0 + | +--- javax.annotation:javax.annotation-api:1.3.2 + | \--- com.google.protobuf:protobuf-java:3.25.5 + +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 -> 1.7.3 + | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 + | +--- org.jetbrains:annotations:23.0.0 + | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 + | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (c) + | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (c) + | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 2.1.20 + | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 2.1.20 (*) + +--- com.google.code.gson:gson:2.11.0 (*) + +--- io.grpc:grpc-core:1.69.1 (*) + +--- io.grpc:grpc-protobuf:1.69.1 (*) + +--- io.grpc:grpc-stub:1.69.1 (*) + +--- io.grpc:grpc-netty:1.69.1 (*) + +--- io.grpc:grpc-inprocess:1.69.1 (*) + +--- com.google.protobuf:protobuf-java:3.25.5 + +--- com.google.guava:guava:33.3.1-jre (*) + +--- com.google.testing.platform:core-proto:0.0.9-alpha03 + | \--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + \--- com.google.testing.platform:android-device-provider-local:0.0.9-alpha03 + +--- com.google.api.grpc:proto-google-common-protos:2.17.0 -> 2.48.0 (*) + +--- com.google.auto.service:auto-service:1.1.1 + | +--- com.google.auto.service:auto-service-annotations:1.1.1 + | +--- com.google.auto:auto-common:1.2.1 + | | \--- com.google.guava:guava:31.0.1-jre -> 33.3.1-jre (*) + | \--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + +--- com.google.dagger:dagger:2.48 + | \--- javax.inject:javax.inject:1 + +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.30.0 + +--- com.google.guava:guava:32.0.1-jre -> 33.3.1-jre (*) + +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + +--- com.google.protobuf:protobuf-kotlin:3.24.4 + | +--- com.google.protobuf:protobuf-java:3.24.4 -> 3.25.5 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) + +--- javax.inject:javax.inject:1 + +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) + +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (*) + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*) + +_internal-unified-test-platform-core - A configuration to resolve the Unified Test Platform dependencies. +\--- com.google.testing.platform:core:0.0.9-alpha03 + +--- com.google.api.grpc:proto-google-common-protos:2.17.0 + | \--- com.google.protobuf:protobuf-java:3.21.12 -> 3.24.4 + +--- com.google.dagger:dagger:2.48 + | \--- javax.inject:javax.inject:1 + +--- com.google.errorprone:error_prone_annotations:2.23.0 + +--- com.google.guava:guava:32.0.1-jre + | +--- com.google.guava:failureaccess:1.0.1 + | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava + | +--- com.google.code.findbugs:jsr305:3.0.2 + | +--- org.checkerframework:checker-qual:3.33.0 + | +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.23.0 + | \--- com.google.j2objc:j2objc-annotations:2.8 + +--- com.google.protobuf:protobuf-java:3.24.4 + +--- com.google.protobuf:protobuf-kotlin:3.24.4 + | +--- com.google.protobuf:protobuf-java:3.24.4 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 1.8.21 + | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 + | \--- org.jetbrains:annotations:13.0 -> 23.0.0 + +--- io.grpc:grpc-api:1.57.2 + | +--- com.google.code.findbugs:jsr305:3.0.2 + | +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.23.0 + | \--- com.google.guava:guava:32.0.1-android -> 32.0.1-jre (*) + +--- io.grpc:grpc-netty:1.57.2 + | +--- io.grpc:grpc-core:1.57.2 + | | +--- io.grpc:grpc-api:1.57.2 (*) + | | +--- com.google.code.gson:gson:2.10.1 + | | +--- com.google.android:annotations:4.1.1.4 + | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.23 + | | +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.23.0 + | | +--- com.google.guava:guava:32.0.1-android -> 32.0.1-jre (*) + | | +--- io.perfmark:perfmark-api:0.26.0 + | | \--- io.grpc:grpc-context:1.57.2 + | | \--- io.grpc:grpc-api:1.57.2 (*) + | +--- io.netty:netty-codec-http2:4.1.93.Final + | | +--- io.netty:netty-common:4.1.93.Final + | | +--- io.netty:netty-buffer:4.1.93.Final + | | | \--- io.netty:netty-common:4.1.93.Final + | | +--- io.netty:netty-transport:4.1.93.Final + | | | +--- io.netty:netty-common:4.1.93.Final + | | | +--- io.netty:netty-buffer:4.1.93.Final (*) + | | | \--- io.netty:netty-resolver:4.1.93.Final + | | | \--- io.netty:netty-common:4.1.93.Final + | | +--- io.netty:netty-codec:4.1.93.Final + | | | +--- io.netty:netty-common:4.1.93.Final + | | | +--- io.netty:netty-buffer:4.1.93.Final (*) + | | | \--- io.netty:netty-transport:4.1.93.Final (*) + | | +--- io.netty:netty-handler:4.1.93.Final + | | | +--- io.netty:netty-common:4.1.93.Final + | | | +--- io.netty:netty-resolver:4.1.93.Final (*) + | | | +--- io.netty:netty-buffer:4.1.93.Final (*) + | | | +--- io.netty:netty-transport:4.1.93.Final (*) + | | | +--- io.netty:netty-transport-native-unix-common:4.1.93.Final + | | | | +--- io.netty:netty-common:4.1.93.Final + | | | | +--- io.netty:netty-buffer:4.1.93.Final (*) + | | | | \--- io.netty:netty-transport:4.1.93.Final (*) + | | | \--- io.netty:netty-codec:4.1.93.Final (*) + | | \--- io.netty:netty-codec-http:4.1.93.Final + | | +--- io.netty:netty-common:4.1.93.Final + | | +--- io.netty:netty-buffer:4.1.93.Final (*) + | | +--- io.netty:netty-transport:4.1.93.Final (*) + | | +--- io.netty:netty-codec:4.1.93.Final (*) + | | \--- io.netty:netty-handler:4.1.93.Final (*) + | +--- io.netty:netty-handler-proxy:4.1.93.Final + | | +--- io.netty:netty-common:4.1.93.Final + | | +--- io.netty:netty-buffer:4.1.93.Final (*) + | | +--- io.netty:netty-transport:4.1.93.Final (*) + | | +--- io.netty:netty-codec:4.1.93.Final (*) + | | +--- io.netty:netty-codec-socks:4.1.93.Final + | | | +--- io.netty:netty-common:4.1.93.Final + | | | +--- io.netty:netty-buffer:4.1.93.Final (*) + | | | +--- io.netty:netty-transport:4.1.93.Final (*) + | | | \--- io.netty:netty-codec:4.1.93.Final (*) + | | \--- io.netty:netty-codec-http:4.1.93.Final (*) + | +--- com.google.guava:guava:32.0.1-android -> 32.0.1-jre (*) + | +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.23.0 + | +--- io.perfmark:perfmark-api:0.26.0 + | \--- io.netty:netty-transport-native-unix-common:4.1.93.Final (*) + +--- io.grpc:grpc-services:1.57.2 + | +--- io.grpc:grpc-protobuf:1.57.2 + | | +--- io.grpc:grpc-api:1.57.2 (*) + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | +--- com.google.protobuf:protobuf-java:3.22.3 -> 3.24.4 + | | +--- com.google.api.grpc:proto-google-common-protos:2.17.0 (*) + | | +--- io.grpc:grpc-protobuf-lite:1.57.2 + | | | +--- io.grpc:grpc-api:1.57.2 (*) + | | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | | \--- com.google.guava:guava:32.0.1-android -> 32.0.1-jre (*) + | | \--- com.google.guava:guava:32.0.1-android -> 32.0.1-jre (*) + | +--- io.grpc:grpc-stub:1.57.2 + | | +--- io.grpc:grpc-api:1.57.2 (*) + | | +--- com.google.guava:guava:32.0.1-android -> 32.0.1-jre (*) + | | \--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.23.0 + | +--- io.grpc:grpc-core:1.57.2 (*) + | +--- com.google.protobuf:protobuf-java-util:3.22.3 + | | +--- com.google.protobuf:protobuf-java:3.22.3 -> 3.24.4 + | | +--- com.google.code.findbugs:jsr305:3.0.2 + | | +--- com.google.code.gson:gson:2.8.9 -> 2.10.1 + | | +--- com.google.errorprone:error_prone_annotations:2.11.0 -> 2.23.0 + | | +--- com.google.guava:guava:31.1-jre -> 32.0.1-jre (*) + | | \--- com.google.j2objc:j2objc-annotations:1.3 -> 2.8 + | +--- com.google.guava:guava:32.0.1-jre (*) + | +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.23.0 + | \--- com.google.j2objc:j2objc-annotations:2.8 + +--- io.grpc:grpc-stub:1.57.2 (*) + +--- io.opencensus:opencensus-api:0.31.0 + | \--- io.grpc:grpc-context:1.27.2 -> 1.57.2 (*) + +--- io.opencensus:opencensus-proto:0.2.0 + | +--- com.google.protobuf:protobuf-java:3.5.1 -> 3.24.4 + | +--- io.grpc:grpc-protobuf:1.14.0 -> 1.57.2 (*) + | \--- io.grpc:grpc-stub:1.14.0 -> 1.57.2 (*) + +--- javax.inject:javax.inject:1 + +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 (*) + +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 + | +--- org.jetbrains:annotations:23.0.0 + | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 + | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (c) + | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (c) + | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 1.8.21 + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 + | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.8.21 (*) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.20 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.8.21 (*) + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (*) + +_internal-unified-test-platform-launcher - A configuration to resolve the Unified Test Platform dependencies. +\--- com.google.testing.platform:launcher:0.0.9-alpha03 + +--- com.google.errorprone:error_prone_annotations:2.23.0 + +--- com.google.guava:guava:32.0.1-jre + | +--- com.google.guava:failureaccess:1.0.1 + | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava + | +--- com.google.code.findbugs:jsr305:3.0.2 + | +--- org.checkerframework:checker-qual:3.33.0 + | +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.23.0 + | \--- com.google.j2objc:j2objc-annotations:2.8 + +--- com.google.protobuf:protobuf-java-util:3.24.4 + | +--- com.google.protobuf:protobuf-java:3.24.4 + | +--- com.google.code.findbugs:jsr305:3.0.2 + | +--- com.google.code.gson:gson:2.8.9 + | +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.23.0 + | +--- com.google.guava:guava:32.0.1-jre (*) + | \--- com.google.j2objc:j2objc-annotations:2.8 + +--- com.google.protobuf:protobuf-java:3.24.4 + +--- com.google.protobuf:protobuf-kotlin:3.24.4 + | +--- com.google.protobuf:protobuf-java:3.24.4 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 1.9.0 + | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.0 + | \--- org.jetbrains:annotations:13.0 -> 23.0.0 + +--- io.opencensus:opencensus-proto:0.2.0 + | \--- com.google.protobuf:protobuf-java:3.5.1 -> 3.24.4 + +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.0 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.0 (*) + +--- org.jetbrains.kotlinx:atomicfu:0.22.0 + | \--- org.jetbrains.kotlinx:atomicfu-jvm:0.22.0 + | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 (*) + | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.0 + +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 + | +--- org.jetbrains:annotations:23.0.0 + | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 + | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (c) + | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (c) + | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 1.9.0 + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 + | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.9.0 (*) + | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.20 + | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.9.0 (*) + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (*) + +_internal_prefab_binary - The Prefab tool to use for generating native build system bindings. +\--- com.google.prefab:cli:2.1.0 + +androidApis - Configuration providing various types of Android JAR file +No dependencies + +androidJdkImage - Configuration providing JDK image for compiling Java 9+ sources +No dependencies + +androidTestAnnotationProcessor - Classpath for the annotation processor for 'androidTest'. (n) +No dependencies + +androidTestApi (n) +No dependencies + +androidTestApiDependenciesMetadata +No dependencies + +androidTestCompileOnly - Compile only dependencies for 'androidTest' sources. (n) +No dependencies + +androidTestCompileOnlyDependenciesMetadata +No dependencies + +androidTestDebugAnnotationProcessor - Classpath for the annotation processor for 'androidTestDebug'. (n) +No dependencies + +androidTestDebugApi (n) +No dependencies + +androidTestDebugApiDependenciesMetadata +No dependencies + +androidTestDebugCompileOnly - Compile only dependencies for 'androidTestDebug' sources. (n) +No dependencies + +androidTestDebugCompileOnlyDependenciesMetadata +No dependencies + +androidTestDebugImplementation - Implementation only dependencies for 'androidTestDebug' sources. (n) +No dependencies + +androidTestDebugImplementationDependenciesMetadata +No dependencies + +androidTestDebugIntransitiveDependenciesMetadata +No dependencies + +androidTestDebugOptimizedAnnotationProcessor - Classpath for the annotation processor for 'androidTestDebugOptimized'. (n) +No dependencies + +androidTestDebugOptimizedApi (n) +No dependencies + +androidTestDebugOptimizedApiDependenciesMetadata +No dependencies + +androidTestDebugOptimizedCompileOnly - Compile only dependencies for 'androidTestDebugOptimized' sources. (n) +No dependencies + +androidTestDebugOptimizedCompileOnlyDependenciesMetadata +No dependencies + +androidTestDebugOptimizedImplementation - Implementation only dependencies for 'androidTestDebugOptimized' sources. (n) +No dependencies + +androidTestDebugOptimizedImplementationDependenciesMetadata +No dependencies + +androidTestDebugOptimizedIntransitiveDependenciesMetadata +No dependencies + +androidTestDebugOptimizedRuntimeOnly - Runtime only dependencies for 'androidTestDebugOptimized' sources. (n) +No dependencies + +androidTestDebugOptimizedWearApp - Link to a wear app to embed for object 'androidTestDebugOptimized'. (n) +No dependencies + +androidTestDebugRuntimeOnly - Runtime only dependencies for 'androidTestDebug' sources. (n) +No dependencies + +androidTestDebugWearApp - Link to a wear app to embed for object 'androidTestDebug'. (n) +No dependencies + +androidTestImplementation - Implementation only dependencies for 'androidTest' sources. (n) +No dependencies + +androidTestImplementationDependenciesMetadata +No dependencies + +androidTestIntransitiveDependenciesMetadata +No dependencies + +androidTestReleaseAnnotationProcessor - Classpath for the annotation processor for 'androidTestRelease'. (n) +No dependencies + +androidTestReleaseApi (n) +No dependencies + +androidTestReleaseApiDependenciesMetadata +No dependencies + +androidTestReleaseCompileOnly - Compile only dependencies for 'androidTestRelease' sources. (n) +No dependencies + +androidTestReleaseCompileOnlyDependenciesMetadata +No dependencies + +androidTestReleaseImplementation - Implementation only dependencies for 'androidTestRelease' sources. (n) +No dependencies + +androidTestReleaseImplementationDependenciesMetadata +No dependencies + +androidTestReleaseIntransitiveDependenciesMetadata +No dependencies + +androidTestReleaseRuntimeOnly - Runtime only dependencies for 'androidTestRelease' sources. (n) +No dependencies + +androidTestReleaseWearApp - Link to a wear app to embed for object 'androidTestRelease'. (n) +No dependencies + +androidTestRuntimeOnly - Runtime only dependencies for 'androidTest' sources. (n) +No dependencies + +androidTestUtil - Additional APKs used during instrumentation testing. +No dependencies + +androidTestWearApp - Link to a wear app to embed for object 'androidTest'. (n) +No dependencies + +annotationProcessor - Classpath for the annotation processor for 'main'. (n) +No dependencies + +api - API dependencies for 'main' sources. (n) +No dependencies + +apiDependenciesMetadata +\--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 + +compileOnly - Compile only dependencies for 'main' sources. (n) +No dependencies + +compileOnlyApi - Compile only API dependencies for 'main' sources. (n) +No dependencies + +compileOnlyDependenciesMetadata +No dependencies + +coreLibraryDesugaring - Configuration to desugar libraries +No dependencies + +debugAndroidTestAnnotationProcessorClasspath - Resolved configuration for annotation-processor for variant: debugAndroidTest +No dependencies + +debugAndroidTestApi (n) +No dependencies + +debugAndroidTestApiDependenciesMetadata +No dependencies + +debugAndroidTestCompilationApi - API dependencies for '/debugAndroidTest'. (n) +No dependencies + +debugAndroidTestCompilationCompileOnly - Compile only dependencies for '/debugAndroidTest'. (n) +No dependencies + +debugAndroidTestCompilationImplementation - Implementation only dependencies for '/debugAndroidTest'. (n) +No dependencies + +debugAndroidTestCompilationRuntimeOnly - Runtime only dependencies for '/debugAndroidTest'. (n) +No dependencies + +debugAndroidTestCompileClasspath - Compile classpath for '/debugAndroidTest'. ++--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 +| +--- org.jetbrains:annotations:13.0 -> 23.0.0 +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.8.20 (c) +| +--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20 (c) +| \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 1.8.20 (c) ++--- project :app (*) ++--- project :adobe_react-native-aepassurance +| \--- com.adobe.marketing.mobile:assurance FAILED ++--- project :adobe_react-native-aepcampaignclassic +| \--- com.adobe.marketing.mobile:campaignclassic FAILED ++--- project :adobe_react-native-aepcore ++--- project :adobe_react-native-aepedge +| \--- com.adobe.marketing.mobile:edge FAILED ++--- project :adobe_react-native-aepedgebridge +| \--- com.adobe.marketing.mobile:edgebridge FAILED ++--- project :adobe_react-native-aepedgeconsent +| \--- com.adobe.marketing.mobile:edgeconsent FAILED ++--- project :adobe_react-native-aepedgeidentity +| \--- com.adobe.marketing.mobile:edgeidentity FAILED ++--- project :adobe_react-native-aepmessaging ++--- project :adobe_react-native-aepoptimize +| \--- com.adobe.marketing.mobile:optimize FAILED ++--- project :adobe_react-native-aepplaces +| \--- com.adobe.marketing.mobile:places FAILED ++--- project :adobe_react-native-aeptarget +| \--- com.adobe.marketing.mobile:target FAILED ++--- project :adobe_react-native-aepuserprofile +| \--- com.adobe.marketing.mobile:userprofile FAILED ++--- project :expo +| +--- project :expo-constants +| | \--- androidx.annotation:annotation:1.0.0 -> 1.6.0 +| | \--- androidx.annotation:annotation-jvm:1.6.0 +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 2.1.20 (*) +| +--- project :expo-modules-core +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 +| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 +| | | +--- org.jetbrains:annotations:23.0.0 +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 +| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 (c) +| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (c) +| | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (c) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 2.1.20 +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.20 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 (*) +| | \--- androidx.core:core-ktx:1.13.1 +| | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) +| | +--- androidx.core:core:1.13.1 +| | | +--- androidx.annotation:annotation:1.6.0 (*) +| | | +--- androidx.annotation:annotation-experimental:1.4.0 +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.1.20 (*) +| | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) +| | | | +--- androidx.arch.core:core-common:2.2.0 +| | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-common:2.6.2 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.7.3 (*) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.6.2 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.2 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.2 (c) +| | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 (c) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) +| | | | +--- androidx.lifecycle:lifecycle-common:2.6.2 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata:2.6.2 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.2 (c) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.2 (c) +| | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 (c) +| | | +--- androidx.versionedparcelable:versionedparcelable:1.1.1 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) +| | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 +| | | | \--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| +--- expo.modules.asset:expo.modules.asset:12.0.12 +| +--- host.exp.exponent:expo.modules.filesystem:19.0.21 +| | +--- commons-codec:commons-codec:1.10 +| | +--- commons-io:commons-io:1.4 +| | +--- com.squareup.okhttp3:okhttp:4.9.2 +| | | +--- com.squareup.okio:okio:2.8.0 -> 2.9.0 +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.4.10 -> 2.1.20 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.10 -> 2.1.20 (*) +| | +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 +| | | +--- com.squareup.okhttp3:okhttp:4.9.2 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 -> 1.8.20 (*) +| | +--- com.squareup.okio:okio:2.9.0 (*) +| | +--- androidx.legacy:legacy-support-v4:1.0.0 +| | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) +| | | +--- androidx.media:media:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) +| | | | \--- androidx.versionedparcelable:versionedparcelable:1.0.0 -> 1.1.1 (*) +| | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) +| | | | +--- androidx.documentfile:documentfile:1.0.0 -> 1.1.0 +| | | | | \--- org.jspecify:jspecify:1.0.0 +| | | | +--- androidx.loader:loader:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.6.2 +| | | | | | +--- androidx.arch.core:core-runtime:2.1.0 +| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) +| | | | | | | \--- androidx.arch.core:core-common:2.1.0 -> 2.2.0 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.2 +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.6.2 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.6.2 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.6.2 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.2 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 (c) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.6.2 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.2 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.2 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 (c) +| | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.6.2 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) +| | | | | +--- androidx.lifecycle:lifecycle-common:2.6.2 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.6.2 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.2 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 (c) +| | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 (c) +| | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 +| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) +| | | | \--- androidx.print:print:1.0.0 +| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) +| | | +--- androidx.legacy:legacy-support-core-ui:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) +| | | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 (*) +| | | | +--- androidx.customview:customview:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) +| | | | | \--- androidx.core:core:1.0.0 -> 1.13.1 (*) +| | | | +--- androidx.viewpager:viewpager:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) +| | | | | \--- androidx.customview:customview:1.0.0 (*) +| | | | +--- androidx.coordinatorlayout:coordinatorlayout:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) +| | | | | \--- androidx.customview:customview:1.0.0 (*) +| | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) +| | | | | \--- androidx.customview:customview:1.0.0 (*) +| | | | +--- androidx.slidingpanelayout:slidingpanelayout:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) +| | | | | \--- androidx.customview:customview:1.0.0 (*) +| | | | +--- androidx.interpolator:interpolator:1.0.0 +| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) +| | | | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 -> 1.1.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) +| | | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) +| | | | | \--- androidx.interpolator:interpolator:1.0.0 (*) +| | | | +--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) +| | | | | \--- androidx.core:core:1.0.0 -> 1.13.1 (*) +| | | | \--- androidx.cursoradapter:cursoradapter:1.0.0 +| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) +| | | \--- androidx.fragment:fragment:1.0.0 -> 1.5.4 +| | | +--- androidx.activity:activity:1.5.1 -> 1.7.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) +| | | | +--- androidx.core:core:1.8.0 -> 1.13.1 (*) +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.6.2 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.6.2 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.6.2 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) +| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.2 (*) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.2 (*) +| | | | | +--- androidx.savedstate:savedstate:1.2.1 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.7.3 (*) +| | | | | +--- androidx.lifecycle:lifecycle-common:2.6.2 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.6.2 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.2 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 (c) +| | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.6.2 (c) +| | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) +| | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) +| | | +--- androidx.collection:collection:1.1.0 (*) +| | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) +| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.5.1 -> 2.6.2 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 -> 2.6.2 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1 -> 2.6.2 (*) +| | | +--- androidx.loader:loader:1.0.0 (*) +| | | +--- androidx.savedstate:savedstate:1.2.0 -> 1.2.1 (*) +| | | +--- androidx.viewpager:viewpager:1.0.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.1.20 (*) +| | \--- androidx.documentfile:documentfile:1.1.0 (*) +| +--- host.exp.exponent:expo.modules.font:14.0.11 +| +--- host.exp.exponent:expo.modules.keepawake:15.0.8 +| +--- host.exp.exponent:expo.modules.linking:8.0.11 +| +--- host.exp.exponent:expo.modules.splashscreen:31.0.13 +| +--- host.exp.exponent:expo.modules.systemui:6.0.9 +| \--- host.exp.exponent:expo.modules.webbrowser:15.0.10 +| \--- androidx.browser:browser:1.6.0 +| +--- androidx.annotation:annotation:1.2.0 -> 1.6.0 (*) +| +--- androidx.core:core:1.1.0 -> 1.13.1 (*) +| \--- com.google.guava:listenablefuture:1.0 ++--- project :react-native-gesture-handler ++--- project :react-native-reanimated ++--- project :react-native-safe-area-context ++--- project :react-native-screens +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) ++--- project :react-native-webview ++--- project :react-native-worklets ++--- com.facebook.react:react-android -> 0.81.5 +| +--- androidx.appcompat:appcompat:1.7.0 +| | +--- androidx.activity:activity:1.7.0 (*) +| | +--- androidx.annotation:annotation:1.3.0 -> 1.6.0 (*) +| | +--- androidx.appcompat:appcompat-resources:1.7.0 +| | | +--- androidx.annotation:annotation:1.2.0 -> 1.6.0 (*) +| | | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) +| | | +--- androidx.vectordrawable:vectordrawable:1.1.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) +| | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) +| | | | \--- androidx.collection:collection:1.1.0 (*) +| | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 +| | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) +| | | | +--- androidx.interpolator:interpolator:1.0.0 (*) +| | | | \--- androidx.collection:collection:1.1.0 (*) +| | | \--- androidx.appcompat:appcompat:1.7.0 (c) +| | +--- androidx.core:core:1.13.0 -> 1.13.1 (*) +| | +--- androidx.cursoradapter:cursoradapter:1.0.0 (*) +| | +--- androidx.drawerlayout:drawerlayout:1.0.0 (*) +| | +--- androidx.fragment:fragment:1.5.4 (*) +| | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | \--- androidx.appcompat:appcompat-resources:1.7.0 (c) +| +--- androidx.appcompat:appcompat-resources:1.7.0 (*) +| +--- androidx.autofill:autofill:1.1.0 +| +--- androidx.swiperefreshlayout:swiperefreshlayout:1.1.0 (*) +| +--- androidx.tracing:tracing:1.1.0 +| +--- com.facebook.fbjni:fbjni:0.7.0 +| +--- com.facebook.fresco:fresco:3.6.0 +| | +--- com.facebook.fresco:fbcore:3.6.0 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:drawee:3.6.0 +| | | +--- com.facebook.fresco:ui-core:3.6.0 +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:imagepipeline:3.6.0 +| | | \--- com.facebook.fresco:imagepipeline-base:3.6.0 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:imagepipeline-native:3.6.0 +| | +--- com.facebook.fresco:memory-type-ashmem:3.6.0 +| | +--- com.facebook.fresco:memory-type-native:3.6.0 +| | +--- com.facebook.fresco:memory-type-java:3.6.0 +| | +--- com.facebook.fresco:nativeimagefilters:3.6.0 +| | +--- com.facebook.fresco:nativeimagetranscoder:3.6.0 +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.fresco:imagepipeline-okhttp3:3.6.0 +| | +--- com.squareup.okhttp3:okhttp:3.14.9 -> 4.9.2 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.fresco:middleware:3.6.0 +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.fresco:ui-common:3.6.0 +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.infer.annotation:infer-annotation:0.18.0 +| | +--- com.google.code.findbugs:jsr305:3.0.1 -> 3.0.2 +| | \--- org.jetbrains.kotlin:kotlin-annotations-jvm:1.3.72 +| +--- com.facebook.soloader:soloader:0.12.1 +| | +--- com.facebook.soloader:annotation:0.12.1 +| | \--- com.facebook.soloader:nativeloader:0.12.1 +| +--- com.facebook.yoga:proguard-annotations:1.19.0 +| +--- com.google.code.findbugs:jsr305:3.0.2 +| +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 (*) +| +--- com.squareup.okhttp3:okhttp:4.9.2 (*) +| +--- com.squareup.okio:okio:2.9.0 (*) +| +--- javax.inject:javax.inject:1 +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) ++--- com.facebook.fresco:animated-gif:3.6.0 ++--- com.facebook.fresco:webpsupport:3.6.0 +\--- com.facebook.react:hermes-android -> 0.81.5 + +debugAndroidTestCompileOnly (n) +No dependencies + +debugAndroidTestCompileOnlyDependenciesMetadata +No dependencies + +debugAndroidTestImplementation (n) +No dependencies + +debugAndroidTestImplementationDependenciesMetadata +No dependencies + +debugAndroidTestIntransitiveDependenciesMetadata +No dependencies + +debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'. +No dependencies + +debugAndroidTestRuntimeOnly (n) +No dependencies + +debugAnnotationProcessor - Classpath for the annotation processor for 'debug'. (n) +No dependencies + +debugAnnotationProcessorClasspath - Resolved configuration for annotation-processor for variant: debug +No dependencies + +debugApi - API dependencies for 'debug' sources. (n) +No dependencies + +debugApiDependenciesMetadata +No dependencies + +debugApiElements - API elements for debug (n) +No dependencies + +debugCompilationApi - API dependencies for '/debug'. (n) +No dependencies + +debugCompilationCompileOnly - Compile only dependencies for '/debug'. (n) +No dependencies + +debugCompilationImplementation - Implementation only dependencies for '/debug'. (n) +No dependencies + +debugCompilationRuntimeOnly - Runtime only dependencies for '/debug'. (n) +No dependencies + +debugCompileClasspath - Compile classpath for '/debug'. ++--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 +| +--- org.jetbrains:annotations:13.0 -> 23.0.0 +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.8.22 (c) +| \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.1.20 (c) ++--- project :adobe_react-native-aepassurance +| \--- com.adobe.marketing.mobile:assurance -> 3.0.7 +| +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.8.22 +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 2.1.20 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| | +--- androidx.appcompat:appcompat:1.0.0 -> 1.7.0 +| | | +--- androidx.activity:activity:1.7.0 -> 1.8.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 +| | | | | \--- androidx.annotation:annotation-jvm:1.9.1 +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) +| | | | +--- androidx.core:core:1.8.0 -> 1.16.0 +| | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | +--- androidx.annotation:annotation-experimental:1.4.1 +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.1.20 (*) +| | | | | +--- androidx.core:core-viewtree:1.0.0 +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.8.7 +| | | | | | \--- androidx.lifecycle:lifecycle-runtime-android:2.8.7 +| | | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | | +--- androidx.arch.core:core-common:2.2.0 +| | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 +| | | | | | | \--- androidx.lifecycle:lifecycle-common-jvm:2.8.7 +| | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 +| | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0 +| | | | | | | | +--- org.jetbrains:annotations:23.0.0 +| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0 +| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 (c) +| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0 (c) +| | | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 (c) +| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0 (*) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | +--- androidx.versionedparcelable:versionedparcelable:1.1.1 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | \--- androidx.collection:collection:1.0.0 -> 1.4.2 +| | | | | | \--- androidx.collection:collection-jvm:1.4.2 +| | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | +--- org.jspecify:jspecify:1.0.0 +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 +| | | | | \--- androidx.lifecycle:lifecycle-viewmodel-android:2.8.7 +| | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.8.7 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 +| | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | +--- androidx.core:core:1.16.0 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | | | +--- androidx.savedstate:savedstate:1.2.1 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) +| | | | | | \--- androidx.savedstate:savedstate-ktx:1.2.1 (c) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- androidx.activity:activity-compose:1.8.0 (c) +| | | | \--- androidx.activity:activity-ktx:1.8.0 (c) +| | | +--- androidx.annotation:annotation:1.3.0 -> 1.9.1 (*) +| | | +--- androidx.appcompat:appcompat-resources:1.7.0 +| | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 +| | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) +| | | | | +--- androidx.interpolator:interpolator:1.0.0 +| | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | \--- androidx.appcompat:appcompat:1.7.0 (c) +| | | +--- androidx.core:core:1.13.0 -> 1.16.0 (*) +| | | +--- androidx.cursoradapter:cursoradapter:1.0.0 +| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | | | \--- androidx.customview:customview:1.1.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | \--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | +--- androidx.fragment:fragment:1.5.4 -> 1.6.1 +| | | | +--- androidx.activity:activity:1.7.2 -> 1.8.0 (*) +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.1 (*) +| | | | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.loader:loader:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.8.7 +| | | | | | +--- androidx.arch.core:core-runtime:2.2.0 +| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | \--- androidx.arch.core:core-common:2.2.0 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.8.7 (*) +| | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | +--- androidx.viewpager:viewpager:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) +| | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | \--- androidx.appcompat:appcompat-resources:1.7.0 (c) +| | +--- androidx.compose.runtime:runtime:1.4.3 -> 1.6.0 +| | | \--- androidx.compose.runtime:runtime-android:1.6.0 +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1 -> 1.9.0 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | \--- androidx.compose.runtime:runtime-saveable:1.6.0 (c) +| | +--- androidx.compose.material:material:1.4.3 -> 1.6.0 +| | | \--- androidx.compose.material:material-android:1.6.0 +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | +--- androidx.compose.animation:animation-core:1.6.0 +| | | | \--- androidx.compose.animation:animation-core-android:1.6.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | | \--- androidx.compose.animation:animation:1.6.0 (c) +| | | +--- androidx.compose.foundation:foundation:1.6.0 +| | | | \--- androidx.compose.foundation:foundation-android:1.6.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | +--- androidx.compose.animation:animation:1.6.0 +| | | | | \--- androidx.compose.animation:animation-android:1.6.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.compose.animation:animation-core:1.6.0 (*) +| | | | | +--- androidx.compose.foundation:foundation-layout:1.6.0 +| | | | | | \--- androidx.compose.foundation:foundation-layout-android:1.6.0 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.compose.ui:ui:1.6.0 +| | | | | | | \--- androidx.compose.ui:ui-android:1.6.0 +| | | | | | | +--- androidx.annotation:annotation:1.6.0 -> 1.9.1 (*) +| | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.6.0 +| | | | | | | | \--- androidx.compose.runtime:runtime-saveable-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | | \--- androidx.compose.runtime:runtime:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-geometry-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-graphics-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 +| | | | | | | | | \--- androidx.compose.ui:ui-unit-android:1.6.0 +| | | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (*) +| | | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-text-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (*) +| | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-util-android:1.6.0 +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | \--- androidx.compose.foundation:foundation:1.6.0 (c) +| | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (*) +| | | | | \--- androidx.compose.animation:animation-core:1.6.0 (c) +| | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | \--- androidx.compose.foundation:foundation-layout:1.6.0 (c) +| | | +--- androidx.compose.material:material-icons-core:1.6.0 +| | | | \--- androidx.compose.material:material-icons-core-android:1.6.0 +| | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | +--- androidx.compose.material:material:1.6.0 (c) +| | | | \--- androidx.compose.material:material-ripple:1.6.0 (c) +| | | +--- androidx.compose.material:material-ripple:1.6.0 +| | | | \--- androidx.compose.material:material-ripple-android:1.6.0 +| | | | +--- androidx.compose.foundation:foundation:1.6.0 (*) +| | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | +--- androidx.compose.material:material:1.6.0 (c) +| | | | \--- androidx.compose.material:material-icons-core:1.6.0 (c) +| | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | +--- androidx.compose.ui:ui-text:1.6.0 (*) +| | | +--- androidx.compose.material:material-icons-core:1.6.0 (c) +| | | \--- androidx.compose.material:material-ripple:1.6.0 (c) +| | +--- androidx.compose.animation:animation:1.4.3 -> 1.6.0 (*) +| | +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 +| | | +--- androidx.activity:activity-ktx:1.8.0 +| | | | +--- androidx.activity:activity:1.8.0 (*) +| | | | +--- androidx.core:core-ktx:1.9.0 -> 1.16.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.8.7 +| | | | | \--- androidx.lifecycle:lifecycle-runtime-ktx-android:2.8.7 +| | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.8.7 +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 +| | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) +| | | | | \--- androidx.savedstate:savedstate:1.2.1 (c) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- androidx.activity:activity:1.8.0 (c) +| | | | \--- androidx.activity:activity-compose:1.8.0 (c) +| | | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.compose.runtime:runtime-saveable:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.compose.ui:ui:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | +--- androidx.activity:activity:1.8.0 (c) +| | | \--- androidx.activity:activity-ktx:1.8.0 (c) +| | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | \--- androidx.lifecycle:lifecycle-process:2.0.0 -> 2.8.7 +| | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) +| | +--- androidx.startup:startup-runtime:1.1.1 +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.8.22 (*) +| +--- androidx.appcompat:appcompat:1.0.0 -> 1.7.0 (*) +| +--- androidx.compose.runtime:runtime:1.4.3 -> 1.6.0 (*) +| +--- androidx.compose.material:material:1.4.3 -> 1.6.0 (*) +| +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 (*) +| +--- androidx.navigation:navigation-compose:2.4.0 +| | +--- androidx.activity:activity-compose:1.3.1 -> 1.8.0 (*) +| | +--- androidx.compose.animation:animation:1.0.1 -> 1.6.0 (*) +| | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.6.0 (*) +| | +--- androidx.compose.runtime:runtime-saveable:1.0.1 -> 1.6.0 (*) +| | +--- androidx.compose.ui:ui:1.0.1 -> 1.6.0 (*) +| | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.4.0 -> 2.8.7 +| | | \--- androidx.lifecycle:lifecycle-viewmodel-compose-android:2.8.7 +| | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (*) +| | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | \--- androidx.navigation:navigation-runtime-ktx:2.4.0 +| | +--- androidx.navigation:navigation-runtime:2.4.0 +| | | +--- androidx.navigation:navigation-common:2.4.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1 -> 2.8.7 (*) +| | | | +--- androidx.savedstate:savedstate:1.0.0 -> 1.2.1 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 -> 2.8.7 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) +| | | +--- androidx.activity:activity-ktx:1.2.3 -> 1.8.0 (*) +| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1 -> 2.8.7 (*) +| | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.1 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) +| | \--- androidx.navigation:navigation-common-ktx:2.4.0 +| | \--- androidx.navigation:navigation-common:2.4.0 (*) +| \--- androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1 -> 2.8.7 (*) ++--- project :adobe_react-native-aepcampaignclassic +| \--- com.adobe.marketing.mobile:campaignclassic -> 3.1.4 +| +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| \--- com.adobe.marketing.mobile:notificationbuilder:3.0.3 +| \--- com.adobe.marketing.mobile:core:3.0.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aepcore ++--- project :adobe_react-native-aepedge +| \--- com.adobe.marketing.mobile:edge -> 3.0.2 +| +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| \--- com.adobe.marketing.mobile:edgeidentity:3.0.1 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aepedgebridge +| \--- com.adobe.marketing.mobile:edgebridge -> 3.0.1 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aepedgeconsent +| \--- com.adobe.marketing.mobile:edgeconsent -> 3.0.2 +| +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| \--- com.adobe.marketing.mobile:edge:3.0.1 -> 3.0.2 (*) ++--- project :adobe_react-native-aepedgeidentity +| \--- com.adobe.marketing.mobile:edgeidentity -> 3.0.1 (*) ++--- project :adobe_react-native-aepmessaging ++--- project :adobe_react-native-aepoptimize +| \--- com.adobe.marketing.mobile:optimize -> 3.6.2 +| +--- com.adobe.marketing.mobile:core:3.5.0 -> 3.5.0-SNAPSHOT (*) +| \--- com.adobe.marketing.mobile:edge:3.0.2 (*) ++--- project :adobe_react-native-aepplaces +| \--- com.adobe.marketing.mobile:places -> 3.0.2 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aeptarget +| \--- com.adobe.marketing.mobile:target -> 3.0.2 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aepuserprofile +| \--- com.adobe.marketing.mobile:userprofile -> 3.0.1 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :expo +| +--- project :expo-constants +| | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| +--- project :expo-modules-core +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | \--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| +--- expo.modules.asset:expo.modules.asset:12.0.12 +| +--- host.exp.exponent:expo.modules.filesystem:19.0.21 +| | +--- commons-codec:commons-codec:1.10 +| | +--- commons-io:commons-io:1.4 -> 2.6 +| | +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 +| | | +--- com.squareup.okio:okio:3.6.0 -> 3.9.1 +| | | | \--- com.squareup.okio:okio-jvm:3.9.1 +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.8.22 (*) +| | +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 +| | | +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 -> 1.8.22 (*) +| | +--- com.squareup.okio:okio:2.9.0 -> 3.9.1 (*) +| | +--- androidx.legacy:legacy-support-v4:1.0.0 +| | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | +--- androidx.media:media:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | \--- androidx.versionedparcelable:versionedparcelable:1.0.0 -> 1.1.1 (*) +| | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | +--- androidx.documentfile:documentfile:1.0.0 -> 1.1.0 +| | | | | \--- org.jspecify:jspecify:1.0.0 +| | | | +--- androidx.loader:loader:1.0.0 (*) +| | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 +| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | \--- androidx.print:print:1.0.0 +| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | +--- androidx.legacy:legacy-support-core-ui:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 (*) +| | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.viewpager:viewpager:1.0.0 (*) +| | | | +--- androidx.coordinatorlayout:coordinatorlayout:1.0.0 -> 1.2.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 (*) +| | | | +--- androidx.slidingpanelayout:slidingpanelayout:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.interpolator:interpolator:1.0.0 (*) +| | | | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 -> 1.1.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | | | \--- androidx.interpolator:interpolator:1.0.0 (*) +| | | | +--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | \--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | \--- androidx.cursoradapter:cursoradapter:1.0.0 (*) +| | | \--- androidx.fragment:fragment:1.0.0 -> 1.6.1 (*) +| | \--- androidx.documentfile:documentfile:1.1.0 (*) +| +--- host.exp.exponent:expo.modules.font:14.0.11 +| +--- host.exp.exponent:expo.modules.keepawake:15.0.8 +| +--- host.exp.exponent:expo.modules.linking:8.0.11 +| +--- host.exp.exponent:expo.modules.splashscreen:31.0.13 +| +--- host.exp.exponent:expo.modules.systemui:6.0.9 +| \--- host.exp.exponent:expo.modules.webbrowser:15.0.10 +| \--- androidx.browser:browser:1.6.0 +| +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| \--- com.google.guava:listenablefuture:1.0 ++--- project :react-native-gesture-handler ++--- project :react-native-reanimated ++--- project :react-native-safe-area-context ++--- project :react-native-screens +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) ++--- project :react-native-webview ++--- project :react-native-worklets ++--- com.facebook.react:react-android -> 0.81.5 +| +--- androidx.appcompat:appcompat:1.7.0 (*) +| +--- androidx.appcompat:appcompat-resources:1.7.0 (*) +| +--- androidx.autofill:autofill:1.1.0 +| +--- androidx.swiperefreshlayout:swiperefreshlayout:1.1.0 (*) +| +--- androidx.tracing:tracing:1.1.0 -> 1.2.0 +| +--- com.facebook.fbjni:fbjni:0.7.0 +| +--- com.facebook.fresco:fresco:3.6.0 +| | +--- com.facebook.fresco:fbcore:3.6.0 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:drawee:3.6.0 +| | | +--- com.facebook.fresco:ui-core:3.6.0 +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:imagepipeline:3.6.0 +| | | \--- com.facebook.fresco:imagepipeline-base:3.6.0 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:imagepipeline-native:3.6.0 +| | +--- com.facebook.fresco:memory-type-ashmem:3.6.0 +| | +--- com.facebook.fresco:memory-type-native:3.6.0 +| | +--- com.facebook.fresco:memory-type-java:3.6.0 +| | +--- com.facebook.fresco:nativeimagefilters:3.6.0 +| | +--- com.facebook.fresco:nativeimagetranscoder:3.6.0 +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.fresco:imagepipeline-okhttp3:3.6.0 +| | +--- com.squareup.okhttp3:okhttp:3.14.9 -> 4.12.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.fresco:middleware:3.6.0 +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.fresco:ui-common:3.6.0 +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.infer.annotation:infer-annotation:0.18.0 +| | +--- com.google.code.findbugs:jsr305:3.0.1 -> 3.0.2 +| | \--- org.jetbrains.kotlin:kotlin-annotations-jvm:1.3.72 +| +--- com.facebook.soloader:soloader:0.12.1 +| | +--- com.facebook.soloader:annotation:0.12.1 +| | \--- com.facebook.soloader:nativeloader:0.12.1 +| +--- com.facebook.yoga:proguard-annotations:1.19.0 +| +--- com.google.code.findbugs:jsr305:3.0.2 +| +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 (*) +| +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 (*) +| +--- com.squareup.okio:okio:2.9.0 -> 3.9.1 (*) +| +--- javax.inject:javax.inject:1 +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) ++--- com.facebook.fresco:animated-gif:3.6.0 ++--- com.facebook.fresco:webpsupport:3.6.0 ++--- com.facebook.react:hermes-android -> 0.81.5 ++--- org.jetbrains.kotlin:kotlin-stdlib:{strictly 2.1.20} -> 2.1.20 (c) ++--- com.facebook.react:react-android:{strictly 0.81.5} -> 0.81.5 (c) ++--- com.facebook.react:hermes-android:{strictly 0.81.5} -> 0.81.5 (c) ++--- com.facebook.fresco:animated-gif:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:webpsupport:{strictly 3.6.0} -> 3.6.0 (c) ++--- org.jetbrains:annotations:{strictly 23.0.0} -> 23.0.0 (c) ++--- com.adobe.marketing.mobile:assurance:{strictly 3.0.7} -> 3.0.7 (c) ++--- com.adobe.marketing.mobile:campaignclassic:{strictly 3.1.4} -> 3.1.4 (c) ++--- com.adobe.marketing.mobile:edge:{strictly 3.0.2} -> 3.0.2 (c) ++--- com.adobe.marketing.mobile:edgebridge:{strictly 3.0.1} -> 3.0.1 (c) ++--- com.adobe.marketing.mobile:edgeconsent:{strictly 3.0.2} -> 3.0.2 (c) ++--- com.adobe.marketing.mobile:edgeidentity:{strictly 3.0.1} -> 3.0.1 (c) ++--- com.adobe.marketing.mobile:optimize:{strictly 3.6.2} -> 3.6.2 (c) ++--- com.adobe.marketing.mobile:places:{strictly 3.0.2} -> 3.0.2 (c) ++--- com.adobe.marketing.mobile:target:{strictly 3.0.2} -> 3.0.2 (c) ++--- com.adobe.marketing.mobile:userprofile:{strictly 3.0.1} -> 3.0.1 (c) ++--- expo.modules.asset:expo.modules.asset:{strictly 12.0.12} -> 12.0.12 (c) ++--- host.exp.exponent:expo.modules.filesystem:{strictly 19.0.21} -> 19.0.21 (c) ++--- host.exp.exponent:expo.modules.font:{strictly 14.0.11} -> 14.0.11 (c) ++--- host.exp.exponent:expo.modules.keepawake:{strictly 15.0.8} -> 15.0.8 (c) ++--- host.exp.exponent:expo.modules.linking:{strictly 8.0.11} -> 8.0.11 (c) ++--- host.exp.exponent:expo.modules.splashscreen:{strictly 31.0.13} -> 31.0.13 (c) ++--- host.exp.exponent:expo.modules.systemui:{strictly 6.0.9} -> 6.0.9 (c) ++--- host.exp.exponent:expo.modules.webbrowser:{strictly 15.0.10} -> 15.0.10 (c) ++--- androidx.appcompat:appcompat:{strictly 1.7.0} -> 1.7.0 (c) ++--- androidx.appcompat:appcompat-resources:{strictly 1.7.0} -> 1.7.0 (c) ++--- androidx.autofill:autofill:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.swiperefreshlayout:swiperefreshlayout:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.tracing:tracing:{strictly 1.2.0} -> 1.2.0 (c) ++--- com.facebook.fbjni:fbjni:{strictly 0.7.0} -> 0.7.0 (c) ++--- com.facebook.fresco:fresco:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:imagepipeline-okhttp3:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:middleware:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:ui-common:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.infer.annotation:infer-annotation:{strictly 0.18.0} -> 0.18.0 (c) ++--- com.facebook.soloader:soloader:{strictly 0.12.1} -> 0.12.1 (c) ++--- com.facebook.yoga:proguard-annotations:{strictly 1.19.0} -> 1.19.0 (c) ++--- com.google.code.findbugs:jsr305:{strictly 3.0.2} -> 3.0.2 (c) ++--- com.squareup.okhttp3:okhttp-urlconnection:{strictly 4.9.2} -> 4.9.2 (c) ++--- com.squareup.okhttp3:okhttp:{strictly 4.12.0} -> 4.12.0 (c) ++--- com.squareup.okio:okio:{strictly 3.9.1} -> 3.9.1 (c) ++--- javax.inject:javax.inject:{strictly 1} -> 1 (c) ++--- com.adobe.marketing.mobile:core:{strictly 3.5.0-SNAPSHOT} -> 3.5.0-SNAPSHOT (c) ++--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:{strictly 1.8.22} -> 1.8.22 (c) ++--- androidx.compose.runtime:runtime:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.activity:activity-compose:{strictly 1.8.0} -> 1.8.0 (c) ++--- androidx.navigation:navigation-compose:{strictly 2.4.0} -> 2.4.0 (c) ++--- androidx.lifecycle:lifecycle-viewmodel-compose:{strictly 2.8.7} -> 2.8.7 (c) ++--- com.adobe.marketing.mobile:notificationbuilder:{strictly 3.0.3} -> 3.0.3 (c) ++--- androidx.annotation:annotation:{strictly 1.9.1} -> 1.9.1 (c) ++--- org.jetbrains.kotlinx:kotlinx-coroutines-core:{strictly 1.9.0} -> 1.9.0 (c) ++--- org.jetbrains.kotlinx:kotlinx-coroutines-android:{strictly 1.9.0} -> 1.9.0 (c) ++--- androidx.core:core-ktx:{strictly 1.16.0} -> 1.16.0 (c) ++--- commons-codec:commons-codec:{strictly 1.10} -> 1.10 (c) ++--- commons-io:commons-io:{strictly 2.6} -> 2.6 (c) ++--- androidx.legacy:legacy-support-v4:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.documentfile:documentfile:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.browser:browser:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.activity:activity:{strictly 1.8.0} -> 1.8.0 (c) ++--- androidx.core:core:{strictly 1.16.0} -> 1.16.0 (c) ++--- androidx.cursoradapter:cursoradapter:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.drawerlayout:drawerlayout:{strictly 1.1.1} -> 1.1.1 (c) ++--- androidx.fragment:fragment:{strictly 1.6.1} -> 1.6.1 (c) ++--- androidx.savedstate:savedstate:{strictly 1.2.1} -> 1.2.1 (c) ++--- androidx.vectordrawable:vectordrawable:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.vectordrawable:vectordrawable-animated:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.interpolator:interpolator:{strictly 1.0.0} -> 1.0.0 (c) ++--- com.facebook.fresco:fbcore:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:drawee:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:imagepipeline:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:imagepipeline-native:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:memory-type-ashmem:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:memory-type-native:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:memory-type-java:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:nativeimagefilters:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:nativeimagetranscoder:{strictly 3.6.0} -> 3.6.0 (c) ++--- org.jetbrains.kotlin:kotlin-annotations-jvm:{strictly 1.3.72} -> 1.3.72 (c) ++--- com.facebook.soloader:annotation:{strictly 0.12.1} -> 0.12.1 (c) ++--- com.facebook.soloader:nativeloader:{strictly 0.12.1} -> 0.12.1 (c) ++--- com.squareup.okio:okio-jvm:{strictly 3.9.1} -> 3.9.1 (c) ++--- androidx.compose.animation:animation:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.lifecycle:lifecycle-runtime-ktx:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.lifecycle:lifecycle-process:{strictly 2.8.7} -> 2.8.7 (c) ++--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:{strictly 2.1.20} -> 2.1.20 (c) ++--- androidx.compose.runtime:runtime-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.activity:activity-ktx:{strictly 1.8.0} -> 1.8.0 (c) ++--- androidx.compose.runtime:runtime-saveable:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.lifecycle:lifecycle-viewmodel:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.navigation:navigation-runtime-ktx:{strictly 2.4.0} -> 2.4.0 (c) ++--- androidx.lifecycle:lifecycle-viewmodel-compose-android:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.annotation:annotation-jvm:{strictly 1.9.1} -> 1.9.1 (c) ++--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:{strictly 1.9.0} -> 1.9.0 (c) ++--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:{strictly 1.9.0} -> 1.9.0 (c) ++--- androidx.media:media:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.legacy:legacy-support-core-utils:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.legacy:legacy-support-core-ui:{strictly 1.0.0} -> 1.0.0 (c) ++--- org.jspecify:jspecify:{strictly 1.0.0} -> 1.0.0 (c) ++--- com.google.guava:listenablefuture:{strictly 1.0} -> 1.0 (c) ++--- androidx.lifecycle:lifecycle-runtime:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.lifecycle:lifecycle-viewmodel-savedstate:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.annotation:annotation-experimental:{strictly 1.4.1} -> 1.4.1 (c) ++--- androidx.core:core-viewtree:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.versionedparcelable:versionedparcelable:{strictly 1.1.1} -> 1.1.1 (c) ++--- androidx.customview:customview:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.collection:collection:{strictly 1.4.2} -> 1.4.2 (c) ++--- androidx.lifecycle:lifecycle-livedata-core:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.loader:loader:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.viewpager:viewpager:{strictly 1.0.0} -> 1.0.0 (c) ++--- com.facebook.fresco:ui-core:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:imagepipeline-base:{strictly 3.6.0} -> 3.6.0 (c) ++--- androidx.compose.animation:animation-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.lifecycle:lifecycle-runtime-ktx-android:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.startup:startup-runtime:{strictly 1.1.1} -> 1.1.1 (c) ++--- androidx.compose.animation:animation-core:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.foundation:foundation:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material-icons-core:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material-ripple:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-text:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.lifecycle:lifecycle-viewmodel-ktx:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.savedstate:savedstate-ktx:{strictly 1.2.1} -> 1.2.1 (c) ++--- androidx.compose.runtime:runtime-saveable-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.lifecycle:lifecycle-viewmodel-android:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.navigation:navigation-runtime:{strictly 2.4.0} -> 2.4.0 (c) ++--- androidx.navigation:navigation-common-ktx:{strictly 2.4.0} -> 2.4.0 (c) ++--- androidx.lifecycle:lifecycle-common:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.localbroadcastmanager:localbroadcastmanager:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.print:print:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.coordinatorlayout:coordinatorlayout:{strictly 1.2.0} -> 1.2.0 (c) ++--- androidx.slidingpanelayout:slidingpanelayout:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.asynclayoutinflater:asynclayoutinflater:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.lifecycle:lifecycle-runtime-android:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.collection:collection-jvm:{strictly 1.4.2} -> 1.4.2 (c) ++--- androidx.lifecycle:lifecycle-livedata:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.compose.foundation:foundation-layout:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-geometry:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material-icons-core-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material-ripple-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.animation:animation-core-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.foundation:foundation-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-text-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-graphics:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-unit:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-util:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.navigation:navigation-common:{strictly 2.4.0} -> 2.4.0 (c) ++--- androidx.lifecycle:lifecycle-common-jvm:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.arch.core:core-common:{strictly 2.2.0} -> 2.2.0 (c) ++--- androidx.arch.core:core-runtime:{strictly 2.2.0} -> 2.2.0 (c) ++--- androidx.lifecycle:lifecycle-livedata-core-ktx:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.compose.foundation:foundation-layout-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-geometry-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-graphics-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-unit-android:{strictly 1.6.0} -> 1.6.0 (c) +\--- androidx.compose.ui:ui-util-android:{strictly 1.6.0} -> 1.6.0 (c) + +debugCompileOnly - Compile only dependencies for 'debug' sources. (n) +No dependencies + +debugCompileOnlyApi - Compile only API dependencies for 'debug' sources. (n) +No dependencies + +debugCompileOnlyDependenciesMetadata +No dependencies + +debugImplementation - Implementation only dependencies for 'debug' sources. (n) +No dependencies + +debugImplementationDependenciesMetadata +No dependencies + +debugIntransitiveDependenciesMetadata +No dependencies + +debugOptimizedAnnotationProcessor - Classpath for the annotation processor for 'debugOptimized'. (n) +No dependencies + +debugOptimizedAnnotationProcessorClasspath - Resolved configuration for annotation-processor for variant: debugOptimized +No dependencies + +debugOptimizedApi - API dependencies for 'debugOptimized' sources. (n) +No dependencies + +debugOptimizedApiDependenciesMetadata +No dependencies + +debugOptimizedApiElements - API elements for debugOptimized (n) +No dependencies + +debugOptimizedCompilationApi - API dependencies for '/debugOptimized'. (n) +No dependencies + +debugOptimizedCompilationCompileOnly - Compile only dependencies for '/debugOptimized'. (n) +No dependencies + +debugOptimizedCompilationImplementation - Implementation only dependencies for '/debugOptimized'. (n) +No dependencies + +debugOptimizedCompilationRuntimeOnly - Runtime only dependencies for '/debugOptimized'. (n) +No dependencies + +debugOptimizedCompileClasspath - Compile classpath for '/debugOptimized'. ++--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 +| +--- org.jetbrains:annotations:13.0 -> 23.0.0 +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.8.22 (c) +| \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.1.20 (c) ++--- project :adobe_react-native-aepassurance +| \--- com.adobe.marketing.mobile:assurance -> 3.0.7 +| +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.8.22 +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 2.1.20 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| | +--- androidx.appcompat:appcompat:1.0.0 -> 1.7.0 +| | | +--- androidx.activity:activity:1.7.0 -> 1.8.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 +| | | | | \--- androidx.annotation:annotation-jvm:1.9.1 +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) +| | | | +--- androidx.core:core:1.8.0 -> 1.16.0 +| | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | +--- androidx.annotation:annotation-experimental:1.4.1 +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.1.20 (*) +| | | | | +--- androidx.core:core-viewtree:1.0.0 +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.8.7 +| | | | | | \--- androidx.lifecycle:lifecycle-runtime-android:2.8.7 +| | | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | | +--- androidx.arch.core:core-common:2.2.0 +| | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 +| | | | | | | \--- androidx.lifecycle:lifecycle-common-jvm:2.8.7 +| | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 +| | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0 +| | | | | | | | +--- org.jetbrains:annotations:23.0.0 +| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0 +| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 (c) +| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0 (c) +| | | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 (c) +| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0 (*) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | +--- androidx.versionedparcelable:versionedparcelable:1.1.1 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | \--- androidx.collection:collection:1.0.0 -> 1.4.2 +| | | | | | \--- androidx.collection:collection-jvm:1.4.2 +| | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | +--- org.jspecify:jspecify:1.0.0 +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 +| | | | | \--- androidx.lifecycle:lifecycle-viewmodel-android:2.8.7 +| | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.8.7 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 +| | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | +--- androidx.core:core:1.16.0 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | | | +--- androidx.savedstate:savedstate:1.2.1 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) +| | | | | | \--- androidx.savedstate:savedstate-ktx:1.2.1 (c) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- androidx.activity:activity-compose:1.8.0 (c) +| | | | \--- androidx.activity:activity-ktx:1.8.0 (c) +| | | +--- androidx.annotation:annotation:1.3.0 -> 1.9.1 (*) +| | | +--- androidx.appcompat:appcompat-resources:1.7.0 +| | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 +| | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) +| | | | | +--- androidx.interpolator:interpolator:1.0.0 +| | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | \--- androidx.appcompat:appcompat:1.7.0 (c) +| | | +--- androidx.core:core:1.13.0 -> 1.16.0 (*) +| | | +--- androidx.cursoradapter:cursoradapter:1.0.0 +| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | | | \--- androidx.customview:customview:1.1.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | \--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | +--- androidx.fragment:fragment:1.5.4 -> 1.6.1 +| | | | +--- androidx.activity:activity:1.7.2 -> 1.8.0 (*) +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.1 (*) +| | | | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.loader:loader:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.8.7 +| | | | | | +--- androidx.arch.core:core-runtime:2.2.0 +| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | \--- androidx.arch.core:core-common:2.2.0 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.8.7 (*) +| | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | +--- androidx.viewpager:viewpager:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) +| | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | \--- androidx.appcompat:appcompat-resources:1.7.0 (c) +| | +--- androidx.compose.runtime:runtime:1.4.3 -> 1.6.0 +| | | \--- androidx.compose.runtime:runtime-android:1.6.0 +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1 -> 1.9.0 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | \--- androidx.compose.runtime:runtime-saveable:1.6.0 (c) +| | +--- androidx.compose.material:material:1.4.3 -> 1.6.0 +| | | \--- androidx.compose.material:material-android:1.6.0 +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | +--- androidx.compose.animation:animation-core:1.6.0 +| | | | \--- androidx.compose.animation:animation-core-android:1.6.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | | \--- androidx.compose.animation:animation:1.6.0 (c) +| | | +--- androidx.compose.foundation:foundation:1.6.0 +| | | | \--- androidx.compose.foundation:foundation-android:1.6.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | +--- androidx.compose.animation:animation:1.6.0 +| | | | | \--- androidx.compose.animation:animation-android:1.6.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.compose.animation:animation-core:1.6.0 (*) +| | | | | +--- androidx.compose.foundation:foundation-layout:1.6.0 +| | | | | | \--- androidx.compose.foundation:foundation-layout-android:1.6.0 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.compose.ui:ui:1.6.0 +| | | | | | | \--- androidx.compose.ui:ui-android:1.6.0 +| | | | | | | +--- androidx.annotation:annotation:1.6.0 -> 1.9.1 (*) +| | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.6.0 +| | | | | | | | \--- androidx.compose.runtime:runtime-saveable-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | | \--- androidx.compose.runtime:runtime:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-geometry-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-graphics-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 +| | | | | | | | | \--- androidx.compose.ui:ui-unit-android:1.6.0 +| | | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (*) +| | | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-text-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (*) +| | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-util-android:1.6.0 +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | \--- androidx.compose.foundation:foundation:1.6.0 (c) +| | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (*) +| | | | | \--- androidx.compose.animation:animation-core:1.6.0 (c) +| | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | \--- androidx.compose.foundation:foundation-layout:1.6.0 (c) +| | | +--- androidx.compose.material:material-icons-core:1.6.0 +| | | | \--- androidx.compose.material:material-icons-core-android:1.6.0 +| | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | +--- androidx.compose.material:material:1.6.0 (c) +| | | | \--- androidx.compose.material:material-ripple:1.6.0 (c) +| | | +--- androidx.compose.material:material-ripple:1.6.0 +| | | | \--- androidx.compose.material:material-ripple-android:1.6.0 +| | | | +--- androidx.compose.foundation:foundation:1.6.0 (*) +| | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | +--- androidx.compose.material:material:1.6.0 (c) +| | | | \--- androidx.compose.material:material-icons-core:1.6.0 (c) +| | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | +--- androidx.compose.ui:ui-text:1.6.0 (*) +| | | +--- androidx.compose.material:material-icons-core:1.6.0 (c) +| | | \--- androidx.compose.material:material-ripple:1.6.0 (c) +| | +--- androidx.compose.animation:animation:1.4.3 -> 1.6.0 (*) +| | +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 +| | | +--- androidx.activity:activity-ktx:1.8.0 +| | | | +--- androidx.activity:activity:1.8.0 (*) +| | | | +--- androidx.core:core-ktx:1.9.0 -> 1.16.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.8.7 +| | | | | \--- androidx.lifecycle:lifecycle-runtime-ktx-android:2.8.7 +| | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.8.7 +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 +| | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) +| | | | | \--- androidx.savedstate:savedstate:1.2.1 (c) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- androidx.activity:activity:1.8.0 (c) +| | | | \--- androidx.activity:activity-compose:1.8.0 (c) +| | | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.compose.runtime:runtime-saveable:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.compose.ui:ui:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | +--- androidx.activity:activity:1.8.0 (c) +| | | \--- androidx.activity:activity-ktx:1.8.0 (c) +| | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | \--- androidx.lifecycle:lifecycle-process:2.0.0 -> 2.8.7 +| | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) +| | +--- androidx.startup:startup-runtime:1.1.1 +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.8.22 (*) +| +--- androidx.appcompat:appcompat:1.0.0 -> 1.7.0 (*) +| +--- androidx.compose.runtime:runtime:1.4.3 -> 1.6.0 (*) +| +--- androidx.compose.material:material:1.4.3 -> 1.6.0 (*) +| +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 (*) +| +--- androidx.navigation:navigation-compose:2.4.0 +| | +--- androidx.activity:activity-compose:1.3.1 -> 1.8.0 (*) +| | +--- androidx.compose.animation:animation:1.0.1 -> 1.6.0 (*) +| | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.6.0 (*) +| | +--- androidx.compose.runtime:runtime-saveable:1.0.1 -> 1.6.0 (*) +| | +--- androidx.compose.ui:ui:1.0.1 -> 1.6.0 (*) +| | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.4.0 -> 2.8.7 +| | | \--- androidx.lifecycle:lifecycle-viewmodel-compose-android:2.8.7 +| | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (*) +| | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | \--- androidx.navigation:navigation-runtime-ktx:2.4.0 +| | +--- androidx.navigation:navigation-runtime:2.4.0 +| | | +--- androidx.navigation:navigation-common:2.4.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1 -> 2.8.7 (*) +| | | | +--- androidx.savedstate:savedstate:1.0.0 -> 1.2.1 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 -> 2.8.7 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) +| | | +--- androidx.activity:activity-ktx:1.2.3 -> 1.8.0 (*) +| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1 -> 2.8.7 (*) +| | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.1 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) +| | \--- androidx.navigation:navigation-common-ktx:2.4.0 +| | \--- androidx.navigation:navigation-common:2.4.0 (*) +| \--- androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1 -> 2.8.7 (*) ++--- project :adobe_react-native-aepcampaignclassic +| \--- com.adobe.marketing.mobile:campaignclassic -> 3.1.4 +| +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| \--- com.adobe.marketing.mobile:notificationbuilder:3.0.3 +| \--- com.adobe.marketing.mobile:core:3.0.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aepcore ++--- project :adobe_react-native-aepedge +| \--- com.adobe.marketing.mobile:edge -> 3.0.2 +| +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| \--- com.adobe.marketing.mobile:edgeidentity:3.0.1 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aepedgebridge +| \--- com.adobe.marketing.mobile:edgebridge -> 3.0.1 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aepedgeconsent +| \--- com.adobe.marketing.mobile:edgeconsent -> 3.0.2 +| +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| \--- com.adobe.marketing.mobile:edge:3.0.1 -> 3.0.2 (*) ++--- project :adobe_react-native-aepedgeidentity +| \--- com.adobe.marketing.mobile:edgeidentity -> 3.0.1 (*) ++--- project :adobe_react-native-aepmessaging ++--- project :adobe_react-native-aepoptimize +| \--- com.adobe.marketing.mobile:optimize -> 3.6.2 +| +--- com.adobe.marketing.mobile:core:3.5.0 -> 3.5.0-SNAPSHOT (*) +| \--- com.adobe.marketing.mobile:edge:3.0.2 (*) ++--- project :adobe_react-native-aepplaces +| \--- com.adobe.marketing.mobile:places -> 3.0.2 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aeptarget +| \--- com.adobe.marketing.mobile:target -> 3.0.2 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aepuserprofile +| \--- com.adobe.marketing.mobile:userprofile -> 3.0.1 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :expo +| +--- project :expo-constants +| | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| +--- project :expo-modules-core +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | \--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| +--- expo.modules.asset:expo.modules.asset:12.0.12 +| +--- host.exp.exponent:expo.modules.filesystem:19.0.21 +| | +--- commons-codec:commons-codec:1.10 +| | +--- commons-io:commons-io:1.4 -> 2.6 +| | +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 +| | | +--- com.squareup.okio:okio:3.6.0 -> 3.9.1 +| | | | \--- com.squareup.okio:okio-jvm:3.9.1 +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.8.22 (*) +| | +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 +| | | +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 -> 1.8.22 (*) +| | +--- com.squareup.okio:okio:2.9.0 -> 3.9.1 (*) +| | +--- androidx.legacy:legacy-support-v4:1.0.0 +| | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | +--- androidx.media:media:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | \--- androidx.versionedparcelable:versionedparcelable:1.0.0 -> 1.1.1 (*) +| | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | +--- androidx.documentfile:documentfile:1.0.0 -> 1.1.0 +| | | | | \--- org.jspecify:jspecify:1.0.0 +| | | | +--- androidx.loader:loader:1.0.0 (*) +| | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 +| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | \--- androidx.print:print:1.0.0 +| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | +--- androidx.legacy:legacy-support-core-ui:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 (*) +| | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.viewpager:viewpager:1.0.0 (*) +| | | | +--- androidx.coordinatorlayout:coordinatorlayout:1.0.0 -> 1.2.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 (*) +| | | | +--- androidx.slidingpanelayout:slidingpanelayout:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.interpolator:interpolator:1.0.0 (*) +| | | | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 -> 1.1.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | | | \--- androidx.interpolator:interpolator:1.0.0 (*) +| | | | +--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | \--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | \--- androidx.cursoradapter:cursoradapter:1.0.0 (*) +| | | \--- androidx.fragment:fragment:1.0.0 -> 1.6.1 (*) +| | \--- androidx.documentfile:documentfile:1.1.0 (*) +| +--- host.exp.exponent:expo.modules.font:14.0.11 +| +--- host.exp.exponent:expo.modules.keepawake:15.0.8 +| +--- host.exp.exponent:expo.modules.linking:8.0.11 +| +--- host.exp.exponent:expo.modules.splashscreen:31.0.13 +| +--- host.exp.exponent:expo.modules.systemui:6.0.9 +| \--- host.exp.exponent:expo.modules.webbrowser:15.0.10 +| \--- androidx.browser:browser:1.6.0 +| +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| \--- com.google.guava:listenablefuture:1.0 ++--- project :react-native-gesture-handler ++--- project :react-native-reanimated ++--- project :react-native-safe-area-context ++--- project :react-native-screens +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) ++--- project :react-native-webview ++--- project :react-native-worklets ++--- com.facebook.react:react-android -> 0.81.5 +| +--- androidx.appcompat:appcompat:1.7.0 (*) +| +--- androidx.appcompat:appcompat-resources:1.7.0 (*) +| +--- androidx.autofill:autofill:1.1.0 +| +--- androidx.swiperefreshlayout:swiperefreshlayout:1.1.0 (*) +| +--- androidx.tracing:tracing:1.1.0 -> 1.2.0 +| +--- com.facebook.fbjni:fbjni:0.7.0 +| +--- com.facebook.fresco:fresco:3.6.0 +| | +--- com.facebook.fresco:fbcore:3.6.0 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:drawee:3.6.0 +| | | +--- com.facebook.fresco:ui-core:3.6.0 +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:imagepipeline:3.6.0 +| | | \--- com.facebook.fresco:imagepipeline-base:3.6.0 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:imagepipeline-native:3.6.0 +| | +--- com.facebook.fresco:memory-type-ashmem:3.6.0 +| | +--- com.facebook.fresco:memory-type-native:3.6.0 +| | +--- com.facebook.fresco:memory-type-java:3.6.0 +| | +--- com.facebook.fresco:nativeimagefilters:3.6.0 +| | +--- com.facebook.fresco:nativeimagetranscoder:3.6.0 +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.fresco:imagepipeline-okhttp3:3.6.0 +| | +--- com.squareup.okhttp3:okhttp:3.14.9 -> 4.12.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.fresco:middleware:3.6.0 +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.fresco:ui-common:3.6.0 +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.infer.annotation:infer-annotation:0.18.0 +| | +--- com.google.code.findbugs:jsr305:3.0.1 -> 3.0.2 +| | \--- org.jetbrains.kotlin:kotlin-annotations-jvm:1.3.72 +| +--- com.facebook.soloader:soloader:0.12.1 +| | +--- com.facebook.soloader:annotation:0.12.1 +| | \--- com.facebook.soloader:nativeloader:0.12.1 +| +--- com.facebook.yoga:proguard-annotations:1.19.0 +| +--- com.google.code.findbugs:jsr305:3.0.2 +| +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 (*) +| +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 (*) +| +--- com.squareup.okio:okio:2.9.0 -> 3.9.1 (*) +| +--- javax.inject:javax.inject:1 +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) ++--- com.facebook.fresco:animated-gif:3.6.0 ++--- com.facebook.fresco:webpsupport:3.6.0 ++--- com.facebook.react:hermes-android -> 0.81.5 ++--- org.jetbrains.kotlin:kotlin-stdlib:{strictly 2.1.20} -> 2.1.20 (c) ++--- com.facebook.react:react-android:{strictly 0.81.5} -> 0.81.5 (c) ++--- com.facebook.react:hermes-android:{strictly 0.81.5} -> 0.81.5 (c) ++--- com.facebook.fresco:animated-gif:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:webpsupport:{strictly 3.6.0} -> 3.6.0 (c) ++--- org.jetbrains:annotations:{strictly 23.0.0} -> 23.0.0 (c) ++--- com.adobe.marketing.mobile:assurance:{strictly 3.0.7} -> 3.0.7 (c) ++--- com.adobe.marketing.mobile:campaignclassic:{strictly 3.1.4} -> 3.1.4 (c) ++--- com.adobe.marketing.mobile:edge:{strictly 3.0.2} -> 3.0.2 (c) ++--- com.adobe.marketing.mobile:edgebridge:{strictly 3.0.1} -> 3.0.1 (c) ++--- com.adobe.marketing.mobile:edgeconsent:{strictly 3.0.2} -> 3.0.2 (c) ++--- com.adobe.marketing.mobile:edgeidentity:{strictly 3.0.1} -> 3.0.1 (c) ++--- com.adobe.marketing.mobile:optimize:{strictly 3.6.2} -> 3.6.2 (c) ++--- com.adobe.marketing.mobile:places:{strictly 3.0.2} -> 3.0.2 (c) ++--- com.adobe.marketing.mobile:target:{strictly 3.0.2} -> 3.0.2 (c) ++--- com.adobe.marketing.mobile:userprofile:{strictly 3.0.1} -> 3.0.1 (c) ++--- expo.modules.asset:expo.modules.asset:{strictly 12.0.12} -> 12.0.12 (c) ++--- host.exp.exponent:expo.modules.filesystem:{strictly 19.0.21} -> 19.0.21 (c) ++--- host.exp.exponent:expo.modules.font:{strictly 14.0.11} -> 14.0.11 (c) ++--- host.exp.exponent:expo.modules.keepawake:{strictly 15.0.8} -> 15.0.8 (c) ++--- host.exp.exponent:expo.modules.linking:{strictly 8.0.11} -> 8.0.11 (c) ++--- host.exp.exponent:expo.modules.splashscreen:{strictly 31.0.13} -> 31.0.13 (c) ++--- host.exp.exponent:expo.modules.systemui:{strictly 6.0.9} -> 6.0.9 (c) ++--- host.exp.exponent:expo.modules.webbrowser:{strictly 15.0.10} -> 15.0.10 (c) ++--- androidx.appcompat:appcompat:{strictly 1.7.0} -> 1.7.0 (c) ++--- androidx.appcompat:appcompat-resources:{strictly 1.7.0} -> 1.7.0 (c) ++--- androidx.autofill:autofill:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.swiperefreshlayout:swiperefreshlayout:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.tracing:tracing:{strictly 1.2.0} -> 1.2.0 (c) ++--- com.facebook.fbjni:fbjni:{strictly 0.7.0} -> 0.7.0 (c) ++--- com.facebook.fresco:fresco:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:imagepipeline-okhttp3:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:middleware:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:ui-common:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.infer.annotation:infer-annotation:{strictly 0.18.0} -> 0.18.0 (c) ++--- com.facebook.soloader:soloader:{strictly 0.12.1} -> 0.12.1 (c) ++--- com.facebook.yoga:proguard-annotations:{strictly 1.19.0} -> 1.19.0 (c) ++--- com.google.code.findbugs:jsr305:{strictly 3.0.2} -> 3.0.2 (c) ++--- com.squareup.okhttp3:okhttp-urlconnection:{strictly 4.9.2} -> 4.9.2 (c) ++--- com.squareup.okhttp3:okhttp:{strictly 4.12.0} -> 4.12.0 (c) ++--- com.squareup.okio:okio:{strictly 3.9.1} -> 3.9.1 (c) ++--- javax.inject:javax.inject:{strictly 1} -> 1 (c) ++--- com.adobe.marketing.mobile:core:{strictly 3.5.0-SNAPSHOT} -> 3.5.0-SNAPSHOT (c) ++--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:{strictly 1.8.22} -> 1.8.22 (c) ++--- androidx.compose.runtime:runtime:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.activity:activity-compose:{strictly 1.8.0} -> 1.8.0 (c) ++--- androidx.navigation:navigation-compose:{strictly 2.4.0} -> 2.4.0 (c) ++--- androidx.lifecycle:lifecycle-viewmodel-compose:{strictly 2.8.7} -> 2.8.7 (c) ++--- com.adobe.marketing.mobile:notificationbuilder:{strictly 3.0.3} -> 3.0.3 (c) ++--- androidx.annotation:annotation:{strictly 1.9.1} -> 1.9.1 (c) ++--- org.jetbrains.kotlinx:kotlinx-coroutines-core:{strictly 1.9.0} -> 1.9.0 (c) ++--- org.jetbrains.kotlinx:kotlinx-coroutines-android:{strictly 1.9.0} -> 1.9.0 (c) ++--- androidx.core:core-ktx:{strictly 1.16.0} -> 1.16.0 (c) ++--- commons-codec:commons-codec:{strictly 1.10} -> 1.10 (c) ++--- commons-io:commons-io:{strictly 2.6} -> 2.6 (c) ++--- androidx.legacy:legacy-support-v4:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.documentfile:documentfile:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.browser:browser:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.activity:activity:{strictly 1.8.0} -> 1.8.0 (c) ++--- androidx.core:core:{strictly 1.16.0} -> 1.16.0 (c) ++--- androidx.cursoradapter:cursoradapter:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.drawerlayout:drawerlayout:{strictly 1.1.1} -> 1.1.1 (c) ++--- androidx.fragment:fragment:{strictly 1.6.1} -> 1.6.1 (c) ++--- androidx.savedstate:savedstate:{strictly 1.2.1} -> 1.2.1 (c) ++--- androidx.vectordrawable:vectordrawable:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.vectordrawable:vectordrawable-animated:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.interpolator:interpolator:{strictly 1.0.0} -> 1.0.0 (c) ++--- com.facebook.fresco:fbcore:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:drawee:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:imagepipeline:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:imagepipeline-native:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:memory-type-ashmem:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:memory-type-native:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:memory-type-java:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:nativeimagefilters:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:nativeimagetranscoder:{strictly 3.6.0} -> 3.6.0 (c) ++--- org.jetbrains.kotlin:kotlin-annotations-jvm:{strictly 1.3.72} -> 1.3.72 (c) ++--- com.facebook.soloader:annotation:{strictly 0.12.1} -> 0.12.1 (c) ++--- com.facebook.soloader:nativeloader:{strictly 0.12.1} -> 0.12.1 (c) ++--- com.squareup.okio:okio-jvm:{strictly 3.9.1} -> 3.9.1 (c) ++--- androidx.compose.animation:animation:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.lifecycle:lifecycle-runtime-ktx:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.lifecycle:lifecycle-process:{strictly 2.8.7} -> 2.8.7 (c) ++--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:{strictly 2.1.20} -> 2.1.20 (c) ++--- androidx.compose.runtime:runtime-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.activity:activity-ktx:{strictly 1.8.0} -> 1.8.0 (c) ++--- androidx.compose.runtime:runtime-saveable:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.lifecycle:lifecycle-viewmodel:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.navigation:navigation-runtime-ktx:{strictly 2.4.0} -> 2.4.0 (c) ++--- androidx.lifecycle:lifecycle-viewmodel-compose-android:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.annotation:annotation-jvm:{strictly 1.9.1} -> 1.9.1 (c) ++--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:{strictly 1.9.0} -> 1.9.0 (c) ++--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:{strictly 1.9.0} -> 1.9.0 (c) ++--- androidx.media:media:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.legacy:legacy-support-core-utils:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.legacy:legacy-support-core-ui:{strictly 1.0.0} -> 1.0.0 (c) ++--- org.jspecify:jspecify:{strictly 1.0.0} -> 1.0.0 (c) ++--- com.google.guava:listenablefuture:{strictly 1.0} -> 1.0 (c) ++--- androidx.lifecycle:lifecycle-runtime:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.lifecycle:lifecycle-viewmodel-savedstate:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.annotation:annotation-experimental:{strictly 1.4.1} -> 1.4.1 (c) ++--- androidx.core:core-viewtree:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.versionedparcelable:versionedparcelable:{strictly 1.1.1} -> 1.1.1 (c) ++--- androidx.customview:customview:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.collection:collection:{strictly 1.4.2} -> 1.4.2 (c) ++--- androidx.lifecycle:lifecycle-livedata-core:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.loader:loader:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.viewpager:viewpager:{strictly 1.0.0} -> 1.0.0 (c) ++--- com.facebook.fresco:ui-core:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:imagepipeline-base:{strictly 3.6.0} -> 3.6.0 (c) ++--- androidx.compose.animation:animation-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.lifecycle:lifecycle-runtime-ktx-android:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.startup:startup-runtime:{strictly 1.1.1} -> 1.1.1 (c) ++--- androidx.compose.animation:animation-core:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.foundation:foundation:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material-icons-core:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material-ripple:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-text:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.lifecycle:lifecycle-viewmodel-ktx:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.savedstate:savedstate-ktx:{strictly 1.2.1} -> 1.2.1 (c) ++--- androidx.compose.runtime:runtime-saveable-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.lifecycle:lifecycle-viewmodel-android:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.navigation:navigation-runtime:{strictly 2.4.0} -> 2.4.0 (c) ++--- androidx.navigation:navigation-common-ktx:{strictly 2.4.0} -> 2.4.0 (c) ++--- androidx.lifecycle:lifecycle-common:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.localbroadcastmanager:localbroadcastmanager:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.print:print:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.coordinatorlayout:coordinatorlayout:{strictly 1.2.0} -> 1.2.0 (c) ++--- androidx.slidingpanelayout:slidingpanelayout:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.asynclayoutinflater:asynclayoutinflater:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.lifecycle:lifecycle-runtime-android:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.collection:collection-jvm:{strictly 1.4.2} -> 1.4.2 (c) ++--- androidx.lifecycle:lifecycle-livedata:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.compose.foundation:foundation-layout:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-geometry:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material-icons-core-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material-ripple-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.animation:animation-core-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.foundation:foundation-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-text-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-graphics:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-unit:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-util:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.navigation:navigation-common:{strictly 2.4.0} -> 2.4.0 (c) ++--- androidx.lifecycle:lifecycle-common-jvm:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.arch.core:core-common:{strictly 2.2.0} -> 2.2.0 (c) ++--- androidx.arch.core:core-runtime:{strictly 2.2.0} -> 2.2.0 (c) ++--- androidx.lifecycle:lifecycle-livedata-core-ktx:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.compose.foundation:foundation-layout-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-geometry-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-graphics-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-unit-android:{strictly 1.6.0} -> 1.6.0 (c) +\--- androidx.compose.ui:ui-util-android:{strictly 1.6.0} -> 1.6.0 (c) + +debugOptimizedCompileOnly - Compile only dependencies for 'debugOptimized' sources. (n) +No dependencies + +debugOptimizedCompileOnlyApi - Compile only API dependencies for 'debugOptimized' sources. (n) +No dependencies + +debugOptimizedCompileOnlyDependenciesMetadata +No dependencies + +debugOptimizedImplementation - Implementation only dependencies for 'debugOptimized' sources. (n) +No dependencies + +debugOptimizedImplementationDependenciesMetadata +No dependencies + +debugOptimizedIntransitiveDependenciesMetadata +No dependencies + +debugOptimizedReverseMetadataValues - Metadata Values dependencies for the base Split +No dependencies + +debugOptimizedRuntimeClasspath - Runtime classpath of '/debugOptimized'. ++--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 +| +--- org.jetbrains:annotations:13.0 -> 23.0.0 +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.1.20 (c) +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.8.22 (c) +| \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20 (c) ++--- project :adobe_react-native-aepassurance +| +--- com.adobe.marketing.mobile:assurance -> 3.0.7 +| | +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.8.22 +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 2.1.20 +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| | | +--- androidx.appcompat:appcompat:1.0.0 -> 1.7.0 +| | | | +--- androidx.activity:activity:1.7.0 -> 1.8.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 +| | | | | | \--- androidx.annotation:annotation-jvm:1.9.1 +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) +| | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 +| | | | | | \--- androidx.collection:collection-jvm:1.4.2 +| | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- androidx.collection:collection-ktx:1.4.2 (c) +| | | | | | \--- androidx.collection:collection-ktx:1.3.0 -> 1.4.2 (c) +| | | | | +--- androidx.core:core:1.8.0 -> 1.16.0 +| | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.1.20 (*) +| | | | | | +--- androidx.collection:collection:1.4.2 (*) +| | | | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 +| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | \--- com.google.guava:listenablefuture:1.0 +| | | | | | +--- androidx.core:core-viewtree:1.0.0 +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | | | +--- androidx.interpolator:interpolator:1.0.0 +| | | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.8.7 +| | | | | | | \--- androidx.lifecycle:lifecycle-runtime-android:2.8.7 +| | | | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | | | +--- androidx.arch.core:core-common:2.2.0 +| | | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | \--- androidx.arch.core:core-common:2.2.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 +| | | | | | | | \--- androidx.lifecycle:lifecycle-common-jvm:2.8.7 +| | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 +| | | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0 +| | | | | | | | | +--- org.jetbrains:annotations:23.0.0 +| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0 +| | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 (c) +| | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0 (c) +| | | | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 (c) +| | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 +| | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | | | +--- androidx.concurrent:concurrent-futures:1.1.0 (*) +| | | | | | | | +--- androidx.startup:startup-runtime:1.1.1 +| | | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | | \--- androidx.tracing:tracing:1.0.0 -> 1.2.0 +| | | | | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | | | | | | | \--- androidx.tracing:tracing-ktx:1.2.0 (c) +| | | | | | | | \--- com.google.guava:listenablefuture:1.0 +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 +| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 (*) +| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0 (*) +| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- androidx.tracing:tracing:1.2.0 (*) +| | | | | | +--- androidx.versionedparcelable:versionedparcelable:1.1.1 +| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | \--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | +--- org.jspecify:jspecify:1.0.0 +| | | | | | +--- androidx.core:core-ktx:1.16.0 (c) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-android:2.8.7 +| | | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.8.7 +| | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 +| | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | | +--- androidx.core:core:1.16.0 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | | +--- androidx.core:core:1.16.0 (c) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 +| | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) +| | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | | | | +--- androidx.savedstate:savedstate:1.2.1 +| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | +--- androidx.arch.core:core-common:2.1.0 -> 2.2.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.8.7 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) +| | | | | | | \--- androidx.savedstate:savedstate-ktx:1.2.1 (c) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | +--- androidx.profileinstaller:profileinstaller:1.3.0 -> 1.4.1 (*) +| | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | | +--- androidx.tracing:tracing:1.0.0 -> 1.2.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- androidx.activity:activity-compose:1.8.0 (c) +| | | | | \--- androidx.activity:activity-ktx:1.8.0 (c) +| | | | +--- androidx.annotation:annotation:1.3.0 -> 1.9.1 (*) +| | | | +--- androidx.appcompat:appcompat-resources:1.7.0 +| | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 +| | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) +| | | | | | +--- androidx.interpolator:interpolator:1.0.0 (*) +| | | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | | \--- androidx.appcompat:appcompat:1.7.0 (c) +| | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | +--- androidx.core:core:1.13.0 -> 1.16.0 (*) +| | | | +--- androidx.core:core-ktx:1.13.0 -> 1.16.0 (*) +| | | | +--- androidx.cursoradapter:cursoradapter:1.0.0 +| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.1.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | +--- androidx.emoji2:emoji2:1.3.0 +| | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | | | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.8.7 +| | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) +| | | | | | +--- androidx.startup:startup-runtime:1.1.1 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | +--- androidx.startup:startup-runtime:1.0.0 -> 1.1.1 (*) +| | | | | \--- androidx.emoji2:emoji2-views-helper:1.3.0 (c) +| | | | +--- androidx.emoji2:emoji2-views-helper:1.2.0 -> 1.3.0 +| | | | | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | | | +--- androidx.emoji2:emoji2:1.3.0 (*) +| | | | | \--- androidx.emoji2:emoji2:1.3.0 (c) +| | | | +--- androidx.fragment:fragment:1.5.4 -> 1.6.1 +| | | | | +--- androidx.activity:activity:1.7.2 -> 1.8.0 (*) +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.1 (*) +| | | | | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.8.7 (*) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.8.7 (*) +| | | | | +--- androidx.loader:loader:1.0.0 +| | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.8.7 +| | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) +| | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.8.7 (*) +| | | | | +--- androidx.profileinstaller:profileinstaller:1.3.0 -> 1.4.1 (*) +| | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | | +--- androidx.viewpager:viewpager:1.0.0 +| | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) +| | | | | \--- androidx.fragment:fragment-ktx:1.6.1 (c) +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 (*) +| | | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 +| | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | \--- androidx.appcompat:appcompat-resources:1.7.0 (c) +| | | +--- androidx.compose.runtime:runtime:1.4.3 -> 1.6.0 +| | | | \--- androidx.compose.runtime:runtime-android:1.6.0 +| | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1 -> 1.9.0 (*) +| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | | \--- androidx.compose.runtime:runtime-saveable:1.6.0 (c) +| | | +--- androidx.compose.material:material:1.4.3 -> 1.6.0 +| | | | \--- androidx.compose.material:material-android:1.6.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.compose.animation:animation:1.6.0 +| | | | | \--- androidx.compose.animation:animation-android:1.6.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.compose.animation:animation-core:1.6.0 +| | | | | | \--- androidx.compose.animation:animation-core-android:1.6.0 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | +--- androidx.compose.ui:ui:1.6.0 +| | | | | | | \--- androidx.compose.ui:ui-android:1.6.0 +| | | | | | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.8.0 +| | | | | | | | +--- androidx.activity:activity:1.8.0 (*) +| | | | | | | | +--- androidx.core:core-ktx:1.9.0 -> 1.16.0 (*) +| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.8.7 +| | | | | | | | | \--- androidx.lifecycle:lifecycle-runtime-ktx-android:2.8.7 +| | | | | | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) +| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.8.7 +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 +| | | | | | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) +| | | | | | | | | \--- androidx.savedstate:savedstate:1.2.1 (c) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- androidx.activity:activity:1.8.0 (c) +| | | | | | | | \--- androidx.activity:activity-compose:1.8.0 (c) +| | | | | | | +--- androidx.annotation:annotation:1.6.0 -> 1.9.1 (*) +| | | | | | | +--- androidx.autofill:autofill:1.0.0 -> 1.1.0 +| | | | | | | | \--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.6.0 +| | | | | | | | \--- androidx.compose.runtime:runtime-saveable-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | | | | \--- androidx.compose.runtime:runtime:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-geometry-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime:1.2.1 -> 1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 +| | | | | | | | | \--- androidx.compose.ui:ui-util-android:1.6.0 +| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | | \--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-graphics-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 +| | | | | | | | | \--- androidx.compose.ui:ui-unit-android:1.6.0 +| | | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | | +--- androidx.collection:collection-ktx:1.2.0 -> 1.4.2 +| | | | | | | | | | +--- androidx.collection:collection:1.4.2 (*) +| | | | | | | | | | \--- androidx.collection:collection:1.4.2 (c) +| | | | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (*) +| | | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-text-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | | | +--- androidx.core:core:1.7.0 -> 1.16.0 (*) +| | | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.3.0 (*) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (*) +| | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | | +--- androidx.core:core:1.12.0 -> 1.16.0 (*) +| | | | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 +| | | | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.16.0 (*) +| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.1.20 (*) +| | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.3.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | | | | +--- androidx.profileinstaller:profileinstaller:1.3.0 -> 1.4.1 (*) +| | | | | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1 -> 1.9.0 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | \--- androidx.compose.foundation:foundation:1.4.0 -> 1.6.0 (c) +| | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (*) +| | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | | | | \--- androidx.compose.animation:animation:1.6.0 (c) +| | | | | +--- androidx.compose.foundation:foundation-layout:1.6.0 +| | | | | | \--- androidx.compose.foundation:foundation-layout-android:1.6.0 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.compose.animation:animation-core:1.2.1 -> 1.6.0 (*) +| | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | +--- androidx.core:core:1.7.0 -> 1.16.0 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | | \--- androidx.compose.foundation:foundation:1.6.0 (c) +| | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | \--- androidx.compose.animation:animation-core:1.6.0 (c) +| | | | +--- androidx.compose.animation:animation-core:1.6.0 (*) +| | | | +--- androidx.compose.foundation:foundation:1.6.0 +| | | | | \--- androidx.compose.foundation:foundation-android:1.6.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | | +--- androidx.compose.animation:animation:1.6.0 (*) +| | | | | +--- androidx.compose.foundation:foundation-layout:1.6.0 (*) +| | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-text:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | +--- androidx.core:core:1.12.0 -> 1.16.0 (*) +| | | | | +--- androidx.emoji2:emoji2:1.3.0 (*) +| | | | | \--- androidx.compose.foundation:foundation-layout:1.6.0 (c) +| | | | +--- androidx.compose.foundation:foundation-layout:1.6.0 (*) +| | | | +--- androidx.compose.material:material-icons-core:1.6.0 +| | | | | \--- androidx.compose.material:material-icons-core-android:1.6.0 +| | | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | +--- androidx.compose.material:material:1.6.0 (c) +| | | | | \--- androidx.compose.material:material-ripple:1.6.0 (c) +| | | | +--- androidx.compose.material:material-ripple:1.6.0 +| | | | | \--- androidx.compose.material:material-ripple-android:1.6.0 +| | | | | +--- androidx.compose.animation:animation:1.6.0 (*) +| | | | | +--- androidx.compose.foundation:foundation:1.6.0 (*) +| | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | +--- androidx.compose.material:material:1.6.0 (c) +| | | | | \--- androidx.compose.material:material-icons-core:1.6.0 (c) +| | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | +--- androidx.compose.ui:ui-text:1.6.0 (*) +| | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | +--- androidx.compose.material:material-icons-core:1.6.0 (c) +| | | | \--- androidx.compose.material:material-ripple:1.6.0 (c) +| | | +--- androidx.compose.animation:animation:1.4.3 -> 1.6.0 (*) +| | | +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 +| | | | +--- androidx.activity:activity-ktx:1.8.0 (*) +| | | | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.6.0 (*) +| | | | +--- androidx.compose.runtime:runtime-saveable:1.0.1 -> 1.6.0 (*) +| | | | +--- androidx.compose.ui:ui:1.0.1 -> 1.6.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- androidx.activity:activity:1.8.0 (c) +| | | | \--- androidx.activity:activity-ktx:1.8.0 (c) +| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | | \--- androidx.lifecycle:lifecycle-process:2.0.0 -> 2.8.7 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.8.22 (*) +| | +--- androidx.appcompat:appcompat:1.0.0 -> 1.7.0 (*) +| | +--- androidx.compose.runtime:runtime:1.4.3 -> 1.6.0 (*) +| | +--- androidx.compose.material:material:1.4.3 -> 1.6.0 (*) +| | +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 (*) +| | +--- androidx.navigation:navigation-compose:2.4.0 +| | | +--- androidx.activity:activity-compose:1.3.1 -> 1.8.0 (*) +| | | +--- androidx.compose.animation:animation:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.compose.runtime:runtime-saveable:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.compose.ui:ui:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.4.0 -> 2.8.7 +| | | | \--- androidx.lifecycle:lifecycle-viewmodel-compose-android:2.8.7 +| | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | +--- androidx.navigation:navigation-runtime-ktx:2.4.0 +| | | | +--- androidx.navigation:navigation-runtime:2.4.0 +| | | | | +--- androidx.navigation:navigation-common:2.4.0 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1 -> 2.8.7 (*) +| | | | | | +--- androidx.savedstate:savedstate:1.0.0 -> 1.2.1 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 -> 2.8.7 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) +| | | | | | +--- androidx.core:core-ktx:1.1.0 -> 1.16.0 (*) +| | | | | | \--- androidx.collection:collection-ktx:1.1.0 -> 1.4.2 (*) +| | | | | +--- androidx.activity:activity-ktx:1.2.3 -> 1.8.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1 -> 2.8.7 (*) +| | | | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.1 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) +| | | | \--- androidx.navigation:navigation-common-ktx:2.4.0 +| | | | \--- androidx.navigation:navigation-common:2.4.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) +| | | \--- androidx.compose.foundation:foundation-layout:1.0.1 -> 1.6.0 (*) +| | \--- androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1 -> 2.8.7 (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 +| | +--- androidx.appcompat:appcompat:1.7.0 (*) +| | +--- androidx.appcompat:appcompat-resources:1.7.0 (*) +| | +--- androidx.autofill:autofill:1.1.0 (*) +| | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.1.0 +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | \--- androidx.interpolator:interpolator:1.0.0 (*) +| | +--- androidx.tracing:tracing:1.1.0 -> 1.2.0 (*) +| | +--- com.facebook.fbjni:fbjni:0.7.0 +| | | \--- com.facebook.soloader:nativeloader:0.10.5 -> 0.12.1 +| | +--- com.facebook.fresco:fresco:3.6.0 +| | | +--- com.facebook.fresco:soloader:3.6.0 +| | | | +--- com.facebook.fresco:fbcore:3.6.0 +| | | | | +--- androidx.core:core:1.13.1 -> 1.16.0 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | \--- com.facebook.soloader:soloader:0.11.0 -> 0.12.1 +| | | | +--- com.facebook.soloader:annotation:0.12.1 +| | | | \--- com.facebook.soloader:nativeloader:0.12.1 +| | | +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| | | +--- com.facebook.fresco:ui-common:3.6.0 +| | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | +--- com.facebook.fresco:ui-core:3.6.0 +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | +--- com.facebook.fresco:middleware:3.6.0 +| | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | +--- com.facebook.fresco:ui-common:3.6.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | +--- com.facebook.fresco:drawee:3.6.0 +| | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | +--- com.facebook.fresco:imagepipeline:3.6.0 +| | | | | +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| | | | | +--- com.facebook.soloader:annotation:0.11.0 -> 0.12.1 +| | | | | +--- com.parse.bolts:bolts-tasks:1.4.0 +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | | | | +--- com.facebook.fresco:urimod:3.6.0 +| | | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | | +--- com.facebook.fresco:ui-core:3.6.0 (*) +| | | | | | +--- com.facebook.fresco:vito-source:3.6.0 +| | | | | | | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | \--- com.facebook.fresco:imagepipeline-base:3.6.0 +| | | | | +--- com.facebook.infer.annotation:infer-annotation:0.18.0 +| | | | | | +--- com.google.code.findbugs:jsr305:3.0.1 -> 3.0.2 +| | | | | | \--- org.jetbrains.kotlin:kotlin-annotations-jvm:1.3.72 +| | | | | +--- com.facebook.soloader:annotation:0.11.0 -> 0.12.1 +| | | | | +--- com.parse.bolts:bolts-tasks:1.4.0 +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | +--- com.facebook.fresco:imagepipeline-native:3.6.0 +| | | | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | \--- com.facebook.soloader:soloader:0.11.0 -> 0.12.1 (*) +| | | | +--- com.facebook.fresco:memory-type-ashmem:3.6.0 +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | \--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | | +--- com.facebook.fresco:memory-type-native:3.6.0 +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | | | +--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| | | | | \--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| | | | +--- com.facebook.fresco:memory-type-java:3.6.0 +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | | | \--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| | | | +--- com.facebook.fresco:ui-common:3.6.0 (*) +| | | | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | | | +--- com.facebook.fresco:ui-core:3.6.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | +--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-ashmem:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-native:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-java:3.6.0 (*) +| | | +--- com.facebook.fresco:nativeimagefilters:3.6.0 +| | | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | | +--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| | | | +--- com.facebook.fresco:memory-type-ashmem:3.6.0 (*) +| | | | +--- com.facebook.fresco:memory-type-native:3.6.0 (*) +| | | | +--- com.facebook.fresco:memory-type-java:3.6.0 (*) +| | | | +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| | | | +--- com.parse.bolts:bolts-tasks:1.4.0 +| | | | \--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | +--- com.facebook.fresco:nativeimagetranscoder:3.6.0 +| | | | +--- com.facebook.fresco:imagepipeline-base:3.6.0 (*) +| | | | +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| | | | +--- com.parse.bolts:bolts-tasks:1.4.0 +| | | | \--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:imagepipeline-okhttp3:3.6.0 +| | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | +--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-ashmem:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-native:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-java:3.6.0 (*) +| | | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | | +--- com.squareup.okhttp3:okhttp:3.14.9 -> 4.12.0 +| | | | +--- com.squareup.okio:okio:3.6.0 -> 3.9.1 +| | | | | \--- com.squareup.okio:okio-jvm:3.9.1 +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.1.20 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.8.22 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | +--- com.facebook.fresco:ui-common:3.6.0 (*) +| | +--- com.facebook.infer.annotation:infer-annotation:0.18.0 (*) +| | +--- com.facebook.soloader:soloader:0.12.1 (*) +| | +--- com.facebook.yoga:proguard-annotations:1.19.0 +| | +--- com.google.code.findbugs:jsr305:3.0.2 +| | +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 +| | | +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 -> 1.8.22 (*) +| | +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 (*) +| | +--- com.squareup.okio:okio:2.9.0 -> 3.9.1 (*) +| | +--- javax.inject:javax.inject:1 +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 +| +--- com.adobe.marketing.mobile:core:3.5.0 -> 3.5.0-SNAPSHOT (c) +| +--- com.adobe.marketing.mobile:edge:3.0.2 (c) +| +--- com.adobe.marketing.mobile:signal:3.0.1 (c) +| +--- com.adobe.marketing.mobile:userprofile:3.0.1 (c) +| +--- com.adobe.marketing.mobile:campaignclassic:3.1.4 (c) +| +--- com.adobe.marketing.mobile:edgebridge:3.0.1 (c) +| +--- com.adobe.marketing.mobile:assurance:3.0.7 (c) +| +--- com.adobe.marketing.mobile:lifecycle:3.0.2 (c) +| +--- com.adobe.marketing.mobile:target:3.0.2 (c) +| +--- com.adobe.marketing.mobile:edgeidentity:3.0.1 (c) +| +--- com.adobe.marketing.mobile:edgeconsent:3.0.2 (c) +| +--- com.adobe.marketing.mobile:places:3.0.2 (c) +| +--- com.adobe.marketing.mobile:identity:3.0.2 (c) +| +--- com.adobe.marketing.mobile:optimize:3.6.2 (c) +| +--- com.adobe.marketing.mobile:messaging:3.6.0 -> 3.5.1-SNAPSHOT (c) +| \--- com.adobe.marketing.mobile:notificationbuilder:3.0.3 (c) ++--- project :adobe_react-native-aepcampaignclassic +| +--- com.adobe.marketing.mobile:campaignclassic -> 3.1.4 +| | +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| | \--- com.adobe.marketing.mobile:notificationbuilder:3.0.3 +| | \--- com.adobe.marketing.mobile:core:3.0.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepcore +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- com.adobe.marketing.mobile:core:3.5.0-SNAPSHOT (*) +| +--- com.adobe.marketing.mobile:signal:3.0.1 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.adobe.marketing.mobile:identity:3.0.2 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| \--- com.adobe.marketing.mobile:lifecycle:3.0.2 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aepedge +| +--- com.adobe.marketing.mobile:edge -> 3.0.2 +| | +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| | \--- com.adobe.marketing.mobile:edgeidentity:3.0.1 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepedgebridge +| +--- com.adobe.marketing.mobile:edgebridge -> 3.0.1 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepedgeconsent +| +--- com.adobe.marketing.mobile:edgeconsent -> 3.0.2 +| | +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| | \--- com.adobe.marketing.mobile:edge:3.0.1 -> 3.0.2 (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepedgeidentity +| +--- com.adobe.marketing.mobile:edgeidentity -> 3.0.1 (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepmessaging +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| \--- com.adobe.marketing.mobile:messaging:3.5.1-SNAPSHOT +| +--- com.adobe.marketing.mobile:core:3.5.0-SNAPSHOT (*) +| +--- com.adobe.marketing.mobile:edge:3.0.1 -> 3.0.2 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.8.22 (*) +| +--- androidx.appcompat:appcompat:1.0.0 -> 1.7.0 (*) +| +--- androidx.compose.runtime:runtime:1.4.3 -> 1.6.0 (*) +| +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 (*) +| \--- androidx.compose.material3:material3:1.2.0 +| \--- androidx.compose.material3:material3-android:1.2.0 +| +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 (*) +| +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*) +| +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| +--- androidx.compose.animation:animation-core:1.6.0 (*) +| +--- androidx.compose.foundation:foundation:1.6.0 (*) +| +--- androidx.compose.foundation:foundation-layout:1.6.0 (*) +| +--- androidx.compose.material:material-icons-core:1.6.0 (*) +| +--- androidx.compose.material:material-ripple:1.6.0 (*) +| +--- androidx.compose.runtime:runtime:1.6.0 (*) +| +--- androidx.compose.ui:ui-graphics:1.6.0 (*) +| +--- androidx.compose.ui:ui-text:1.6.0 (*) +| +--- androidx.compose.ui:ui-util:1.6.0 (*) +| +--- androidx.lifecycle:lifecycle-common-java8:2.6.1 -> 2.8.7 +| | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) ++--- project :adobe_react-native-aepoptimize +| +--- com.adobe.marketing.mobile:optimize -> 3.6.2 +| | +--- com.adobe.marketing.mobile:core:3.5.0 -> 3.5.0-SNAPSHOT (*) +| | \--- com.adobe.marketing.mobile:edge:3.0.2 (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepplaces +| +--- com.adobe.marketing.mobile:places -> 3.0.2 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) +| \--- com.google.android.gms:play-services-location:21.2.0 +| +--- com.google.android.gms:play-services-base:18.3.0 +| | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | +--- androidx.fragment:fragment:1.0.0 -> 1.6.1 (*) +| | +--- com.google.android.gms:play-services-basement:18.3.0 +| | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | | \--- androidx.fragment:fragment:1.1.0 -> 1.6.1 (*) +| | \--- com.google.android.gms:play-services-tasks:18.1.0 +| | \--- com.google.android.gms:play-services-basement:18.3.0 (*) +| +--- com.google.android.gms:play-services-basement:18.3.0 (*) +| +--- com.google.android.gms:play-services-tasks:18.1.0 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.1.20 (*) +| +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) ++--- project :adobe_react-native-aeptarget +| +--- com.adobe.marketing.mobile:target -> 3.0.2 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepuserprofile +| +--- com.adobe.marketing.mobile:userprofile -> 3.0.1 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :expo +| +--- project :expo-constants +| | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | \--- commons-io:commons-io:2.6 +| +--- project :expo-modules-core +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | +--- org.jetbrains.kotlin:kotlin-reflect:2.1.20 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| | +--- androidx.annotation:annotation:1.7.1 -> 1.9.1 (*) +| | +--- androidx.tracing:tracing-ktx:1.2.0 +| | | +--- androidx.tracing:tracing:1.2.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) +| | | \--- androidx.tracing:tracing:1.2.0 (c) +| | \--- com.facebook.react:react-android -> 0.81.5 (*) +| +--- expo.modules.asset:expo.modules.asset:12.0.12 +| | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| +--- host.exp.exponent:expo.modules.filesystem:19.0.21 +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | +--- commons-codec:commons-codec:1.10 +| | +--- commons-io:commons-io:1.4 -> 2.6 +| | +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 (*) +| | +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 (*) +| | +--- com.squareup.okio:okio:2.9.0 -> 3.9.1 (*) +| | +--- androidx.legacy:legacy-support-v4:1.0.0 +| | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | +--- androidx.media:media:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | \--- androidx.versionedparcelable:versionedparcelable:1.0.0 -> 1.1.1 (*) +| | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | +--- androidx.documentfile:documentfile:1.0.0 -> 1.1.0 +| | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.7.0 -> 1.16.0 (*) +| | | | | \--- org.jspecify:jspecify:1.0.0 +| | | | +--- androidx.loader:loader:1.0.0 (*) +| | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 +| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | \--- androidx.print:print:1.0.0 +| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | +--- androidx.legacy:legacy-support-core-ui:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 (*) +| | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.viewpager:viewpager:1.0.0 (*) +| | | | +--- androidx.coordinatorlayout:coordinatorlayout:1.0.0 -> 1.2.0 +| | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 (*) +| | | | +--- androidx.slidingpanelayout:slidingpanelayout:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.interpolator:interpolator:1.0.0 (*) +| | | | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | \--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | \--- androidx.cursoradapter:cursoradapter:1.0.0 (*) +| | | \--- androidx.fragment:fragment:1.0.0 -> 1.6.1 (*) +| | \--- androidx.documentfile:documentfile:1.1.0 (*) +| +--- host.exp.exponent:expo.modules.font:14.0.11 +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | \--- com.facebook.react:react-android -> 0.81.5 (*) +| +--- host.exp.exponent:expo.modules.keepawake:15.0.8 +| | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| +--- host.exp.exponent:expo.modules.linking:8.0.11 +| | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| +--- host.exp.exponent:expo.modules.splashscreen:31.0.13 +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | +--- androidx.appcompat:appcompat:1.7.0 (*) +| | +--- androidx.core:core-splashscreen:1.2.0-alpha02 +| | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | +--- androidx.appcompat:appcompat-resources:1.7.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | \--- com.facebook.react:react-android -> 0.81.5 (*) +| +--- host.exp.exponent:expo.modules.systemui:6.0.9 +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | +--- com.facebook.react:react-android -> 0.81.5 (*) +| | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | \--- androidx.appcompat:appcompat:1.2.0 -> 1.7.0 (*) +| +--- host.exp.exponent:expo.modules.webbrowser:15.0.10 +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| | \--- androidx.browser:browser:1.6.0 +| | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) +| | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | +--- androidx.interpolator:interpolator:1.0.0 (*) +| | \--- com.google.guava:listenablefuture:1.0 +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| \--- com.facebook.react:react-android -> 0.81.5 (*) ++--- project :react-native-gesture-handler +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- project :react-native-reanimated +| | +--- com.facebook.yoga:proguard-annotations:1.19.0 +| | +--- androidx.transition:transition:1.1.0 -> 1.5.0 +| | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | +--- androidx.core:core:1.13.0 -> 1.16.0 (*) +| | | \--- androidx.dynamicanimation:dynamicanimation:1.0.0 +| | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | \--- androidx.legacy:legacy-support-core-utils:1.0.0 (*) +| | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | +--- com.facebook.react:react-android -> 0.81.5 (*) +| | \--- project :react-native-worklets +| | +--- com.facebook.yoga:proguard-annotations:1.19.0 +| | +--- androidx.transition:transition:1.1.0 -> 1.5.0 (*) +| | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | +--- com.facebook.react:react-android -> 0.81.5 (*) +| | \--- com.facebook.react:hermes-android -> 0.81.5 +| | +--- com.facebook.fbjni:fbjni:0.7.0 (*) +| | +--- com.facebook.yoga:proguard-annotations:1.19.0 +| | \--- androidx.annotation:annotation:1.6.0 -> 1.9.1 (*) +| +--- androidx.appcompat:appcompat:1.7.0 (*) +| +--- androidx.core:core-ktx:1.16.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) ++--- project :react-native-reanimated (*) ++--- project :react-native-safe-area-context +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) ++--- project :react-native-screens +| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- androidx.appcompat:appcompat:1.6.1 -> 1.7.0 (*) +| +--- androidx.fragment:fragment-ktx:1.6.1 +| | +--- androidx.activity:activity-ktx:1.5.1 -> 1.8.0 (*) +| | +--- androidx.collection:collection-ktx:1.1.0 -> 1.4.2 (*) +| | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 (*) +| | +--- androidx.fragment:fragment:1.6.1 (*) +| | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.8.7 (*) +| | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.8.7 (*) +| | +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) +| | \--- androidx.fragment:fragment:1.6.1 (c) +| +--- androidx.coordinatorlayout:coordinatorlayout:1.2.0 (*) +| +--- androidx.swiperefreshlayout:swiperefreshlayout:1.1.0 (*) +| +--- com.google.android.material:material:1.12.0 +| | +--- org.jetbrains.kotlin:kotlin-bom:1.8.22 +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 2.1.20 (c) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 (c) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (c) +| | | \--- org.jetbrains.kotlin:kotlin-reflect:1.8.22 -> 2.1.20 (c) +| | +--- com.google.errorprone:error_prone_annotations:2.15.0 +| | +--- androidx.activity:activity:1.8.0 (*) +| | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | +--- androidx.appcompat:appcompat:1.6.1 -> 1.7.0 (*) +| | +--- androidx.cardview:cardview:1.0.0 +| | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0 -> 1.2.0 (*) +| | +--- androidx.constraintlayout:constraintlayout:2.0.1 +| | | +--- androidx.appcompat:appcompat:1.2.0 -> 1.7.0 (*) +| | | +--- androidx.core:core:1.3.1 -> 1.16.0 (*) +| | | \--- androidx.constraintlayout:constraintlayout-solver:2.0.1 +| | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | +--- androidx.drawerlayout:drawerlayout:1.1.1 (*) +| | +--- androidx.dynamicanimation:dynamicanimation:1.0.0 (*) +| | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.1 (*) +| | +--- androidx.fragment:fragment:1.2.5 -> 1.6.1 (*) +| | +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.8.7 (*) +| | +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.1.0 +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | \--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 (*) +| | +--- androidx.transition:transition:1.5.0 (*) +| | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) +| | \--- androidx.viewpager2:viewpager2:1.0.0 +| | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | +--- androidx.fragment:fragment:1.1.0 -> 1.6.1 (*) +| | +--- androidx.recyclerview:recyclerview:1.1.0 (*) +| | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| +--- androidx.core:core-ktx:1.8.0 -> 1.16.0 (*) +| +--- io.coil-kt.coil3:coil:3.0.4 +| | \--- io.coil-kt.coil3:coil-android:3.0.4 +| | +--- io.coil-kt.coil3:coil-core:3.0.4 +| | | \--- io.coil-kt.coil3:coil-core-android:3.0.4 +| | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) +| | | +--- androidx.annotation:annotation:1.9.1 (*) +| | | +--- androidx.appcompat:appcompat-resources:1.7.0 (*) +| | | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| | | +--- androidx.exifinterface:exifinterface:1.3.7 +| | | | \--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | +--- androidx.profileinstaller:profileinstaller:1.4.1 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | +--- com.squareup.okio:okio:3.9.1 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (c) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| +--- io.coil-kt.coil3:coil-network-okhttp:3.0.4 +| | \--- io.coil-kt.coil3:coil-network-okhttp-jvm:3.0.4 +| | +--- io.coil-kt.coil3:coil-core:3.0.4 (*) +| | +--- io.coil-kt.coil3:coil-network-core:3.0.4 +| | | \--- io.coil-kt.coil3:coil-network-core-android:3.0.4 +| | | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| | | +--- io.coil-kt.coil3:coil-core:3.0.4 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| | +--- com.squareup.okhttp3:okhttp:4.12.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| +--- io.coil-kt.coil3:coil-svg:3.0.4 +| | \--- io.coil-kt.coil3:coil-svg-android:3.0.4 +| | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| | +--- com.caverock:androidsvg-aar:1.4 +| | +--- io.coil-kt.coil3:coil-core:3.0.4 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| \--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1 -> 2.8.7 (c) ++--- project :react-native-webview +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| \--- androidx.webkit:webkit:1.14.0 +| +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| +--- androidx.annotation:annotation-experimental:1.4.1 (*) +| +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| \--- org.jspecify:jspecify:1.0.0 ++--- project :react-native-worklets (*) ++--- com.facebook.react:react-android -> 0.81.5 (*) ++--- com.facebook.fresco:animated-gif:3.6.0 +| +--- com.parse.bolts:bolts-tasks:1.4.0 +| +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| +--- com.facebook.fresco:fbcore:3.6.0 (*) +| \--- com.facebook.fresco:animated-base:3.6.0 +| +--- com.parse.bolts:bolts-tasks:1.4.0 +| +--- com.facebook.fresco:vito-options:3.6.0 +| | +--- com.facebook.fresco:drawee:3.6.0 (*) +| | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.fresco:middleware:3.6.0 (*) +| +--- com.facebook.fresco:fbcore:3.6.0 (*) +| +--- com.facebook.fresco:imagepipeline-base:3.6.0 (*) +| +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| +--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| +--- com.facebook.fresco:memory-type-ashmem:3.6.0 (*) +| +--- com.facebook.fresco:memory-type-native:3.6.0 (*) +| +--- com.facebook.fresco:memory-type-java:3.6.0 (*) +| +--- com.facebook.fresco:animated-drawable:3.6.0 +| | +--- com.facebook.fresco:imagepipeline-base:3.6.0 (*) +| | +--- com.facebook.fresco:drawee:3.6.0 (*) +| | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | +--- com.facebook.fresco:vito-renderer:3.6.0 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:vito-options:3.6.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) ++--- com.facebook.fresco:webpsupport:3.6.0 +| +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| +--- com.parse.bolts:bolts-tasks:1.4.0 +| +--- com.facebook.fresco:fbcore:3.6.0 (*) +| +--- com.facebook.fresco:imagepipeline-base:3.6.0 (*) +| \--- com.facebook.fresco:middleware:3.6.0 (*) +\--- com.facebook.react:hermes-android -> 0.81.5 (*) + +debugOptimizedRuntimeElements - Runtime elements for debugOptimized (n) +No dependencies + +debugOptimizedRuntimeOnly - Runtime only dependencies for 'debugOptimized' sources. (n) +No dependencies + +debugOptimizedUnitTestAnnotationProcessorClasspath - Resolved configuration for annotation-processor for variant: debugOptimizedUnitTest +No dependencies + +debugOptimizedUnitTestApi (n) +No dependencies + +debugOptimizedUnitTestApiDependenciesMetadata +No dependencies + +debugOptimizedUnitTestCompilationApi - API dependencies for '/debugOptimizedUnitTest'. (n) +No dependencies + +debugOptimizedUnitTestCompilationCompileOnly - Compile only dependencies for '/debugOptimizedUnitTest'. (n) +No dependencies + +debugOptimizedUnitTestCompilationImplementation - Implementation only dependencies for '/debugOptimizedUnitTest'. (n) +No dependencies + +debugOptimizedUnitTestCompilationRuntimeOnly - Runtime only dependencies for '/debugOptimizedUnitTest'. (n) +No dependencies + +debugOptimizedUnitTestCompileClasspath - Compile classpath for '/debugOptimizedUnitTest'. ++--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 +| +--- org.jetbrains:annotations:13.0 -> 23.0.0 +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.8.22 (c) +| \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.1.20 (c) ++--- project :app (*) ++--- project :adobe_react-native-aepassurance +| \--- com.adobe.marketing.mobile:assurance -> 3.0.7 +| +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.8.22 +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 2.1.20 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| | +--- androidx.appcompat:appcompat:1.0.0 -> 1.7.0 +| | | +--- androidx.activity:activity:1.7.0 -> 1.8.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 +| | | | | \--- androidx.annotation:annotation-jvm:1.9.1 +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) +| | | | +--- androidx.core:core:1.8.0 -> 1.16.0 +| | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | +--- androidx.annotation:annotation-experimental:1.4.1 +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.1.20 (*) +| | | | | +--- androidx.core:core-viewtree:1.0.0 +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.8.7 +| | | | | | \--- androidx.lifecycle:lifecycle-runtime-android:2.8.7 +| | | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | | +--- androidx.arch.core:core-common:2.2.0 +| | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 +| | | | | | | \--- androidx.lifecycle:lifecycle-common-jvm:2.8.7 +| | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 +| | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0 +| | | | | | | | +--- org.jetbrains:annotations:23.0.0 +| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0 +| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 (c) +| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0 (c) +| | | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 (c) +| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0 (*) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | +--- androidx.versionedparcelable:versionedparcelable:1.1.1 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | \--- androidx.collection:collection:1.0.0 -> 1.4.2 +| | | | | | \--- androidx.collection:collection-jvm:1.4.2 +| | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | +--- org.jspecify:jspecify:1.0.0 +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 +| | | | | \--- androidx.lifecycle:lifecycle-viewmodel-android:2.8.7 +| | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.8.7 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 +| | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | +--- androidx.core:core:1.16.0 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | | | +--- androidx.savedstate:savedstate:1.2.1 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) +| | | | | | \--- androidx.savedstate:savedstate-ktx:1.2.1 (c) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- androidx.activity:activity-compose:1.8.0 (c) +| | | | \--- androidx.activity:activity-ktx:1.8.0 (c) +| | | +--- androidx.annotation:annotation:1.3.0 -> 1.9.1 (*) +| | | +--- androidx.appcompat:appcompat-resources:1.7.0 +| | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 +| | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) +| | | | | +--- androidx.interpolator:interpolator:1.0.0 +| | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | \--- androidx.appcompat:appcompat:1.7.0 (c) +| | | +--- androidx.core:core:1.13.0 -> 1.16.0 (*) +| | | +--- androidx.cursoradapter:cursoradapter:1.0.0 +| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | | | \--- androidx.customview:customview:1.1.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | \--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | +--- androidx.fragment:fragment:1.5.4 -> 1.6.1 +| | | | +--- androidx.activity:activity:1.7.2 -> 1.8.0 (*) +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.1 (*) +| | | | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.loader:loader:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.8.7 +| | | | | | +--- androidx.arch.core:core-runtime:2.2.0 +| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | \--- androidx.arch.core:core-common:2.2.0 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.8.7 (*) +| | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | +--- androidx.viewpager:viewpager:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) +| | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | \--- androidx.appcompat:appcompat-resources:1.7.0 (c) +| | +--- androidx.compose.runtime:runtime:1.4.3 -> 1.6.0 +| | | \--- androidx.compose.runtime:runtime-android:1.6.0 +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1 -> 1.9.0 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | \--- androidx.compose.runtime:runtime-saveable:1.6.0 (c) +| | +--- androidx.compose.material:material:1.4.3 -> 1.6.0 +| | | \--- androidx.compose.material:material-android:1.6.0 +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | +--- androidx.compose.animation:animation-core:1.6.0 +| | | | \--- androidx.compose.animation:animation-core-android:1.6.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | | \--- androidx.compose.animation:animation:1.6.0 (c) +| | | +--- androidx.compose.foundation:foundation:1.6.0 +| | | | \--- androidx.compose.foundation:foundation-android:1.6.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | +--- androidx.compose.animation:animation:1.6.0 +| | | | | \--- androidx.compose.animation:animation-android:1.6.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.compose.animation:animation-core:1.6.0 (*) +| | | | | +--- androidx.compose.foundation:foundation-layout:1.6.0 +| | | | | | \--- androidx.compose.foundation:foundation-layout-android:1.6.0 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.compose.ui:ui:1.6.0 +| | | | | | | \--- androidx.compose.ui:ui-android:1.6.0 +| | | | | | | +--- androidx.annotation:annotation:1.6.0 -> 1.9.1 (*) +| | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.6.0 +| | | | | | | | \--- androidx.compose.runtime:runtime-saveable-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | | \--- androidx.compose.runtime:runtime:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-geometry-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-graphics-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 +| | | | | | | | | \--- androidx.compose.ui:ui-unit-android:1.6.0 +| | | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (*) +| | | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-text-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (*) +| | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-util-android:1.6.0 +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | \--- androidx.compose.foundation:foundation:1.6.0 (c) +| | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (*) +| | | | | \--- androidx.compose.animation:animation-core:1.6.0 (c) +| | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | \--- androidx.compose.foundation:foundation-layout:1.6.0 (c) +| | | +--- androidx.compose.material:material-icons-core:1.6.0 +| | | | \--- androidx.compose.material:material-icons-core-android:1.6.0 +| | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | +--- androidx.compose.material:material:1.6.0 (c) +| | | | \--- androidx.compose.material:material-ripple:1.6.0 (c) +| | | +--- androidx.compose.material:material-ripple:1.6.0 +| | | | \--- androidx.compose.material:material-ripple-android:1.6.0 +| | | | +--- androidx.compose.foundation:foundation:1.6.0 (*) +| | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | +--- androidx.compose.material:material:1.6.0 (c) +| | | | \--- androidx.compose.material:material-icons-core:1.6.0 (c) +| | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | +--- androidx.compose.ui:ui-text:1.6.0 (*) +| | | +--- androidx.compose.material:material-icons-core:1.6.0 (c) +| | | \--- androidx.compose.material:material-ripple:1.6.0 (c) +| | +--- androidx.compose.animation:animation:1.4.3 -> 1.6.0 (*) +| | +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 +| | | +--- androidx.activity:activity-ktx:1.8.0 +| | | | +--- androidx.activity:activity:1.8.0 (*) +| | | | +--- androidx.core:core-ktx:1.9.0 -> 1.16.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.8.7 +| | | | | \--- androidx.lifecycle:lifecycle-runtime-ktx-android:2.8.7 +| | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.8.7 +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 +| | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) +| | | | | \--- androidx.savedstate:savedstate:1.2.1 (c) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- androidx.activity:activity:1.8.0 (c) +| | | | \--- androidx.activity:activity-compose:1.8.0 (c) +| | | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.compose.runtime:runtime-saveable:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.compose.ui:ui:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | +--- androidx.activity:activity:1.8.0 (c) +| | | \--- androidx.activity:activity-ktx:1.8.0 (c) +| | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | \--- androidx.lifecycle:lifecycle-process:2.0.0 -> 2.8.7 +| | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) +| | +--- androidx.startup:startup-runtime:1.1.1 +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.8.22 (*) +| +--- androidx.appcompat:appcompat:1.0.0 -> 1.7.0 (*) +| +--- androidx.compose.runtime:runtime:1.4.3 -> 1.6.0 (*) +| +--- androidx.compose.material:material:1.4.3 -> 1.6.0 (*) +| +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 (*) +| +--- androidx.navigation:navigation-compose:2.4.0 +| | +--- androidx.activity:activity-compose:1.3.1 -> 1.8.0 (*) +| | +--- androidx.compose.animation:animation:1.0.1 -> 1.6.0 (*) +| | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.6.0 (*) +| | +--- androidx.compose.runtime:runtime-saveable:1.0.1 -> 1.6.0 (*) +| | +--- androidx.compose.ui:ui:1.0.1 -> 1.6.0 (*) +| | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.4.0 -> 2.8.7 +| | | \--- androidx.lifecycle:lifecycle-viewmodel-compose-android:2.8.7 +| | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (*) +| | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | \--- androidx.navigation:navigation-runtime-ktx:2.4.0 +| | +--- androidx.navigation:navigation-runtime:2.4.0 +| | | +--- androidx.navigation:navigation-common:2.4.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1 -> 2.8.7 (*) +| | | | +--- androidx.savedstate:savedstate:1.0.0 -> 1.2.1 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 -> 2.8.7 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) +| | | +--- androidx.activity:activity-ktx:1.2.3 -> 1.8.0 (*) +| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1 -> 2.8.7 (*) +| | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.1 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) +| | \--- androidx.navigation:navigation-common-ktx:2.4.0 +| | \--- androidx.navigation:navigation-common:2.4.0 (*) +| \--- androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1 -> 2.8.7 (*) ++--- project :adobe_react-native-aepcampaignclassic +| \--- com.adobe.marketing.mobile:campaignclassic -> 3.1.4 +| +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| \--- com.adobe.marketing.mobile:notificationbuilder:3.0.3 +| \--- com.adobe.marketing.mobile:core:3.0.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aepcore ++--- project :adobe_react-native-aepedge +| \--- com.adobe.marketing.mobile:edge -> 3.0.2 +| +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| \--- com.adobe.marketing.mobile:edgeidentity:3.0.1 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aepedgebridge +| \--- com.adobe.marketing.mobile:edgebridge -> 3.0.1 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aepedgeconsent +| \--- com.adobe.marketing.mobile:edgeconsent -> 3.0.2 +| +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| \--- com.adobe.marketing.mobile:edge:3.0.1 -> 3.0.2 (*) ++--- project :adobe_react-native-aepedgeidentity +| \--- com.adobe.marketing.mobile:edgeidentity -> 3.0.1 (*) ++--- project :adobe_react-native-aepmessaging ++--- project :adobe_react-native-aepoptimize +| \--- com.adobe.marketing.mobile:optimize -> 3.6.2 +| +--- com.adobe.marketing.mobile:core:3.5.0 -> 3.5.0-SNAPSHOT (*) +| \--- com.adobe.marketing.mobile:edge:3.0.2 (*) ++--- project :adobe_react-native-aepplaces +| \--- com.adobe.marketing.mobile:places -> 3.0.2 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aeptarget +| \--- com.adobe.marketing.mobile:target -> 3.0.2 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aepuserprofile +| \--- com.adobe.marketing.mobile:userprofile -> 3.0.1 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :expo +| +--- project :expo-constants +| | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| +--- project :expo-modules-core +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | \--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| +--- expo.modules.asset:expo.modules.asset:12.0.12 +| +--- host.exp.exponent:expo.modules.filesystem:19.0.21 +| | +--- commons-codec:commons-codec:1.10 +| | +--- commons-io:commons-io:1.4 -> 2.6 +| | +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 +| | | +--- com.squareup.okio:okio:3.6.0 -> 3.9.1 +| | | | \--- com.squareup.okio:okio-jvm:3.9.1 +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.8.22 (*) +| | +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 +| | | +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 -> 1.8.22 (*) +| | +--- com.squareup.okio:okio:2.9.0 -> 3.9.1 (*) +| | +--- androidx.legacy:legacy-support-v4:1.0.0 +| | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | +--- androidx.media:media:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | \--- androidx.versionedparcelable:versionedparcelable:1.0.0 -> 1.1.1 (*) +| | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | +--- androidx.documentfile:documentfile:1.0.0 -> 1.1.0 +| | | | | \--- org.jspecify:jspecify:1.0.0 +| | | | +--- androidx.loader:loader:1.0.0 (*) +| | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 +| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | \--- androidx.print:print:1.0.0 +| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | +--- androidx.legacy:legacy-support-core-ui:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 (*) +| | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.viewpager:viewpager:1.0.0 (*) +| | | | +--- androidx.coordinatorlayout:coordinatorlayout:1.0.0 -> 1.2.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 (*) +| | | | +--- androidx.slidingpanelayout:slidingpanelayout:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.interpolator:interpolator:1.0.0 (*) +| | | | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 -> 1.1.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | | | \--- androidx.interpolator:interpolator:1.0.0 (*) +| | | | +--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | \--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | \--- androidx.cursoradapter:cursoradapter:1.0.0 (*) +| | | \--- androidx.fragment:fragment:1.0.0 -> 1.6.1 (*) +| | \--- androidx.documentfile:documentfile:1.1.0 (*) +| +--- host.exp.exponent:expo.modules.font:14.0.11 +| +--- host.exp.exponent:expo.modules.keepawake:15.0.8 +| +--- host.exp.exponent:expo.modules.linking:8.0.11 +| +--- host.exp.exponent:expo.modules.splashscreen:31.0.13 +| +--- host.exp.exponent:expo.modules.systemui:6.0.9 +| \--- host.exp.exponent:expo.modules.webbrowser:15.0.10 +| \--- androidx.browser:browser:1.6.0 +| +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| \--- com.google.guava:listenablefuture:1.0 ++--- project :react-native-gesture-handler ++--- project :react-native-reanimated ++--- project :react-native-safe-area-context ++--- project :react-native-screens +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) ++--- project :react-native-webview ++--- project :react-native-worklets ++--- com.facebook.react:react-android -> 0.81.5 +| +--- androidx.appcompat:appcompat:1.7.0 (*) +| +--- androidx.appcompat:appcompat-resources:1.7.0 (*) +| +--- androidx.autofill:autofill:1.1.0 +| +--- androidx.swiperefreshlayout:swiperefreshlayout:1.1.0 (*) +| +--- androidx.tracing:tracing:1.1.0 -> 1.2.0 +| +--- com.facebook.fbjni:fbjni:0.7.0 +| +--- com.facebook.fresco:fresco:3.6.0 +| | +--- com.facebook.fresco:fbcore:3.6.0 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:drawee:3.6.0 +| | | +--- com.facebook.fresco:ui-core:3.6.0 +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:imagepipeline:3.6.0 +| | | \--- com.facebook.fresco:imagepipeline-base:3.6.0 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:imagepipeline-native:3.6.0 +| | +--- com.facebook.fresco:memory-type-ashmem:3.6.0 +| | +--- com.facebook.fresco:memory-type-native:3.6.0 +| | +--- com.facebook.fresco:memory-type-java:3.6.0 +| | +--- com.facebook.fresco:nativeimagefilters:3.6.0 +| | +--- com.facebook.fresco:nativeimagetranscoder:3.6.0 +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.fresco:imagepipeline-okhttp3:3.6.0 +| | +--- com.squareup.okhttp3:okhttp:3.14.9 -> 4.12.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.fresco:middleware:3.6.0 +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.fresco:ui-common:3.6.0 +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.infer.annotation:infer-annotation:0.18.0 +| | +--- com.google.code.findbugs:jsr305:3.0.1 -> 3.0.2 +| | \--- org.jetbrains.kotlin:kotlin-annotations-jvm:1.3.72 +| +--- com.facebook.soloader:soloader:0.12.1 +| | +--- com.facebook.soloader:annotation:0.12.1 +| | \--- com.facebook.soloader:nativeloader:0.12.1 +| +--- com.facebook.yoga:proguard-annotations:1.19.0 +| +--- com.google.code.findbugs:jsr305:3.0.2 +| +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 (*) +| +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 (*) +| +--- com.squareup.okio:okio:2.9.0 -> 3.9.1 (*) +| +--- javax.inject:javax.inject:1 +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) ++--- com.facebook.fresco:animated-gif:3.6.0 ++--- com.facebook.fresco:webpsupport:3.6.0 ++--- com.facebook.react:hermes-android -> 0.81.5 ++--- org.jetbrains.kotlin:kotlin-stdlib:{strictly 2.1.20} -> 2.1.20 (c) ++--- com.facebook.react:react-android:{strictly 0.81.5} -> 0.81.5 (c) ++--- com.facebook.react:hermes-android:{strictly 0.81.5} -> 0.81.5 (c) ++--- com.facebook.fresco:animated-gif:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:webpsupport:{strictly 3.6.0} -> 3.6.0 (c) ++--- org.jetbrains:annotations:{strictly 23.0.0} -> 23.0.0 (c) ++--- com.adobe.marketing.mobile:assurance:{strictly 3.0.7} -> 3.0.7 (c) ++--- com.adobe.marketing.mobile:campaignclassic:{strictly 3.1.4} -> 3.1.4 (c) ++--- com.adobe.marketing.mobile:edge:{strictly 3.0.2} -> 3.0.2 (c) ++--- com.adobe.marketing.mobile:edgebridge:{strictly 3.0.1} -> 3.0.1 (c) ++--- com.adobe.marketing.mobile:edgeconsent:{strictly 3.0.2} -> 3.0.2 (c) ++--- com.adobe.marketing.mobile:edgeidentity:{strictly 3.0.1} -> 3.0.1 (c) ++--- com.adobe.marketing.mobile:optimize:{strictly 3.6.2} -> 3.6.2 (c) ++--- com.adobe.marketing.mobile:places:{strictly 3.0.2} -> 3.0.2 (c) ++--- com.adobe.marketing.mobile:target:{strictly 3.0.2} -> 3.0.2 (c) ++--- com.adobe.marketing.mobile:userprofile:{strictly 3.0.1} -> 3.0.1 (c) ++--- expo.modules.asset:expo.modules.asset:{strictly 12.0.12} -> 12.0.12 (c) ++--- host.exp.exponent:expo.modules.filesystem:{strictly 19.0.21} -> 19.0.21 (c) ++--- host.exp.exponent:expo.modules.font:{strictly 14.0.11} -> 14.0.11 (c) ++--- host.exp.exponent:expo.modules.keepawake:{strictly 15.0.8} -> 15.0.8 (c) ++--- host.exp.exponent:expo.modules.linking:{strictly 8.0.11} -> 8.0.11 (c) ++--- host.exp.exponent:expo.modules.splashscreen:{strictly 31.0.13} -> 31.0.13 (c) ++--- host.exp.exponent:expo.modules.systemui:{strictly 6.0.9} -> 6.0.9 (c) ++--- host.exp.exponent:expo.modules.webbrowser:{strictly 15.0.10} -> 15.0.10 (c) ++--- androidx.appcompat:appcompat:{strictly 1.7.0} -> 1.7.0 (c) ++--- androidx.appcompat:appcompat-resources:{strictly 1.7.0} -> 1.7.0 (c) ++--- androidx.autofill:autofill:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.swiperefreshlayout:swiperefreshlayout:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.tracing:tracing:{strictly 1.2.0} -> 1.2.0 (c) ++--- com.facebook.fbjni:fbjni:{strictly 0.7.0} -> 0.7.0 (c) ++--- com.facebook.fresco:fresco:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:imagepipeline-okhttp3:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:middleware:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:ui-common:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.infer.annotation:infer-annotation:{strictly 0.18.0} -> 0.18.0 (c) ++--- com.facebook.soloader:soloader:{strictly 0.12.1} -> 0.12.1 (c) ++--- com.facebook.yoga:proguard-annotations:{strictly 1.19.0} -> 1.19.0 (c) ++--- com.google.code.findbugs:jsr305:{strictly 3.0.2} -> 3.0.2 (c) ++--- com.squareup.okhttp3:okhttp-urlconnection:{strictly 4.9.2} -> 4.9.2 (c) ++--- com.squareup.okhttp3:okhttp:{strictly 4.12.0} -> 4.12.0 (c) ++--- com.squareup.okio:okio:{strictly 3.9.1} -> 3.9.1 (c) ++--- javax.inject:javax.inject:{strictly 1} -> 1 (c) ++--- com.adobe.marketing.mobile:core:{strictly 3.5.0-SNAPSHOT} -> 3.5.0-SNAPSHOT (c) ++--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:{strictly 1.8.22} -> 1.8.22 (c) ++--- androidx.compose.runtime:runtime:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.activity:activity-compose:{strictly 1.8.0} -> 1.8.0 (c) ++--- androidx.navigation:navigation-compose:{strictly 2.4.0} -> 2.4.0 (c) ++--- androidx.lifecycle:lifecycle-viewmodel-compose:{strictly 2.8.7} -> 2.8.7 (c) ++--- com.adobe.marketing.mobile:notificationbuilder:{strictly 3.0.3} -> 3.0.3 (c) ++--- androidx.annotation:annotation:{strictly 1.9.1} -> 1.9.1 (c) ++--- org.jetbrains.kotlinx:kotlinx-coroutines-core:{strictly 1.9.0} -> 1.9.0 (c) ++--- org.jetbrains.kotlinx:kotlinx-coroutines-android:{strictly 1.9.0} -> 1.9.0 (c) ++--- androidx.core:core-ktx:{strictly 1.16.0} -> 1.16.0 (c) ++--- commons-codec:commons-codec:{strictly 1.10} -> 1.10 (c) ++--- commons-io:commons-io:{strictly 2.6} -> 2.6 (c) ++--- androidx.legacy:legacy-support-v4:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.documentfile:documentfile:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.browser:browser:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.activity:activity:{strictly 1.8.0} -> 1.8.0 (c) ++--- androidx.core:core:{strictly 1.16.0} -> 1.16.0 (c) ++--- androidx.cursoradapter:cursoradapter:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.drawerlayout:drawerlayout:{strictly 1.1.1} -> 1.1.1 (c) ++--- androidx.fragment:fragment:{strictly 1.6.1} -> 1.6.1 (c) ++--- androidx.savedstate:savedstate:{strictly 1.2.1} -> 1.2.1 (c) ++--- androidx.vectordrawable:vectordrawable:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.vectordrawable:vectordrawable-animated:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.interpolator:interpolator:{strictly 1.0.0} -> 1.0.0 (c) ++--- com.facebook.fresco:fbcore:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:drawee:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:imagepipeline:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:imagepipeline-native:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:memory-type-ashmem:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:memory-type-native:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:memory-type-java:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:nativeimagefilters:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:nativeimagetranscoder:{strictly 3.6.0} -> 3.6.0 (c) ++--- org.jetbrains.kotlin:kotlin-annotations-jvm:{strictly 1.3.72} -> 1.3.72 (c) ++--- com.facebook.soloader:annotation:{strictly 0.12.1} -> 0.12.1 (c) ++--- com.facebook.soloader:nativeloader:{strictly 0.12.1} -> 0.12.1 (c) ++--- com.squareup.okio:okio-jvm:{strictly 3.9.1} -> 3.9.1 (c) ++--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:{strictly 2.1.20} -> 2.1.20 (c) ++--- androidx.compose.animation:animation:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.lifecycle:lifecycle-runtime-ktx:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.lifecycle:lifecycle-process:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.compose.runtime:runtime-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.activity:activity-ktx:{strictly 1.8.0} -> 1.8.0 (c) ++--- androidx.compose.runtime:runtime-saveable:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.lifecycle:lifecycle-viewmodel:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.navigation:navigation-runtime-ktx:{strictly 2.4.0} -> 2.4.0 (c) ++--- androidx.lifecycle:lifecycle-viewmodel-compose-android:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.annotation:annotation-jvm:{strictly 1.9.1} -> 1.9.1 (c) ++--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:{strictly 1.9.0} -> 1.9.0 (c) ++--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:{strictly 1.9.0} -> 1.9.0 (c) ++--- androidx.media:media:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.legacy:legacy-support-core-utils:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.legacy:legacy-support-core-ui:{strictly 1.0.0} -> 1.0.0 (c) ++--- org.jspecify:jspecify:{strictly 1.0.0} -> 1.0.0 (c) ++--- com.google.guava:listenablefuture:{strictly 1.0} -> 1.0 (c) ++--- androidx.lifecycle:lifecycle-runtime:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.lifecycle:lifecycle-viewmodel-savedstate:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.annotation:annotation-experimental:{strictly 1.4.1} -> 1.4.1 (c) ++--- androidx.core:core-viewtree:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.versionedparcelable:versionedparcelable:{strictly 1.1.1} -> 1.1.1 (c) ++--- androidx.customview:customview:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.collection:collection:{strictly 1.4.2} -> 1.4.2 (c) ++--- androidx.lifecycle:lifecycle-livedata-core:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.loader:loader:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.viewpager:viewpager:{strictly 1.0.0} -> 1.0.0 (c) ++--- com.facebook.fresco:ui-core:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:imagepipeline-base:{strictly 3.6.0} -> 3.6.0 (c) ++--- androidx.compose.animation:animation-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.lifecycle:lifecycle-runtime-ktx-android:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.startup:startup-runtime:{strictly 1.1.1} -> 1.1.1 (c) ++--- androidx.compose.animation:animation-core:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.foundation:foundation:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material-icons-core:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material-ripple:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-text:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.lifecycle:lifecycle-viewmodel-ktx:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.savedstate:savedstate-ktx:{strictly 1.2.1} -> 1.2.1 (c) ++--- androidx.compose.runtime:runtime-saveable-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.lifecycle:lifecycle-viewmodel-android:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.navigation:navigation-runtime:{strictly 2.4.0} -> 2.4.0 (c) ++--- androidx.navigation:navigation-common-ktx:{strictly 2.4.0} -> 2.4.0 (c) ++--- androidx.lifecycle:lifecycle-common:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.localbroadcastmanager:localbroadcastmanager:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.print:print:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.coordinatorlayout:coordinatorlayout:{strictly 1.2.0} -> 1.2.0 (c) ++--- androidx.slidingpanelayout:slidingpanelayout:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.asynclayoutinflater:asynclayoutinflater:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.lifecycle:lifecycle-runtime-android:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.collection:collection-jvm:{strictly 1.4.2} -> 1.4.2 (c) ++--- androidx.lifecycle:lifecycle-livedata:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.compose.foundation:foundation-layout:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-geometry:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material-icons-core-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material-ripple-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.animation:animation-core-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.foundation:foundation-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-text-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-graphics:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-unit:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-util:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.navigation:navigation-common:{strictly 2.4.0} -> 2.4.0 (c) ++--- androidx.lifecycle:lifecycle-common-jvm:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.arch.core:core-common:{strictly 2.2.0} -> 2.2.0 (c) ++--- androidx.arch.core:core-runtime:{strictly 2.2.0} -> 2.2.0 (c) ++--- androidx.lifecycle:lifecycle-livedata-core-ktx:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.compose.foundation:foundation-layout-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-geometry-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-graphics-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-unit-android:{strictly 1.6.0} -> 1.6.0 (c) +\--- androidx.compose.ui:ui-util-android:{strictly 1.6.0} -> 1.6.0 (c) + +debugOptimizedUnitTestCompileOnly (n) +No dependencies + +debugOptimizedUnitTestCompileOnlyDependenciesMetadata +No dependencies + +debugOptimizedUnitTestImplementation (n) +No dependencies + +debugOptimizedUnitTestImplementationDependenciesMetadata +No dependencies + +debugOptimizedUnitTestIntransitiveDependenciesMetadata +No dependencies + +debugOptimizedUnitTestRuntimeClasspath - Runtime classpath of '/debugOptimizedUnitTest'. ++--- project :app (*) ++--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 +| +--- org.jetbrains:annotations:13.0 -> 23.0.0 +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.1.20 (c) +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.8.22 (c) +| \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20 (c) ++--- project :adobe_react-native-aepassurance +| +--- com.adobe.marketing.mobile:assurance -> 3.0.7 +| | +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.8.22 +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 2.1.20 +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| | | +--- androidx.appcompat:appcompat:1.0.0 -> 1.7.0 +| | | | +--- androidx.activity:activity:1.7.0 -> 1.8.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 +| | | | | | \--- androidx.annotation:annotation-jvm:1.9.1 +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) +| | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 +| | | | | | \--- androidx.collection:collection-jvm:1.4.2 +| | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- androidx.collection:collection-ktx:1.4.2 (c) +| | | | | | \--- androidx.collection:collection-ktx:1.3.0 -> 1.4.2 (c) +| | | | | +--- androidx.core:core:1.8.0 -> 1.16.0 +| | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.1.20 (*) +| | | | | | +--- androidx.collection:collection:1.4.2 (*) +| | | | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 +| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | \--- com.google.guava:listenablefuture:1.0 +| | | | | | +--- androidx.core:core-viewtree:1.0.0 +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | | | +--- androidx.interpolator:interpolator:1.0.0 +| | | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.8.7 +| | | | | | | \--- androidx.lifecycle:lifecycle-runtime-android:2.8.7 +| | | | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | | | +--- androidx.arch.core:core-common:2.2.0 +| | | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | \--- androidx.arch.core:core-common:2.2.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 +| | | | | | | | \--- androidx.lifecycle:lifecycle-common-jvm:2.8.7 +| | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 +| | | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0 +| | | | | | | | | +--- org.jetbrains:annotations:23.0.0 +| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0 +| | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 (c) +| | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0 (c) +| | | | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 (c) +| | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 +| | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | | | +--- androidx.concurrent:concurrent-futures:1.1.0 (*) +| | | | | | | | +--- androidx.startup:startup-runtime:1.1.1 +| | | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | | \--- androidx.tracing:tracing:1.0.0 -> 1.2.0 +| | | | | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | | | | | | | \--- androidx.tracing:tracing-ktx:1.2.0 (c) +| | | | | | | | \--- com.google.guava:listenablefuture:1.0 +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 +| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 (*) +| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0 (*) +| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- androidx.tracing:tracing:1.2.0 (*) +| | | | | | +--- androidx.versionedparcelable:versionedparcelable:1.1.1 +| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | \--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | +--- org.jspecify:jspecify:1.0.0 +| | | | | | +--- androidx.core:core-ktx:1.16.0 (c) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-android:2.8.7 +| | | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.8.7 +| | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 +| | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | | +--- androidx.core:core:1.16.0 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | | +--- androidx.core:core:1.16.0 (c) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 +| | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) +| | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | | | | +--- androidx.savedstate:savedstate:1.2.1 +| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | +--- androidx.arch.core:core-common:2.1.0 -> 2.2.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.8.7 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) +| | | | | | | \--- androidx.savedstate:savedstate-ktx:1.2.1 (c) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | +--- androidx.profileinstaller:profileinstaller:1.3.0 -> 1.4.1 (*) +| | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | | +--- androidx.tracing:tracing:1.0.0 -> 1.2.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- androidx.activity:activity-compose:1.8.0 (c) +| | | | | \--- androidx.activity:activity-ktx:1.8.0 (c) +| | | | +--- androidx.annotation:annotation:1.3.0 -> 1.9.1 (*) +| | | | +--- androidx.appcompat:appcompat-resources:1.7.0 +| | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 +| | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) +| | | | | | +--- androidx.interpolator:interpolator:1.0.0 (*) +| | | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | | \--- androidx.appcompat:appcompat:1.7.0 (c) +| | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | +--- androidx.core:core:1.13.0 -> 1.16.0 (*) +| | | | +--- androidx.core:core-ktx:1.13.0 -> 1.16.0 (*) +| | | | +--- androidx.cursoradapter:cursoradapter:1.0.0 +| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.1.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | +--- androidx.emoji2:emoji2:1.3.0 +| | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | | | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.8.7 +| | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) +| | | | | | +--- androidx.startup:startup-runtime:1.1.1 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | +--- androidx.startup:startup-runtime:1.0.0 -> 1.1.1 (*) +| | | | | \--- androidx.emoji2:emoji2-views-helper:1.3.0 (c) +| | | | +--- androidx.emoji2:emoji2-views-helper:1.2.0 -> 1.3.0 +| | | | | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | | | +--- androidx.emoji2:emoji2:1.3.0 (*) +| | | | | \--- androidx.emoji2:emoji2:1.3.0 (c) +| | | | +--- androidx.fragment:fragment:1.5.4 -> 1.6.1 +| | | | | +--- androidx.activity:activity:1.7.2 -> 1.8.0 (*) +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.1 (*) +| | | | | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.8.7 (*) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.8.7 (*) +| | | | | +--- androidx.loader:loader:1.0.0 +| | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.8.7 +| | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) +| | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.8.7 (*) +| | | | | +--- androidx.profileinstaller:profileinstaller:1.3.0 -> 1.4.1 (*) +| | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | | +--- androidx.viewpager:viewpager:1.0.0 +| | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) +| | | | | \--- androidx.fragment:fragment-ktx:1.6.1 (c) +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 (*) +| | | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 +| | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | \--- androidx.appcompat:appcompat-resources:1.7.0 (c) +| | | +--- androidx.compose.runtime:runtime:1.4.3 -> 1.6.0 +| | | | \--- androidx.compose.runtime:runtime-android:1.6.0 +| | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1 -> 1.9.0 (*) +| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | | \--- androidx.compose.runtime:runtime-saveable:1.6.0 (c) +| | | +--- androidx.compose.material:material:1.4.3 -> 1.6.0 +| | | | \--- androidx.compose.material:material-android:1.6.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.compose.animation:animation:1.6.0 +| | | | | \--- androidx.compose.animation:animation-android:1.6.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.compose.animation:animation-core:1.6.0 +| | | | | | \--- androidx.compose.animation:animation-core-android:1.6.0 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | +--- androidx.compose.ui:ui:1.6.0 +| | | | | | | \--- androidx.compose.ui:ui-android:1.6.0 +| | | | | | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.8.0 +| | | | | | | | +--- androidx.activity:activity:1.8.0 (*) +| | | | | | | | +--- androidx.core:core-ktx:1.9.0 -> 1.16.0 (*) +| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.8.7 +| | | | | | | | | \--- androidx.lifecycle:lifecycle-runtime-ktx-android:2.8.7 +| | | | | | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) +| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.8.7 +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 +| | | | | | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) +| | | | | | | | | \--- androidx.savedstate:savedstate:1.2.1 (c) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- androidx.activity:activity:1.8.0 (c) +| | | | | | | | \--- androidx.activity:activity-compose:1.8.0 (c) +| | | | | | | +--- androidx.annotation:annotation:1.6.0 -> 1.9.1 (*) +| | | | | | | +--- androidx.autofill:autofill:1.0.0 -> 1.1.0 +| | | | | | | | \--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.6.0 +| | | | | | | | \--- androidx.compose.runtime:runtime-saveable-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | | | | \--- androidx.compose.runtime:runtime:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-geometry-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime:1.2.1 -> 1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 +| | | | | | | | | \--- androidx.compose.ui:ui-util-android:1.6.0 +| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | | \--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-graphics-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 +| | | | | | | | | \--- androidx.compose.ui:ui-unit-android:1.6.0 +| | | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | | +--- androidx.collection:collection-ktx:1.2.0 -> 1.4.2 +| | | | | | | | | | +--- androidx.collection:collection:1.4.2 (*) +| | | | | | | | | | \--- androidx.collection:collection:1.4.2 (c) +| | | | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (*) +| | | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-text-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | | | +--- androidx.core:core:1.7.0 -> 1.16.0 (*) +| | | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.3.0 (*) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (*) +| | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | | +--- androidx.core:core:1.12.0 -> 1.16.0 (*) +| | | | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 +| | | | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.16.0 (*) +| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.1.20 (*) +| | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.3.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | | | | +--- androidx.profileinstaller:profileinstaller:1.3.0 -> 1.4.1 (*) +| | | | | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1 -> 1.9.0 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | \--- androidx.compose.foundation:foundation:1.4.0 -> 1.6.0 (c) +| | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (*) +| | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | | | | \--- androidx.compose.animation:animation:1.6.0 (c) +| | | | | +--- androidx.compose.foundation:foundation-layout:1.6.0 +| | | | | | \--- androidx.compose.foundation:foundation-layout-android:1.6.0 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.compose.animation:animation-core:1.2.1 -> 1.6.0 (*) +| | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | +--- androidx.core:core:1.7.0 -> 1.16.0 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | | \--- androidx.compose.foundation:foundation:1.6.0 (c) +| | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | \--- androidx.compose.animation:animation-core:1.6.0 (c) +| | | | +--- androidx.compose.animation:animation-core:1.6.0 (*) +| | | | +--- androidx.compose.foundation:foundation:1.6.0 +| | | | | \--- androidx.compose.foundation:foundation-android:1.6.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | | +--- androidx.compose.animation:animation:1.6.0 (*) +| | | | | +--- androidx.compose.foundation:foundation-layout:1.6.0 (*) +| | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-text:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | +--- androidx.core:core:1.12.0 -> 1.16.0 (*) +| | | | | +--- androidx.emoji2:emoji2:1.3.0 (*) +| | | | | \--- androidx.compose.foundation:foundation-layout:1.6.0 (c) +| | | | +--- androidx.compose.foundation:foundation-layout:1.6.0 (*) +| | | | +--- androidx.compose.material:material-icons-core:1.6.0 +| | | | | \--- androidx.compose.material:material-icons-core-android:1.6.0 +| | | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | +--- androidx.compose.material:material:1.6.0 (c) +| | | | | \--- androidx.compose.material:material-ripple:1.6.0 (c) +| | | | +--- androidx.compose.material:material-ripple:1.6.0 +| | | | | \--- androidx.compose.material:material-ripple-android:1.6.0 +| | | | | +--- androidx.compose.animation:animation:1.6.0 (*) +| | | | | +--- androidx.compose.foundation:foundation:1.6.0 (*) +| | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | +--- androidx.compose.material:material:1.6.0 (c) +| | | | | \--- androidx.compose.material:material-icons-core:1.6.0 (c) +| | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | +--- androidx.compose.ui:ui-text:1.6.0 (*) +| | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | +--- androidx.compose.material:material-icons-core:1.6.0 (c) +| | | | \--- androidx.compose.material:material-ripple:1.6.0 (c) +| | | +--- androidx.compose.animation:animation:1.4.3 -> 1.6.0 (*) +| | | +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 +| | | | +--- androidx.activity:activity-ktx:1.8.0 (*) +| | | | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.6.0 (*) +| | | | +--- androidx.compose.runtime:runtime-saveable:1.0.1 -> 1.6.0 (*) +| | | | +--- androidx.compose.ui:ui:1.0.1 -> 1.6.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- androidx.activity:activity:1.8.0 (c) +| | | | \--- androidx.activity:activity-ktx:1.8.0 (c) +| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | | \--- androidx.lifecycle:lifecycle-process:2.0.0 -> 2.8.7 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.8.22 (*) +| | +--- androidx.appcompat:appcompat:1.0.0 -> 1.7.0 (*) +| | +--- androidx.compose.runtime:runtime:1.4.3 -> 1.6.0 (*) +| | +--- androidx.compose.material:material:1.4.3 -> 1.6.0 (*) +| | +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 (*) +| | +--- androidx.navigation:navigation-compose:2.4.0 +| | | +--- androidx.activity:activity-compose:1.3.1 -> 1.8.0 (*) +| | | +--- androidx.compose.animation:animation:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.compose.runtime:runtime-saveable:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.compose.ui:ui:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.4.0 -> 2.8.7 +| | | | \--- androidx.lifecycle:lifecycle-viewmodel-compose-android:2.8.7 +| | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | +--- androidx.navigation:navigation-runtime-ktx:2.4.0 +| | | | +--- androidx.navigation:navigation-runtime:2.4.0 +| | | | | +--- androidx.navigation:navigation-common:2.4.0 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1 -> 2.8.7 (*) +| | | | | | +--- androidx.savedstate:savedstate:1.0.0 -> 1.2.1 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 -> 2.8.7 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) +| | | | | | +--- androidx.core:core-ktx:1.1.0 -> 1.16.0 (*) +| | | | | | \--- androidx.collection:collection-ktx:1.1.0 -> 1.4.2 (*) +| | | | | +--- androidx.activity:activity-ktx:1.2.3 -> 1.8.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1 -> 2.8.7 (*) +| | | | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.1 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) +| | | | \--- androidx.navigation:navigation-common-ktx:2.4.0 +| | | | \--- androidx.navigation:navigation-common:2.4.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) +| | | \--- androidx.compose.foundation:foundation-layout:1.0.1 -> 1.6.0 (*) +| | \--- androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1 -> 2.8.7 (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 +| | +--- androidx.appcompat:appcompat:1.7.0 (*) +| | +--- androidx.appcompat:appcompat-resources:1.7.0 (*) +| | +--- androidx.autofill:autofill:1.1.0 (*) +| | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.1.0 +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | \--- androidx.interpolator:interpolator:1.0.0 (*) +| | +--- androidx.tracing:tracing:1.1.0 -> 1.2.0 (*) +| | +--- com.facebook.fbjni:fbjni:0.7.0 +| | | \--- com.facebook.soloader:nativeloader:0.10.5 -> 0.12.1 +| | +--- com.facebook.fresco:fresco:3.6.0 +| | | +--- com.facebook.fresco:soloader:3.6.0 +| | | | +--- com.facebook.fresco:fbcore:3.6.0 +| | | | | +--- androidx.core:core:1.13.1 -> 1.16.0 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | \--- com.facebook.soloader:soloader:0.11.0 -> 0.12.1 +| | | | +--- com.facebook.soloader:annotation:0.12.1 +| | | | \--- com.facebook.soloader:nativeloader:0.12.1 +| | | +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| | | +--- com.facebook.fresco:ui-common:3.6.0 +| | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | +--- com.facebook.fresco:ui-core:3.6.0 +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | +--- com.facebook.fresco:middleware:3.6.0 +| | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | +--- com.facebook.fresco:ui-common:3.6.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | +--- com.facebook.fresco:drawee:3.6.0 +| | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | +--- com.facebook.fresco:imagepipeline:3.6.0 +| | | | | +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| | | | | +--- com.facebook.soloader:annotation:0.11.0 -> 0.12.1 +| | | | | +--- com.parse.bolts:bolts-tasks:1.4.0 +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | | | | +--- com.facebook.fresco:urimod:3.6.0 +| | | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | | +--- com.facebook.fresco:ui-core:3.6.0 (*) +| | | | | | +--- com.facebook.fresco:vito-source:3.6.0 +| | | | | | | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | \--- com.facebook.fresco:imagepipeline-base:3.6.0 +| | | | | +--- com.facebook.infer.annotation:infer-annotation:0.18.0 +| | | | | | +--- com.google.code.findbugs:jsr305:3.0.1 -> 3.0.2 +| | | | | | \--- org.jetbrains.kotlin:kotlin-annotations-jvm:1.3.72 +| | | | | +--- com.facebook.soloader:annotation:0.11.0 -> 0.12.1 +| | | | | +--- com.parse.bolts:bolts-tasks:1.4.0 +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | +--- com.facebook.fresco:imagepipeline-native:3.6.0 +| | | | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | \--- com.facebook.soloader:soloader:0.11.0 -> 0.12.1 (*) +| | | | +--- com.facebook.fresco:memory-type-ashmem:3.6.0 +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | \--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | | +--- com.facebook.fresco:memory-type-native:3.6.0 +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | | | +--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| | | | | \--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| | | | +--- com.facebook.fresco:memory-type-java:3.6.0 +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | | | \--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| | | | +--- com.facebook.fresco:ui-common:3.6.0 (*) +| | | | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | | | +--- com.facebook.fresco:ui-core:3.6.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | +--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-ashmem:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-native:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-java:3.6.0 (*) +| | | +--- com.facebook.fresco:nativeimagefilters:3.6.0 +| | | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | | +--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| | | | +--- com.facebook.fresco:memory-type-ashmem:3.6.0 (*) +| | | | +--- com.facebook.fresco:memory-type-native:3.6.0 (*) +| | | | +--- com.facebook.fresco:memory-type-java:3.6.0 (*) +| | | | +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| | | | +--- com.parse.bolts:bolts-tasks:1.4.0 +| | | | \--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | +--- com.facebook.fresco:nativeimagetranscoder:3.6.0 +| | | | +--- com.facebook.fresco:imagepipeline-base:3.6.0 (*) +| | | | +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| | | | +--- com.parse.bolts:bolts-tasks:1.4.0 +| | | | \--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:imagepipeline-okhttp3:3.6.0 +| | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | +--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-ashmem:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-native:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-java:3.6.0 (*) +| | | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | | +--- com.squareup.okhttp3:okhttp:3.14.9 -> 4.12.0 +| | | | +--- com.squareup.okio:okio:3.6.0 -> 3.9.1 +| | | | | \--- com.squareup.okio:okio-jvm:3.9.1 +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.1.20 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.8.22 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | +--- com.facebook.fresco:ui-common:3.6.0 (*) +| | +--- com.facebook.infer.annotation:infer-annotation:0.18.0 (*) +| | +--- com.facebook.soloader:soloader:0.12.1 (*) +| | +--- com.facebook.yoga:proguard-annotations:1.19.0 +| | +--- com.google.code.findbugs:jsr305:3.0.2 +| | +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 +| | | +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 -> 1.8.22 (*) +| | +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 (*) +| | +--- com.squareup.okio:okio:2.9.0 -> 3.9.1 (*) +| | +--- javax.inject:javax.inject:1 +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 +| +--- com.adobe.marketing.mobile:core:3.5.0 -> 3.5.0-SNAPSHOT (c) +| +--- com.adobe.marketing.mobile:edge:3.0.2 (c) +| +--- com.adobe.marketing.mobile:signal:3.0.1 (c) +| +--- com.adobe.marketing.mobile:userprofile:3.0.1 (c) +| +--- com.adobe.marketing.mobile:campaignclassic:3.1.4 (c) +| +--- com.adobe.marketing.mobile:edgebridge:3.0.1 (c) +| +--- com.adobe.marketing.mobile:assurance:3.0.7 (c) +| +--- com.adobe.marketing.mobile:lifecycle:3.0.2 (c) +| +--- com.adobe.marketing.mobile:target:3.0.2 (c) +| +--- com.adobe.marketing.mobile:edgeidentity:3.0.1 (c) +| +--- com.adobe.marketing.mobile:edgeconsent:3.0.2 (c) +| +--- com.adobe.marketing.mobile:places:3.0.2 (c) +| +--- com.adobe.marketing.mobile:identity:3.0.2 (c) +| +--- com.adobe.marketing.mobile:optimize:3.6.2 (c) +| +--- com.adobe.marketing.mobile:messaging:3.6.0 -> 3.5.1-SNAPSHOT (c) +| \--- com.adobe.marketing.mobile:notificationbuilder:3.0.3 (c) ++--- project :adobe_react-native-aepcampaignclassic +| +--- com.adobe.marketing.mobile:campaignclassic -> 3.1.4 +| | +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| | \--- com.adobe.marketing.mobile:notificationbuilder:3.0.3 +| | \--- com.adobe.marketing.mobile:core:3.0.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepcore +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- com.adobe.marketing.mobile:core:3.5.0-SNAPSHOT (*) +| +--- com.adobe.marketing.mobile:signal:3.0.1 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.adobe.marketing.mobile:identity:3.0.2 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| \--- com.adobe.marketing.mobile:lifecycle:3.0.2 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aepedge +| +--- com.adobe.marketing.mobile:edge -> 3.0.2 +| | +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| | \--- com.adobe.marketing.mobile:edgeidentity:3.0.1 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepedgebridge +| +--- com.adobe.marketing.mobile:edgebridge -> 3.0.1 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepedgeconsent +| +--- com.adobe.marketing.mobile:edgeconsent -> 3.0.2 +| | +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| | \--- com.adobe.marketing.mobile:edge:3.0.1 -> 3.0.2 (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepedgeidentity +| +--- com.adobe.marketing.mobile:edgeidentity -> 3.0.1 (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepmessaging +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| \--- com.adobe.marketing.mobile:messaging:3.5.1-SNAPSHOT +| +--- com.adobe.marketing.mobile:core:3.5.0-SNAPSHOT (*) +| +--- com.adobe.marketing.mobile:edge:3.0.1 -> 3.0.2 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.8.22 (*) +| +--- androidx.appcompat:appcompat:1.0.0 -> 1.7.0 (*) +| +--- androidx.compose.runtime:runtime:1.4.3 -> 1.6.0 (*) +| +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 (*) +| \--- androidx.compose.material3:material3:1.2.0 +| \--- androidx.compose.material3:material3-android:1.2.0 +| +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 (*) +| +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*) +| +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| +--- androidx.compose.animation:animation-core:1.6.0 (*) +| +--- androidx.compose.foundation:foundation:1.6.0 (*) +| +--- androidx.compose.foundation:foundation-layout:1.6.0 (*) +| +--- androidx.compose.material:material-icons-core:1.6.0 (*) +| +--- androidx.compose.material:material-ripple:1.6.0 (*) +| +--- androidx.compose.runtime:runtime:1.6.0 (*) +| +--- androidx.compose.ui:ui-graphics:1.6.0 (*) +| +--- androidx.compose.ui:ui-text:1.6.0 (*) +| +--- androidx.compose.ui:ui-util:1.6.0 (*) +| +--- androidx.lifecycle:lifecycle-common-java8:2.6.1 -> 2.8.7 +| | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) ++--- project :adobe_react-native-aepoptimize +| +--- com.adobe.marketing.mobile:optimize -> 3.6.2 +| | +--- com.adobe.marketing.mobile:core:3.5.0 -> 3.5.0-SNAPSHOT (*) +| | \--- com.adobe.marketing.mobile:edge:3.0.2 (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepplaces +| +--- com.adobe.marketing.mobile:places -> 3.0.2 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) +| \--- com.google.android.gms:play-services-location:21.2.0 +| +--- com.google.android.gms:play-services-base:18.3.0 +| | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | +--- androidx.fragment:fragment:1.0.0 -> 1.6.1 (*) +| | +--- com.google.android.gms:play-services-basement:18.3.0 +| | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | | \--- androidx.fragment:fragment:1.1.0 -> 1.6.1 (*) +| | \--- com.google.android.gms:play-services-tasks:18.1.0 +| | \--- com.google.android.gms:play-services-basement:18.3.0 (*) +| +--- com.google.android.gms:play-services-basement:18.3.0 (*) +| +--- com.google.android.gms:play-services-tasks:18.1.0 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.1.20 (*) +| +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) ++--- project :adobe_react-native-aeptarget +| +--- com.adobe.marketing.mobile:target -> 3.0.2 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepuserprofile +| +--- com.adobe.marketing.mobile:userprofile -> 3.0.1 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :expo +| +--- project :expo-constants +| | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | \--- commons-io:commons-io:2.6 +| +--- project :expo-modules-core +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | +--- org.jetbrains.kotlin:kotlin-reflect:2.1.20 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| | +--- androidx.annotation:annotation:1.7.1 -> 1.9.1 (*) +| | +--- androidx.tracing:tracing-ktx:1.2.0 +| | | +--- androidx.tracing:tracing:1.2.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) +| | | \--- androidx.tracing:tracing:1.2.0 (c) +| | \--- com.facebook.react:react-android -> 0.81.5 (*) +| +--- expo.modules.asset:expo.modules.asset:12.0.12 +| | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| +--- host.exp.exponent:expo.modules.filesystem:19.0.21 +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | +--- commons-codec:commons-codec:1.10 +| | +--- commons-io:commons-io:1.4 -> 2.6 +| | +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 (*) +| | +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 (*) +| | +--- com.squareup.okio:okio:2.9.0 -> 3.9.1 (*) +| | +--- androidx.legacy:legacy-support-v4:1.0.0 +| | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | +--- androidx.media:media:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | \--- androidx.versionedparcelable:versionedparcelable:1.0.0 -> 1.1.1 (*) +| | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | +--- androidx.documentfile:documentfile:1.0.0 -> 1.1.0 +| | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.7.0 -> 1.16.0 (*) +| | | | | \--- org.jspecify:jspecify:1.0.0 +| | | | +--- androidx.loader:loader:1.0.0 (*) +| | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 +| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | \--- androidx.print:print:1.0.0 +| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | +--- androidx.legacy:legacy-support-core-ui:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 (*) +| | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.viewpager:viewpager:1.0.0 (*) +| | | | +--- androidx.coordinatorlayout:coordinatorlayout:1.0.0 -> 1.2.0 +| | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 (*) +| | | | +--- androidx.slidingpanelayout:slidingpanelayout:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.interpolator:interpolator:1.0.0 (*) +| | | | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | \--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | \--- androidx.cursoradapter:cursoradapter:1.0.0 (*) +| | | \--- androidx.fragment:fragment:1.0.0 -> 1.6.1 (*) +| | \--- androidx.documentfile:documentfile:1.1.0 (*) +| +--- host.exp.exponent:expo.modules.font:14.0.11 +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | \--- com.facebook.react:react-android -> 0.81.5 (*) +| +--- host.exp.exponent:expo.modules.keepawake:15.0.8 +| | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| +--- host.exp.exponent:expo.modules.linking:8.0.11 +| | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| +--- host.exp.exponent:expo.modules.splashscreen:31.0.13 +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | +--- androidx.appcompat:appcompat:1.7.0 (*) +| | +--- androidx.core:core-splashscreen:1.2.0-alpha02 +| | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | +--- androidx.appcompat:appcompat-resources:1.7.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | \--- com.facebook.react:react-android -> 0.81.5 (*) +| +--- host.exp.exponent:expo.modules.systemui:6.0.9 +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | +--- com.facebook.react:react-android -> 0.81.5 (*) +| | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | \--- androidx.appcompat:appcompat:1.2.0 -> 1.7.0 (*) +| +--- host.exp.exponent:expo.modules.webbrowser:15.0.10 +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| | \--- androidx.browser:browser:1.6.0 +| | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) +| | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | +--- androidx.interpolator:interpolator:1.0.0 (*) +| | \--- com.google.guava:listenablefuture:1.0 +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| \--- com.facebook.react:react-android -> 0.81.5 (*) ++--- project :react-native-gesture-handler +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- project :react-native-reanimated +| | +--- com.facebook.yoga:proguard-annotations:1.19.0 +| | +--- androidx.transition:transition:1.1.0 -> 1.5.0 +| | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | +--- androidx.core:core:1.13.0 -> 1.16.0 (*) +| | | \--- androidx.dynamicanimation:dynamicanimation:1.0.0 +| | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | \--- androidx.legacy:legacy-support-core-utils:1.0.0 (*) +| | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | +--- com.facebook.react:react-android -> 0.81.5 (*) +| | \--- project :react-native-worklets +| | +--- com.facebook.yoga:proguard-annotations:1.19.0 +| | +--- androidx.transition:transition:1.1.0 -> 1.5.0 (*) +| | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | +--- com.facebook.react:react-android -> 0.81.5 (*) +| | \--- com.facebook.react:hermes-android -> 0.81.5 +| | +--- com.facebook.fbjni:fbjni:0.7.0 (*) +| | +--- com.facebook.yoga:proguard-annotations:1.19.0 +| | \--- androidx.annotation:annotation:1.6.0 -> 1.9.1 (*) +| +--- androidx.appcompat:appcompat:1.7.0 (*) +| +--- androidx.core:core-ktx:1.16.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) ++--- project :react-native-reanimated (*) ++--- project :react-native-safe-area-context +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) ++--- project :react-native-screens +| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- androidx.appcompat:appcompat:1.6.1 -> 1.7.0 (*) +| +--- androidx.fragment:fragment-ktx:1.6.1 +| | +--- androidx.activity:activity-ktx:1.5.1 -> 1.8.0 (*) +| | +--- androidx.collection:collection-ktx:1.1.0 -> 1.4.2 (*) +| | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 (*) +| | +--- androidx.fragment:fragment:1.6.1 (*) +| | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.8.7 (*) +| | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.8.7 (*) +| | +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) +| | \--- androidx.fragment:fragment:1.6.1 (c) +| +--- androidx.coordinatorlayout:coordinatorlayout:1.2.0 (*) +| +--- androidx.swiperefreshlayout:swiperefreshlayout:1.1.0 (*) +| +--- com.google.android.material:material:1.12.0 +| | +--- org.jetbrains.kotlin:kotlin-bom:1.8.22 +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 2.1.20 (c) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 (c) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (c) +| | | \--- org.jetbrains.kotlin:kotlin-reflect:1.8.22 -> 2.1.20 (c) +| | +--- com.google.errorprone:error_prone_annotations:2.15.0 +| | +--- androidx.activity:activity:1.8.0 (*) +| | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | +--- androidx.appcompat:appcompat:1.6.1 -> 1.7.0 (*) +| | +--- androidx.cardview:cardview:1.0.0 +| | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0 -> 1.2.0 (*) +| | +--- androidx.constraintlayout:constraintlayout:2.0.1 +| | | +--- androidx.appcompat:appcompat:1.2.0 -> 1.7.0 (*) +| | | +--- androidx.core:core:1.3.1 -> 1.16.0 (*) +| | | \--- androidx.constraintlayout:constraintlayout-solver:2.0.1 +| | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | +--- androidx.drawerlayout:drawerlayout:1.1.1 (*) +| | +--- androidx.dynamicanimation:dynamicanimation:1.0.0 (*) +| | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.1 (*) +| | +--- androidx.fragment:fragment:1.2.5 -> 1.6.1 (*) +| | +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.8.7 (*) +| | +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.1.0 +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | \--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 (*) +| | +--- androidx.transition:transition:1.5.0 (*) +| | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) +| | \--- androidx.viewpager2:viewpager2:1.0.0 +| | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | +--- androidx.fragment:fragment:1.1.0 -> 1.6.1 (*) +| | +--- androidx.recyclerview:recyclerview:1.1.0 (*) +| | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| +--- androidx.core:core-ktx:1.8.0 -> 1.16.0 (*) +| +--- io.coil-kt.coil3:coil:3.0.4 +| | \--- io.coil-kt.coil3:coil-android:3.0.4 +| | +--- io.coil-kt.coil3:coil-core:3.0.4 +| | | \--- io.coil-kt.coil3:coil-core-android:3.0.4 +| | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) +| | | +--- androidx.annotation:annotation:1.9.1 (*) +| | | +--- androidx.appcompat:appcompat-resources:1.7.0 (*) +| | | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| | | +--- androidx.exifinterface:exifinterface:1.3.7 +| | | | \--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | +--- androidx.profileinstaller:profileinstaller:1.4.1 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | +--- com.squareup.okio:okio:3.9.1 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (c) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| +--- io.coil-kt.coil3:coil-network-okhttp:3.0.4 +| | \--- io.coil-kt.coil3:coil-network-okhttp-jvm:3.0.4 +| | +--- io.coil-kt.coil3:coil-core:3.0.4 (*) +| | +--- io.coil-kt.coil3:coil-network-core:3.0.4 +| | | \--- io.coil-kt.coil3:coil-network-core-android:3.0.4 +| | | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| | | +--- io.coil-kt.coil3:coil-core:3.0.4 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| | +--- com.squareup.okhttp3:okhttp:4.12.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| +--- io.coil-kt.coil3:coil-svg:3.0.4 +| | \--- io.coil-kt.coil3:coil-svg-android:3.0.4 +| | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| | +--- com.caverock:androidsvg-aar:1.4 +| | +--- io.coil-kt.coil3:coil-core:3.0.4 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| \--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1 -> 2.8.7 (c) ++--- project :react-native-webview +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| \--- androidx.webkit:webkit:1.14.0 +| +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| +--- androidx.annotation:annotation-experimental:1.4.1 (*) +| +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| \--- org.jspecify:jspecify:1.0.0 ++--- project :react-native-worklets (*) ++--- com.facebook.react:react-android -> 0.81.5 (*) ++--- com.facebook.fresco:animated-gif:3.6.0 +| +--- com.parse.bolts:bolts-tasks:1.4.0 +| +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| +--- com.facebook.fresco:fbcore:3.6.0 (*) +| \--- com.facebook.fresco:animated-base:3.6.0 +| +--- com.parse.bolts:bolts-tasks:1.4.0 +| +--- com.facebook.fresco:vito-options:3.6.0 +| | +--- com.facebook.fresco:drawee:3.6.0 (*) +| | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.fresco:middleware:3.6.0 (*) +| +--- com.facebook.fresco:fbcore:3.6.0 (*) +| +--- com.facebook.fresco:imagepipeline-base:3.6.0 (*) +| +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| +--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| +--- com.facebook.fresco:memory-type-ashmem:3.6.0 (*) +| +--- com.facebook.fresco:memory-type-native:3.6.0 (*) +| +--- com.facebook.fresco:memory-type-java:3.6.0 (*) +| +--- com.facebook.fresco:animated-drawable:3.6.0 +| | +--- com.facebook.fresco:imagepipeline-base:3.6.0 (*) +| | +--- com.facebook.fresco:drawee:3.6.0 (*) +| | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | +--- com.facebook.fresco:vito-renderer:3.6.0 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:vito-options:3.6.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) ++--- com.facebook.fresco:webpsupport:3.6.0 +| +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| +--- com.parse.bolts:bolts-tasks:1.4.0 +| +--- com.facebook.fresco:fbcore:3.6.0 (*) +| +--- com.facebook.fresco:imagepipeline-base:3.6.0 (*) +| \--- com.facebook.fresco:middleware:3.6.0 (*) +\--- com.facebook.react:hermes-android -> 0.81.5 (*) + +debugOptimizedUnitTestRuntimeOnly (n) +No dependencies + +debugOptimizedWearApp - Link to a wear app to embed for object 'debugOptimized'. (n) +No dependencies + +debugOptimizedWearBundling - Resolved Configuration for wear app bundling for variant: debugOptimized +No dependencies + +debugReverseMetadataValues - Metadata Values dependencies for the base Split +No dependencies + +debugRuntimeClasspath - Runtime classpath of '/debug'. ++--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 +| +--- org.jetbrains:annotations:13.0 -> 23.0.0 +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.1.20 (c) +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.8.22 (c) +| \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20 (c) ++--- project :adobe_react-native-aepassurance +| +--- com.adobe.marketing.mobile:assurance -> 3.0.7 +| | +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.8.22 +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 2.1.20 +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| | | +--- androidx.appcompat:appcompat:1.0.0 -> 1.7.0 +| | | | +--- androidx.activity:activity:1.7.0 -> 1.8.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 +| | | | | | \--- androidx.annotation:annotation-jvm:1.9.1 +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) +| | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 +| | | | | | \--- androidx.collection:collection-jvm:1.4.2 +| | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- androidx.collection:collection-ktx:1.4.2 (c) +| | | | | | \--- androidx.collection:collection-ktx:1.3.0 -> 1.4.2 (c) +| | | | | +--- androidx.core:core:1.8.0 -> 1.16.0 +| | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.1.20 (*) +| | | | | | +--- androidx.collection:collection:1.4.2 (*) +| | | | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 +| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | \--- com.google.guava:listenablefuture:1.0 +| | | | | | +--- androidx.core:core-viewtree:1.0.0 +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | | | +--- androidx.interpolator:interpolator:1.0.0 +| | | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.8.7 +| | | | | | | \--- androidx.lifecycle:lifecycle-runtime-android:2.8.7 +| | | | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | | | +--- androidx.arch.core:core-common:2.2.0 +| | | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | \--- androidx.arch.core:core-common:2.2.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 +| | | | | | | | \--- androidx.lifecycle:lifecycle-common-jvm:2.8.7 +| | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 +| | | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0 +| | | | | | | | | +--- org.jetbrains:annotations:23.0.0 +| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0 +| | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 (c) +| | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0 (c) +| | | | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 (c) +| | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 +| | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | | | +--- androidx.concurrent:concurrent-futures:1.1.0 (*) +| | | | | | | | +--- androidx.startup:startup-runtime:1.1.1 +| | | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | | \--- androidx.tracing:tracing:1.0.0 -> 1.2.0 +| | | | | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | | | | | | | \--- androidx.tracing:tracing-ktx:1.2.0 (c) +| | | | | | | | \--- com.google.guava:listenablefuture:1.0 +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 +| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 (*) +| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0 (*) +| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- androidx.tracing:tracing:1.2.0 (*) +| | | | | | +--- androidx.versionedparcelable:versionedparcelable:1.1.1 +| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | \--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | +--- org.jspecify:jspecify:1.0.0 +| | | | | | +--- androidx.core:core-ktx:1.16.0 (c) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-android:2.8.7 +| | | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.8.7 +| | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 +| | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | | +--- androidx.core:core:1.16.0 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | | +--- androidx.core:core:1.16.0 (c) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 +| | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) +| | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | | | | +--- androidx.savedstate:savedstate:1.2.1 +| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | +--- androidx.arch.core:core-common:2.1.0 -> 2.2.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.8.7 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) +| | | | | | | \--- androidx.savedstate:savedstate-ktx:1.2.1 (c) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | +--- androidx.profileinstaller:profileinstaller:1.3.0 -> 1.4.1 (*) +| | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | | +--- androidx.tracing:tracing:1.0.0 -> 1.2.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- androidx.activity:activity-compose:1.8.0 (c) +| | | | | \--- androidx.activity:activity-ktx:1.8.0 (c) +| | | | +--- androidx.annotation:annotation:1.3.0 -> 1.9.1 (*) +| | | | +--- androidx.appcompat:appcompat-resources:1.7.0 +| | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 +| | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) +| | | | | | +--- androidx.interpolator:interpolator:1.0.0 (*) +| | | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | | \--- androidx.appcompat:appcompat:1.7.0 (c) +| | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | +--- androidx.core:core:1.13.0 -> 1.16.0 (*) +| | | | +--- androidx.core:core-ktx:1.13.0 -> 1.16.0 (*) +| | | | +--- androidx.cursoradapter:cursoradapter:1.0.0 +| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.1.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | +--- androidx.emoji2:emoji2:1.3.0 +| | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | | | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.8.7 +| | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) +| | | | | | +--- androidx.startup:startup-runtime:1.1.1 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | +--- androidx.startup:startup-runtime:1.0.0 -> 1.1.1 (*) +| | | | | \--- androidx.emoji2:emoji2-views-helper:1.3.0 (c) +| | | | +--- androidx.emoji2:emoji2-views-helper:1.2.0 -> 1.3.0 +| | | | | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | | | +--- androidx.emoji2:emoji2:1.3.0 (*) +| | | | | \--- androidx.emoji2:emoji2:1.3.0 (c) +| | | | +--- androidx.fragment:fragment:1.5.4 -> 1.6.1 +| | | | | +--- androidx.activity:activity:1.7.2 -> 1.8.0 (*) +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.1 (*) +| | | | | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.8.7 (*) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.8.7 (*) +| | | | | +--- androidx.loader:loader:1.0.0 +| | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.8.7 +| | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) +| | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.8.7 (*) +| | | | | +--- androidx.profileinstaller:profileinstaller:1.3.0 -> 1.4.1 (*) +| | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | | +--- androidx.viewpager:viewpager:1.0.0 +| | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) +| | | | | \--- androidx.fragment:fragment-ktx:1.6.1 (c) +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 (*) +| | | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 +| | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | \--- androidx.appcompat:appcompat-resources:1.7.0 (c) +| | | +--- androidx.compose.runtime:runtime:1.4.3 -> 1.6.0 +| | | | \--- androidx.compose.runtime:runtime-android:1.6.0 +| | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1 -> 1.9.0 (*) +| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | | \--- androidx.compose.runtime:runtime-saveable:1.6.0 (c) +| | | +--- androidx.compose.material:material:1.4.3 -> 1.6.0 +| | | | \--- androidx.compose.material:material-android:1.6.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.compose.animation:animation:1.6.0 +| | | | | \--- androidx.compose.animation:animation-android:1.6.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.compose.animation:animation-core:1.6.0 +| | | | | | \--- androidx.compose.animation:animation-core-android:1.6.0 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | +--- androidx.compose.ui:ui:1.6.0 +| | | | | | | \--- androidx.compose.ui:ui-android:1.6.0 +| | | | | | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.8.0 +| | | | | | | | +--- androidx.activity:activity:1.8.0 (*) +| | | | | | | | +--- androidx.core:core-ktx:1.9.0 -> 1.16.0 (*) +| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.8.7 +| | | | | | | | | \--- androidx.lifecycle:lifecycle-runtime-ktx-android:2.8.7 +| | | | | | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) +| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.8.7 +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 +| | | | | | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) +| | | | | | | | | \--- androidx.savedstate:savedstate:1.2.1 (c) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- androidx.activity:activity:1.8.0 (c) +| | | | | | | | \--- androidx.activity:activity-compose:1.8.0 (c) +| | | | | | | +--- androidx.annotation:annotation:1.6.0 -> 1.9.1 (*) +| | | | | | | +--- androidx.autofill:autofill:1.0.0 -> 1.1.0 +| | | | | | | | \--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.6.0 +| | | | | | | | \--- androidx.compose.runtime:runtime-saveable-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | | | | \--- androidx.compose.runtime:runtime:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-geometry-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime:1.2.1 -> 1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 +| | | | | | | | | \--- androidx.compose.ui:ui-util-android:1.6.0 +| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | | \--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-graphics-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 +| | | | | | | | | \--- androidx.compose.ui:ui-unit-android:1.6.0 +| | | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | | +--- androidx.collection:collection-ktx:1.2.0 -> 1.4.2 +| | | | | | | | | | +--- androidx.collection:collection:1.4.2 (*) +| | | | | | | | | | \--- androidx.collection:collection:1.4.2 (c) +| | | | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (*) +| | | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-text-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | | | +--- androidx.core:core:1.7.0 -> 1.16.0 (*) +| | | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.3.0 (*) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (*) +| | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | | +--- androidx.core:core:1.12.0 -> 1.16.0 (*) +| | | | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 +| | | | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.16.0 (*) +| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.1.20 (*) +| | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.3.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | | | | +--- androidx.profileinstaller:profileinstaller:1.3.0 -> 1.4.1 (*) +| | | | | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1 -> 1.9.0 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | \--- androidx.compose.foundation:foundation:1.4.0 -> 1.6.0 (c) +| | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (*) +| | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | | | | \--- androidx.compose.animation:animation:1.6.0 (c) +| | | | | +--- androidx.compose.foundation:foundation-layout:1.6.0 +| | | | | | \--- androidx.compose.foundation:foundation-layout-android:1.6.0 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.compose.animation:animation-core:1.2.1 -> 1.6.0 (*) +| | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | +--- androidx.core:core:1.7.0 -> 1.16.0 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | | \--- androidx.compose.foundation:foundation:1.6.0 (c) +| | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | \--- androidx.compose.animation:animation-core:1.6.0 (c) +| | | | +--- androidx.compose.animation:animation-core:1.6.0 (*) +| | | | +--- androidx.compose.foundation:foundation:1.6.0 +| | | | | \--- androidx.compose.foundation:foundation-android:1.6.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | | +--- androidx.compose.animation:animation:1.6.0 (*) +| | | | | +--- androidx.compose.foundation:foundation-layout:1.6.0 (*) +| | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-text:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | +--- androidx.core:core:1.12.0 -> 1.16.0 (*) +| | | | | +--- androidx.emoji2:emoji2:1.3.0 (*) +| | | | | \--- androidx.compose.foundation:foundation-layout:1.6.0 (c) +| | | | +--- androidx.compose.foundation:foundation-layout:1.6.0 (*) +| | | | +--- androidx.compose.material:material-icons-core:1.6.0 +| | | | | \--- androidx.compose.material:material-icons-core-android:1.6.0 +| | | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | +--- androidx.compose.material:material:1.6.0 (c) +| | | | | \--- androidx.compose.material:material-ripple:1.6.0 (c) +| | | | +--- androidx.compose.material:material-ripple:1.6.0 +| | | | | \--- androidx.compose.material:material-ripple-android:1.6.0 +| | | | | +--- androidx.compose.animation:animation:1.6.0 (*) +| | | | | +--- androidx.compose.foundation:foundation:1.6.0 (*) +| | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | +--- androidx.compose.material:material:1.6.0 (c) +| | | | | \--- androidx.compose.material:material-icons-core:1.6.0 (c) +| | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | +--- androidx.compose.ui:ui-text:1.6.0 (*) +| | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | +--- androidx.compose.material:material-icons-core:1.6.0 (c) +| | | | \--- androidx.compose.material:material-ripple:1.6.0 (c) +| | | +--- androidx.compose.animation:animation:1.4.3 -> 1.6.0 (*) +| | | +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 +| | | | +--- androidx.activity:activity-ktx:1.8.0 (*) +| | | | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.6.0 (*) +| | | | +--- androidx.compose.runtime:runtime-saveable:1.0.1 -> 1.6.0 (*) +| | | | +--- androidx.compose.ui:ui:1.0.1 -> 1.6.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- androidx.activity:activity:1.8.0 (c) +| | | | \--- androidx.activity:activity-ktx:1.8.0 (c) +| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | | \--- androidx.lifecycle:lifecycle-process:2.0.0 -> 2.8.7 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.8.22 (*) +| | +--- androidx.appcompat:appcompat:1.0.0 -> 1.7.0 (*) +| | +--- androidx.compose.runtime:runtime:1.4.3 -> 1.6.0 (*) +| | +--- androidx.compose.material:material:1.4.3 -> 1.6.0 (*) +| | +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 (*) +| | +--- androidx.navigation:navigation-compose:2.4.0 +| | | +--- androidx.activity:activity-compose:1.3.1 -> 1.8.0 (*) +| | | +--- androidx.compose.animation:animation:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.compose.runtime:runtime-saveable:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.compose.ui:ui:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.4.0 -> 2.8.7 +| | | | \--- androidx.lifecycle:lifecycle-viewmodel-compose-android:2.8.7 +| | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | +--- androidx.navigation:navigation-runtime-ktx:2.4.0 +| | | | +--- androidx.navigation:navigation-runtime:2.4.0 +| | | | | +--- androidx.navigation:navigation-common:2.4.0 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1 -> 2.8.7 (*) +| | | | | | +--- androidx.savedstate:savedstate:1.0.0 -> 1.2.1 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 -> 2.8.7 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) +| | | | | | +--- androidx.core:core-ktx:1.1.0 -> 1.16.0 (*) +| | | | | | \--- androidx.collection:collection-ktx:1.1.0 -> 1.4.2 (*) +| | | | | +--- androidx.activity:activity-ktx:1.2.3 -> 1.8.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1 -> 2.8.7 (*) +| | | | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.1 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) +| | | | \--- androidx.navigation:navigation-common-ktx:2.4.0 +| | | | \--- androidx.navigation:navigation-common:2.4.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) +| | | \--- androidx.compose.foundation:foundation-layout:1.0.1 -> 1.6.0 (*) +| | \--- androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1 -> 2.8.7 (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 +| | +--- androidx.appcompat:appcompat:1.7.0 (*) +| | +--- androidx.appcompat:appcompat-resources:1.7.0 (*) +| | +--- androidx.autofill:autofill:1.1.0 (*) +| | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.1.0 +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | \--- androidx.interpolator:interpolator:1.0.0 (*) +| | +--- androidx.tracing:tracing:1.1.0 -> 1.2.0 (*) +| | +--- com.facebook.fbjni:fbjni:0.7.0 +| | | \--- com.facebook.soloader:nativeloader:0.10.5 -> 0.12.1 +| | +--- com.facebook.fresco:fresco:3.6.0 +| | | +--- com.facebook.fresco:soloader:3.6.0 +| | | | +--- com.facebook.fresco:fbcore:3.6.0 +| | | | | +--- androidx.core:core:1.13.1 -> 1.16.0 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | \--- com.facebook.soloader:soloader:0.11.0 -> 0.12.1 +| | | | +--- com.facebook.soloader:annotation:0.12.1 +| | | | \--- com.facebook.soloader:nativeloader:0.12.1 +| | | +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| | | +--- com.facebook.fresco:ui-common:3.6.0 +| | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | +--- com.facebook.fresco:ui-core:3.6.0 +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | +--- com.facebook.fresco:middleware:3.6.0 +| | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | +--- com.facebook.fresco:ui-common:3.6.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | +--- com.facebook.fresco:drawee:3.6.0 +| | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | +--- com.facebook.fresco:imagepipeline:3.6.0 +| | | | | +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| | | | | +--- com.facebook.soloader:annotation:0.11.0 -> 0.12.1 +| | | | | +--- com.parse.bolts:bolts-tasks:1.4.0 +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | | | | +--- com.facebook.fresco:urimod:3.6.0 +| | | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | | +--- com.facebook.fresco:ui-core:3.6.0 (*) +| | | | | | +--- com.facebook.fresco:vito-source:3.6.0 +| | | | | | | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | \--- com.facebook.fresco:imagepipeline-base:3.6.0 +| | | | | +--- com.facebook.infer.annotation:infer-annotation:0.18.0 +| | | | | | +--- com.google.code.findbugs:jsr305:3.0.1 -> 3.0.2 +| | | | | | \--- org.jetbrains.kotlin:kotlin-annotations-jvm:1.3.72 +| | | | | +--- com.facebook.soloader:annotation:0.11.0 -> 0.12.1 +| | | | | +--- com.parse.bolts:bolts-tasks:1.4.0 +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | +--- com.facebook.fresco:imagepipeline-native:3.6.0 +| | | | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | \--- com.facebook.soloader:soloader:0.11.0 -> 0.12.1 (*) +| | | | +--- com.facebook.fresco:memory-type-ashmem:3.6.0 +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | \--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | | +--- com.facebook.fresco:memory-type-native:3.6.0 +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | | | +--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| | | | | \--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| | | | +--- com.facebook.fresco:memory-type-java:3.6.0 +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | | | \--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| | | | +--- com.facebook.fresco:ui-common:3.6.0 (*) +| | | | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | | | +--- com.facebook.fresco:ui-core:3.6.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | +--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-ashmem:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-native:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-java:3.6.0 (*) +| | | +--- com.facebook.fresco:nativeimagefilters:3.6.0 +| | | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | | +--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| | | | +--- com.facebook.fresco:memory-type-ashmem:3.6.0 (*) +| | | | +--- com.facebook.fresco:memory-type-native:3.6.0 (*) +| | | | +--- com.facebook.fresco:memory-type-java:3.6.0 (*) +| | | | +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| | | | +--- com.parse.bolts:bolts-tasks:1.4.0 +| | | | \--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | +--- com.facebook.fresco:nativeimagetranscoder:3.6.0 +| | | | +--- com.facebook.fresco:imagepipeline-base:3.6.0 (*) +| | | | +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| | | | +--- com.parse.bolts:bolts-tasks:1.4.0 +| | | | \--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:imagepipeline-okhttp3:3.6.0 +| | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | +--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-ashmem:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-native:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-java:3.6.0 (*) +| | | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | | +--- com.squareup.okhttp3:okhttp:3.14.9 -> 4.12.0 +| | | | +--- com.squareup.okio:okio:3.6.0 -> 3.9.1 +| | | | | \--- com.squareup.okio:okio-jvm:3.9.1 +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.1.20 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.8.22 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | +--- com.facebook.fresco:ui-common:3.6.0 (*) +| | +--- com.facebook.infer.annotation:infer-annotation:0.18.0 (*) +| | +--- com.facebook.soloader:soloader:0.12.1 (*) +| | +--- com.facebook.yoga:proguard-annotations:1.19.0 +| | +--- com.google.code.findbugs:jsr305:3.0.2 +| | +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 +| | | +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 -> 1.8.22 (*) +| | +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 (*) +| | +--- com.squareup.okio:okio:2.9.0 -> 3.9.1 (*) +| | +--- javax.inject:javax.inject:1 +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 +| +--- com.adobe.marketing.mobile:core:3.5.0 -> 3.5.0-SNAPSHOT (c) +| +--- com.adobe.marketing.mobile:edge:3.0.2 (c) +| +--- com.adobe.marketing.mobile:signal:3.0.1 (c) +| +--- com.adobe.marketing.mobile:userprofile:3.0.1 (c) +| +--- com.adobe.marketing.mobile:campaignclassic:3.1.4 (c) +| +--- com.adobe.marketing.mobile:edgebridge:3.0.1 (c) +| +--- com.adobe.marketing.mobile:assurance:3.0.7 (c) +| +--- com.adobe.marketing.mobile:lifecycle:3.0.2 (c) +| +--- com.adobe.marketing.mobile:target:3.0.2 (c) +| +--- com.adobe.marketing.mobile:edgeidentity:3.0.1 (c) +| +--- com.adobe.marketing.mobile:edgeconsent:3.0.2 (c) +| +--- com.adobe.marketing.mobile:places:3.0.2 (c) +| +--- com.adobe.marketing.mobile:identity:3.0.2 (c) +| +--- com.adobe.marketing.mobile:optimize:3.6.2 (c) +| +--- com.adobe.marketing.mobile:messaging:3.6.0 -> 3.5.1-SNAPSHOT (c) +| \--- com.adobe.marketing.mobile:notificationbuilder:3.0.3 (c) ++--- project :adobe_react-native-aepcampaignclassic +| +--- com.adobe.marketing.mobile:campaignclassic -> 3.1.4 +| | +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| | \--- com.adobe.marketing.mobile:notificationbuilder:3.0.3 +| | \--- com.adobe.marketing.mobile:core:3.0.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepcore +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- com.adobe.marketing.mobile:core:3.5.0-SNAPSHOT (*) +| +--- com.adobe.marketing.mobile:signal:3.0.1 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.adobe.marketing.mobile:identity:3.0.2 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| \--- com.adobe.marketing.mobile:lifecycle:3.0.2 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aepedge +| +--- com.adobe.marketing.mobile:edge -> 3.0.2 +| | +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| | \--- com.adobe.marketing.mobile:edgeidentity:3.0.1 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepedgebridge +| +--- com.adobe.marketing.mobile:edgebridge -> 3.0.1 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepedgeconsent +| +--- com.adobe.marketing.mobile:edgeconsent -> 3.0.2 +| | +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| | \--- com.adobe.marketing.mobile:edge:3.0.1 -> 3.0.2 (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepedgeidentity +| +--- com.adobe.marketing.mobile:edgeidentity -> 3.0.1 (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepmessaging +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| \--- com.adobe.marketing.mobile:messaging:3.5.1-SNAPSHOT +| +--- com.adobe.marketing.mobile:core:3.5.0-SNAPSHOT (*) +| +--- com.adobe.marketing.mobile:edge:3.0.1 -> 3.0.2 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.8.22 (*) +| +--- androidx.appcompat:appcompat:1.0.0 -> 1.7.0 (*) +| +--- androidx.compose.runtime:runtime:1.4.3 -> 1.6.0 (*) +| +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 (*) +| \--- androidx.compose.material3:material3:1.2.0 +| \--- androidx.compose.material3:material3-android:1.2.0 +| +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 (*) +| +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*) +| +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| +--- androidx.compose.animation:animation-core:1.6.0 (*) +| +--- androidx.compose.foundation:foundation:1.6.0 (*) +| +--- androidx.compose.foundation:foundation-layout:1.6.0 (*) +| +--- androidx.compose.material:material-icons-core:1.6.0 (*) +| +--- androidx.compose.material:material-ripple:1.6.0 (*) +| +--- androidx.compose.runtime:runtime:1.6.0 (*) +| +--- androidx.compose.ui:ui-graphics:1.6.0 (*) +| +--- androidx.compose.ui:ui-text:1.6.0 (*) +| +--- androidx.compose.ui:ui-util:1.6.0 (*) +| +--- androidx.lifecycle:lifecycle-common-java8:2.6.1 -> 2.8.7 +| | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) ++--- project :adobe_react-native-aepoptimize +| +--- com.adobe.marketing.mobile:optimize -> 3.6.2 +| | +--- com.adobe.marketing.mobile:core:3.5.0 -> 3.5.0-SNAPSHOT (*) +| | \--- com.adobe.marketing.mobile:edge:3.0.2 (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepplaces +| +--- com.adobe.marketing.mobile:places -> 3.0.2 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) +| \--- com.google.android.gms:play-services-location:21.2.0 +| +--- com.google.android.gms:play-services-base:18.3.0 +| | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | +--- androidx.fragment:fragment:1.0.0 -> 1.6.1 (*) +| | +--- com.google.android.gms:play-services-basement:18.3.0 +| | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | | \--- androidx.fragment:fragment:1.1.0 -> 1.6.1 (*) +| | \--- com.google.android.gms:play-services-tasks:18.1.0 +| | \--- com.google.android.gms:play-services-basement:18.3.0 (*) +| +--- com.google.android.gms:play-services-basement:18.3.0 (*) +| +--- com.google.android.gms:play-services-tasks:18.1.0 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.1.20 (*) +| +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) ++--- project :adobe_react-native-aeptarget +| +--- com.adobe.marketing.mobile:target -> 3.0.2 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepuserprofile +| +--- com.adobe.marketing.mobile:userprofile -> 3.0.1 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :expo +| +--- project :expo-constants +| | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | \--- commons-io:commons-io:2.6 +| +--- project :expo-modules-core +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | +--- org.jetbrains.kotlin:kotlin-reflect:2.1.20 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| | +--- androidx.annotation:annotation:1.7.1 -> 1.9.1 (*) +| | +--- androidx.tracing:tracing-ktx:1.2.0 +| | | +--- androidx.tracing:tracing:1.2.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) +| | | \--- androidx.tracing:tracing:1.2.0 (c) +| | \--- com.facebook.react:react-android -> 0.81.5 (*) +| +--- expo.modules.asset:expo.modules.asset:12.0.12 +| | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| +--- host.exp.exponent:expo.modules.filesystem:19.0.21 +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | +--- commons-codec:commons-codec:1.10 +| | +--- commons-io:commons-io:1.4 -> 2.6 +| | +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 (*) +| | +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 (*) +| | +--- com.squareup.okio:okio:2.9.0 -> 3.9.1 (*) +| | +--- androidx.legacy:legacy-support-v4:1.0.0 +| | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | +--- androidx.media:media:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | \--- androidx.versionedparcelable:versionedparcelable:1.0.0 -> 1.1.1 (*) +| | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | +--- androidx.documentfile:documentfile:1.0.0 -> 1.1.0 +| | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.7.0 -> 1.16.0 (*) +| | | | | \--- org.jspecify:jspecify:1.0.0 +| | | | +--- androidx.loader:loader:1.0.0 (*) +| | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 +| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | \--- androidx.print:print:1.0.0 +| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | +--- androidx.legacy:legacy-support-core-ui:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 (*) +| | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.viewpager:viewpager:1.0.0 (*) +| | | | +--- androidx.coordinatorlayout:coordinatorlayout:1.0.0 -> 1.2.0 +| | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 (*) +| | | | +--- androidx.slidingpanelayout:slidingpanelayout:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.interpolator:interpolator:1.0.0 (*) +| | | | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | \--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | \--- androidx.cursoradapter:cursoradapter:1.0.0 (*) +| | | \--- androidx.fragment:fragment:1.0.0 -> 1.6.1 (*) +| | \--- androidx.documentfile:documentfile:1.1.0 (*) +| +--- host.exp.exponent:expo.modules.font:14.0.11 +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | \--- com.facebook.react:react-android -> 0.81.5 (*) +| +--- host.exp.exponent:expo.modules.keepawake:15.0.8 +| | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| +--- host.exp.exponent:expo.modules.linking:8.0.11 +| | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| +--- host.exp.exponent:expo.modules.splashscreen:31.0.13 +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | +--- androidx.appcompat:appcompat:1.7.0 (*) +| | +--- androidx.core:core-splashscreen:1.2.0-alpha02 +| | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | +--- androidx.appcompat:appcompat-resources:1.7.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | \--- com.facebook.react:react-android -> 0.81.5 (*) +| +--- host.exp.exponent:expo.modules.systemui:6.0.9 +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | +--- com.facebook.react:react-android -> 0.81.5 (*) +| | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | \--- androidx.appcompat:appcompat:1.2.0 -> 1.7.0 (*) +| +--- host.exp.exponent:expo.modules.webbrowser:15.0.10 +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| | \--- androidx.browser:browser:1.6.0 +| | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) +| | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | +--- androidx.interpolator:interpolator:1.0.0 (*) +| | \--- com.google.guava:listenablefuture:1.0 +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| \--- com.facebook.react:react-android -> 0.81.5 (*) ++--- project :react-native-gesture-handler +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- project :react-native-reanimated +| | +--- com.facebook.yoga:proguard-annotations:1.19.0 +| | +--- androidx.transition:transition:1.1.0 -> 1.5.0 +| | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | +--- androidx.core:core:1.13.0 -> 1.16.0 (*) +| | | \--- androidx.dynamicanimation:dynamicanimation:1.0.0 +| | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | \--- androidx.legacy:legacy-support-core-utils:1.0.0 (*) +| | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | +--- com.facebook.react:react-android -> 0.81.5 (*) +| | \--- project :react-native-worklets +| | +--- com.facebook.yoga:proguard-annotations:1.19.0 +| | +--- androidx.transition:transition:1.1.0 -> 1.5.0 (*) +| | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | +--- com.facebook.react:react-android -> 0.81.5 (*) +| | \--- com.facebook.react:hermes-android -> 0.81.5 +| | +--- com.facebook.fbjni:fbjni:0.7.0 (*) +| | +--- com.facebook.yoga:proguard-annotations:1.19.0 +| | \--- androidx.annotation:annotation:1.6.0 -> 1.9.1 (*) +| +--- androidx.appcompat:appcompat:1.7.0 (*) +| +--- androidx.core:core-ktx:1.16.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) ++--- project :react-native-reanimated (*) ++--- project :react-native-safe-area-context +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) ++--- project :react-native-screens +| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- androidx.appcompat:appcompat:1.6.1 -> 1.7.0 (*) +| +--- androidx.fragment:fragment-ktx:1.6.1 +| | +--- androidx.activity:activity-ktx:1.5.1 -> 1.8.0 (*) +| | +--- androidx.collection:collection-ktx:1.1.0 -> 1.4.2 (*) +| | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 (*) +| | +--- androidx.fragment:fragment:1.6.1 (*) +| | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.8.7 (*) +| | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.8.7 (*) +| | +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) +| | \--- androidx.fragment:fragment:1.6.1 (c) +| +--- androidx.coordinatorlayout:coordinatorlayout:1.2.0 (*) +| +--- androidx.swiperefreshlayout:swiperefreshlayout:1.1.0 (*) +| +--- com.google.android.material:material:1.12.0 +| | +--- org.jetbrains.kotlin:kotlin-bom:1.8.22 +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 2.1.20 (c) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 (c) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (c) +| | | \--- org.jetbrains.kotlin:kotlin-reflect:1.8.22 -> 2.1.20 (c) +| | +--- com.google.errorprone:error_prone_annotations:2.15.0 +| | +--- androidx.activity:activity:1.8.0 (*) +| | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | +--- androidx.appcompat:appcompat:1.6.1 -> 1.7.0 (*) +| | +--- androidx.cardview:cardview:1.0.0 +| | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0 -> 1.2.0 (*) +| | +--- androidx.constraintlayout:constraintlayout:2.0.1 +| | | +--- androidx.appcompat:appcompat:1.2.0 -> 1.7.0 (*) +| | | +--- androidx.core:core:1.3.1 -> 1.16.0 (*) +| | | \--- androidx.constraintlayout:constraintlayout-solver:2.0.1 +| | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | +--- androidx.drawerlayout:drawerlayout:1.1.1 (*) +| | +--- androidx.dynamicanimation:dynamicanimation:1.0.0 (*) +| | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.1 (*) +| | +--- androidx.fragment:fragment:1.2.5 -> 1.6.1 (*) +| | +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.8.7 (*) +| | +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.1.0 +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | \--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 (*) +| | +--- androidx.transition:transition:1.5.0 (*) +| | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) +| | \--- androidx.viewpager2:viewpager2:1.0.0 +| | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | +--- androidx.fragment:fragment:1.1.0 -> 1.6.1 (*) +| | +--- androidx.recyclerview:recyclerview:1.1.0 (*) +| | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| +--- androidx.core:core-ktx:1.8.0 -> 1.16.0 (*) +| +--- io.coil-kt.coil3:coil:3.0.4 +| | \--- io.coil-kt.coil3:coil-android:3.0.4 +| | +--- io.coil-kt.coil3:coil-core:3.0.4 +| | | \--- io.coil-kt.coil3:coil-core-android:3.0.4 +| | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) +| | | +--- androidx.annotation:annotation:1.9.1 (*) +| | | +--- androidx.appcompat:appcompat-resources:1.7.0 (*) +| | | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| | | +--- androidx.exifinterface:exifinterface:1.3.7 +| | | | \--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | +--- androidx.profileinstaller:profileinstaller:1.4.1 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | +--- com.squareup.okio:okio:3.9.1 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (c) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| +--- io.coil-kt.coil3:coil-network-okhttp:3.0.4 +| | \--- io.coil-kt.coil3:coil-network-okhttp-jvm:3.0.4 +| | +--- io.coil-kt.coil3:coil-core:3.0.4 (*) +| | +--- io.coil-kt.coil3:coil-network-core:3.0.4 +| | | \--- io.coil-kt.coil3:coil-network-core-android:3.0.4 +| | | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| | | +--- io.coil-kt.coil3:coil-core:3.0.4 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| | +--- com.squareup.okhttp3:okhttp:4.12.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| +--- io.coil-kt.coil3:coil-svg:3.0.4 +| | \--- io.coil-kt.coil3:coil-svg-android:3.0.4 +| | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| | +--- com.caverock:androidsvg-aar:1.4 +| | +--- io.coil-kt.coil3:coil-core:3.0.4 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| \--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1 -> 2.8.7 (c) ++--- project :react-native-webview +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| \--- androidx.webkit:webkit:1.14.0 +| +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| +--- androidx.annotation:annotation-experimental:1.4.1 (*) +| +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| \--- org.jspecify:jspecify:1.0.0 ++--- project :react-native-worklets (*) ++--- com.facebook.react:react-android -> 0.81.5 (*) ++--- com.facebook.fresco:animated-gif:3.6.0 +| +--- com.parse.bolts:bolts-tasks:1.4.0 +| +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| +--- com.facebook.fresco:fbcore:3.6.0 (*) +| \--- com.facebook.fresco:animated-base:3.6.0 +| +--- com.parse.bolts:bolts-tasks:1.4.0 +| +--- com.facebook.fresco:vito-options:3.6.0 +| | +--- com.facebook.fresco:drawee:3.6.0 (*) +| | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.fresco:middleware:3.6.0 (*) +| +--- com.facebook.fresco:fbcore:3.6.0 (*) +| +--- com.facebook.fresco:imagepipeline-base:3.6.0 (*) +| +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| +--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| +--- com.facebook.fresco:memory-type-ashmem:3.6.0 (*) +| +--- com.facebook.fresco:memory-type-native:3.6.0 (*) +| +--- com.facebook.fresco:memory-type-java:3.6.0 (*) +| +--- com.facebook.fresco:animated-drawable:3.6.0 +| | +--- com.facebook.fresco:imagepipeline-base:3.6.0 (*) +| | +--- com.facebook.fresco:drawee:3.6.0 (*) +| | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | +--- com.facebook.fresco:vito-renderer:3.6.0 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:vito-options:3.6.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) ++--- com.facebook.fresco:webpsupport:3.6.0 +| +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| +--- com.parse.bolts:bolts-tasks:1.4.0 +| +--- com.facebook.fresco:fbcore:3.6.0 (*) +| +--- com.facebook.fresco:imagepipeline-base:3.6.0 (*) +| \--- com.facebook.fresco:middleware:3.6.0 (*) +\--- com.facebook.react:hermes-android -> 0.81.5 (*) + +debugRuntimeElements - Runtime elements for debug (n) +No dependencies + +debugRuntimeOnly - Runtime only dependencies for 'debug' sources. (n) +No dependencies + +debugUnitTestAnnotationProcessorClasspath - Resolved configuration for annotation-processor for variant: debugUnitTest +No dependencies + +debugUnitTestApi (n) +No dependencies + +debugUnitTestApiDependenciesMetadata +No dependencies + +debugUnitTestCompilationApi - API dependencies for '/debugUnitTest'. (n) +No dependencies + +debugUnitTestCompilationCompileOnly - Compile only dependencies for '/debugUnitTest'. (n) +No dependencies + +debugUnitTestCompilationImplementation - Implementation only dependencies for '/debugUnitTest'. (n) +No dependencies + +debugUnitTestCompilationRuntimeOnly - Runtime only dependencies for '/debugUnitTest'. (n) +No dependencies + +debugUnitTestCompileClasspath - Compile classpath for '/debugUnitTest'. ++--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 +| +--- org.jetbrains:annotations:13.0 -> 23.0.0 +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.8.22 (c) +| \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.1.20 (c) ++--- project :app (*) ++--- project :adobe_react-native-aepassurance +| \--- com.adobe.marketing.mobile:assurance -> 3.0.7 +| +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.8.22 +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 2.1.20 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| | +--- androidx.appcompat:appcompat:1.0.0 -> 1.7.0 +| | | +--- androidx.activity:activity:1.7.0 -> 1.8.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 +| | | | | \--- androidx.annotation:annotation-jvm:1.9.1 +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) +| | | | +--- androidx.core:core:1.8.0 -> 1.16.0 +| | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | +--- androidx.annotation:annotation-experimental:1.4.1 +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.1.20 (*) +| | | | | +--- androidx.core:core-viewtree:1.0.0 +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.8.7 +| | | | | | \--- androidx.lifecycle:lifecycle-runtime-android:2.8.7 +| | | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | | +--- androidx.arch.core:core-common:2.2.0 +| | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 +| | | | | | | \--- androidx.lifecycle:lifecycle-common-jvm:2.8.7 +| | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 +| | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0 +| | | | | | | | +--- org.jetbrains:annotations:23.0.0 +| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0 +| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 (c) +| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0 (c) +| | | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 (c) +| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0 (*) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | +--- androidx.versionedparcelable:versionedparcelable:1.1.1 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | \--- androidx.collection:collection:1.0.0 -> 1.4.2 +| | | | | | \--- androidx.collection:collection-jvm:1.4.2 +| | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | +--- org.jspecify:jspecify:1.0.0 +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 +| | | | | \--- androidx.lifecycle:lifecycle-viewmodel-android:2.8.7 +| | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.8.7 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 +| | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | +--- androidx.core:core:1.16.0 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | | | +--- androidx.savedstate:savedstate:1.2.1 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) +| | | | | | \--- androidx.savedstate:savedstate-ktx:1.2.1 (c) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- androidx.activity:activity-compose:1.8.0 (c) +| | | | \--- androidx.activity:activity-ktx:1.8.0 (c) +| | | +--- androidx.annotation:annotation:1.3.0 -> 1.9.1 (*) +| | | +--- androidx.appcompat:appcompat-resources:1.7.0 +| | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 +| | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) +| | | | | +--- androidx.interpolator:interpolator:1.0.0 +| | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | \--- androidx.appcompat:appcompat:1.7.0 (c) +| | | +--- androidx.core:core:1.13.0 -> 1.16.0 (*) +| | | +--- androidx.cursoradapter:cursoradapter:1.0.0 +| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | | | \--- androidx.customview:customview:1.1.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | \--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | +--- androidx.fragment:fragment:1.5.4 -> 1.6.1 +| | | | +--- androidx.activity:activity:1.7.2 -> 1.8.0 (*) +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.1 (*) +| | | | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.loader:loader:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.8.7 +| | | | | | +--- androidx.arch.core:core-runtime:2.2.0 +| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | \--- androidx.arch.core:core-common:2.2.0 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.8.7 (*) +| | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | +--- androidx.viewpager:viewpager:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) +| | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | \--- androidx.appcompat:appcompat-resources:1.7.0 (c) +| | +--- androidx.compose.runtime:runtime:1.4.3 -> 1.6.0 +| | | \--- androidx.compose.runtime:runtime-android:1.6.0 +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1 -> 1.9.0 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | \--- androidx.compose.runtime:runtime-saveable:1.6.0 (c) +| | +--- androidx.compose.material:material:1.4.3 -> 1.6.0 +| | | \--- androidx.compose.material:material-android:1.6.0 +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | +--- androidx.compose.animation:animation-core:1.6.0 +| | | | \--- androidx.compose.animation:animation-core-android:1.6.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | | \--- androidx.compose.animation:animation:1.6.0 (c) +| | | +--- androidx.compose.foundation:foundation:1.6.0 +| | | | \--- androidx.compose.foundation:foundation-android:1.6.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | +--- androidx.compose.animation:animation:1.6.0 +| | | | | \--- androidx.compose.animation:animation-android:1.6.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.compose.animation:animation-core:1.6.0 (*) +| | | | | +--- androidx.compose.foundation:foundation-layout:1.6.0 +| | | | | | \--- androidx.compose.foundation:foundation-layout-android:1.6.0 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.compose.ui:ui:1.6.0 +| | | | | | | \--- androidx.compose.ui:ui-android:1.6.0 +| | | | | | | +--- androidx.annotation:annotation:1.6.0 -> 1.9.1 (*) +| | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.6.0 +| | | | | | | | \--- androidx.compose.runtime:runtime-saveable-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | | \--- androidx.compose.runtime:runtime:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-geometry-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-graphics-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 +| | | | | | | | | \--- androidx.compose.ui:ui-unit-android:1.6.0 +| | | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (*) +| | | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-text-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (*) +| | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-util-android:1.6.0 +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | \--- androidx.compose.foundation:foundation:1.6.0 (c) +| | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (*) +| | | | | \--- androidx.compose.animation:animation-core:1.6.0 (c) +| | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | \--- androidx.compose.foundation:foundation-layout:1.6.0 (c) +| | | +--- androidx.compose.material:material-icons-core:1.6.0 +| | | | \--- androidx.compose.material:material-icons-core-android:1.6.0 +| | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | +--- androidx.compose.material:material:1.6.0 (c) +| | | | \--- androidx.compose.material:material-ripple:1.6.0 (c) +| | | +--- androidx.compose.material:material-ripple:1.6.0 +| | | | \--- androidx.compose.material:material-ripple-android:1.6.0 +| | | | +--- androidx.compose.foundation:foundation:1.6.0 (*) +| | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | +--- androidx.compose.material:material:1.6.0 (c) +| | | | \--- androidx.compose.material:material-icons-core:1.6.0 (c) +| | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | +--- androidx.compose.ui:ui-text:1.6.0 (*) +| | | +--- androidx.compose.material:material-icons-core:1.6.0 (c) +| | | \--- androidx.compose.material:material-ripple:1.6.0 (c) +| | +--- androidx.compose.animation:animation:1.4.3 -> 1.6.0 (*) +| | +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 +| | | +--- androidx.activity:activity-ktx:1.8.0 +| | | | +--- androidx.activity:activity:1.8.0 (*) +| | | | +--- androidx.core:core-ktx:1.9.0 -> 1.16.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.8.7 +| | | | | \--- androidx.lifecycle:lifecycle-runtime-ktx-android:2.8.7 +| | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.8.7 +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 +| | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) +| | | | | \--- androidx.savedstate:savedstate:1.2.1 (c) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- androidx.activity:activity:1.8.0 (c) +| | | | \--- androidx.activity:activity-compose:1.8.0 (c) +| | | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.compose.runtime:runtime-saveable:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.compose.ui:ui:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | +--- androidx.activity:activity:1.8.0 (c) +| | | \--- androidx.activity:activity-ktx:1.8.0 (c) +| | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | \--- androidx.lifecycle:lifecycle-process:2.0.0 -> 2.8.7 +| | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) +| | +--- androidx.startup:startup-runtime:1.1.1 +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.8.22 (*) +| +--- androidx.appcompat:appcompat:1.0.0 -> 1.7.0 (*) +| +--- androidx.compose.runtime:runtime:1.4.3 -> 1.6.0 (*) +| +--- androidx.compose.material:material:1.4.3 -> 1.6.0 (*) +| +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 (*) +| +--- androidx.navigation:navigation-compose:2.4.0 +| | +--- androidx.activity:activity-compose:1.3.1 -> 1.8.0 (*) +| | +--- androidx.compose.animation:animation:1.0.1 -> 1.6.0 (*) +| | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.6.0 (*) +| | +--- androidx.compose.runtime:runtime-saveable:1.0.1 -> 1.6.0 (*) +| | +--- androidx.compose.ui:ui:1.0.1 -> 1.6.0 (*) +| | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.4.0 -> 2.8.7 +| | | \--- androidx.lifecycle:lifecycle-viewmodel-compose-android:2.8.7 +| | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (*) +| | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | \--- androidx.navigation:navigation-runtime-ktx:2.4.0 +| | +--- androidx.navigation:navigation-runtime:2.4.0 +| | | +--- androidx.navigation:navigation-common:2.4.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1 -> 2.8.7 (*) +| | | | +--- androidx.savedstate:savedstate:1.0.0 -> 1.2.1 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 -> 2.8.7 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) +| | | +--- androidx.activity:activity-ktx:1.2.3 -> 1.8.0 (*) +| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1 -> 2.8.7 (*) +| | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.1 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) +| | \--- androidx.navigation:navigation-common-ktx:2.4.0 +| | \--- androidx.navigation:navigation-common:2.4.0 (*) +| \--- androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1 -> 2.8.7 (*) ++--- project :adobe_react-native-aepcampaignclassic +| \--- com.adobe.marketing.mobile:campaignclassic -> 3.1.4 +| +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| \--- com.adobe.marketing.mobile:notificationbuilder:3.0.3 +| \--- com.adobe.marketing.mobile:core:3.0.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aepcore ++--- project :adobe_react-native-aepedge +| \--- com.adobe.marketing.mobile:edge -> 3.0.2 +| +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| \--- com.adobe.marketing.mobile:edgeidentity:3.0.1 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aepedgebridge +| \--- com.adobe.marketing.mobile:edgebridge -> 3.0.1 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aepedgeconsent +| \--- com.adobe.marketing.mobile:edgeconsent -> 3.0.2 +| +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| \--- com.adobe.marketing.mobile:edge:3.0.1 -> 3.0.2 (*) ++--- project :adobe_react-native-aepedgeidentity +| \--- com.adobe.marketing.mobile:edgeidentity -> 3.0.1 (*) ++--- project :adobe_react-native-aepmessaging ++--- project :adobe_react-native-aepoptimize +| \--- com.adobe.marketing.mobile:optimize -> 3.6.2 +| +--- com.adobe.marketing.mobile:core:3.5.0 -> 3.5.0-SNAPSHOT (*) +| \--- com.adobe.marketing.mobile:edge:3.0.2 (*) ++--- project :adobe_react-native-aepplaces +| \--- com.adobe.marketing.mobile:places -> 3.0.2 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aeptarget +| \--- com.adobe.marketing.mobile:target -> 3.0.2 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aepuserprofile +| \--- com.adobe.marketing.mobile:userprofile -> 3.0.1 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :expo +| +--- project :expo-constants +| | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| +--- project :expo-modules-core +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | \--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| +--- expo.modules.asset:expo.modules.asset:12.0.12 +| +--- host.exp.exponent:expo.modules.filesystem:19.0.21 +| | +--- commons-codec:commons-codec:1.10 +| | +--- commons-io:commons-io:1.4 -> 2.6 +| | +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 +| | | +--- com.squareup.okio:okio:3.6.0 -> 3.9.1 +| | | | \--- com.squareup.okio:okio-jvm:3.9.1 +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.8.22 (*) +| | +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 +| | | +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 -> 1.8.22 (*) +| | +--- com.squareup.okio:okio:2.9.0 -> 3.9.1 (*) +| | +--- androidx.legacy:legacy-support-v4:1.0.0 +| | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | +--- androidx.media:media:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | \--- androidx.versionedparcelable:versionedparcelable:1.0.0 -> 1.1.1 (*) +| | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | +--- androidx.documentfile:documentfile:1.0.0 -> 1.1.0 +| | | | | \--- org.jspecify:jspecify:1.0.0 +| | | | +--- androidx.loader:loader:1.0.0 (*) +| | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 +| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | \--- androidx.print:print:1.0.0 +| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | +--- androidx.legacy:legacy-support-core-ui:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 (*) +| | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.viewpager:viewpager:1.0.0 (*) +| | | | +--- androidx.coordinatorlayout:coordinatorlayout:1.0.0 -> 1.2.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 (*) +| | | | +--- androidx.slidingpanelayout:slidingpanelayout:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.interpolator:interpolator:1.0.0 (*) +| | | | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 -> 1.1.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | | | \--- androidx.interpolator:interpolator:1.0.0 (*) +| | | | +--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | \--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | \--- androidx.cursoradapter:cursoradapter:1.0.0 (*) +| | | \--- androidx.fragment:fragment:1.0.0 -> 1.6.1 (*) +| | \--- androidx.documentfile:documentfile:1.1.0 (*) +| +--- host.exp.exponent:expo.modules.font:14.0.11 +| +--- host.exp.exponent:expo.modules.keepawake:15.0.8 +| +--- host.exp.exponent:expo.modules.linking:8.0.11 +| +--- host.exp.exponent:expo.modules.splashscreen:31.0.13 +| +--- host.exp.exponent:expo.modules.systemui:6.0.9 +| \--- host.exp.exponent:expo.modules.webbrowser:15.0.10 +| \--- androidx.browser:browser:1.6.0 +| +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| \--- com.google.guava:listenablefuture:1.0 ++--- project :react-native-gesture-handler ++--- project :react-native-reanimated ++--- project :react-native-safe-area-context ++--- project :react-native-screens +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) ++--- project :react-native-webview ++--- project :react-native-worklets ++--- com.facebook.react:react-android -> 0.81.5 +| +--- androidx.appcompat:appcompat:1.7.0 (*) +| +--- androidx.appcompat:appcompat-resources:1.7.0 (*) +| +--- androidx.autofill:autofill:1.1.0 +| +--- androidx.swiperefreshlayout:swiperefreshlayout:1.1.0 (*) +| +--- androidx.tracing:tracing:1.1.0 -> 1.2.0 +| +--- com.facebook.fbjni:fbjni:0.7.0 +| +--- com.facebook.fresco:fresco:3.6.0 +| | +--- com.facebook.fresco:fbcore:3.6.0 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:drawee:3.6.0 +| | | +--- com.facebook.fresco:ui-core:3.6.0 +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:imagepipeline:3.6.0 +| | | \--- com.facebook.fresco:imagepipeline-base:3.6.0 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:imagepipeline-native:3.6.0 +| | +--- com.facebook.fresco:memory-type-ashmem:3.6.0 +| | +--- com.facebook.fresco:memory-type-native:3.6.0 +| | +--- com.facebook.fresco:memory-type-java:3.6.0 +| | +--- com.facebook.fresco:nativeimagefilters:3.6.0 +| | +--- com.facebook.fresco:nativeimagetranscoder:3.6.0 +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.fresco:imagepipeline-okhttp3:3.6.0 +| | +--- com.squareup.okhttp3:okhttp:3.14.9 -> 4.12.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.fresco:middleware:3.6.0 +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.fresco:ui-common:3.6.0 +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.infer.annotation:infer-annotation:0.18.0 +| | +--- com.google.code.findbugs:jsr305:3.0.1 -> 3.0.2 +| | \--- org.jetbrains.kotlin:kotlin-annotations-jvm:1.3.72 +| +--- com.facebook.soloader:soloader:0.12.1 +| | +--- com.facebook.soloader:annotation:0.12.1 +| | \--- com.facebook.soloader:nativeloader:0.12.1 +| +--- com.facebook.yoga:proguard-annotations:1.19.0 +| +--- com.google.code.findbugs:jsr305:3.0.2 +| +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 (*) +| +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 (*) +| +--- com.squareup.okio:okio:2.9.0 -> 3.9.1 (*) +| +--- javax.inject:javax.inject:1 +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) ++--- com.facebook.fresco:animated-gif:3.6.0 ++--- com.facebook.fresco:webpsupport:3.6.0 ++--- com.facebook.react:hermes-android -> 0.81.5 ++--- org.jetbrains.kotlin:kotlin-stdlib:{strictly 2.1.20} -> 2.1.20 (c) ++--- com.facebook.react:react-android:{strictly 0.81.5} -> 0.81.5 (c) ++--- com.facebook.react:hermes-android:{strictly 0.81.5} -> 0.81.5 (c) ++--- com.facebook.fresco:animated-gif:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:webpsupport:{strictly 3.6.0} -> 3.6.0 (c) ++--- org.jetbrains:annotations:{strictly 23.0.0} -> 23.0.0 (c) ++--- com.adobe.marketing.mobile:assurance:{strictly 3.0.7} -> 3.0.7 (c) ++--- com.adobe.marketing.mobile:campaignclassic:{strictly 3.1.4} -> 3.1.4 (c) ++--- com.adobe.marketing.mobile:edge:{strictly 3.0.2} -> 3.0.2 (c) ++--- com.adobe.marketing.mobile:edgebridge:{strictly 3.0.1} -> 3.0.1 (c) ++--- com.adobe.marketing.mobile:edgeconsent:{strictly 3.0.2} -> 3.0.2 (c) ++--- com.adobe.marketing.mobile:edgeidentity:{strictly 3.0.1} -> 3.0.1 (c) ++--- com.adobe.marketing.mobile:optimize:{strictly 3.6.2} -> 3.6.2 (c) ++--- com.adobe.marketing.mobile:places:{strictly 3.0.2} -> 3.0.2 (c) ++--- com.adobe.marketing.mobile:target:{strictly 3.0.2} -> 3.0.2 (c) ++--- com.adobe.marketing.mobile:userprofile:{strictly 3.0.1} -> 3.0.1 (c) ++--- expo.modules.asset:expo.modules.asset:{strictly 12.0.12} -> 12.0.12 (c) ++--- host.exp.exponent:expo.modules.filesystem:{strictly 19.0.21} -> 19.0.21 (c) ++--- host.exp.exponent:expo.modules.font:{strictly 14.0.11} -> 14.0.11 (c) ++--- host.exp.exponent:expo.modules.keepawake:{strictly 15.0.8} -> 15.0.8 (c) ++--- host.exp.exponent:expo.modules.linking:{strictly 8.0.11} -> 8.0.11 (c) ++--- host.exp.exponent:expo.modules.splashscreen:{strictly 31.0.13} -> 31.0.13 (c) ++--- host.exp.exponent:expo.modules.systemui:{strictly 6.0.9} -> 6.0.9 (c) ++--- host.exp.exponent:expo.modules.webbrowser:{strictly 15.0.10} -> 15.0.10 (c) ++--- androidx.appcompat:appcompat:{strictly 1.7.0} -> 1.7.0 (c) ++--- androidx.appcompat:appcompat-resources:{strictly 1.7.0} -> 1.7.0 (c) ++--- androidx.autofill:autofill:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.swiperefreshlayout:swiperefreshlayout:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.tracing:tracing:{strictly 1.2.0} -> 1.2.0 (c) ++--- com.facebook.fbjni:fbjni:{strictly 0.7.0} -> 0.7.0 (c) ++--- com.facebook.fresco:fresco:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:imagepipeline-okhttp3:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:middleware:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:ui-common:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.infer.annotation:infer-annotation:{strictly 0.18.0} -> 0.18.0 (c) ++--- com.facebook.soloader:soloader:{strictly 0.12.1} -> 0.12.1 (c) ++--- com.facebook.yoga:proguard-annotations:{strictly 1.19.0} -> 1.19.0 (c) ++--- com.google.code.findbugs:jsr305:{strictly 3.0.2} -> 3.0.2 (c) ++--- com.squareup.okhttp3:okhttp-urlconnection:{strictly 4.9.2} -> 4.9.2 (c) ++--- com.squareup.okhttp3:okhttp:{strictly 4.12.0} -> 4.12.0 (c) ++--- com.squareup.okio:okio:{strictly 3.9.1} -> 3.9.1 (c) ++--- javax.inject:javax.inject:{strictly 1} -> 1 (c) ++--- com.adobe.marketing.mobile:core:{strictly 3.5.0-SNAPSHOT} -> 3.5.0-SNAPSHOT (c) ++--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:{strictly 1.8.22} -> 1.8.22 (c) ++--- androidx.compose.runtime:runtime:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.activity:activity-compose:{strictly 1.8.0} -> 1.8.0 (c) ++--- androidx.navigation:navigation-compose:{strictly 2.4.0} -> 2.4.0 (c) ++--- androidx.lifecycle:lifecycle-viewmodel-compose:{strictly 2.8.7} -> 2.8.7 (c) ++--- com.adobe.marketing.mobile:notificationbuilder:{strictly 3.0.3} -> 3.0.3 (c) ++--- androidx.annotation:annotation:{strictly 1.9.1} -> 1.9.1 (c) ++--- org.jetbrains.kotlinx:kotlinx-coroutines-core:{strictly 1.9.0} -> 1.9.0 (c) ++--- org.jetbrains.kotlinx:kotlinx-coroutines-android:{strictly 1.9.0} -> 1.9.0 (c) ++--- androidx.core:core-ktx:{strictly 1.16.0} -> 1.16.0 (c) ++--- commons-codec:commons-codec:{strictly 1.10} -> 1.10 (c) ++--- commons-io:commons-io:{strictly 2.6} -> 2.6 (c) ++--- androidx.legacy:legacy-support-v4:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.documentfile:documentfile:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.browser:browser:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.activity:activity:{strictly 1.8.0} -> 1.8.0 (c) ++--- androidx.core:core:{strictly 1.16.0} -> 1.16.0 (c) ++--- androidx.cursoradapter:cursoradapter:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.drawerlayout:drawerlayout:{strictly 1.1.1} -> 1.1.1 (c) ++--- androidx.fragment:fragment:{strictly 1.6.1} -> 1.6.1 (c) ++--- androidx.savedstate:savedstate:{strictly 1.2.1} -> 1.2.1 (c) ++--- androidx.vectordrawable:vectordrawable:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.vectordrawable:vectordrawable-animated:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.interpolator:interpolator:{strictly 1.0.0} -> 1.0.0 (c) ++--- com.facebook.fresco:fbcore:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:drawee:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:imagepipeline:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:imagepipeline-native:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:memory-type-ashmem:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:memory-type-native:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:memory-type-java:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:nativeimagefilters:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:nativeimagetranscoder:{strictly 3.6.0} -> 3.6.0 (c) ++--- org.jetbrains.kotlin:kotlin-annotations-jvm:{strictly 1.3.72} -> 1.3.72 (c) ++--- com.facebook.soloader:annotation:{strictly 0.12.1} -> 0.12.1 (c) ++--- com.facebook.soloader:nativeloader:{strictly 0.12.1} -> 0.12.1 (c) ++--- com.squareup.okio:okio-jvm:{strictly 3.9.1} -> 3.9.1 (c) ++--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:{strictly 2.1.20} -> 2.1.20 (c) ++--- androidx.compose.animation:animation:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.lifecycle:lifecycle-runtime-ktx:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.lifecycle:lifecycle-process:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.compose.runtime:runtime-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.activity:activity-ktx:{strictly 1.8.0} -> 1.8.0 (c) ++--- androidx.compose.runtime:runtime-saveable:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.lifecycle:lifecycle-viewmodel:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.navigation:navigation-runtime-ktx:{strictly 2.4.0} -> 2.4.0 (c) ++--- androidx.lifecycle:lifecycle-viewmodel-compose-android:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.annotation:annotation-jvm:{strictly 1.9.1} -> 1.9.1 (c) ++--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:{strictly 1.9.0} -> 1.9.0 (c) ++--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:{strictly 1.9.0} -> 1.9.0 (c) ++--- androidx.media:media:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.legacy:legacy-support-core-utils:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.legacy:legacy-support-core-ui:{strictly 1.0.0} -> 1.0.0 (c) ++--- org.jspecify:jspecify:{strictly 1.0.0} -> 1.0.0 (c) ++--- com.google.guava:listenablefuture:{strictly 1.0} -> 1.0 (c) ++--- androidx.lifecycle:lifecycle-runtime:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.lifecycle:lifecycle-viewmodel-savedstate:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.annotation:annotation-experimental:{strictly 1.4.1} -> 1.4.1 (c) ++--- androidx.core:core-viewtree:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.versionedparcelable:versionedparcelable:{strictly 1.1.1} -> 1.1.1 (c) ++--- androidx.customview:customview:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.collection:collection:{strictly 1.4.2} -> 1.4.2 (c) ++--- androidx.lifecycle:lifecycle-livedata-core:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.loader:loader:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.viewpager:viewpager:{strictly 1.0.0} -> 1.0.0 (c) ++--- com.facebook.fresco:ui-core:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:imagepipeline-base:{strictly 3.6.0} -> 3.6.0 (c) ++--- androidx.compose.animation:animation-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.lifecycle:lifecycle-runtime-ktx-android:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.startup:startup-runtime:{strictly 1.1.1} -> 1.1.1 (c) ++--- androidx.compose.animation:animation-core:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.foundation:foundation:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material-icons-core:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material-ripple:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-text:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.lifecycle:lifecycle-viewmodel-ktx:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.savedstate:savedstate-ktx:{strictly 1.2.1} -> 1.2.1 (c) ++--- androidx.compose.runtime:runtime-saveable-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.lifecycle:lifecycle-viewmodel-android:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.navigation:navigation-runtime:{strictly 2.4.0} -> 2.4.0 (c) ++--- androidx.navigation:navigation-common-ktx:{strictly 2.4.0} -> 2.4.0 (c) ++--- androidx.lifecycle:lifecycle-common:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.localbroadcastmanager:localbroadcastmanager:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.print:print:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.coordinatorlayout:coordinatorlayout:{strictly 1.2.0} -> 1.2.0 (c) ++--- androidx.slidingpanelayout:slidingpanelayout:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.asynclayoutinflater:asynclayoutinflater:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.lifecycle:lifecycle-runtime-android:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.collection:collection-jvm:{strictly 1.4.2} -> 1.4.2 (c) ++--- androidx.lifecycle:lifecycle-livedata:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.compose.foundation:foundation-layout:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-geometry:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material-icons-core-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material-ripple-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.animation:animation-core-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.foundation:foundation-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-text-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-graphics:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-unit:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-util:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.navigation:navigation-common:{strictly 2.4.0} -> 2.4.0 (c) ++--- androidx.lifecycle:lifecycle-common-jvm:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.arch.core:core-common:{strictly 2.2.0} -> 2.2.0 (c) ++--- androidx.arch.core:core-runtime:{strictly 2.2.0} -> 2.2.0 (c) ++--- androidx.lifecycle:lifecycle-livedata-core-ktx:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.compose.foundation:foundation-layout-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-geometry-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-graphics-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-unit-android:{strictly 1.6.0} -> 1.6.0 (c) +\--- androidx.compose.ui:ui-util-android:{strictly 1.6.0} -> 1.6.0 (c) + +debugUnitTestCompileOnly (n) +No dependencies + +debugUnitTestCompileOnlyDependenciesMetadata +No dependencies + +debugUnitTestImplementation (n) +No dependencies + +debugUnitTestImplementationDependenciesMetadata +No dependencies + +debugUnitTestIntransitiveDependenciesMetadata +No dependencies + +debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. ++--- project :app (*) ++--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 +| +--- org.jetbrains:annotations:13.0 -> 23.0.0 +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.1.20 (c) +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.8.22 (c) +| \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20 (c) ++--- project :adobe_react-native-aepassurance +| +--- com.adobe.marketing.mobile:assurance -> 3.0.7 +| | +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.8.22 +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 2.1.20 +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| | | +--- androidx.appcompat:appcompat:1.0.0 -> 1.7.0 +| | | | +--- androidx.activity:activity:1.7.0 -> 1.8.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 +| | | | | | \--- androidx.annotation:annotation-jvm:1.9.1 +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) +| | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 +| | | | | | \--- androidx.collection:collection-jvm:1.4.2 +| | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- androidx.collection:collection-ktx:1.4.2 (c) +| | | | | | \--- androidx.collection:collection-ktx:1.3.0 -> 1.4.2 (c) +| | | | | +--- androidx.core:core:1.8.0 -> 1.16.0 +| | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.1.20 (*) +| | | | | | +--- androidx.collection:collection:1.4.2 (*) +| | | | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 +| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | \--- com.google.guava:listenablefuture:1.0 +| | | | | | +--- androidx.core:core-viewtree:1.0.0 +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | | | +--- androidx.interpolator:interpolator:1.0.0 +| | | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.8.7 +| | | | | | | \--- androidx.lifecycle:lifecycle-runtime-android:2.8.7 +| | | | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | | | +--- androidx.arch.core:core-common:2.2.0 +| | | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | \--- androidx.arch.core:core-common:2.2.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 +| | | | | | | | \--- androidx.lifecycle:lifecycle-common-jvm:2.8.7 +| | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 +| | | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0 +| | | | | | | | | +--- org.jetbrains:annotations:23.0.0 +| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0 +| | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 (c) +| | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0 (c) +| | | | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 (c) +| | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 +| | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | | | +--- androidx.concurrent:concurrent-futures:1.1.0 (*) +| | | | | | | | +--- androidx.startup:startup-runtime:1.1.1 +| | | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | | \--- androidx.tracing:tracing:1.0.0 -> 1.2.0 +| | | | | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | | | | | | | \--- androidx.tracing:tracing-ktx:1.2.0 (c) +| | | | | | | | \--- com.google.guava:listenablefuture:1.0 +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 +| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 (*) +| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0 (*) +| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- androidx.tracing:tracing:1.2.0 (*) +| | | | | | +--- androidx.versionedparcelable:versionedparcelable:1.1.1 +| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | \--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | +--- org.jspecify:jspecify:1.0.0 +| | | | | | +--- androidx.core:core-ktx:1.16.0 (c) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-android:2.8.7 +| | | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.8.7 +| | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 +| | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | | +--- androidx.core:core:1.16.0 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | | +--- androidx.core:core:1.16.0 (c) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 +| | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) +| | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | | | | +--- androidx.savedstate:savedstate:1.2.1 +| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | +--- androidx.arch.core:core-common:2.1.0 -> 2.2.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.8.7 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) +| | | | | | | \--- androidx.savedstate:savedstate-ktx:1.2.1 (c) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | +--- androidx.profileinstaller:profileinstaller:1.3.0 -> 1.4.1 (*) +| | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | | +--- androidx.tracing:tracing:1.0.0 -> 1.2.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- androidx.activity:activity-compose:1.8.0 (c) +| | | | | \--- androidx.activity:activity-ktx:1.8.0 (c) +| | | | +--- androidx.annotation:annotation:1.3.0 -> 1.9.1 (*) +| | | | +--- androidx.appcompat:appcompat-resources:1.7.0 +| | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 +| | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) +| | | | | | +--- androidx.interpolator:interpolator:1.0.0 (*) +| | | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | | \--- androidx.appcompat:appcompat:1.7.0 (c) +| | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | +--- androidx.core:core:1.13.0 -> 1.16.0 (*) +| | | | +--- androidx.core:core-ktx:1.13.0 -> 1.16.0 (*) +| | | | +--- androidx.cursoradapter:cursoradapter:1.0.0 +| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.1.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | +--- androidx.emoji2:emoji2:1.3.0 +| | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | | | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.8.7 +| | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) +| | | | | | +--- androidx.startup:startup-runtime:1.1.1 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | +--- androidx.startup:startup-runtime:1.0.0 -> 1.1.1 (*) +| | | | | \--- androidx.emoji2:emoji2-views-helper:1.3.0 (c) +| | | | +--- androidx.emoji2:emoji2-views-helper:1.2.0 -> 1.3.0 +| | | | | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | | | +--- androidx.emoji2:emoji2:1.3.0 (*) +| | | | | \--- androidx.emoji2:emoji2:1.3.0 (c) +| | | | +--- androidx.fragment:fragment:1.5.4 -> 1.6.1 +| | | | | +--- androidx.activity:activity:1.7.2 -> 1.8.0 (*) +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.1 (*) +| | | | | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.8.7 (*) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.8.7 (*) +| | | | | +--- androidx.loader:loader:1.0.0 +| | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.8.7 +| | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) +| | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.8.7 (*) +| | | | | +--- androidx.profileinstaller:profileinstaller:1.3.0 -> 1.4.1 (*) +| | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | | +--- androidx.viewpager:viewpager:1.0.0 +| | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) +| | | | | \--- androidx.fragment:fragment-ktx:1.6.1 (c) +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 (*) +| | | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 +| | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | \--- androidx.appcompat:appcompat-resources:1.7.0 (c) +| | | +--- androidx.compose.runtime:runtime:1.4.3 -> 1.6.0 +| | | | \--- androidx.compose.runtime:runtime-android:1.6.0 +| | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1 -> 1.9.0 (*) +| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | | \--- androidx.compose.runtime:runtime-saveable:1.6.0 (c) +| | | +--- androidx.compose.material:material:1.4.3 -> 1.6.0 +| | | | \--- androidx.compose.material:material-android:1.6.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.compose.animation:animation:1.6.0 +| | | | | \--- androidx.compose.animation:animation-android:1.6.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.compose.animation:animation-core:1.6.0 +| | | | | | \--- androidx.compose.animation:animation-core-android:1.6.0 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | +--- androidx.compose.ui:ui:1.6.0 +| | | | | | | \--- androidx.compose.ui:ui-android:1.6.0 +| | | | | | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.8.0 +| | | | | | | | +--- androidx.activity:activity:1.8.0 (*) +| | | | | | | | +--- androidx.core:core-ktx:1.9.0 -> 1.16.0 (*) +| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.8.7 +| | | | | | | | | \--- androidx.lifecycle:lifecycle-runtime-ktx-android:2.8.7 +| | | | | | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) +| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.8.7 +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 +| | | | | | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) +| | | | | | | | | \--- androidx.savedstate:savedstate:1.2.1 (c) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- androidx.activity:activity:1.8.0 (c) +| | | | | | | | \--- androidx.activity:activity-compose:1.8.0 (c) +| | | | | | | +--- androidx.annotation:annotation:1.6.0 -> 1.9.1 (*) +| | | | | | | +--- androidx.autofill:autofill:1.0.0 -> 1.1.0 +| | | | | | | | \--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.6.0 +| | | | | | | | \--- androidx.compose.runtime:runtime-saveable-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | | | | \--- androidx.compose.runtime:runtime:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-geometry-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime:1.2.1 -> 1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 +| | | | | | | | | \--- androidx.compose.ui:ui-util-android:1.6.0 +| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | | \--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-graphics-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 +| | | | | | | | | \--- androidx.compose.ui:ui-unit-android:1.6.0 +| | | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | | +--- androidx.collection:collection-ktx:1.2.0 -> 1.4.2 +| | | | | | | | | | +--- androidx.collection:collection:1.4.2 (*) +| | | | | | | | | | \--- androidx.collection:collection:1.4.2 (c) +| | | | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (*) +| | | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-text-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | | | +--- androidx.core:core:1.7.0 -> 1.16.0 (*) +| | | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.3.0 (*) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (*) +| | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | | +--- androidx.core:core:1.12.0 -> 1.16.0 (*) +| | | | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 +| | | | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.16.0 (*) +| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.1.20 (*) +| | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.3.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | | | | +--- androidx.profileinstaller:profileinstaller:1.3.0 -> 1.4.1 (*) +| | | | | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1 -> 1.9.0 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | \--- androidx.compose.foundation:foundation:1.4.0 -> 1.6.0 (c) +| | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (*) +| | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | | | | \--- androidx.compose.animation:animation:1.6.0 (c) +| | | | | +--- androidx.compose.foundation:foundation-layout:1.6.0 +| | | | | | \--- androidx.compose.foundation:foundation-layout-android:1.6.0 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.compose.animation:animation-core:1.2.1 -> 1.6.0 (*) +| | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | +--- androidx.core:core:1.7.0 -> 1.16.0 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | | \--- androidx.compose.foundation:foundation:1.6.0 (c) +| | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | \--- androidx.compose.animation:animation-core:1.6.0 (c) +| | | | +--- androidx.compose.animation:animation-core:1.6.0 (*) +| | | | +--- androidx.compose.foundation:foundation:1.6.0 +| | | | | \--- androidx.compose.foundation:foundation-android:1.6.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | | +--- androidx.compose.animation:animation:1.6.0 (*) +| | | | | +--- androidx.compose.foundation:foundation-layout:1.6.0 (*) +| | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-text:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | +--- androidx.core:core:1.12.0 -> 1.16.0 (*) +| | | | | +--- androidx.emoji2:emoji2:1.3.0 (*) +| | | | | \--- androidx.compose.foundation:foundation-layout:1.6.0 (c) +| | | | +--- androidx.compose.foundation:foundation-layout:1.6.0 (*) +| | | | +--- androidx.compose.material:material-icons-core:1.6.0 +| | | | | \--- androidx.compose.material:material-icons-core-android:1.6.0 +| | | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | +--- androidx.compose.material:material:1.6.0 (c) +| | | | | \--- androidx.compose.material:material-ripple:1.6.0 (c) +| | | | +--- androidx.compose.material:material-ripple:1.6.0 +| | | | | \--- androidx.compose.material:material-ripple-android:1.6.0 +| | | | | +--- androidx.compose.animation:animation:1.6.0 (*) +| | | | | +--- androidx.compose.foundation:foundation:1.6.0 (*) +| | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | +--- androidx.compose.material:material:1.6.0 (c) +| | | | | \--- androidx.compose.material:material-icons-core:1.6.0 (c) +| | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | +--- androidx.compose.ui:ui-text:1.6.0 (*) +| | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | +--- androidx.compose.material:material-icons-core:1.6.0 (c) +| | | | \--- androidx.compose.material:material-ripple:1.6.0 (c) +| | | +--- androidx.compose.animation:animation:1.4.3 -> 1.6.0 (*) +| | | +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 +| | | | +--- androidx.activity:activity-ktx:1.8.0 (*) +| | | | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.6.0 (*) +| | | | +--- androidx.compose.runtime:runtime-saveable:1.0.1 -> 1.6.0 (*) +| | | | +--- androidx.compose.ui:ui:1.0.1 -> 1.6.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- androidx.activity:activity:1.8.0 (c) +| | | | \--- androidx.activity:activity-ktx:1.8.0 (c) +| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | | \--- androidx.lifecycle:lifecycle-process:2.0.0 -> 2.8.7 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.8.22 (*) +| | +--- androidx.appcompat:appcompat:1.0.0 -> 1.7.0 (*) +| | +--- androidx.compose.runtime:runtime:1.4.3 -> 1.6.0 (*) +| | +--- androidx.compose.material:material:1.4.3 -> 1.6.0 (*) +| | +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 (*) +| | +--- androidx.navigation:navigation-compose:2.4.0 +| | | +--- androidx.activity:activity-compose:1.3.1 -> 1.8.0 (*) +| | | +--- androidx.compose.animation:animation:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.compose.runtime:runtime-saveable:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.compose.ui:ui:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.4.0 -> 2.8.7 +| | | | \--- androidx.lifecycle:lifecycle-viewmodel-compose-android:2.8.7 +| | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | +--- androidx.navigation:navigation-runtime-ktx:2.4.0 +| | | | +--- androidx.navigation:navigation-runtime:2.4.0 +| | | | | +--- androidx.navigation:navigation-common:2.4.0 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1 -> 2.8.7 (*) +| | | | | | +--- androidx.savedstate:savedstate:1.0.0 -> 1.2.1 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 -> 2.8.7 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) +| | | | | | +--- androidx.core:core-ktx:1.1.0 -> 1.16.0 (*) +| | | | | | \--- androidx.collection:collection-ktx:1.1.0 -> 1.4.2 (*) +| | | | | +--- androidx.activity:activity-ktx:1.2.3 -> 1.8.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1 -> 2.8.7 (*) +| | | | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.1 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) +| | | | \--- androidx.navigation:navigation-common-ktx:2.4.0 +| | | | \--- androidx.navigation:navigation-common:2.4.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) +| | | \--- androidx.compose.foundation:foundation-layout:1.0.1 -> 1.6.0 (*) +| | \--- androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1 -> 2.8.7 (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 +| | +--- androidx.appcompat:appcompat:1.7.0 (*) +| | +--- androidx.appcompat:appcompat-resources:1.7.0 (*) +| | +--- androidx.autofill:autofill:1.1.0 (*) +| | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.1.0 +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | \--- androidx.interpolator:interpolator:1.0.0 (*) +| | +--- androidx.tracing:tracing:1.1.0 -> 1.2.0 (*) +| | +--- com.facebook.fbjni:fbjni:0.7.0 +| | | \--- com.facebook.soloader:nativeloader:0.10.5 -> 0.12.1 +| | +--- com.facebook.fresco:fresco:3.6.0 +| | | +--- com.facebook.fresco:soloader:3.6.0 +| | | | +--- com.facebook.fresco:fbcore:3.6.0 +| | | | | +--- androidx.core:core:1.13.1 -> 1.16.0 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | \--- com.facebook.soloader:soloader:0.11.0 -> 0.12.1 +| | | | +--- com.facebook.soloader:annotation:0.12.1 +| | | | \--- com.facebook.soloader:nativeloader:0.12.1 +| | | +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| | | +--- com.facebook.fresco:ui-common:3.6.0 +| | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | +--- com.facebook.fresco:ui-core:3.6.0 +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | +--- com.facebook.fresco:middleware:3.6.0 +| | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | +--- com.facebook.fresco:ui-common:3.6.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | +--- com.facebook.fresco:drawee:3.6.0 +| | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | +--- com.facebook.fresco:imagepipeline:3.6.0 +| | | | | +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| | | | | +--- com.facebook.soloader:annotation:0.11.0 -> 0.12.1 +| | | | | +--- com.parse.bolts:bolts-tasks:1.4.0 +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | | | | +--- com.facebook.fresco:urimod:3.6.0 +| | | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | | +--- com.facebook.fresco:ui-core:3.6.0 (*) +| | | | | | +--- com.facebook.fresco:vito-source:3.6.0 +| | | | | | | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | \--- com.facebook.fresco:imagepipeline-base:3.6.0 +| | | | | +--- com.facebook.infer.annotation:infer-annotation:0.18.0 +| | | | | | +--- com.google.code.findbugs:jsr305:3.0.1 -> 3.0.2 +| | | | | | \--- org.jetbrains.kotlin:kotlin-annotations-jvm:1.3.72 +| | | | | +--- com.facebook.soloader:annotation:0.11.0 -> 0.12.1 +| | | | | +--- com.parse.bolts:bolts-tasks:1.4.0 +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | +--- com.facebook.fresco:imagepipeline-native:3.6.0 +| | | | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | \--- com.facebook.soloader:soloader:0.11.0 -> 0.12.1 (*) +| | | | +--- com.facebook.fresco:memory-type-ashmem:3.6.0 +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | \--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | | +--- com.facebook.fresco:memory-type-native:3.6.0 +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | | | +--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| | | | | \--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| | | | +--- com.facebook.fresco:memory-type-java:3.6.0 +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | | | \--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| | | | +--- com.facebook.fresco:ui-common:3.6.0 (*) +| | | | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | | | +--- com.facebook.fresco:ui-core:3.6.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | +--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-ashmem:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-native:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-java:3.6.0 (*) +| | | +--- com.facebook.fresco:nativeimagefilters:3.6.0 +| | | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | | +--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| | | | +--- com.facebook.fresco:memory-type-ashmem:3.6.0 (*) +| | | | +--- com.facebook.fresco:memory-type-native:3.6.0 (*) +| | | | +--- com.facebook.fresco:memory-type-java:3.6.0 (*) +| | | | +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| | | | +--- com.parse.bolts:bolts-tasks:1.4.0 +| | | | \--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | +--- com.facebook.fresco:nativeimagetranscoder:3.6.0 +| | | | +--- com.facebook.fresco:imagepipeline-base:3.6.0 (*) +| | | | +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| | | | +--- com.parse.bolts:bolts-tasks:1.4.0 +| | | | \--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:imagepipeline-okhttp3:3.6.0 +| | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | +--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-ashmem:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-native:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-java:3.6.0 (*) +| | | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | | +--- com.squareup.okhttp3:okhttp:3.14.9 -> 4.12.0 +| | | | +--- com.squareup.okio:okio:3.6.0 -> 3.9.1 +| | | | | \--- com.squareup.okio:okio-jvm:3.9.1 +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.1.20 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.8.22 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | +--- com.facebook.fresco:ui-common:3.6.0 (*) +| | +--- com.facebook.infer.annotation:infer-annotation:0.18.0 (*) +| | +--- com.facebook.soloader:soloader:0.12.1 (*) +| | +--- com.facebook.yoga:proguard-annotations:1.19.0 +| | +--- com.google.code.findbugs:jsr305:3.0.2 +| | +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 +| | | +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 -> 1.8.22 (*) +| | +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 (*) +| | +--- com.squareup.okio:okio:2.9.0 -> 3.9.1 (*) +| | +--- javax.inject:javax.inject:1 +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 +| +--- com.adobe.marketing.mobile:core:3.5.0 -> 3.5.0-SNAPSHOT (c) +| +--- com.adobe.marketing.mobile:edge:3.0.2 (c) +| +--- com.adobe.marketing.mobile:signal:3.0.1 (c) +| +--- com.adobe.marketing.mobile:userprofile:3.0.1 (c) +| +--- com.adobe.marketing.mobile:campaignclassic:3.1.4 (c) +| +--- com.adobe.marketing.mobile:edgebridge:3.0.1 (c) +| +--- com.adobe.marketing.mobile:assurance:3.0.7 (c) +| +--- com.adobe.marketing.mobile:lifecycle:3.0.2 (c) +| +--- com.adobe.marketing.mobile:target:3.0.2 (c) +| +--- com.adobe.marketing.mobile:edgeidentity:3.0.1 (c) +| +--- com.adobe.marketing.mobile:edgeconsent:3.0.2 (c) +| +--- com.adobe.marketing.mobile:places:3.0.2 (c) +| +--- com.adobe.marketing.mobile:identity:3.0.2 (c) +| +--- com.adobe.marketing.mobile:optimize:3.6.2 (c) +| +--- com.adobe.marketing.mobile:messaging:3.6.0 -> 3.5.1-SNAPSHOT (c) +| \--- com.adobe.marketing.mobile:notificationbuilder:3.0.3 (c) ++--- project :adobe_react-native-aepcampaignclassic +| +--- com.adobe.marketing.mobile:campaignclassic -> 3.1.4 +| | +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| | \--- com.adobe.marketing.mobile:notificationbuilder:3.0.3 +| | \--- com.adobe.marketing.mobile:core:3.0.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepcore +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- com.adobe.marketing.mobile:core:3.5.0-SNAPSHOT (*) +| +--- com.adobe.marketing.mobile:signal:3.0.1 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.adobe.marketing.mobile:identity:3.0.2 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| \--- com.adobe.marketing.mobile:lifecycle:3.0.2 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aepedge +| +--- com.adobe.marketing.mobile:edge -> 3.0.2 +| | +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| | \--- com.adobe.marketing.mobile:edgeidentity:3.0.1 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepedgebridge +| +--- com.adobe.marketing.mobile:edgebridge -> 3.0.1 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepedgeconsent +| +--- com.adobe.marketing.mobile:edgeconsent -> 3.0.2 +| | +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| | \--- com.adobe.marketing.mobile:edge:3.0.1 -> 3.0.2 (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepedgeidentity +| +--- com.adobe.marketing.mobile:edgeidentity -> 3.0.1 (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepmessaging +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| \--- com.adobe.marketing.mobile:messaging:3.5.1-SNAPSHOT +| +--- com.adobe.marketing.mobile:core:3.5.0-SNAPSHOT (*) +| +--- com.adobe.marketing.mobile:edge:3.0.1 -> 3.0.2 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.8.22 (*) +| +--- androidx.appcompat:appcompat:1.0.0 -> 1.7.0 (*) +| +--- androidx.compose.runtime:runtime:1.4.3 -> 1.6.0 (*) +| +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 (*) +| \--- androidx.compose.material3:material3:1.2.0 +| \--- androidx.compose.material3:material3-android:1.2.0 +| +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 (*) +| +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*) +| +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| +--- androidx.compose.animation:animation-core:1.6.0 (*) +| +--- androidx.compose.foundation:foundation:1.6.0 (*) +| +--- androidx.compose.foundation:foundation-layout:1.6.0 (*) +| +--- androidx.compose.material:material-icons-core:1.6.0 (*) +| +--- androidx.compose.material:material-ripple:1.6.0 (*) +| +--- androidx.compose.runtime:runtime:1.6.0 (*) +| +--- androidx.compose.ui:ui-graphics:1.6.0 (*) +| +--- androidx.compose.ui:ui-text:1.6.0 (*) +| +--- androidx.compose.ui:ui-util:1.6.0 (*) +| +--- androidx.lifecycle:lifecycle-common-java8:2.6.1 -> 2.8.7 +| | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) ++--- project :adobe_react-native-aepoptimize +| +--- com.adobe.marketing.mobile:optimize -> 3.6.2 +| | +--- com.adobe.marketing.mobile:core:3.5.0 -> 3.5.0-SNAPSHOT (*) +| | \--- com.adobe.marketing.mobile:edge:3.0.2 (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepplaces +| +--- com.adobe.marketing.mobile:places -> 3.0.2 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) +| \--- com.google.android.gms:play-services-location:21.2.0 +| +--- com.google.android.gms:play-services-base:18.3.0 +| | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | +--- androidx.fragment:fragment:1.0.0 -> 1.6.1 (*) +| | +--- com.google.android.gms:play-services-basement:18.3.0 +| | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | | \--- androidx.fragment:fragment:1.1.0 -> 1.6.1 (*) +| | \--- com.google.android.gms:play-services-tasks:18.1.0 +| | \--- com.google.android.gms:play-services-basement:18.3.0 (*) +| +--- com.google.android.gms:play-services-basement:18.3.0 (*) +| +--- com.google.android.gms:play-services-tasks:18.1.0 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.1.20 (*) +| +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) ++--- project :adobe_react-native-aeptarget +| +--- com.adobe.marketing.mobile:target -> 3.0.2 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepuserprofile +| +--- com.adobe.marketing.mobile:userprofile -> 3.0.1 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :expo +| +--- project :expo-constants +| | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | \--- commons-io:commons-io:2.6 +| +--- project :expo-modules-core +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | +--- org.jetbrains.kotlin:kotlin-reflect:2.1.20 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| | +--- androidx.annotation:annotation:1.7.1 -> 1.9.1 (*) +| | +--- androidx.tracing:tracing-ktx:1.2.0 +| | | +--- androidx.tracing:tracing:1.2.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) +| | | \--- androidx.tracing:tracing:1.2.0 (c) +| | \--- com.facebook.react:react-android -> 0.81.5 (*) +| +--- expo.modules.asset:expo.modules.asset:12.0.12 +| | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| +--- host.exp.exponent:expo.modules.filesystem:19.0.21 +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | +--- commons-codec:commons-codec:1.10 +| | +--- commons-io:commons-io:1.4 -> 2.6 +| | +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 (*) +| | +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 (*) +| | +--- com.squareup.okio:okio:2.9.0 -> 3.9.1 (*) +| | +--- androidx.legacy:legacy-support-v4:1.0.0 +| | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | +--- androidx.media:media:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | \--- androidx.versionedparcelable:versionedparcelable:1.0.0 -> 1.1.1 (*) +| | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | +--- androidx.documentfile:documentfile:1.0.0 -> 1.1.0 +| | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.7.0 -> 1.16.0 (*) +| | | | | \--- org.jspecify:jspecify:1.0.0 +| | | | +--- androidx.loader:loader:1.0.0 (*) +| | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 +| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | \--- androidx.print:print:1.0.0 +| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | +--- androidx.legacy:legacy-support-core-ui:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 (*) +| | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.viewpager:viewpager:1.0.0 (*) +| | | | +--- androidx.coordinatorlayout:coordinatorlayout:1.0.0 -> 1.2.0 +| | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 (*) +| | | | +--- androidx.slidingpanelayout:slidingpanelayout:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.interpolator:interpolator:1.0.0 (*) +| | | | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | \--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | \--- androidx.cursoradapter:cursoradapter:1.0.0 (*) +| | | \--- androidx.fragment:fragment:1.0.0 -> 1.6.1 (*) +| | \--- androidx.documentfile:documentfile:1.1.0 (*) +| +--- host.exp.exponent:expo.modules.font:14.0.11 +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | \--- com.facebook.react:react-android -> 0.81.5 (*) +| +--- host.exp.exponent:expo.modules.keepawake:15.0.8 +| | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| +--- host.exp.exponent:expo.modules.linking:8.0.11 +| | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| +--- host.exp.exponent:expo.modules.splashscreen:31.0.13 +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | +--- androidx.appcompat:appcompat:1.7.0 (*) +| | +--- androidx.core:core-splashscreen:1.2.0-alpha02 +| | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | +--- androidx.appcompat:appcompat-resources:1.7.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | \--- com.facebook.react:react-android -> 0.81.5 (*) +| +--- host.exp.exponent:expo.modules.systemui:6.0.9 +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | +--- com.facebook.react:react-android -> 0.81.5 (*) +| | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | \--- androidx.appcompat:appcompat:1.2.0 -> 1.7.0 (*) +| +--- host.exp.exponent:expo.modules.webbrowser:15.0.10 +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| | \--- androidx.browser:browser:1.6.0 +| | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) +| | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | +--- androidx.interpolator:interpolator:1.0.0 (*) +| | \--- com.google.guava:listenablefuture:1.0 +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| \--- com.facebook.react:react-android -> 0.81.5 (*) ++--- project :react-native-gesture-handler +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- project :react-native-reanimated +| | +--- com.facebook.yoga:proguard-annotations:1.19.0 +| | +--- androidx.transition:transition:1.1.0 -> 1.5.0 +| | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | +--- androidx.core:core:1.13.0 -> 1.16.0 (*) +| | | \--- androidx.dynamicanimation:dynamicanimation:1.0.0 +| | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | \--- androidx.legacy:legacy-support-core-utils:1.0.0 (*) +| | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | +--- com.facebook.react:react-android -> 0.81.5 (*) +| | \--- project :react-native-worklets +| | +--- com.facebook.yoga:proguard-annotations:1.19.0 +| | +--- androidx.transition:transition:1.1.0 -> 1.5.0 (*) +| | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | +--- com.facebook.react:react-android -> 0.81.5 (*) +| | \--- com.facebook.react:hermes-android -> 0.81.5 +| | +--- com.facebook.fbjni:fbjni:0.7.0 (*) +| | +--- com.facebook.yoga:proguard-annotations:1.19.0 +| | \--- androidx.annotation:annotation:1.6.0 -> 1.9.1 (*) +| +--- androidx.appcompat:appcompat:1.7.0 (*) +| +--- androidx.core:core-ktx:1.16.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) ++--- project :react-native-reanimated (*) ++--- project :react-native-safe-area-context +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) ++--- project :react-native-screens +| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- androidx.appcompat:appcompat:1.6.1 -> 1.7.0 (*) +| +--- androidx.fragment:fragment-ktx:1.6.1 +| | +--- androidx.activity:activity-ktx:1.5.1 -> 1.8.0 (*) +| | +--- androidx.collection:collection-ktx:1.1.0 -> 1.4.2 (*) +| | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 (*) +| | +--- androidx.fragment:fragment:1.6.1 (*) +| | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.8.7 (*) +| | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.8.7 (*) +| | +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) +| | \--- androidx.fragment:fragment:1.6.1 (c) +| +--- androidx.coordinatorlayout:coordinatorlayout:1.2.0 (*) +| +--- androidx.swiperefreshlayout:swiperefreshlayout:1.1.0 (*) +| +--- com.google.android.material:material:1.12.0 +| | +--- org.jetbrains.kotlin:kotlin-bom:1.8.22 +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 2.1.20 (c) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 (c) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (c) +| | | \--- org.jetbrains.kotlin:kotlin-reflect:1.8.22 -> 2.1.20 (c) +| | +--- com.google.errorprone:error_prone_annotations:2.15.0 +| | +--- androidx.activity:activity:1.8.0 (*) +| | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | +--- androidx.appcompat:appcompat:1.6.1 -> 1.7.0 (*) +| | +--- androidx.cardview:cardview:1.0.0 +| | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0 -> 1.2.0 (*) +| | +--- androidx.constraintlayout:constraintlayout:2.0.1 +| | | +--- androidx.appcompat:appcompat:1.2.0 -> 1.7.0 (*) +| | | +--- androidx.core:core:1.3.1 -> 1.16.0 (*) +| | | \--- androidx.constraintlayout:constraintlayout-solver:2.0.1 +| | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | +--- androidx.drawerlayout:drawerlayout:1.1.1 (*) +| | +--- androidx.dynamicanimation:dynamicanimation:1.0.0 (*) +| | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.1 (*) +| | +--- androidx.fragment:fragment:1.2.5 -> 1.6.1 (*) +| | +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.8.7 (*) +| | +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.1.0 +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | \--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 (*) +| | +--- androidx.transition:transition:1.5.0 (*) +| | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) +| | \--- androidx.viewpager2:viewpager2:1.0.0 +| | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | +--- androidx.fragment:fragment:1.1.0 -> 1.6.1 (*) +| | +--- androidx.recyclerview:recyclerview:1.1.0 (*) +| | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| +--- androidx.core:core-ktx:1.8.0 -> 1.16.0 (*) +| +--- io.coil-kt.coil3:coil:3.0.4 +| | \--- io.coil-kt.coil3:coil-android:3.0.4 +| | +--- io.coil-kt.coil3:coil-core:3.0.4 +| | | \--- io.coil-kt.coil3:coil-core-android:3.0.4 +| | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) +| | | +--- androidx.annotation:annotation:1.9.1 (*) +| | | +--- androidx.appcompat:appcompat-resources:1.7.0 (*) +| | | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| | | +--- androidx.exifinterface:exifinterface:1.3.7 +| | | | \--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | +--- androidx.profileinstaller:profileinstaller:1.4.1 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | +--- com.squareup.okio:okio:3.9.1 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (c) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| +--- io.coil-kt.coil3:coil-network-okhttp:3.0.4 +| | \--- io.coil-kt.coil3:coil-network-okhttp-jvm:3.0.4 +| | +--- io.coil-kt.coil3:coil-core:3.0.4 (*) +| | +--- io.coil-kt.coil3:coil-network-core:3.0.4 +| | | \--- io.coil-kt.coil3:coil-network-core-android:3.0.4 +| | | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| | | +--- io.coil-kt.coil3:coil-core:3.0.4 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| | +--- com.squareup.okhttp3:okhttp:4.12.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| +--- io.coil-kt.coil3:coil-svg:3.0.4 +| | \--- io.coil-kt.coil3:coil-svg-android:3.0.4 +| | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| | +--- com.caverock:androidsvg-aar:1.4 +| | +--- io.coil-kt.coil3:coil-core:3.0.4 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| \--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1 -> 2.8.7 (c) ++--- project :react-native-webview +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| \--- androidx.webkit:webkit:1.14.0 +| +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| +--- androidx.annotation:annotation-experimental:1.4.1 (*) +| +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| \--- org.jspecify:jspecify:1.0.0 ++--- project :react-native-worklets (*) ++--- com.facebook.react:react-android -> 0.81.5 (*) ++--- com.facebook.fresco:animated-gif:3.6.0 +| +--- com.parse.bolts:bolts-tasks:1.4.0 +| +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| +--- com.facebook.fresco:fbcore:3.6.0 (*) +| \--- com.facebook.fresco:animated-base:3.6.0 +| +--- com.parse.bolts:bolts-tasks:1.4.0 +| +--- com.facebook.fresco:vito-options:3.6.0 +| | +--- com.facebook.fresco:drawee:3.6.0 (*) +| | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.fresco:middleware:3.6.0 (*) +| +--- com.facebook.fresco:fbcore:3.6.0 (*) +| +--- com.facebook.fresco:imagepipeline-base:3.6.0 (*) +| +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| +--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| +--- com.facebook.fresco:memory-type-ashmem:3.6.0 (*) +| +--- com.facebook.fresco:memory-type-native:3.6.0 (*) +| +--- com.facebook.fresco:memory-type-java:3.6.0 (*) +| +--- com.facebook.fresco:animated-drawable:3.6.0 +| | +--- com.facebook.fresco:imagepipeline-base:3.6.0 (*) +| | +--- com.facebook.fresco:drawee:3.6.0 (*) +| | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | +--- com.facebook.fresco:vito-renderer:3.6.0 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:vito-options:3.6.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) ++--- com.facebook.fresco:webpsupport:3.6.0 +| +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| +--- com.parse.bolts:bolts-tasks:1.4.0 +| +--- com.facebook.fresco:fbcore:3.6.0 (*) +| +--- com.facebook.fresco:imagepipeline-base:3.6.0 (*) +| \--- com.facebook.fresco:middleware:3.6.0 (*) +\--- com.facebook.react:hermes-android -> 0.81.5 (*) + +debugUnitTestRuntimeOnly (n) +No dependencies + +debugWearApp - Link to a wear app to embed for object 'debug'. (n) +No dependencies + +debugWearBundling - Resolved Configuration for wear app bundling for variant: debug +No dependencies + +implementation - Implementation only dependencies for 'main' sources. (n) ++--- project adobe_react-native-aepassurance (n) ++--- project adobe_react-native-aepcampaignclassic (n) ++--- project adobe_react-native-aepcore (n) ++--- project adobe_react-native-aepedge (n) ++--- project adobe_react-native-aepedgebridge (n) ++--- project adobe_react-native-aepedgeconsent (n) ++--- project adobe_react-native-aepedgeidentity (n) ++--- project adobe_react-native-aepmessaging (n) ++--- project adobe_react-native-aepoptimize (n) ++--- project adobe_react-native-aepplaces (n) ++--- project adobe_react-native-aeptarget (n) ++--- project adobe_react-native-aepuserprofile (n) ++--- project expo (n) ++--- project react-native-gesture-handler (n) ++--- project react-native-reanimated (n) ++--- project react-native-safe-area-context (n) ++--- project react-native-screens (n) ++--- project react-native-webview (n) ++--- project react-native-worklets (n) ++--- com.facebook.react:react-android (n) ++--- com.facebook.fresco:animated-gif:3.6.0 (n) ++--- com.facebook.fresco:webpsupport:3.6.0 (n) +\--- com.facebook.react:hermes-android (n) + +implementationDependenciesMetadata ++--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 ++--- project :adobe_react-native-aepassurance FAILED ++--- project :adobe_react-native-aepcampaignclassic FAILED ++--- project :adobe_react-native-aepcore FAILED ++--- project :adobe_react-native-aepedge FAILED ++--- project :adobe_react-native-aepedgebridge FAILED ++--- project :adobe_react-native-aepedgeconsent FAILED ++--- project :adobe_react-native-aepedgeidentity FAILED ++--- project :adobe_react-native-aepmessaging FAILED ++--- project :adobe_react-native-aepoptimize FAILED ++--- project :adobe_react-native-aepplaces FAILED ++--- project :adobe_react-native-aeptarget FAILED ++--- project :adobe_react-native-aepuserprofile FAILED ++--- project :expo FAILED ++--- project :react-native-gesture-handler FAILED ++--- project :react-native-reanimated FAILED ++--- project :react-native-safe-area-context FAILED ++--- project :react-native-screens FAILED ++--- project :react-native-webview FAILED ++--- project :react-native-worklets FAILED ++--- com.facebook.react:react-android FAILED ++--- com.facebook.fresco:animated-gif:3.6.0 ++--- com.facebook.fresco:webpsupport:3.6.0 +\--- com.facebook.react:hermes-android FAILED + +intransitiveDependenciesMetadata +No dependencies + +kotlinBuildToolsApiClasspath +\--- org.jetbrains.kotlin:kotlin-build-tools-impl:{strictly 2.1.20} -> 2.1.20 + +--- org.jetbrains.kotlin:kotlin-build-tools-api:2.1.20 + +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 + | \--- org.jetbrains:annotations:13.0 + +--- org.jetbrains.kotlin:kotlin-compiler-embeddable:2.1.20 + | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + | +--- org.jetbrains.kotlin:kotlin-script-runtime:2.1.20 + | +--- org.jetbrains.kotlin:kotlin-reflect:1.6.10 + | +--- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.1.20 + | +--- org.jetbrains.intellij.deps:trove4j:1.0.20200330 + | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.8.0 + +--- org.jetbrains.kotlin:kotlin-compiler-runner:2.1.20 + | +--- org.jetbrains.kotlin:kotlin-daemon-client:2.1.20 + | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.8.0 + | \--- org.jetbrains.kotlin:kotlin-compiler-embeddable:2.1.20 (*) + +--- org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:2.1.20 + | +--- org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:2.1.20 + | | +--- org.jetbrains.kotlin:kotlin-scripting-common:2.1.20 + | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + | | +--- org.jetbrains.kotlin:kotlin-scripting-jvm:2.1.20 + | | | +--- org.jetbrains.kotlin:kotlin-script-runtime:2.1.20 + | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + | | | \--- org.jetbrains.kotlin:kotlin-scripting-common:2.1.20 (*) + | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + \--- org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:2.1.20 (*) + +kotlinCompilerClasspath +\--- org.jetbrains.kotlin:kotlin-compiler-embeddable:2.1.20 + +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 + | \--- org.jetbrains:annotations:13.0 + +--- org.jetbrains.kotlin:kotlin-script-runtime:2.1.20 + +--- org.jetbrains.kotlin:kotlin-reflect:1.6.10 + +--- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.1.20 + +--- org.jetbrains.intellij.deps:trove4j:1.0.20200330 + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.8.0 + +kotlinCompilerPluginClasspath +No dependencies + +kotlinCompilerPluginClasspathDebug - Kotlin compiler plugins for compilation +No dependencies + +kotlinCompilerPluginClasspathDebugAndroidTest - Kotlin compiler plugins for compilation +No dependencies + +kotlinCompilerPluginClasspathDebugOptimized - Kotlin compiler plugins for compilation +No dependencies + +kotlinCompilerPluginClasspathDebugOptimizedUnitTest - Kotlin compiler plugins for compilation +No dependencies + +kotlinCompilerPluginClasspathDebugUnitTest - Kotlin compiler plugins for compilation +No dependencies + +kotlinCompilerPluginClasspathRelease - Kotlin compiler plugins for compilation +No dependencies + +kotlinCompilerPluginClasspathReleaseUnitTest - Kotlin compiler plugins for compilation +No dependencies + +kotlinKlibCommonizerClasspath +\--- org.jetbrains.kotlin:kotlin-klib-commonizer-embeddable:2.1.20 + +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 + | \--- org.jetbrains:annotations:13.0 + \--- org.jetbrains.kotlin:kotlin-compiler-embeddable:2.1.20 + +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) + +--- org.jetbrains.kotlin:kotlin-script-runtime:2.1.20 + +--- org.jetbrains.kotlin:kotlin-reflect:1.6.10 + +--- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.1.20 + +--- org.jetbrains.intellij.deps:trove4j:1.0.20200330 + \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.8.0 + +kotlinNativeCompilerPluginClasspath +No dependencies + +lintChecks - Configuration to apply external lint check jar +No dependencies + +lintPublish - Configuration to publish external lint check jar +No dependencies + +releaseAnnotationProcessor - Classpath for the annotation processor for 'release'. (n) +No dependencies + +releaseAnnotationProcessorClasspath - Resolved configuration for annotation-processor for variant: release +No dependencies + +releaseApi - API dependencies for 'release' sources. (n) +No dependencies + +releaseApiDependenciesMetadata +No dependencies + +releaseApiElements - API elements for release (n) +No dependencies + +releaseCompilationApi - API dependencies for '/release'. (n) +No dependencies + +releaseCompilationCompileOnly - Compile only dependencies for '/release'. (n) +No dependencies + +releaseCompilationImplementation - Implementation only dependencies for '/release'. (n) +No dependencies + +releaseCompilationRuntimeOnly - Runtime only dependencies for '/release'. (n) +No dependencies + +releaseCompileClasspath - Compile classpath for '/release'. ++--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 +| +--- org.jetbrains:annotations:13.0 -> 23.0.0 +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.8.22 (c) +| \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.1.20 (c) ++--- project :adobe_react-native-aepassurance +| \--- com.adobe.marketing.mobile:assurance -> 3.0.7 +| +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.8.22 +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 2.1.20 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| | +--- androidx.appcompat:appcompat:1.0.0 -> 1.7.0 +| | | +--- androidx.activity:activity:1.7.0 -> 1.8.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 +| | | | | \--- androidx.annotation:annotation-jvm:1.9.1 +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) +| | | | +--- androidx.core:core:1.8.0 -> 1.16.0 +| | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | +--- androidx.annotation:annotation-experimental:1.4.1 +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.1.20 (*) +| | | | | +--- androidx.core:core-viewtree:1.0.0 +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.8.7 +| | | | | | \--- androidx.lifecycle:lifecycle-runtime-android:2.8.7 +| | | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | | +--- androidx.arch.core:core-common:2.2.0 +| | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 +| | | | | | | \--- androidx.lifecycle:lifecycle-common-jvm:2.8.7 +| | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 +| | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0 +| | | | | | | | +--- org.jetbrains:annotations:23.0.0 +| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0 +| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 (c) +| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0 (c) +| | | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 (c) +| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0 (*) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | +--- androidx.versionedparcelable:versionedparcelable:1.1.1 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | \--- androidx.collection:collection:1.0.0 -> 1.4.2 +| | | | | | \--- androidx.collection:collection-jvm:1.4.2 +| | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | +--- org.jspecify:jspecify:1.0.0 +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 +| | | | | \--- androidx.lifecycle:lifecycle-viewmodel-android:2.8.7 +| | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.8.7 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 +| | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | +--- androidx.core:core:1.16.0 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | | | +--- androidx.savedstate:savedstate:1.2.1 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) +| | | | | | \--- androidx.savedstate:savedstate-ktx:1.2.1 (c) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- androidx.activity:activity-compose:1.8.0 (c) +| | | | \--- androidx.activity:activity-ktx:1.8.0 (c) +| | | +--- androidx.annotation:annotation:1.3.0 -> 1.9.1 (*) +| | | +--- androidx.appcompat:appcompat-resources:1.7.0 +| | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 +| | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) +| | | | | +--- androidx.interpolator:interpolator:1.0.0 +| | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | \--- androidx.appcompat:appcompat:1.7.0 (c) +| | | +--- androidx.core:core:1.13.0 -> 1.16.0 (*) +| | | +--- androidx.cursoradapter:cursoradapter:1.0.0 +| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | | | \--- androidx.customview:customview:1.1.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | \--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | +--- androidx.fragment:fragment:1.5.4 -> 1.6.1 +| | | | +--- androidx.activity:activity:1.7.2 -> 1.8.0 (*) +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.1 (*) +| | | | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.loader:loader:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.8.7 +| | | | | | +--- androidx.arch.core:core-runtime:2.2.0 +| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | \--- androidx.arch.core:core-common:2.2.0 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.8.7 (*) +| | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | +--- androidx.viewpager:viewpager:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) +| | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | \--- androidx.appcompat:appcompat-resources:1.7.0 (c) +| | +--- androidx.compose.runtime:runtime:1.4.3 -> 1.6.0 +| | | \--- androidx.compose.runtime:runtime-android:1.6.0 +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1 -> 1.9.0 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | \--- androidx.compose.runtime:runtime-saveable:1.6.0 (c) +| | +--- androidx.compose.material:material:1.4.3 -> 1.6.0 +| | | \--- androidx.compose.material:material-android:1.6.0 +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | +--- androidx.compose.animation:animation-core:1.6.0 +| | | | \--- androidx.compose.animation:animation-core-android:1.6.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | | \--- androidx.compose.animation:animation:1.6.0 (c) +| | | +--- androidx.compose.foundation:foundation:1.6.0 +| | | | \--- androidx.compose.foundation:foundation-android:1.6.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | +--- androidx.compose.animation:animation:1.6.0 +| | | | | \--- androidx.compose.animation:animation-android:1.6.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.compose.animation:animation-core:1.6.0 (*) +| | | | | +--- androidx.compose.foundation:foundation-layout:1.6.0 +| | | | | | \--- androidx.compose.foundation:foundation-layout-android:1.6.0 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.compose.ui:ui:1.6.0 +| | | | | | | \--- androidx.compose.ui:ui-android:1.6.0 +| | | | | | | +--- androidx.annotation:annotation:1.6.0 -> 1.9.1 (*) +| | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.6.0 +| | | | | | | | \--- androidx.compose.runtime:runtime-saveable-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | | \--- androidx.compose.runtime:runtime:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-geometry-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-graphics-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 +| | | | | | | | | \--- androidx.compose.ui:ui-unit-android:1.6.0 +| | | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (*) +| | | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-text-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (*) +| | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-util-android:1.6.0 +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | \--- androidx.compose.foundation:foundation:1.6.0 (c) +| | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (*) +| | | | | \--- androidx.compose.animation:animation-core:1.6.0 (c) +| | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | \--- androidx.compose.foundation:foundation-layout:1.6.0 (c) +| | | +--- androidx.compose.material:material-icons-core:1.6.0 +| | | | \--- androidx.compose.material:material-icons-core-android:1.6.0 +| | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | +--- androidx.compose.material:material:1.6.0 (c) +| | | | \--- androidx.compose.material:material-ripple:1.6.0 (c) +| | | +--- androidx.compose.material:material-ripple:1.6.0 +| | | | \--- androidx.compose.material:material-ripple-android:1.6.0 +| | | | +--- androidx.compose.foundation:foundation:1.6.0 (*) +| | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | +--- androidx.compose.material:material:1.6.0 (c) +| | | | \--- androidx.compose.material:material-icons-core:1.6.0 (c) +| | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | +--- androidx.compose.ui:ui-text:1.6.0 (*) +| | | +--- androidx.compose.material:material-icons-core:1.6.0 (c) +| | | \--- androidx.compose.material:material-ripple:1.6.0 (c) +| | +--- androidx.compose.animation:animation:1.4.3 -> 1.6.0 (*) +| | +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 +| | | +--- androidx.activity:activity-ktx:1.8.0 +| | | | +--- androidx.activity:activity:1.8.0 (*) +| | | | +--- androidx.core:core-ktx:1.9.0 -> 1.16.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.8.7 +| | | | | \--- androidx.lifecycle:lifecycle-runtime-ktx-android:2.8.7 +| | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.8.7 +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 +| | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) +| | | | | \--- androidx.savedstate:savedstate:1.2.1 (c) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- androidx.activity:activity:1.8.0 (c) +| | | | \--- androidx.activity:activity-compose:1.8.0 (c) +| | | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.compose.runtime:runtime-saveable:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.compose.ui:ui:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | +--- androidx.activity:activity:1.8.0 (c) +| | | \--- androidx.activity:activity-ktx:1.8.0 (c) +| | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | \--- androidx.lifecycle:lifecycle-process:2.0.0 -> 2.8.7 +| | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) +| | +--- androidx.startup:startup-runtime:1.1.1 +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.8.22 (*) +| +--- androidx.appcompat:appcompat:1.0.0 -> 1.7.0 (*) +| +--- androidx.compose.runtime:runtime:1.4.3 -> 1.6.0 (*) +| +--- androidx.compose.material:material:1.4.3 -> 1.6.0 (*) +| +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 (*) +| +--- androidx.navigation:navigation-compose:2.4.0 +| | +--- androidx.activity:activity-compose:1.3.1 -> 1.8.0 (*) +| | +--- androidx.compose.animation:animation:1.0.1 -> 1.6.0 (*) +| | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.6.0 (*) +| | +--- androidx.compose.runtime:runtime-saveable:1.0.1 -> 1.6.0 (*) +| | +--- androidx.compose.ui:ui:1.0.1 -> 1.6.0 (*) +| | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.4.0 -> 2.8.7 +| | | \--- androidx.lifecycle:lifecycle-viewmodel-compose-android:2.8.7 +| | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (*) +| | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | \--- androidx.navigation:navigation-runtime-ktx:2.4.0 +| | +--- androidx.navigation:navigation-runtime:2.4.0 +| | | +--- androidx.navigation:navigation-common:2.4.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1 -> 2.8.7 (*) +| | | | +--- androidx.savedstate:savedstate:1.0.0 -> 1.2.1 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 -> 2.8.7 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) +| | | +--- androidx.activity:activity-ktx:1.2.3 -> 1.8.0 (*) +| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1 -> 2.8.7 (*) +| | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.1 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) +| | \--- androidx.navigation:navigation-common-ktx:2.4.0 +| | \--- androidx.navigation:navigation-common:2.4.0 (*) +| \--- androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1 -> 2.8.7 (*) ++--- project :adobe_react-native-aepcampaignclassic +| \--- com.adobe.marketing.mobile:campaignclassic -> 3.1.4 +| +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| \--- com.adobe.marketing.mobile:notificationbuilder:3.0.3 +| \--- com.adobe.marketing.mobile:core:3.0.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aepcore ++--- project :adobe_react-native-aepedge +| \--- com.adobe.marketing.mobile:edge -> 3.0.2 +| +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| \--- com.adobe.marketing.mobile:edgeidentity:3.0.1 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aepedgebridge +| \--- com.adobe.marketing.mobile:edgebridge -> 3.0.1 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aepedgeconsent +| \--- com.adobe.marketing.mobile:edgeconsent -> 3.0.2 +| +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| \--- com.adobe.marketing.mobile:edge:3.0.1 -> 3.0.2 (*) ++--- project :adobe_react-native-aepedgeidentity +| \--- com.adobe.marketing.mobile:edgeidentity -> 3.0.1 (*) ++--- project :adobe_react-native-aepmessaging ++--- project :adobe_react-native-aepoptimize +| \--- com.adobe.marketing.mobile:optimize -> 3.6.2 +| +--- com.adobe.marketing.mobile:core:3.5.0 -> 3.5.0-SNAPSHOT (*) +| \--- com.adobe.marketing.mobile:edge:3.0.2 (*) ++--- project :adobe_react-native-aepplaces +| \--- com.adobe.marketing.mobile:places -> 3.0.2 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aeptarget +| \--- com.adobe.marketing.mobile:target -> 3.0.2 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aepuserprofile +| \--- com.adobe.marketing.mobile:userprofile -> 3.0.1 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :expo +| +--- project :expo-constants +| | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| +--- project :expo-modules-core +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | \--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| +--- expo.modules.asset:expo.modules.asset:12.0.12 +| +--- host.exp.exponent:expo.modules.filesystem:19.0.21 +| | +--- commons-codec:commons-codec:1.10 +| | +--- commons-io:commons-io:1.4 -> 2.6 +| | +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 +| | | +--- com.squareup.okio:okio:3.6.0 -> 3.9.1 +| | | | \--- com.squareup.okio:okio-jvm:3.9.1 +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.8.22 (*) +| | +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 +| | | +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 -> 1.8.22 (*) +| | +--- com.squareup.okio:okio:2.9.0 -> 3.9.1 (*) +| | +--- androidx.legacy:legacy-support-v4:1.0.0 +| | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | +--- androidx.media:media:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | \--- androidx.versionedparcelable:versionedparcelable:1.0.0 -> 1.1.1 (*) +| | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | +--- androidx.documentfile:documentfile:1.0.0 -> 1.1.0 +| | | | | \--- org.jspecify:jspecify:1.0.0 +| | | | +--- androidx.loader:loader:1.0.0 (*) +| | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 +| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | \--- androidx.print:print:1.0.0 +| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | +--- androidx.legacy:legacy-support-core-ui:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 (*) +| | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.viewpager:viewpager:1.0.0 (*) +| | | | +--- androidx.coordinatorlayout:coordinatorlayout:1.0.0 -> 1.2.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 (*) +| | | | +--- androidx.slidingpanelayout:slidingpanelayout:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.interpolator:interpolator:1.0.0 (*) +| | | | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 -> 1.1.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | | | \--- androidx.interpolator:interpolator:1.0.0 (*) +| | | | +--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | \--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | \--- androidx.cursoradapter:cursoradapter:1.0.0 (*) +| | | \--- androidx.fragment:fragment:1.0.0 -> 1.6.1 (*) +| | \--- androidx.documentfile:documentfile:1.1.0 (*) +| +--- host.exp.exponent:expo.modules.font:14.0.11 +| +--- host.exp.exponent:expo.modules.keepawake:15.0.8 +| +--- host.exp.exponent:expo.modules.linking:8.0.11 +| +--- host.exp.exponent:expo.modules.splashscreen:31.0.13 +| +--- host.exp.exponent:expo.modules.systemui:6.0.9 +| \--- host.exp.exponent:expo.modules.webbrowser:15.0.10 +| \--- androidx.browser:browser:1.6.0 +| +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| \--- com.google.guava:listenablefuture:1.0 ++--- project :react-native-gesture-handler ++--- project :react-native-reanimated ++--- project :react-native-safe-area-context ++--- project :react-native-screens +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) ++--- project :react-native-webview ++--- project :react-native-worklets ++--- com.facebook.react:react-android -> 0.81.5 +| +--- androidx.appcompat:appcompat:1.7.0 (*) +| +--- androidx.appcompat:appcompat-resources:1.7.0 (*) +| +--- androidx.autofill:autofill:1.1.0 +| +--- androidx.swiperefreshlayout:swiperefreshlayout:1.1.0 (*) +| +--- androidx.tracing:tracing:1.1.0 -> 1.2.0 +| +--- com.facebook.fbjni:fbjni:0.7.0 +| +--- com.facebook.fresco:fresco:3.6.0 +| | +--- com.facebook.fresco:fbcore:3.6.0 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:drawee:3.6.0 +| | | +--- com.facebook.fresco:ui-core:3.6.0 +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:imagepipeline:3.6.0 +| | | \--- com.facebook.fresco:imagepipeline-base:3.6.0 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:imagepipeline-native:3.6.0 +| | +--- com.facebook.fresco:memory-type-ashmem:3.6.0 +| | +--- com.facebook.fresco:memory-type-native:3.6.0 +| | +--- com.facebook.fresco:memory-type-java:3.6.0 +| | +--- com.facebook.fresco:nativeimagefilters:3.6.0 +| | +--- com.facebook.fresco:nativeimagetranscoder:3.6.0 +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.fresco:imagepipeline-okhttp3:3.6.0 +| | +--- com.squareup.okhttp3:okhttp:3.14.9 -> 4.12.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.fresco:middleware:3.6.0 +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.fresco:ui-common:3.6.0 +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.infer.annotation:infer-annotation:0.18.0 +| | +--- com.google.code.findbugs:jsr305:3.0.1 -> 3.0.2 +| | \--- org.jetbrains.kotlin:kotlin-annotations-jvm:1.3.72 +| +--- com.facebook.soloader:soloader:0.12.1 +| | +--- com.facebook.soloader:annotation:0.12.1 +| | \--- com.facebook.soloader:nativeloader:0.12.1 +| +--- com.facebook.yoga:proguard-annotations:1.19.0 +| +--- com.google.code.findbugs:jsr305:3.0.2 +| +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 (*) +| +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 (*) +| +--- com.squareup.okio:okio:2.9.0 -> 3.9.1 (*) +| +--- javax.inject:javax.inject:1 +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) ++--- com.facebook.fresco:animated-gif:3.6.0 ++--- com.facebook.fresco:webpsupport:3.6.0 ++--- com.facebook.react:hermes-android -> 0.81.5 ++--- org.jetbrains.kotlin:kotlin-stdlib:{strictly 2.1.20} -> 2.1.20 (c) ++--- com.facebook.react:react-android:{strictly 0.81.5} -> 0.81.5 (c) ++--- com.facebook.react:hermes-android:{strictly 0.81.5} -> 0.81.5 (c) ++--- com.facebook.fresco:animated-gif:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:webpsupport:{strictly 3.6.0} -> 3.6.0 (c) ++--- org.jetbrains:annotations:{strictly 23.0.0} -> 23.0.0 (c) ++--- com.adobe.marketing.mobile:assurance:{strictly 3.0.7} -> 3.0.7 (c) ++--- com.adobe.marketing.mobile:campaignclassic:{strictly 3.1.4} -> 3.1.4 (c) ++--- com.adobe.marketing.mobile:edge:{strictly 3.0.2} -> 3.0.2 (c) ++--- com.adobe.marketing.mobile:edgebridge:{strictly 3.0.1} -> 3.0.1 (c) ++--- com.adobe.marketing.mobile:edgeconsent:{strictly 3.0.2} -> 3.0.2 (c) ++--- com.adobe.marketing.mobile:edgeidentity:{strictly 3.0.1} -> 3.0.1 (c) ++--- com.adobe.marketing.mobile:optimize:{strictly 3.6.2} -> 3.6.2 (c) ++--- com.adobe.marketing.mobile:places:{strictly 3.0.2} -> 3.0.2 (c) ++--- com.adobe.marketing.mobile:target:{strictly 3.0.2} -> 3.0.2 (c) ++--- com.adobe.marketing.mobile:userprofile:{strictly 3.0.1} -> 3.0.1 (c) ++--- expo.modules.asset:expo.modules.asset:{strictly 12.0.12} -> 12.0.12 (c) ++--- host.exp.exponent:expo.modules.filesystem:{strictly 19.0.21} -> 19.0.21 (c) ++--- host.exp.exponent:expo.modules.font:{strictly 14.0.11} -> 14.0.11 (c) ++--- host.exp.exponent:expo.modules.keepawake:{strictly 15.0.8} -> 15.0.8 (c) ++--- host.exp.exponent:expo.modules.linking:{strictly 8.0.11} -> 8.0.11 (c) ++--- host.exp.exponent:expo.modules.splashscreen:{strictly 31.0.13} -> 31.0.13 (c) ++--- host.exp.exponent:expo.modules.systemui:{strictly 6.0.9} -> 6.0.9 (c) ++--- host.exp.exponent:expo.modules.webbrowser:{strictly 15.0.10} -> 15.0.10 (c) ++--- androidx.appcompat:appcompat:{strictly 1.7.0} -> 1.7.0 (c) ++--- androidx.appcompat:appcompat-resources:{strictly 1.7.0} -> 1.7.0 (c) ++--- androidx.autofill:autofill:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.swiperefreshlayout:swiperefreshlayout:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.tracing:tracing:{strictly 1.2.0} -> 1.2.0 (c) ++--- com.facebook.fbjni:fbjni:{strictly 0.7.0} -> 0.7.0 (c) ++--- com.facebook.fresco:fresco:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:imagepipeline-okhttp3:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:middleware:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:ui-common:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.infer.annotation:infer-annotation:{strictly 0.18.0} -> 0.18.0 (c) ++--- com.facebook.soloader:soloader:{strictly 0.12.1} -> 0.12.1 (c) ++--- com.facebook.yoga:proguard-annotations:{strictly 1.19.0} -> 1.19.0 (c) ++--- com.google.code.findbugs:jsr305:{strictly 3.0.2} -> 3.0.2 (c) ++--- com.squareup.okhttp3:okhttp-urlconnection:{strictly 4.9.2} -> 4.9.2 (c) ++--- com.squareup.okhttp3:okhttp:{strictly 4.12.0} -> 4.12.0 (c) ++--- com.squareup.okio:okio:{strictly 3.9.1} -> 3.9.1 (c) ++--- javax.inject:javax.inject:{strictly 1} -> 1 (c) ++--- com.adobe.marketing.mobile:core:{strictly 3.5.0-SNAPSHOT} -> 3.5.0-SNAPSHOT (c) ++--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:{strictly 1.8.22} -> 1.8.22 (c) ++--- androidx.compose.runtime:runtime:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.activity:activity-compose:{strictly 1.8.0} -> 1.8.0 (c) ++--- androidx.navigation:navigation-compose:{strictly 2.4.0} -> 2.4.0 (c) ++--- androidx.lifecycle:lifecycle-viewmodel-compose:{strictly 2.8.7} -> 2.8.7 (c) ++--- com.adobe.marketing.mobile:notificationbuilder:{strictly 3.0.3} -> 3.0.3 (c) ++--- androidx.annotation:annotation:{strictly 1.9.1} -> 1.9.1 (c) ++--- org.jetbrains.kotlinx:kotlinx-coroutines-core:{strictly 1.9.0} -> 1.9.0 (c) ++--- org.jetbrains.kotlinx:kotlinx-coroutines-android:{strictly 1.9.0} -> 1.9.0 (c) ++--- androidx.core:core-ktx:{strictly 1.16.0} -> 1.16.0 (c) ++--- commons-codec:commons-codec:{strictly 1.10} -> 1.10 (c) ++--- commons-io:commons-io:{strictly 2.6} -> 2.6 (c) ++--- androidx.legacy:legacy-support-v4:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.documentfile:documentfile:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.browser:browser:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.activity:activity:{strictly 1.8.0} -> 1.8.0 (c) ++--- androidx.core:core:{strictly 1.16.0} -> 1.16.0 (c) ++--- androidx.cursoradapter:cursoradapter:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.drawerlayout:drawerlayout:{strictly 1.1.1} -> 1.1.1 (c) ++--- androidx.fragment:fragment:{strictly 1.6.1} -> 1.6.1 (c) ++--- androidx.savedstate:savedstate:{strictly 1.2.1} -> 1.2.1 (c) ++--- androidx.vectordrawable:vectordrawable:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.vectordrawable:vectordrawable-animated:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.interpolator:interpolator:{strictly 1.0.0} -> 1.0.0 (c) ++--- com.facebook.fresco:fbcore:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:drawee:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:imagepipeline:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:imagepipeline-native:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:memory-type-ashmem:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:memory-type-native:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:memory-type-java:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:nativeimagefilters:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:nativeimagetranscoder:{strictly 3.6.0} -> 3.6.0 (c) ++--- org.jetbrains.kotlin:kotlin-annotations-jvm:{strictly 1.3.72} -> 1.3.72 (c) ++--- com.facebook.soloader:annotation:{strictly 0.12.1} -> 0.12.1 (c) ++--- com.facebook.soloader:nativeloader:{strictly 0.12.1} -> 0.12.1 (c) ++--- com.squareup.okio:okio-jvm:{strictly 3.9.1} -> 3.9.1 (c) ++--- androidx.compose.animation:animation:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.lifecycle:lifecycle-runtime-ktx:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.lifecycle:lifecycle-process:{strictly 2.8.7} -> 2.8.7 (c) ++--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:{strictly 2.1.20} -> 2.1.20 (c) ++--- androidx.compose.runtime:runtime-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.activity:activity-ktx:{strictly 1.8.0} -> 1.8.0 (c) ++--- androidx.compose.runtime:runtime-saveable:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.lifecycle:lifecycle-viewmodel:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.navigation:navigation-runtime-ktx:{strictly 2.4.0} -> 2.4.0 (c) ++--- androidx.lifecycle:lifecycle-viewmodel-compose-android:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.annotation:annotation-jvm:{strictly 1.9.1} -> 1.9.1 (c) ++--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:{strictly 1.9.0} -> 1.9.0 (c) ++--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:{strictly 1.9.0} -> 1.9.0 (c) ++--- androidx.media:media:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.legacy:legacy-support-core-utils:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.legacy:legacy-support-core-ui:{strictly 1.0.0} -> 1.0.0 (c) ++--- org.jspecify:jspecify:{strictly 1.0.0} -> 1.0.0 (c) ++--- com.google.guava:listenablefuture:{strictly 1.0} -> 1.0 (c) ++--- androidx.lifecycle:lifecycle-runtime:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.lifecycle:lifecycle-viewmodel-savedstate:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.annotation:annotation-experimental:{strictly 1.4.1} -> 1.4.1 (c) ++--- androidx.core:core-viewtree:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.versionedparcelable:versionedparcelable:{strictly 1.1.1} -> 1.1.1 (c) ++--- androidx.customview:customview:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.collection:collection:{strictly 1.4.2} -> 1.4.2 (c) ++--- androidx.lifecycle:lifecycle-livedata-core:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.loader:loader:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.viewpager:viewpager:{strictly 1.0.0} -> 1.0.0 (c) ++--- com.facebook.fresco:ui-core:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:imagepipeline-base:{strictly 3.6.0} -> 3.6.0 (c) ++--- androidx.compose.animation:animation-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.lifecycle:lifecycle-runtime-ktx-android:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.startup:startup-runtime:{strictly 1.1.1} -> 1.1.1 (c) ++--- androidx.compose.animation:animation-core:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.foundation:foundation:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material-icons-core:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material-ripple:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-text:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.lifecycle:lifecycle-viewmodel-ktx:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.savedstate:savedstate-ktx:{strictly 1.2.1} -> 1.2.1 (c) ++--- androidx.compose.runtime:runtime-saveable-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.lifecycle:lifecycle-viewmodel-android:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.navigation:navigation-runtime:{strictly 2.4.0} -> 2.4.0 (c) ++--- androidx.navigation:navigation-common-ktx:{strictly 2.4.0} -> 2.4.0 (c) ++--- androidx.lifecycle:lifecycle-common:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.localbroadcastmanager:localbroadcastmanager:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.print:print:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.coordinatorlayout:coordinatorlayout:{strictly 1.2.0} -> 1.2.0 (c) ++--- androidx.slidingpanelayout:slidingpanelayout:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.asynclayoutinflater:asynclayoutinflater:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.lifecycle:lifecycle-runtime-android:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.collection:collection-jvm:{strictly 1.4.2} -> 1.4.2 (c) ++--- androidx.lifecycle:lifecycle-livedata:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.compose.foundation:foundation-layout:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-geometry:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material-icons-core-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material-ripple-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.animation:animation-core-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.foundation:foundation-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-text-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-graphics:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-unit:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-util:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.navigation:navigation-common:{strictly 2.4.0} -> 2.4.0 (c) ++--- androidx.lifecycle:lifecycle-common-jvm:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.arch.core:core-common:{strictly 2.2.0} -> 2.2.0 (c) ++--- androidx.arch.core:core-runtime:{strictly 2.2.0} -> 2.2.0 (c) ++--- androidx.lifecycle:lifecycle-livedata-core-ktx:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.compose.foundation:foundation-layout-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-geometry-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-graphics-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-unit-android:{strictly 1.6.0} -> 1.6.0 (c) +\--- androidx.compose.ui:ui-util-android:{strictly 1.6.0} -> 1.6.0 (c) + +releaseCompileOnly - Compile only dependencies for 'release' sources. (n) +No dependencies + +releaseCompileOnlyApi - Compile only API dependencies for 'release' sources. (n) +No dependencies + +releaseCompileOnlyDependenciesMetadata +No dependencies + +releaseImplementation - Implementation only dependencies for 'release' sources. (n) +No dependencies + +releaseImplementationDependenciesMetadata +No dependencies + +releaseIntransitiveDependenciesMetadata +No dependencies + +releaseReverseMetadataValues - Metadata Values dependencies for the base Split +No dependencies + +releaseRuntimeClasspath - Runtime classpath of '/release'. ++--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 +| +--- org.jetbrains:annotations:13.0 -> 23.0.0 +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.1.20 (c) +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.8.22 (c) +| \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20 (c) ++--- project :adobe_react-native-aepassurance +| +--- com.adobe.marketing.mobile:assurance -> 3.0.7 +| | +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.8.22 +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 2.1.20 +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| | | +--- androidx.appcompat:appcompat:1.0.0 -> 1.7.0 +| | | | +--- androidx.activity:activity:1.7.0 -> 1.8.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 +| | | | | | \--- androidx.annotation:annotation-jvm:1.9.1 +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) +| | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 +| | | | | | \--- androidx.collection:collection-jvm:1.4.2 +| | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- androidx.collection:collection-ktx:1.4.2 (c) +| | | | | | \--- androidx.collection:collection-ktx:1.3.0 -> 1.4.2 (c) +| | | | | +--- androidx.core:core:1.8.0 -> 1.16.0 +| | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.1.20 (*) +| | | | | | +--- androidx.collection:collection:1.4.2 (*) +| | | | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 +| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | \--- com.google.guava:listenablefuture:1.0 +| | | | | | +--- androidx.core:core-viewtree:1.0.0 +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | | | +--- androidx.interpolator:interpolator:1.0.0 +| | | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.8.7 +| | | | | | | \--- androidx.lifecycle:lifecycle-runtime-android:2.8.7 +| | | | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | | | +--- androidx.arch.core:core-common:2.2.0 +| | | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | \--- androidx.arch.core:core-common:2.2.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 +| | | | | | | | \--- androidx.lifecycle:lifecycle-common-jvm:2.8.7 +| | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 +| | | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0 +| | | | | | | | | +--- org.jetbrains:annotations:23.0.0 +| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0 +| | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 (c) +| | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0 (c) +| | | | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 (c) +| | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 +| | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | | | +--- androidx.concurrent:concurrent-futures:1.1.0 (*) +| | | | | | | | +--- androidx.startup:startup-runtime:1.1.1 +| | | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | | \--- androidx.tracing:tracing:1.0.0 -> 1.2.0 +| | | | | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | | | | | | | \--- androidx.tracing:tracing-ktx:1.2.0 (c) +| | | | | | | | \--- com.google.guava:listenablefuture:1.0 +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 +| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 (*) +| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0 (*) +| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- androidx.tracing:tracing:1.2.0 (*) +| | | | | | +--- androidx.versionedparcelable:versionedparcelable:1.1.1 +| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | \--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | +--- org.jspecify:jspecify:1.0.0 +| | | | | | +--- androidx.core:core-ktx:1.16.0 (c) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-android:2.8.7 +| | | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.8.7 +| | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 +| | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | | +--- androidx.core:core:1.16.0 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | | +--- androidx.core:core:1.16.0 (c) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 +| | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) +| | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | | | | +--- androidx.savedstate:savedstate:1.2.1 +| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | +--- androidx.arch.core:core-common:2.1.0 -> 2.2.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.8.7 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) +| | | | | | | \--- androidx.savedstate:savedstate-ktx:1.2.1 (c) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | +--- androidx.profileinstaller:profileinstaller:1.3.0 -> 1.4.1 (*) +| | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | | +--- androidx.tracing:tracing:1.0.0 -> 1.2.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- androidx.activity:activity-compose:1.8.0 (c) +| | | | | \--- androidx.activity:activity-ktx:1.8.0 (c) +| | | | +--- androidx.annotation:annotation:1.3.0 -> 1.9.1 (*) +| | | | +--- androidx.appcompat:appcompat-resources:1.7.0 +| | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 +| | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) +| | | | | | +--- androidx.interpolator:interpolator:1.0.0 (*) +| | | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | | \--- androidx.appcompat:appcompat:1.7.0 (c) +| | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | +--- androidx.core:core:1.13.0 -> 1.16.0 (*) +| | | | +--- androidx.core:core-ktx:1.13.0 -> 1.16.0 (*) +| | | | +--- androidx.cursoradapter:cursoradapter:1.0.0 +| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.1.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | +--- androidx.emoji2:emoji2:1.3.0 +| | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | | | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.8.7 +| | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) +| | | | | | +--- androidx.startup:startup-runtime:1.1.1 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | +--- androidx.startup:startup-runtime:1.0.0 -> 1.1.1 (*) +| | | | | \--- androidx.emoji2:emoji2-views-helper:1.3.0 (c) +| | | | +--- androidx.emoji2:emoji2-views-helper:1.2.0 -> 1.3.0 +| | | | | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | | | +--- androidx.emoji2:emoji2:1.3.0 (*) +| | | | | \--- androidx.emoji2:emoji2:1.3.0 (c) +| | | | +--- androidx.fragment:fragment:1.5.4 -> 1.6.1 +| | | | | +--- androidx.activity:activity:1.7.2 -> 1.8.0 (*) +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.1 (*) +| | | | | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.8.7 (*) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.8.7 (*) +| | | | | +--- androidx.loader:loader:1.0.0 +| | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.8.7 +| | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) +| | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.8.7 (*) +| | | | | +--- androidx.profileinstaller:profileinstaller:1.3.0 -> 1.4.1 (*) +| | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | | +--- androidx.viewpager:viewpager:1.0.0 +| | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) +| | | | | \--- androidx.fragment:fragment-ktx:1.6.1 (c) +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 (*) +| | | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 +| | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | \--- androidx.appcompat:appcompat-resources:1.7.0 (c) +| | | +--- androidx.compose.runtime:runtime:1.4.3 -> 1.6.0 +| | | | \--- androidx.compose.runtime:runtime-android:1.6.0 +| | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1 -> 1.9.0 (*) +| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | | \--- androidx.compose.runtime:runtime-saveable:1.6.0 (c) +| | | +--- androidx.compose.material:material:1.4.3 -> 1.6.0 +| | | | \--- androidx.compose.material:material-android:1.6.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.compose.animation:animation:1.6.0 +| | | | | \--- androidx.compose.animation:animation-android:1.6.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.compose.animation:animation-core:1.6.0 +| | | | | | \--- androidx.compose.animation:animation-core-android:1.6.0 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | +--- androidx.compose.ui:ui:1.6.0 +| | | | | | | \--- androidx.compose.ui:ui-android:1.6.0 +| | | | | | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.8.0 +| | | | | | | | +--- androidx.activity:activity:1.8.0 (*) +| | | | | | | | +--- androidx.core:core-ktx:1.9.0 -> 1.16.0 (*) +| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.8.7 +| | | | | | | | | \--- androidx.lifecycle:lifecycle-runtime-ktx-android:2.8.7 +| | | | | | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) +| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.8.7 +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 +| | | | | | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) +| | | | | | | | | \--- androidx.savedstate:savedstate:1.2.1 (c) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- androidx.activity:activity:1.8.0 (c) +| | | | | | | | \--- androidx.activity:activity-compose:1.8.0 (c) +| | | | | | | +--- androidx.annotation:annotation:1.6.0 -> 1.9.1 (*) +| | | | | | | +--- androidx.autofill:autofill:1.0.0 -> 1.1.0 +| | | | | | | | \--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.6.0 +| | | | | | | | \--- androidx.compose.runtime:runtime-saveable-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | | | | \--- androidx.compose.runtime:runtime:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-geometry-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime:1.2.1 -> 1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 +| | | | | | | | | \--- androidx.compose.ui:ui-util-android:1.6.0 +| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | | \--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-graphics-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 +| | | | | | | | | \--- androidx.compose.ui:ui-unit-android:1.6.0 +| | | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | | +--- androidx.collection:collection-ktx:1.2.0 -> 1.4.2 +| | | | | | | | | | +--- androidx.collection:collection:1.4.2 (*) +| | | | | | | | | | \--- androidx.collection:collection:1.4.2 (c) +| | | | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (*) +| | | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-text-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | | | +--- androidx.core:core:1.7.0 -> 1.16.0 (*) +| | | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.3.0 (*) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (*) +| | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | | +--- androidx.core:core:1.12.0 -> 1.16.0 (*) +| | | | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 +| | | | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.16.0 (*) +| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.1.20 (*) +| | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.3.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | | | | +--- androidx.profileinstaller:profileinstaller:1.3.0 -> 1.4.1 (*) +| | | | | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1 -> 1.9.0 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | \--- androidx.compose.foundation:foundation:1.4.0 -> 1.6.0 (c) +| | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (*) +| | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | | | | \--- androidx.compose.animation:animation:1.6.0 (c) +| | | | | +--- androidx.compose.foundation:foundation-layout:1.6.0 +| | | | | | \--- androidx.compose.foundation:foundation-layout-android:1.6.0 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.compose.animation:animation-core:1.2.1 -> 1.6.0 (*) +| | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | +--- androidx.core:core:1.7.0 -> 1.16.0 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | | \--- androidx.compose.foundation:foundation:1.6.0 (c) +| | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | \--- androidx.compose.animation:animation-core:1.6.0 (c) +| | | | +--- androidx.compose.animation:animation-core:1.6.0 (*) +| | | | +--- androidx.compose.foundation:foundation:1.6.0 +| | | | | \--- androidx.compose.foundation:foundation-android:1.6.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | | +--- androidx.compose.animation:animation:1.6.0 (*) +| | | | | +--- androidx.compose.foundation:foundation-layout:1.6.0 (*) +| | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-text:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | +--- androidx.core:core:1.12.0 -> 1.16.0 (*) +| | | | | +--- androidx.emoji2:emoji2:1.3.0 (*) +| | | | | \--- androidx.compose.foundation:foundation-layout:1.6.0 (c) +| | | | +--- androidx.compose.foundation:foundation-layout:1.6.0 (*) +| | | | +--- androidx.compose.material:material-icons-core:1.6.0 +| | | | | \--- androidx.compose.material:material-icons-core-android:1.6.0 +| | | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | +--- androidx.compose.material:material:1.6.0 (c) +| | | | | \--- androidx.compose.material:material-ripple:1.6.0 (c) +| | | | +--- androidx.compose.material:material-ripple:1.6.0 +| | | | | \--- androidx.compose.material:material-ripple-android:1.6.0 +| | | | | +--- androidx.compose.animation:animation:1.6.0 (*) +| | | | | +--- androidx.compose.foundation:foundation:1.6.0 (*) +| | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | +--- androidx.compose.material:material:1.6.0 (c) +| | | | | \--- androidx.compose.material:material-icons-core:1.6.0 (c) +| | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | +--- androidx.compose.ui:ui-text:1.6.0 (*) +| | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | +--- androidx.compose.material:material-icons-core:1.6.0 (c) +| | | | \--- androidx.compose.material:material-ripple:1.6.0 (c) +| | | +--- androidx.compose.animation:animation:1.4.3 -> 1.6.0 (*) +| | | +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 +| | | | +--- androidx.activity:activity-ktx:1.8.0 (*) +| | | | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.6.0 (*) +| | | | +--- androidx.compose.runtime:runtime-saveable:1.0.1 -> 1.6.0 (*) +| | | | +--- androidx.compose.ui:ui:1.0.1 -> 1.6.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- androidx.activity:activity:1.8.0 (c) +| | | | \--- androidx.activity:activity-ktx:1.8.0 (c) +| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | | \--- androidx.lifecycle:lifecycle-process:2.0.0 -> 2.8.7 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.8.22 (*) +| | +--- androidx.appcompat:appcompat:1.0.0 -> 1.7.0 (*) +| | +--- androidx.compose.runtime:runtime:1.4.3 -> 1.6.0 (*) +| | +--- androidx.compose.material:material:1.4.3 -> 1.6.0 (*) +| | +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 (*) +| | +--- androidx.navigation:navigation-compose:2.4.0 +| | | +--- androidx.activity:activity-compose:1.3.1 -> 1.8.0 (*) +| | | +--- androidx.compose.animation:animation:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.compose.runtime:runtime-saveable:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.compose.ui:ui:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.4.0 -> 2.8.7 +| | | | \--- androidx.lifecycle:lifecycle-viewmodel-compose-android:2.8.7 +| | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | +--- androidx.navigation:navigation-runtime-ktx:2.4.0 +| | | | +--- androidx.navigation:navigation-runtime:2.4.0 +| | | | | +--- androidx.navigation:navigation-common:2.4.0 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1 -> 2.8.7 (*) +| | | | | | +--- androidx.savedstate:savedstate:1.0.0 -> 1.2.1 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 -> 2.8.7 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) +| | | | | | +--- androidx.core:core-ktx:1.1.0 -> 1.16.0 (*) +| | | | | | \--- androidx.collection:collection-ktx:1.1.0 -> 1.4.2 (*) +| | | | | +--- androidx.activity:activity-ktx:1.2.3 -> 1.8.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1 -> 2.8.7 (*) +| | | | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.1 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) +| | | | \--- androidx.navigation:navigation-common-ktx:2.4.0 +| | | | \--- androidx.navigation:navigation-common:2.4.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) +| | | \--- androidx.compose.foundation:foundation-layout:1.0.1 -> 1.6.0 (*) +| | \--- androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1 -> 2.8.7 (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 +| | +--- androidx.appcompat:appcompat:1.7.0 (*) +| | +--- androidx.appcompat:appcompat-resources:1.7.0 (*) +| | +--- androidx.autofill:autofill:1.1.0 (*) +| | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.1.0 +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | \--- androidx.interpolator:interpolator:1.0.0 (*) +| | +--- androidx.tracing:tracing:1.1.0 -> 1.2.0 (*) +| | +--- com.facebook.fbjni:fbjni:0.7.0 +| | | \--- com.facebook.soloader:nativeloader:0.10.5 -> 0.12.1 +| | +--- com.facebook.fresco:fresco:3.6.0 +| | | +--- com.facebook.fresco:soloader:3.6.0 +| | | | +--- com.facebook.fresco:fbcore:3.6.0 +| | | | | +--- androidx.core:core:1.13.1 -> 1.16.0 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | \--- com.facebook.soloader:soloader:0.11.0 -> 0.12.1 +| | | | +--- com.facebook.soloader:annotation:0.12.1 +| | | | \--- com.facebook.soloader:nativeloader:0.12.1 +| | | +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| | | +--- com.facebook.fresco:ui-common:3.6.0 +| | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | +--- com.facebook.fresco:ui-core:3.6.0 +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | +--- com.facebook.fresco:middleware:3.6.0 +| | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | +--- com.facebook.fresco:ui-common:3.6.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | +--- com.facebook.fresco:drawee:3.6.0 +| | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | +--- com.facebook.fresco:imagepipeline:3.6.0 +| | | | | +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| | | | | +--- com.facebook.soloader:annotation:0.11.0 -> 0.12.1 +| | | | | +--- com.parse.bolts:bolts-tasks:1.4.0 +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | | | | +--- com.facebook.fresco:urimod:3.6.0 +| | | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | | +--- com.facebook.fresco:ui-core:3.6.0 (*) +| | | | | | +--- com.facebook.fresco:vito-source:3.6.0 +| | | | | | | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | \--- com.facebook.fresco:imagepipeline-base:3.6.0 +| | | | | +--- com.facebook.infer.annotation:infer-annotation:0.18.0 +| | | | | | +--- com.google.code.findbugs:jsr305:3.0.1 -> 3.0.2 +| | | | | | \--- org.jetbrains.kotlin:kotlin-annotations-jvm:1.3.72 +| | | | | +--- com.facebook.soloader:annotation:0.11.0 -> 0.12.1 +| | | | | +--- com.parse.bolts:bolts-tasks:1.4.0 +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | +--- com.facebook.fresco:imagepipeline-native:3.6.0 +| | | | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | \--- com.facebook.soloader:soloader:0.11.0 -> 0.12.1 (*) +| | | | +--- com.facebook.fresco:memory-type-ashmem:3.6.0 +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | \--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | | +--- com.facebook.fresco:memory-type-native:3.6.0 +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | | | +--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| | | | | \--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| | | | +--- com.facebook.fresco:memory-type-java:3.6.0 +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | | | \--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| | | | +--- com.facebook.fresco:ui-common:3.6.0 (*) +| | | | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | | | +--- com.facebook.fresco:ui-core:3.6.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | +--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-ashmem:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-native:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-java:3.6.0 (*) +| | | +--- com.facebook.fresco:nativeimagefilters:3.6.0 +| | | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | | +--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| | | | +--- com.facebook.fresco:memory-type-ashmem:3.6.0 (*) +| | | | +--- com.facebook.fresco:memory-type-native:3.6.0 (*) +| | | | +--- com.facebook.fresco:memory-type-java:3.6.0 (*) +| | | | +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| | | | +--- com.parse.bolts:bolts-tasks:1.4.0 +| | | | \--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | +--- com.facebook.fresco:nativeimagetranscoder:3.6.0 +| | | | +--- com.facebook.fresco:imagepipeline-base:3.6.0 (*) +| | | | +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| | | | +--- com.parse.bolts:bolts-tasks:1.4.0 +| | | | \--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:imagepipeline-okhttp3:3.6.0 +| | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | +--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-ashmem:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-native:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-java:3.6.0 (*) +| | | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | | +--- com.squareup.okhttp3:okhttp:3.14.9 -> 4.12.0 +| | | | +--- com.squareup.okio:okio:3.6.0 -> 3.9.1 +| | | | | \--- com.squareup.okio:okio-jvm:3.9.1 +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.1.20 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.8.22 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | +--- com.facebook.fresco:ui-common:3.6.0 (*) +| | +--- com.facebook.infer.annotation:infer-annotation:0.18.0 (*) +| | +--- com.facebook.soloader:soloader:0.12.1 (*) +| | +--- com.facebook.yoga:proguard-annotations:1.19.0 +| | +--- com.google.code.findbugs:jsr305:3.0.2 +| | +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 +| | | +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 -> 1.8.22 (*) +| | +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 (*) +| | +--- com.squareup.okio:okio:2.9.0 -> 3.9.1 (*) +| | +--- javax.inject:javax.inject:1 +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 +| +--- com.adobe.marketing.mobile:core:3.5.0 -> 3.5.0-SNAPSHOT (c) +| +--- com.adobe.marketing.mobile:edge:3.0.2 (c) +| +--- com.adobe.marketing.mobile:signal:3.0.1 (c) +| +--- com.adobe.marketing.mobile:userprofile:3.0.1 (c) +| +--- com.adobe.marketing.mobile:campaignclassic:3.1.4 (c) +| +--- com.adobe.marketing.mobile:edgebridge:3.0.1 (c) +| +--- com.adobe.marketing.mobile:assurance:3.0.7 (c) +| +--- com.adobe.marketing.mobile:lifecycle:3.0.2 (c) +| +--- com.adobe.marketing.mobile:target:3.0.2 (c) +| +--- com.adobe.marketing.mobile:edgeidentity:3.0.1 (c) +| +--- com.adobe.marketing.mobile:edgeconsent:3.0.2 (c) +| +--- com.adobe.marketing.mobile:places:3.0.2 (c) +| +--- com.adobe.marketing.mobile:identity:3.0.2 (c) +| +--- com.adobe.marketing.mobile:optimize:3.6.2 (c) +| +--- com.adobe.marketing.mobile:messaging:3.6.0 -> 3.5.1-SNAPSHOT (c) +| \--- com.adobe.marketing.mobile:notificationbuilder:3.0.3 (c) ++--- project :adobe_react-native-aepcampaignclassic +| +--- com.adobe.marketing.mobile:campaignclassic -> 3.1.4 +| | +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| | \--- com.adobe.marketing.mobile:notificationbuilder:3.0.3 +| | \--- com.adobe.marketing.mobile:core:3.0.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepcore +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- com.adobe.marketing.mobile:core:3.5.0-SNAPSHOT (*) +| +--- com.adobe.marketing.mobile:signal:3.0.1 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.adobe.marketing.mobile:identity:3.0.2 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| \--- com.adobe.marketing.mobile:lifecycle:3.0.2 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aepedge +| +--- com.adobe.marketing.mobile:edge -> 3.0.2 +| | +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| | \--- com.adobe.marketing.mobile:edgeidentity:3.0.1 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepedgebridge +| +--- com.adobe.marketing.mobile:edgebridge -> 3.0.1 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepedgeconsent +| +--- com.adobe.marketing.mobile:edgeconsent -> 3.0.2 +| | +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| | \--- com.adobe.marketing.mobile:edge:3.0.1 -> 3.0.2 (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepedgeidentity +| +--- com.adobe.marketing.mobile:edgeidentity -> 3.0.1 (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepmessaging +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| \--- com.adobe.marketing.mobile:messaging:3.5.1-SNAPSHOT +| +--- com.adobe.marketing.mobile:core:3.5.0-SNAPSHOT (*) +| +--- com.adobe.marketing.mobile:edge:3.0.1 -> 3.0.2 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.8.22 (*) +| +--- androidx.appcompat:appcompat:1.0.0 -> 1.7.0 (*) +| +--- androidx.compose.runtime:runtime:1.4.3 -> 1.6.0 (*) +| +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 (*) +| \--- androidx.compose.material3:material3:1.2.0 +| \--- androidx.compose.material3:material3-android:1.2.0 +| +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 (*) +| +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*) +| +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| +--- androidx.compose.animation:animation-core:1.6.0 (*) +| +--- androidx.compose.foundation:foundation:1.6.0 (*) +| +--- androidx.compose.foundation:foundation-layout:1.6.0 (*) +| +--- androidx.compose.material:material-icons-core:1.6.0 (*) +| +--- androidx.compose.material:material-ripple:1.6.0 (*) +| +--- androidx.compose.runtime:runtime:1.6.0 (*) +| +--- androidx.compose.ui:ui-graphics:1.6.0 (*) +| +--- androidx.compose.ui:ui-text:1.6.0 (*) +| +--- androidx.compose.ui:ui-util:1.6.0 (*) +| +--- androidx.lifecycle:lifecycle-common-java8:2.6.1 -> 2.8.7 +| | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) ++--- project :adobe_react-native-aepoptimize +| +--- com.adobe.marketing.mobile:optimize -> 3.6.2 +| | +--- com.adobe.marketing.mobile:core:3.5.0 -> 3.5.0-SNAPSHOT (*) +| | \--- com.adobe.marketing.mobile:edge:3.0.2 (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepplaces +| +--- com.adobe.marketing.mobile:places -> 3.0.2 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) +| \--- com.google.android.gms:play-services-location:21.2.0 +| +--- com.google.android.gms:play-services-base:18.3.0 +| | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | +--- androidx.fragment:fragment:1.0.0 -> 1.6.1 (*) +| | +--- com.google.android.gms:play-services-basement:18.3.0 +| | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | | \--- androidx.fragment:fragment:1.1.0 -> 1.6.1 (*) +| | \--- com.google.android.gms:play-services-tasks:18.1.0 +| | \--- com.google.android.gms:play-services-basement:18.3.0 (*) +| +--- com.google.android.gms:play-services-basement:18.3.0 (*) +| +--- com.google.android.gms:play-services-tasks:18.1.0 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.1.20 (*) +| +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) ++--- project :adobe_react-native-aeptarget +| +--- com.adobe.marketing.mobile:target -> 3.0.2 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepuserprofile +| +--- com.adobe.marketing.mobile:userprofile -> 3.0.1 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :expo +| +--- project :expo-constants +| | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | \--- commons-io:commons-io:2.6 +| +--- project :expo-modules-core +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | +--- org.jetbrains.kotlin:kotlin-reflect:2.1.20 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| | +--- androidx.annotation:annotation:1.7.1 -> 1.9.1 (*) +| | +--- androidx.tracing:tracing-ktx:1.2.0 +| | | +--- androidx.tracing:tracing:1.2.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) +| | | \--- androidx.tracing:tracing:1.2.0 (c) +| | \--- com.facebook.react:react-android -> 0.81.5 (*) +| +--- expo.modules.asset:expo.modules.asset:12.0.12 +| | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| +--- host.exp.exponent:expo.modules.filesystem:19.0.21 +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | +--- commons-codec:commons-codec:1.10 +| | +--- commons-io:commons-io:1.4 -> 2.6 +| | +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 (*) +| | +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 (*) +| | +--- com.squareup.okio:okio:2.9.0 -> 3.9.1 (*) +| | +--- androidx.legacy:legacy-support-v4:1.0.0 +| | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | +--- androidx.media:media:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | \--- androidx.versionedparcelable:versionedparcelable:1.0.0 -> 1.1.1 (*) +| | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | +--- androidx.documentfile:documentfile:1.0.0 -> 1.1.0 +| | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.7.0 -> 1.16.0 (*) +| | | | | \--- org.jspecify:jspecify:1.0.0 +| | | | +--- androidx.loader:loader:1.0.0 (*) +| | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 +| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | \--- androidx.print:print:1.0.0 +| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | +--- androidx.legacy:legacy-support-core-ui:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 (*) +| | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.viewpager:viewpager:1.0.0 (*) +| | | | +--- androidx.coordinatorlayout:coordinatorlayout:1.0.0 -> 1.2.0 +| | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 (*) +| | | | +--- androidx.slidingpanelayout:slidingpanelayout:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.interpolator:interpolator:1.0.0 (*) +| | | | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | \--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | \--- androidx.cursoradapter:cursoradapter:1.0.0 (*) +| | | \--- androidx.fragment:fragment:1.0.0 -> 1.6.1 (*) +| | \--- androidx.documentfile:documentfile:1.1.0 (*) +| +--- host.exp.exponent:expo.modules.font:14.0.11 +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | \--- com.facebook.react:react-android -> 0.81.5 (*) +| +--- host.exp.exponent:expo.modules.keepawake:15.0.8 +| | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| +--- host.exp.exponent:expo.modules.linking:8.0.11 +| | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| +--- host.exp.exponent:expo.modules.splashscreen:31.0.13 +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | +--- androidx.appcompat:appcompat:1.7.0 (*) +| | +--- androidx.core:core-splashscreen:1.2.0-alpha02 +| | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | +--- androidx.appcompat:appcompat-resources:1.7.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | \--- com.facebook.react:react-android -> 0.81.5 (*) +| +--- host.exp.exponent:expo.modules.systemui:6.0.9 +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | +--- com.facebook.react:react-android -> 0.81.5 (*) +| | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | \--- androidx.appcompat:appcompat:1.2.0 -> 1.7.0 (*) +| +--- host.exp.exponent:expo.modules.webbrowser:15.0.10 +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| | \--- androidx.browser:browser:1.6.0 +| | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) +| | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | +--- androidx.interpolator:interpolator:1.0.0 (*) +| | \--- com.google.guava:listenablefuture:1.0 +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| \--- com.facebook.react:react-android -> 0.81.5 (*) ++--- project :react-native-gesture-handler +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- project :react-native-reanimated +| | +--- com.facebook.yoga:proguard-annotations:1.19.0 +| | +--- androidx.transition:transition:1.1.0 -> 1.5.0 +| | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | +--- androidx.core:core:1.13.0 -> 1.16.0 (*) +| | | \--- androidx.dynamicanimation:dynamicanimation:1.0.0 +| | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | \--- androidx.legacy:legacy-support-core-utils:1.0.0 (*) +| | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | +--- com.facebook.react:react-android -> 0.81.5 (*) +| | \--- project :react-native-worklets +| | +--- com.facebook.yoga:proguard-annotations:1.19.0 +| | +--- androidx.transition:transition:1.1.0 -> 1.5.0 (*) +| | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | +--- com.facebook.react:react-android -> 0.81.5 (*) +| | \--- com.facebook.react:hermes-android -> 0.81.5 +| | +--- com.facebook.fbjni:fbjni:0.7.0 (*) +| | +--- com.facebook.yoga:proguard-annotations:1.19.0 +| | \--- androidx.annotation:annotation:1.6.0 -> 1.9.1 (*) +| +--- androidx.appcompat:appcompat:1.7.0 (*) +| +--- androidx.core:core-ktx:1.16.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) ++--- project :react-native-reanimated (*) ++--- project :react-native-safe-area-context +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) ++--- project :react-native-screens +| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- androidx.appcompat:appcompat:1.6.1 -> 1.7.0 (*) +| +--- androidx.fragment:fragment-ktx:1.6.1 +| | +--- androidx.activity:activity-ktx:1.5.1 -> 1.8.0 (*) +| | +--- androidx.collection:collection-ktx:1.1.0 -> 1.4.2 (*) +| | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 (*) +| | +--- androidx.fragment:fragment:1.6.1 (*) +| | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.8.7 (*) +| | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.8.7 (*) +| | +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) +| | \--- androidx.fragment:fragment:1.6.1 (c) +| +--- androidx.coordinatorlayout:coordinatorlayout:1.2.0 (*) +| +--- androidx.swiperefreshlayout:swiperefreshlayout:1.1.0 (*) +| +--- com.google.android.material:material:1.12.0 +| | +--- org.jetbrains.kotlin:kotlin-bom:1.8.22 +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 2.1.20 (c) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 (c) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (c) +| | | \--- org.jetbrains.kotlin:kotlin-reflect:1.8.22 -> 2.1.20 (c) +| | +--- com.google.errorprone:error_prone_annotations:2.15.0 +| | +--- androidx.activity:activity:1.8.0 (*) +| | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | +--- androidx.appcompat:appcompat:1.6.1 -> 1.7.0 (*) +| | +--- androidx.cardview:cardview:1.0.0 +| | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0 -> 1.2.0 (*) +| | +--- androidx.constraintlayout:constraintlayout:2.0.1 +| | | +--- androidx.appcompat:appcompat:1.2.0 -> 1.7.0 (*) +| | | +--- androidx.core:core:1.3.1 -> 1.16.0 (*) +| | | \--- androidx.constraintlayout:constraintlayout-solver:2.0.1 +| | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | +--- androidx.drawerlayout:drawerlayout:1.1.1 (*) +| | +--- androidx.dynamicanimation:dynamicanimation:1.0.0 (*) +| | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.1 (*) +| | +--- androidx.fragment:fragment:1.2.5 -> 1.6.1 (*) +| | +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.8.7 (*) +| | +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.1.0 +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | \--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 (*) +| | +--- androidx.transition:transition:1.5.0 (*) +| | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) +| | \--- androidx.viewpager2:viewpager2:1.0.0 +| | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | +--- androidx.fragment:fragment:1.1.0 -> 1.6.1 (*) +| | +--- androidx.recyclerview:recyclerview:1.1.0 (*) +| | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| +--- androidx.core:core-ktx:1.8.0 -> 1.16.0 (*) +| +--- io.coil-kt.coil3:coil:3.0.4 +| | \--- io.coil-kt.coil3:coil-android:3.0.4 +| | +--- io.coil-kt.coil3:coil-core:3.0.4 +| | | \--- io.coil-kt.coil3:coil-core-android:3.0.4 +| | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) +| | | +--- androidx.annotation:annotation:1.9.1 (*) +| | | +--- androidx.appcompat:appcompat-resources:1.7.0 (*) +| | | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| | | +--- androidx.exifinterface:exifinterface:1.3.7 +| | | | \--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | +--- androidx.profileinstaller:profileinstaller:1.4.1 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | +--- com.squareup.okio:okio:3.9.1 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (c) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| +--- io.coil-kt.coil3:coil-network-okhttp:3.0.4 +| | \--- io.coil-kt.coil3:coil-network-okhttp-jvm:3.0.4 +| | +--- io.coil-kt.coil3:coil-core:3.0.4 (*) +| | +--- io.coil-kt.coil3:coil-network-core:3.0.4 +| | | \--- io.coil-kt.coil3:coil-network-core-android:3.0.4 +| | | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| | | +--- io.coil-kt.coil3:coil-core:3.0.4 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| | +--- com.squareup.okhttp3:okhttp:4.12.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| +--- io.coil-kt.coil3:coil-svg:3.0.4 +| | \--- io.coil-kt.coil3:coil-svg-android:3.0.4 +| | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| | +--- com.caverock:androidsvg-aar:1.4 +| | +--- io.coil-kt.coil3:coil-core:3.0.4 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| \--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1 -> 2.8.7 (c) ++--- project :react-native-webview +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| \--- androidx.webkit:webkit:1.14.0 +| +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| +--- androidx.annotation:annotation-experimental:1.4.1 (*) +| +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| \--- org.jspecify:jspecify:1.0.0 ++--- project :react-native-worklets (*) ++--- com.facebook.react:react-android -> 0.81.5 (*) ++--- com.facebook.fresco:animated-gif:3.6.0 +| +--- com.parse.bolts:bolts-tasks:1.4.0 +| +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| +--- com.facebook.fresco:fbcore:3.6.0 (*) +| \--- com.facebook.fresco:animated-base:3.6.0 +| +--- com.parse.bolts:bolts-tasks:1.4.0 +| +--- com.facebook.fresco:vito-options:3.6.0 +| | +--- com.facebook.fresco:drawee:3.6.0 (*) +| | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.fresco:middleware:3.6.0 (*) +| +--- com.facebook.fresco:fbcore:3.6.0 (*) +| +--- com.facebook.fresco:imagepipeline-base:3.6.0 (*) +| +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| +--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| +--- com.facebook.fresco:memory-type-ashmem:3.6.0 (*) +| +--- com.facebook.fresco:memory-type-native:3.6.0 (*) +| +--- com.facebook.fresco:memory-type-java:3.6.0 (*) +| +--- com.facebook.fresco:animated-drawable:3.6.0 +| | +--- com.facebook.fresco:imagepipeline-base:3.6.0 (*) +| | +--- com.facebook.fresco:drawee:3.6.0 (*) +| | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | +--- com.facebook.fresco:vito-renderer:3.6.0 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:vito-options:3.6.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) ++--- com.facebook.fresco:webpsupport:3.6.0 +| +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| +--- com.parse.bolts:bolts-tasks:1.4.0 +| +--- com.facebook.fresco:fbcore:3.6.0 (*) +| +--- com.facebook.fresco:imagepipeline-base:3.6.0 (*) +| \--- com.facebook.fresco:middleware:3.6.0 (*) +\--- com.facebook.react:hermes-android -> 0.81.5 (*) + +releaseRuntimeElements - Runtime elements for release (n) +No dependencies + +releaseRuntimeOnly - Runtime only dependencies for 'release' sources. (n) +No dependencies + +releaseUnitTestAnnotationProcessorClasspath - Resolved configuration for annotation-processor for variant: releaseUnitTest +No dependencies + +releaseUnitTestApi (n) +No dependencies + +releaseUnitTestApiDependenciesMetadata +No dependencies + +releaseUnitTestCompilationApi - API dependencies for '/releaseUnitTest'. (n) +No dependencies + +releaseUnitTestCompilationCompileOnly - Compile only dependencies for '/releaseUnitTest'. (n) +No dependencies + +releaseUnitTestCompilationImplementation - Implementation only dependencies for '/releaseUnitTest'. (n) +No dependencies + +releaseUnitTestCompilationRuntimeOnly - Runtime only dependencies for '/releaseUnitTest'. (n) +No dependencies + +releaseUnitTestCompileClasspath - Compile classpath for '/releaseUnitTest'. ++--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 +| +--- org.jetbrains:annotations:13.0 -> 23.0.0 +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.8.22 (c) +| \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.1.20 (c) ++--- project :adobe_react-native-aepassurance +| \--- com.adobe.marketing.mobile:assurance -> 3.0.7 +| +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.8.22 +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 2.1.20 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| | +--- androidx.appcompat:appcompat:1.0.0 -> 1.7.0 +| | | +--- androidx.activity:activity:1.7.0 -> 1.8.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 +| | | | | \--- androidx.annotation:annotation-jvm:1.9.1 +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) +| | | | +--- androidx.core:core:1.8.0 -> 1.16.0 +| | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | +--- androidx.annotation:annotation-experimental:1.4.1 +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.1.20 (*) +| | | | | +--- androidx.core:core-viewtree:1.0.0 +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.8.7 +| | | | | | \--- androidx.lifecycle:lifecycle-runtime-android:2.8.7 +| | | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | | +--- androidx.arch.core:core-common:2.2.0 +| | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 +| | | | | | | \--- androidx.lifecycle:lifecycle-common-jvm:2.8.7 +| | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 +| | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0 +| | | | | | | | +--- org.jetbrains:annotations:23.0.0 +| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0 +| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 (c) +| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0 (c) +| | | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 (c) +| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0 (*) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | +--- androidx.versionedparcelable:versionedparcelable:1.1.1 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | \--- androidx.collection:collection:1.0.0 -> 1.4.2 +| | | | | | \--- androidx.collection:collection-jvm:1.4.2 +| | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | +--- org.jspecify:jspecify:1.0.0 +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 +| | | | | \--- androidx.lifecycle:lifecycle-viewmodel-android:2.8.7 +| | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.8.7 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 +| | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | +--- androidx.core:core:1.16.0 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | | | +--- androidx.savedstate:savedstate:1.2.1 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) +| | | | | | \--- androidx.savedstate:savedstate-ktx:1.2.1 (c) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- androidx.activity:activity-compose:1.8.0 (c) +| | | | \--- androidx.activity:activity-ktx:1.8.0 (c) +| | | +--- androidx.annotation:annotation:1.3.0 -> 1.9.1 (*) +| | | +--- androidx.appcompat:appcompat-resources:1.7.0 +| | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 +| | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) +| | | | | +--- androidx.interpolator:interpolator:1.0.0 +| | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | \--- androidx.appcompat:appcompat:1.7.0 (c) +| | | +--- androidx.core:core:1.13.0 -> 1.16.0 (*) +| | | +--- androidx.cursoradapter:cursoradapter:1.0.0 +| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | | | \--- androidx.customview:customview:1.1.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | \--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | +--- androidx.fragment:fragment:1.5.4 -> 1.6.1 +| | | | +--- androidx.activity:activity:1.7.2 -> 1.8.0 (*) +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.1 (*) +| | | | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.loader:loader:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.8.7 +| | | | | | +--- androidx.arch.core:core-runtime:2.2.0 +| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | \--- androidx.arch.core:core-common:2.2.0 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.8.7 (*) +| | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | +--- androidx.viewpager:viewpager:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) +| | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | \--- androidx.appcompat:appcompat-resources:1.7.0 (c) +| | +--- androidx.compose.runtime:runtime:1.4.3 -> 1.6.0 +| | | \--- androidx.compose.runtime:runtime-android:1.6.0 +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1 -> 1.9.0 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | \--- androidx.compose.runtime:runtime-saveable:1.6.0 (c) +| | +--- androidx.compose.material:material:1.4.3 -> 1.6.0 +| | | \--- androidx.compose.material:material-android:1.6.0 +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | +--- androidx.compose.animation:animation-core:1.6.0 +| | | | \--- androidx.compose.animation:animation-core-android:1.6.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | | \--- androidx.compose.animation:animation:1.6.0 (c) +| | | +--- androidx.compose.foundation:foundation:1.6.0 +| | | | \--- androidx.compose.foundation:foundation-android:1.6.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | +--- androidx.compose.animation:animation:1.6.0 +| | | | | \--- androidx.compose.animation:animation-android:1.6.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.compose.animation:animation-core:1.6.0 (*) +| | | | | +--- androidx.compose.foundation:foundation-layout:1.6.0 +| | | | | | \--- androidx.compose.foundation:foundation-layout-android:1.6.0 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.compose.ui:ui:1.6.0 +| | | | | | | \--- androidx.compose.ui:ui-android:1.6.0 +| | | | | | | +--- androidx.annotation:annotation:1.6.0 -> 1.9.1 (*) +| | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.6.0 +| | | | | | | | \--- androidx.compose.runtime:runtime-saveable-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | | \--- androidx.compose.runtime:runtime:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-geometry-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-graphics-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 +| | | | | | | | | \--- androidx.compose.ui:ui-unit-android:1.6.0 +| | | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (*) +| | | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-text-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (*) +| | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-util-android:1.6.0 +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | \--- androidx.compose.foundation:foundation:1.6.0 (c) +| | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (*) +| | | | | \--- androidx.compose.animation:animation-core:1.6.0 (c) +| | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | \--- androidx.compose.foundation:foundation-layout:1.6.0 (c) +| | | +--- androidx.compose.material:material-icons-core:1.6.0 +| | | | \--- androidx.compose.material:material-icons-core-android:1.6.0 +| | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | +--- androidx.compose.material:material:1.6.0 (c) +| | | | \--- androidx.compose.material:material-ripple:1.6.0 (c) +| | | +--- androidx.compose.material:material-ripple:1.6.0 +| | | | \--- androidx.compose.material:material-ripple-android:1.6.0 +| | | | +--- androidx.compose.foundation:foundation:1.6.0 (*) +| | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | +--- androidx.compose.material:material:1.6.0 (c) +| | | | \--- androidx.compose.material:material-icons-core:1.6.0 (c) +| | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | +--- androidx.compose.ui:ui-text:1.6.0 (*) +| | | +--- androidx.compose.material:material-icons-core:1.6.0 (c) +| | | \--- androidx.compose.material:material-ripple:1.6.0 (c) +| | +--- androidx.compose.animation:animation:1.4.3 -> 1.6.0 (*) +| | +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 +| | | +--- androidx.activity:activity-ktx:1.8.0 +| | | | +--- androidx.activity:activity:1.8.0 (*) +| | | | +--- androidx.core:core-ktx:1.9.0 -> 1.16.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.8.7 +| | | | | \--- androidx.lifecycle:lifecycle-runtime-ktx-android:2.8.7 +| | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.8.7 +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 +| | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) +| | | | | \--- androidx.savedstate:savedstate:1.2.1 (c) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- androidx.activity:activity:1.8.0 (c) +| | | | \--- androidx.activity:activity-compose:1.8.0 (c) +| | | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.compose.runtime:runtime-saveable:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.compose.ui:ui:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | +--- androidx.activity:activity:1.8.0 (c) +| | | \--- androidx.activity:activity-ktx:1.8.0 (c) +| | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | \--- androidx.lifecycle:lifecycle-process:2.0.0 -> 2.8.7 +| | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) +| | +--- androidx.startup:startup-runtime:1.1.1 +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.8.22 (*) +| +--- androidx.appcompat:appcompat:1.0.0 -> 1.7.0 (*) +| +--- androidx.compose.runtime:runtime:1.4.3 -> 1.6.0 (*) +| +--- androidx.compose.material:material:1.4.3 -> 1.6.0 (*) +| +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 (*) +| +--- androidx.navigation:navigation-compose:2.4.0 +| | +--- androidx.activity:activity-compose:1.3.1 -> 1.8.0 (*) +| | +--- androidx.compose.animation:animation:1.0.1 -> 1.6.0 (*) +| | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.6.0 (*) +| | +--- androidx.compose.runtime:runtime-saveable:1.0.1 -> 1.6.0 (*) +| | +--- androidx.compose.ui:ui:1.0.1 -> 1.6.0 (*) +| | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.4.0 -> 2.8.7 +| | | \--- androidx.lifecycle:lifecycle-viewmodel-compose-android:2.8.7 +| | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (*) +| | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | \--- androidx.navigation:navigation-runtime-ktx:2.4.0 +| | +--- androidx.navigation:navigation-runtime:2.4.0 +| | | +--- androidx.navigation:navigation-common:2.4.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1 -> 2.8.7 (*) +| | | | +--- androidx.savedstate:savedstate:1.0.0 -> 1.2.1 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 -> 2.8.7 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) +| | | +--- androidx.activity:activity-ktx:1.2.3 -> 1.8.0 (*) +| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1 -> 2.8.7 (*) +| | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.1 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) +| | \--- androidx.navigation:navigation-common-ktx:2.4.0 +| | \--- androidx.navigation:navigation-common:2.4.0 (*) +| \--- androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1 -> 2.8.7 (*) ++--- project :adobe_react-native-aepcampaignclassic +| \--- com.adobe.marketing.mobile:campaignclassic -> 3.1.4 +| +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| \--- com.adobe.marketing.mobile:notificationbuilder:3.0.3 +| \--- com.adobe.marketing.mobile:core:3.0.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aepcore ++--- project :adobe_react-native-aepedge +| \--- com.adobe.marketing.mobile:edge -> 3.0.2 +| +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| \--- com.adobe.marketing.mobile:edgeidentity:3.0.1 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aepedgebridge +| \--- com.adobe.marketing.mobile:edgebridge -> 3.0.1 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aepedgeconsent +| \--- com.adobe.marketing.mobile:edgeconsent -> 3.0.2 +| +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| \--- com.adobe.marketing.mobile:edge:3.0.1 -> 3.0.2 (*) ++--- project :adobe_react-native-aepedgeidentity +| \--- com.adobe.marketing.mobile:edgeidentity -> 3.0.1 (*) ++--- project :adobe_react-native-aepmessaging ++--- project :adobe_react-native-aepoptimize +| \--- com.adobe.marketing.mobile:optimize -> 3.6.2 +| +--- com.adobe.marketing.mobile:core:3.5.0 -> 3.5.0-SNAPSHOT (*) +| \--- com.adobe.marketing.mobile:edge:3.0.2 (*) ++--- project :adobe_react-native-aepplaces +| \--- com.adobe.marketing.mobile:places -> 3.0.2 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aeptarget +| \--- com.adobe.marketing.mobile:target -> 3.0.2 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aepuserprofile +| \--- com.adobe.marketing.mobile:userprofile -> 3.0.1 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :expo +| +--- project :expo-constants +| | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| +--- project :expo-modules-core +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | \--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| +--- expo.modules.asset:expo.modules.asset:12.0.12 +| +--- host.exp.exponent:expo.modules.filesystem:19.0.21 +| | +--- commons-codec:commons-codec:1.10 +| | +--- commons-io:commons-io:1.4 -> 2.6 +| | +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 +| | | +--- com.squareup.okio:okio:3.6.0 -> 3.9.1 +| | | | \--- com.squareup.okio:okio-jvm:3.9.1 +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.8.22 (*) +| | +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 +| | | +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 -> 1.8.22 (*) +| | +--- com.squareup.okio:okio:2.9.0 -> 3.9.1 (*) +| | +--- androidx.legacy:legacy-support-v4:1.0.0 +| | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | +--- androidx.media:media:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | \--- androidx.versionedparcelable:versionedparcelable:1.0.0 -> 1.1.1 (*) +| | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | +--- androidx.documentfile:documentfile:1.0.0 -> 1.1.0 +| | | | | \--- org.jspecify:jspecify:1.0.0 +| | | | +--- androidx.loader:loader:1.0.0 (*) +| | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 +| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | \--- androidx.print:print:1.0.0 +| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | +--- androidx.legacy:legacy-support-core-ui:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 (*) +| | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.viewpager:viewpager:1.0.0 (*) +| | | | +--- androidx.coordinatorlayout:coordinatorlayout:1.0.0 -> 1.2.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 (*) +| | | | +--- androidx.slidingpanelayout:slidingpanelayout:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.interpolator:interpolator:1.0.0 (*) +| | | | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 -> 1.1.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | | | \--- androidx.interpolator:interpolator:1.0.0 (*) +| | | | +--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | \--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | \--- androidx.cursoradapter:cursoradapter:1.0.0 (*) +| | | \--- androidx.fragment:fragment:1.0.0 -> 1.6.1 (*) +| | \--- androidx.documentfile:documentfile:1.1.0 (*) +| +--- host.exp.exponent:expo.modules.font:14.0.11 +| +--- host.exp.exponent:expo.modules.keepawake:15.0.8 +| +--- host.exp.exponent:expo.modules.linking:8.0.11 +| +--- host.exp.exponent:expo.modules.splashscreen:31.0.13 +| +--- host.exp.exponent:expo.modules.systemui:6.0.9 +| \--- host.exp.exponent:expo.modules.webbrowser:15.0.10 +| \--- androidx.browser:browser:1.6.0 +| +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| \--- com.google.guava:listenablefuture:1.0 ++--- project :react-native-gesture-handler ++--- project :react-native-reanimated ++--- project :react-native-safe-area-context ++--- project :react-native-screens +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) ++--- project :react-native-webview ++--- project :react-native-worklets ++--- com.facebook.react:react-android -> 0.81.5 +| +--- androidx.appcompat:appcompat:1.7.0 (*) +| +--- androidx.appcompat:appcompat-resources:1.7.0 (*) +| +--- androidx.autofill:autofill:1.1.0 +| +--- androidx.swiperefreshlayout:swiperefreshlayout:1.1.0 (*) +| +--- androidx.tracing:tracing:1.1.0 -> 1.2.0 +| +--- com.facebook.fbjni:fbjni:0.7.0 +| +--- com.facebook.fresco:fresco:3.6.0 +| | +--- com.facebook.fresco:fbcore:3.6.0 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:drawee:3.6.0 +| | | +--- com.facebook.fresco:ui-core:3.6.0 +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:imagepipeline:3.6.0 +| | | \--- com.facebook.fresco:imagepipeline-base:3.6.0 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:imagepipeline-native:3.6.0 +| | +--- com.facebook.fresco:memory-type-ashmem:3.6.0 +| | +--- com.facebook.fresco:memory-type-native:3.6.0 +| | +--- com.facebook.fresco:memory-type-java:3.6.0 +| | +--- com.facebook.fresco:nativeimagefilters:3.6.0 +| | +--- com.facebook.fresco:nativeimagetranscoder:3.6.0 +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.fresco:imagepipeline-okhttp3:3.6.0 +| | +--- com.squareup.okhttp3:okhttp:3.14.9 -> 4.12.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.fresco:middleware:3.6.0 +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.fresco:ui-common:3.6.0 +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.infer.annotation:infer-annotation:0.18.0 +| | +--- com.google.code.findbugs:jsr305:3.0.1 -> 3.0.2 +| | \--- org.jetbrains.kotlin:kotlin-annotations-jvm:1.3.72 +| +--- com.facebook.soloader:soloader:0.12.1 +| | +--- com.facebook.soloader:annotation:0.12.1 +| | \--- com.facebook.soloader:nativeloader:0.12.1 +| +--- com.facebook.yoga:proguard-annotations:1.19.0 +| +--- com.google.code.findbugs:jsr305:3.0.2 +| +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 (*) +| +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 (*) +| +--- com.squareup.okio:okio:2.9.0 -> 3.9.1 (*) +| +--- javax.inject:javax.inject:1 +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) ++--- com.facebook.fresco:animated-gif:3.6.0 ++--- com.facebook.fresco:webpsupport:3.6.0 ++--- com.facebook.react:hermes-android -> 0.81.5 ++--- project :app (*) ++--- org.jetbrains.kotlin:kotlin-stdlib:{strictly 2.1.20} -> 2.1.20 (c) ++--- com.facebook.react:react-android:{strictly 0.81.5} -> 0.81.5 (c) ++--- com.facebook.react:hermes-android:{strictly 0.81.5} -> 0.81.5 (c) ++--- com.facebook.fresco:animated-gif:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:webpsupport:{strictly 3.6.0} -> 3.6.0 (c) ++--- org.jetbrains:annotations:{strictly 23.0.0} -> 23.0.0 (c) ++--- com.adobe.marketing.mobile:assurance:{strictly 3.0.7} -> 3.0.7 (c) ++--- com.adobe.marketing.mobile:campaignclassic:{strictly 3.1.4} -> 3.1.4 (c) ++--- com.adobe.marketing.mobile:edge:{strictly 3.0.2} -> 3.0.2 (c) ++--- com.adobe.marketing.mobile:edgebridge:{strictly 3.0.1} -> 3.0.1 (c) ++--- com.adobe.marketing.mobile:edgeconsent:{strictly 3.0.2} -> 3.0.2 (c) ++--- com.adobe.marketing.mobile:edgeidentity:{strictly 3.0.1} -> 3.0.1 (c) ++--- com.adobe.marketing.mobile:optimize:{strictly 3.6.2} -> 3.6.2 (c) ++--- com.adobe.marketing.mobile:places:{strictly 3.0.2} -> 3.0.2 (c) ++--- com.adobe.marketing.mobile:target:{strictly 3.0.2} -> 3.0.2 (c) ++--- com.adobe.marketing.mobile:userprofile:{strictly 3.0.1} -> 3.0.1 (c) ++--- expo.modules.asset:expo.modules.asset:{strictly 12.0.12} -> 12.0.12 (c) ++--- host.exp.exponent:expo.modules.filesystem:{strictly 19.0.21} -> 19.0.21 (c) ++--- host.exp.exponent:expo.modules.font:{strictly 14.0.11} -> 14.0.11 (c) ++--- host.exp.exponent:expo.modules.keepawake:{strictly 15.0.8} -> 15.0.8 (c) ++--- host.exp.exponent:expo.modules.linking:{strictly 8.0.11} -> 8.0.11 (c) ++--- host.exp.exponent:expo.modules.splashscreen:{strictly 31.0.13} -> 31.0.13 (c) ++--- host.exp.exponent:expo.modules.systemui:{strictly 6.0.9} -> 6.0.9 (c) ++--- host.exp.exponent:expo.modules.webbrowser:{strictly 15.0.10} -> 15.0.10 (c) ++--- androidx.appcompat:appcompat:{strictly 1.7.0} -> 1.7.0 (c) ++--- androidx.appcompat:appcompat-resources:{strictly 1.7.0} -> 1.7.0 (c) ++--- androidx.autofill:autofill:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.swiperefreshlayout:swiperefreshlayout:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.tracing:tracing:{strictly 1.2.0} -> 1.2.0 (c) ++--- com.facebook.fbjni:fbjni:{strictly 0.7.0} -> 0.7.0 (c) ++--- com.facebook.fresco:fresco:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:imagepipeline-okhttp3:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:middleware:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:ui-common:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.infer.annotation:infer-annotation:{strictly 0.18.0} -> 0.18.0 (c) ++--- com.facebook.soloader:soloader:{strictly 0.12.1} -> 0.12.1 (c) ++--- com.facebook.yoga:proguard-annotations:{strictly 1.19.0} -> 1.19.0 (c) ++--- com.google.code.findbugs:jsr305:{strictly 3.0.2} -> 3.0.2 (c) ++--- com.squareup.okhttp3:okhttp-urlconnection:{strictly 4.9.2} -> 4.9.2 (c) ++--- com.squareup.okhttp3:okhttp:{strictly 4.12.0} -> 4.12.0 (c) ++--- com.squareup.okio:okio:{strictly 3.9.1} -> 3.9.1 (c) ++--- javax.inject:javax.inject:{strictly 1} -> 1 (c) ++--- com.adobe.marketing.mobile:core:{strictly 3.5.0-SNAPSHOT} -> 3.5.0-SNAPSHOT (c) ++--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:{strictly 1.8.22} -> 1.8.22 (c) ++--- androidx.compose.runtime:runtime:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.activity:activity-compose:{strictly 1.8.0} -> 1.8.0 (c) ++--- androidx.navigation:navigation-compose:{strictly 2.4.0} -> 2.4.0 (c) ++--- androidx.lifecycle:lifecycle-viewmodel-compose:{strictly 2.8.7} -> 2.8.7 (c) ++--- com.adobe.marketing.mobile:notificationbuilder:{strictly 3.0.3} -> 3.0.3 (c) ++--- androidx.annotation:annotation:{strictly 1.9.1} -> 1.9.1 (c) ++--- org.jetbrains.kotlinx:kotlinx-coroutines-core:{strictly 1.9.0} -> 1.9.0 (c) ++--- org.jetbrains.kotlinx:kotlinx-coroutines-android:{strictly 1.9.0} -> 1.9.0 (c) ++--- androidx.core:core-ktx:{strictly 1.16.0} -> 1.16.0 (c) ++--- commons-codec:commons-codec:{strictly 1.10} -> 1.10 (c) ++--- commons-io:commons-io:{strictly 2.6} -> 2.6 (c) ++--- androidx.legacy:legacy-support-v4:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.documentfile:documentfile:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.browser:browser:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.activity:activity:{strictly 1.8.0} -> 1.8.0 (c) ++--- androidx.core:core:{strictly 1.16.0} -> 1.16.0 (c) ++--- androidx.cursoradapter:cursoradapter:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.drawerlayout:drawerlayout:{strictly 1.1.1} -> 1.1.1 (c) ++--- androidx.fragment:fragment:{strictly 1.6.1} -> 1.6.1 (c) ++--- androidx.savedstate:savedstate:{strictly 1.2.1} -> 1.2.1 (c) ++--- androidx.vectordrawable:vectordrawable:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.vectordrawable:vectordrawable-animated:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.interpolator:interpolator:{strictly 1.0.0} -> 1.0.0 (c) ++--- com.facebook.fresco:fbcore:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:drawee:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:imagepipeline:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:imagepipeline-native:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:memory-type-ashmem:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:memory-type-native:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:memory-type-java:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:nativeimagefilters:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:nativeimagetranscoder:{strictly 3.6.0} -> 3.6.0 (c) ++--- org.jetbrains.kotlin:kotlin-annotations-jvm:{strictly 1.3.72} -> 1.3.72 (c) ++--- com.facebook.soloader:annotation:{strictly 0.12.1} -> 0.12.1 (c) ++--- com.facebook.soloader:nativeloader:{strictly 0.12.1} -> 0.12.1 (c) ++--- com.squareup.okio:okio-jvm:{strictly 3.9.1} -> 3.9.1 (c) ++--- androidx.compose.animation:animation:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.lifecycle:lifecycle-runtime-ktx:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.lifecycle:lifecycle-process:{strictly 2.8.7} -> 2.8.7 (c) ++--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:{strictly 2.1.20} -> 2.1.20 (c) ++--- androidx.compose.runtime:runtime-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.activity:activity-ktx:{strictly 1.8.0} -> 1.8.0 (c) ++--- androidx.compose.runtime:runtime-saveable:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.lifecycle:lifecycle-viewmodel:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.navigation:navigation-runtime-ktx:{strictly 2.4.0} -> 2.4.0 (c) ++--- androidx.lifecycle:lifecycle-viewmodel-compose-android:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.annotation:annotation-jvm:{strictly 1.9.1} -> 1.9.1 (c) ++--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:{strictly 1.9.0} -> 1.9.0 (c) ++--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:{strictly 1.9.0} -> 1.9.0 (c) ++--- androidx.media:media:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.legacy:legacy-support-core-utils:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.legacy:legacy-support-core-ui:{strictly 1.0.0} -> 1.0.0 (c) ++--- org.jspecify:jspecify:{strictly 1.0.0} -> 1.0.0 (c) ++--- com.google.guava:listenablefuture:{strictly 1.0} -> 1.0 (c) ++--- androidx.lifecycle:lifecycle-runtime:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.lifecycle:lifecycle-viewmodel-savedstate:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.annotation:annotation-experimental:{strictly 1.4.1} -> 1.4.1 (c) ++--- androidx.core:core-viewtree:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.versionedparcelable:versionedparcelable:{strictly 1.1.1} -> 1.1.1 (c) ++--- androidx.customview:customview:{strictly 1.1.0} -> 1.1.0 (c) ++--- androidx.collection:collection:{strictly 1.4.2} -> 1.4.2 (c) ++--- androidx.lifecycle:lifecycle-livedata-core:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.loader:loader:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.viewpager:viewpager:{strictly 1.0.0} -> 1.0.0 (c) ++--- com.facebook.fresco:ui-core:{strictly 3.6.0} -> 3.6.0 (c) ++--- com.facebook.fresco:imagepipeline-base:{strictly 3.6.0} -> 3.6.0 (c) ++--- androidx.compose.animation:animation-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.lifecycle:lifecycle-runtime-ktx-android:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.startup:startup-runtime:{strictly 1.1.1} -> 1.1.1 (c) ++--- androidx.compose.animation:animation-core:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.foundation:foundation:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material-icons-core:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material-ripple:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-text:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.lifecycle:lifecycle-viewmodel-ktx:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.savedstate:savedstate-ktx:{strictly 1.2.1} -> 1.2.1 (c) ++--- androidx.compose.runtime:runtime-saveable-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.lifecycle:lifecycle-viewmodel-android:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.navigation:navigation-runtime:{strictly 2.4.0} -> 2.4.0 (c) ++--- androidx.navigation:navigation-common-ktx:{strictly 2.4.0} -> 2.4.0 (c) ++--- androidx.lifecycle:lifecycle-common:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.localbroadcastmanager:localbroadcastmanager:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.print:print:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.coordinatorlayout:coordinatorlayout:{strictly 1.2.0} -> 1.2.0 (c) ++--- androidx.slidingpanelayout:slidingpanelayout:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.asynclayoutinflater:asynclayoutinflater:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.lifecycle:lifecycle-runtime-android:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.collection:collection-jvm:{strictly 1.4.2} -> 1.4.2 (c) ++--- androidx.lifecycle:lifecycle-livedata:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.compose.foundation:foundation-layout:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-geometry:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material-icons-core-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.material:material-ripple-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.animation:animation-core-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.foundation:foundation-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-text-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-graphics:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-unit:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-util:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.navigation:navigation-common:{strictly 2.4.0} -> 2.4.0 (c) ++--- androidx.lifecycle:lifecycle-common-jvm:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.arch.core:core-common:{strictly 2.2.0} -> 2.2.0 (c) ++--- androidx.arch.core:core-runtime:{strictly 2.2.0} -> 2.2.0 (c) ++--- androidx.lifecycle:lifecycle-livedata-core-ktx:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.compose.foundation:foundation-layout-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-geometry-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-graphics-android:{strictly 1.6.0} -> 1.6.0 (c) ++--- androidx.compose.ui:ui-unit-android:{strictly 1.6.0} -> 1.6.0 (c) +\--- androidx.compose.ui:ui-util-android:{strictly 1.6.0} -> 1.6.0 (c) + +releaseUnitTestCompileOnly (n) +No dependencies + +releaseUnitTestCompileOnlyDependenciesMetadata +No dependencies + +releaseUnitTestImplementation (n) +No dependencies + +releaseUnitTestImplementationDependenciesMetadata +No dependencies + +releaseUnitTestIntransitiveDependenciesMetadata +No dependencies + +releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. ++--- project :app (*) ++--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 +| +--- org.jetbrains:annotations:13.0 -> 23.0.0 +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.1.20 (c) +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.8.22 (c) +| \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20 (c) ++--- project :adobe_react-native-aepassurance +| +--- com.adobe.marketing.mobile:assurance -> 3.0.7 +| | +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.8.22 +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 2.1.20 +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| | | +--- androidx.appcompat:appcompat:1.0.0 -> 1.7.0 +| | | | +--- androidx.activity:activity:1.7.0 -> 1.8.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 +| | | | | | \--- androidx.annotation:annotation-jvm:1.9.1 +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) +| | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 +| | | | | | \--- androidx.collection:collection-jvm:1.4.2 +| | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- androidx.collection:collection-ktx:1.4.2 (c) +| | | | | | \--- androidx.collection:collection-ktx:1.3.0 -> 1.4.2 (c) +| | | | | +--- androidx.core:core:1.8.0 -> 1.16.0 +| | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.1.20 (*) +| | | | | | +--- androidx.collection:collection:1.4.2 (*) +| | | | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 +| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | \--- com.google.guava:listenablefuture:1.0 +| | | | | | +--- androidx.core:core-viewtree:1.0.0 +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | | | +--- androidx.interpolator:interpolator:1.0.0 +| | | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.8.7 +| | | | | | | \--- androidx.lifecycle:lifecycle-runtime-android:2.8.7 +| | | | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | | | +--- androidx.arch.core:core-common:2.2.0 +| | | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | \--- androidx.arch.core:core-common:2.2.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 +| | | | | | | | \--- androidx.lifecycle:lifecycle-common-jvm:2.8.7 +| | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 +| | | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0 +| | | | | | | | | +--- org.jetbrains:annotations:23.0.0 +| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0 +| | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 (c) +| | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0 (c) +| | | | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 (c) +| | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 +| | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | | | +--- androidx.concurrent:concurrent-futures:1.1.0 (*) +| | | | | | | | +--- androidx.startup:startup-runtime:1.1.1 +| | | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | | \--- androidx.tracing:tracing:1.0.0 -> 1.2.0 +| | | | | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | | | | | | | \--- androidx.tracing:tracing-ktx:1.2.0 (c) +| | | | | | | | \--- com.google.guava:listenablefuture:1.0 +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 +| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 (*) +| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0 (*) +| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- androidx.tracing:tracing:1.2.0 (*) +| | | | | | +--- androidx.versionedparcelable:versionedparcelable:1.1.1 +| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | \--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | +--- org.jspecify:jspecify:1.0.0 +| | | | | | +--- androidx.core:core-ktx:1.16.0 (c) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-android:2.8.7 +| | | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.8.7 +| | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 +| | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | | | +--- androidx.core:core:1.16.0 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | | +--- androidx.core:core:1.16.0 (c) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 +| | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) +| | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | | | | +--- androidx.savedstate:savedstate:1.2.1 +| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | +--- androidx.arch.core:core-common:2.1.0 -> 2.2.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.8.7 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) +| | | | | | | \--- androidx.savedstate:savedstate-ktx:1.2.1 (c) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | +--- androidx.profileinstaller:profileinstaller:1.3.0 -> 1.4.1 (*) +| | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | | +--- androidx.tracing:tracing:1.0.0 -> 1.2.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- androidx.activity:activity-compose:1.8.0 (c) +| | | | | \--- androidx.activity:activity-ktx:1.8.0 (c) +| | | | +--- androidx.annotation:annotation:1.3.0 -> 1.9.1 (*) +| | | | +--- androidx.appcompat:appcompat-resources:1.7.0 +| | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 +| | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) +| | | | | | +--- androidx.interpolator:interpolator:1.0.0 (*) +| | | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | | \--- androidx.appcompat:appcompat:1.7.0 (c) +| | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | +--- androidx.core:core:1.13.0 -> 1.16.0 (*) +| | | | +--- androidx.core:core-ktx:1.13.0 -> 1.16.0 (*) +| | | | +--- androidx.cursoradapter:cursoradapter:1.0.0 +| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.1.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | +--- androidx.emoji2:emoji2:1.3.0 +| | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | | | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.8.7 +| | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) +| | | | | | +--- androidx.startup:startup-runtime:1.1.1 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | +--- androidx.startup:startup-runtime:1.0.0 -> 1.1.1 (*) +| | | | | \--- androidx.emoji2:emoji2-views-helper:1.3.0 (c) +| | | | +--- androidx.emoji2:emoji2-views-helper:1.2.0 -> 1.3.0 +| | | | | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | | | +--- androidx.emoji2:emoji2:1.3.0 (*) +| | | | | \--- androidx.emoji2:emoji2:1.3.0 (c) +| | | | +--- androidx.fragment:fragment:1.5.4 -> 1.6.1 +| | | | | +--- androidx.activity:activity:1.7.2 -> 1.8.0 (*) +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.1 (*) +| | | | | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.8.7 (*) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.8.7 (*) +| | | | | +--- androidx.loader:loader:1.0.0 +| | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.8.7 +| | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) +| | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.8.7 (*) +| | | | | +--- androidx.profileinstaller:profileinstaller:1.3.0 -> 1.4.1 (*) +| | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | | +--- androidx.viewpager:viewpager:1.0.0 +| | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) +| | | | | \--- androidx.fragment:fragment-ktx:1.6.1 (c) +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 (*) +| | | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 +| | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | \--- androidx.appcompat:appcompat-resources:1.7.0 (c) +| | | +--- androidx.compose.runtime:runtime:1.4.3 -> 1.6.0 +| | | | \--- androidx.compose.runtime:runtime-android:1.6.0 +| | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1 -> 1.9.0 (*) +| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | | \--- androidx.compose.runtime:runtime-saveable:1.6.0 (c) +| | | +--- androidx.compose.material:material:1.4.3 -> 1.6.0 +| | | | \--- androidx.compose.material:material-android:1.6.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.compose.animation:animation:1.6.0 +| | | | | \--- androidx.compose.animation:animation-android:1.6.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.compose.animation:animation-core:1.6.0 +| | | | | | \--- androidx.compose.animation:animation-core-android:1.6.0 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | +--- androidx.compose.ui:ui:1.6.0 +| | | | | | | \--- androidx.compose.ui:ui-android:1.6.0 +| | | | | | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.8.0 +| | | | | | | | +--- androidx.activity:activity:1.8.0 (*) +| | | | | | | | +--- androidx.core:core-ktx:1.9.0 -> 1.16.0 (*) +| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.8.7 +| | | | | | | | | \--- androidx.lifecycle:lifecycle-runtime-ktx-android:2.8.7 +| | | | | | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) +| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.8.7 +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 +| | | | | | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) +| | | | | | | | | \--- androidx.savedstate:savedstate:1.2.1 (c) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- androidx.activity:activity:1.8.0 (c) +| | | | | | | | \--- androidx.activity:activity-compose:1.8.0 (c) +| | | | | | | +--- androidx.annotation:annotation:1.6.0 -> 1.9.1 (*) +| | | | | | | +--- androidx.autofill:autofill:1.0.0 -> 1.1.0 +| | | | | | | | \--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.6.0 +| | | | | | | | \--- androidx.compose.runtime:runtime-saveable-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | | | | \--- androidx.compose.runtime:runtime:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-geometry-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime:1.2.1 -> 1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 +| | | | | | | | | \--- androidx.compose.ui:ui-util-android:1.6.0 +| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | | \--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-graphics-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 +| | | | | | | | | \--- androidx.compose.ui:ui-unit-android:1.6.0 +| | | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | | +--- androidx.collection:collection-ktx:1.2.0 -> 1.4.2 +| | | | | | | | | | +--- androidx.collection:collection:1.4.2 (*) +| | | | | | | | | | \--- androidx.collection:collection:1.4.2 (c) +| | | | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (*) +| | | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | | \--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 +| | | | | | | | \--- androidx.compose.ui:ui-text-android:1.6.0 +| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | | | +--- androidx.core:core:1.7.0 -> 1.16.0 (*) +| | | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.3.0 (*) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | | | | | | +--- androidx.compose.ui:ui:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | | \--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (*) +| | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | | +--- androidx.core:core:1.12.0 -> 1.16.0 (*) +| | | | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 +| | | | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.16.0 (*) +| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.1.20 (*) +| | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.3.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | | | | +--- androidx.profileinstaller:profileinstaller:1.3.0 -> 1.4.1 (*) +| | | | | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1 -> 1.9.0 (*) +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-graphics:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-text:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (c) +| | | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (c) +| | | | | | | \--- androidx.compose.foundation:foundation:1.4.0 -> 1.6.0 (c) +| | | | | | +--- androidx.compose.ui:ui-unit:1.6.0 (*) +| | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.9.0 (*) +| | | | | | \--- androidx.compose.animation:animation:1.6.0 (c) +| | | | | +--- androidx.compose.foundation:foundation-layout:1.6.0 +| | | | | | \--- androidx.compose.foundation:foundation-layout-android:1.6.0 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.compose.animation:animation-core:1.2.1 -> 1.6.0 (*) +| | | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | | +--- androidx.core:core:1.7.0 -> 1.16.0 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | | \--- androidx.compose.foundation:foundation:1.6.0 (c) +| | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-geometry:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | \--- androidx.compose.animation:animation-core:1.6.0 (c) +| | | | +--- androidx.compose.animation:animation-core:1.6.0 (*) +| | | | +--- androidx.compose.foundation:foundation:1.6.0 +| | | | | \--- androidx.compose.foundation:foundation-android:1.6.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| | | | | +--- androidx.compose.animation:animation:1.6.0 (*) +| | | | | +--- androidx.compose.foundation:foundation-layout:1.6.0 (*) +| | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-text:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | +--- androidx.core:core:1.12.0 -> 1.16.0 (*) +| | | | | +--- androidx.emoji2:emoji2:1.3.0 (*) +| | | | | \--- androidx.compose.foundation:foundation-layout:1.6.0 (c) +| | | | +--- androidx.compose.foundation:foundation-layout:1.6.0 (*) +| | | | +--- androidx.compose.material:material-icons-core:1.6.0 +| | | | | \--- androidx.compose.material:material-icons-core-android:1.6.0 +| | | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | | +--- androidx.compose.material:material:1.6.0 (c) +| | | | | \--- androidx.compose.material:material-ripple:1.6.0 (c) +| | | | +--- androidx.compose.material:material-ripple:1.6.0 +| | | | | \--- androidx.compose.material:material-ripple-android:1.6.0 +| | | | | +--- androidx.compose.animation:animation:1.6.0 (*) +| | | | | +--- androidx.compose.foundation:foundation:1.6.0 (*) +| | | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | | +--- androidx.compose.material:material:1.6.0 (c) +| | | | | \--- androidx.compose.material:material-icons-core:1.6.0 (c) +| | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | +--- androidx.compose.ui:ui-text:1.6.0 (*) +| | | | +--- androidx.compose.ui:ui-util:1.6.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) +| | | | +--- androidx.compose.material:material-icons-core:1.6.0 (c) +| | | | \--- androidx.compose.material:material-ripple:1.6.0 (c) +| | | +--- androidx.compose.animation:animation:1.4.3 -> 1.6.0 (*) +| | | +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 +| | | | +--- androidx.activity:activity-ktx:1.8.0 (*) +| | | | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.6.0 (*) +| | | | +--- androidx.compose.runtime:runtime-saveable:1.0.1 -> 1.6.0 (*) +| | | | +--- androidx.compose.ui:ui:1.0.1 -> 1.6.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- androidx.activity:activity:1.8.0 (c) +| | | | \--- androidx.activity:activity-ktx:1.8.0 (c) +| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | | \--- androidx.lifecycle:lifecycle-process:2.0.0 -> 2.8.7 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.8.22 (*) +| | +--- androidx.appcompat:appcompat:1.0.0 -> 1.7.0 (*) +| | +--- androidx.compose.runtime:runtime:1.4.3 -> 1.6.0 (*) +| | +--- androidx.compose.material:material:1.4.3 -> 1.6.0 (*) +| | +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 (*) +| | +--- androidx.navigation:navigation-compose:2.4.0 +| | | +--- androidx.activity:activity-compose:1.3.1 -> 1.8.0 (*) +| | | +--- androidx.compose.animation:animation:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.compose.runtime:runtime-saveable:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.compose.ui:ui:1.0.1 -> 1.6.0 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.4.0 -> 2.8.7 +| | | | \--- androidx.lifecycle:lifecycle-viewmodel-compose-android:2.8.7 +| | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| | | | +--- androidx.compose.runtime:runtime:1.6.0 (*) +| | | | +--- androidx.compose.ui:ui:1.6.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | +--- androidx.navigation:navigation-runtime-ktx:2.4.0 +| | | | +--- androidx.navigation:navigation-runtime:2.4.0 +| | | | | +--- androidx.navigation:navigation-common:2.4.0 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1 -> 2.8.7 (*) +| | | | | | +--- androidx.savedstate:savedstate:1.0.0 -> 1.2.1 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 -> 2.8.7 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) +| | | | | | +--- androidx.core:core-ktx:1.1.0 -> 1.16.0 (*) +| | | | | | \--- androidx.collection:collection-ktx:1.1.0 -> 1.4.2 (*) +| | | | | +--- androidx.activity:activity-ktx:1.2.3 -> 1.8.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 -> 2.8.7 (*) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1 -> 2.8.7 (*) +| | | | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.1 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) +| | | | \--- androidx.navigation:navigation-common-ktx:2.4.0 +| | | | \--- androidx.navigation:navigation-common:2.4.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) +| | | \--- androidx.compose.foundation:foundation-layout:1.0.1 -> 1.6.0 (*) +| | \--- androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1 -> 2.8.7 (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 +| | +--- androidx.appcompat:appcompat:1.7.0 (*) +| | +--- androidx.appcompat:appcompat-resources:1.7.0 (*) +| | +--- androidx.autofill:autofill:1.1.0 (*) +| | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.1.0 +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | \--- androidx.interpolator:interpolator:1.0.0 (*) +| | +--- androidx.tracing:tracing:1.1.0 -> 1.2.0 (*) +| | +--- com.facebook.fbjni:fbjni:0.7.0 +| | | \--- com.facebook.soloader:nativeloader:0.10.5 -> 0.12.1 +| | +--- com.facebook.fresco:fresco:3.6.0 +| | | +--- com.facebook.fresco:soloader:3.6.0 +| | | | +--- com.facebook.fresco:fbcore:3.6.0 +| | | | | +--- androidx.core:core:1.13.1 -> 1.16.0 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | \--- com.facebook.soloader:soloader:0.11.0 -> 0.12.1 +| | | | +--- com.facebook.soloader:annotation:0.12.1 +| | | | \--- com.facebook.soloader:nativeloader:0.12.1 +| | | +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| | | +--- com.facebook.fresco:ui-common:3.6.0 +| | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | +--- com.facebook.fresco:ui-core:3.6.0 +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | +--- com.facebook.fresco:middleware:3.6.0 +| | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | +--- com.facebook.fresco:ui-common:3.6.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | +--- com.facebook.fresco:drawee:3.6.0 +| | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | +--- com.facebook.fresco:imagepipeline:3.6.0 +| | | | | +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| | | | | +--- com.facebook.soloader:annotation:0.11.0 -> 0.12.1 +| | | | | +--- com.parse.bolts:bolts-tasks:1.4.0 +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | | | | +--- com.facebook.fresco:urimod:3.6.0 +| | | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | | +--- com.facebook.fresco:ui-core:3.6.0 (*) +| | | | | | +--- com.facebook.fresco:vito-source:3.6.0 +| | | | | | | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | \--- com.facebook.fresco:imagepipeline-base:3.6.0 +| | | | | +--- com.facebook.infer.annotation:infer-annotation:0.18.0 +| | | | | | +--- com.google.code.findbugs:jsr305:3.0.1 -> 3.0.2 +| | | | | | \--- org.jetbrains.kotlin:kotlin-annotations-jvm:1.3.72 +| | | | | +--- com.facebook.soloader:annotation:0.11.0 -> 0.12.1 +| | | | | +--- com.parse.bolts:bolts-tasks:1.4.0 +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | +--- com.facebook.fresco:imagepipeline-native:3.6.0 +| | | | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | \--- com.facebook.soloader:soloader:0.11.0 -> 0.12.1 (*) +| | | | +--- com.facebook.fresco:memory-type-ashmem:3.6.0 +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | \--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | | +--- com.facebook.fresco:memory-type-native:3.6.0 +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | | | +--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| | | | | \--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| | | | +--- com.facebook.fresco:memory-type-java:3.6.0 +| | | | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | | | \--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| | | | +--- com.facebook.fresco:ui-common:3.6.0 (*) +| | | | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | | | +--- com.facebook.fresco:ui-core:3.6.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | +--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-ashmem:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-native:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-java:3.6.0 (*) +| | | +--- com.facebook.fresco:nativeimagefilters:3.6.0 +| | | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | | +--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| | | | +--- com.facebook.fresco:memory-type-ashmem:3.6.0 (*) +| | | | +--- com.facebook.fresco:memory-type-native:3.6.0 (*) +| | | | +--- com.facebook.fresco:memory-type-java:3.6.0 (*) +| | | | +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| | | | +--- com.parse.bolts:bolts-tasks:1.4.0 +| | | | \--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | +--- com.facebook.fresco:nativeimagetranscoder:3.6.0 +| | | | +--- com.facebook.fresco:imagepipeline-base:3.6.0 (*) +| | | | +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| | | | +--- com.parse.bolts:bolts-tasks:1.4.0 +| | | | \--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:imagepipeline-okhttp3:3.6.0 +| | | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | | +--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-ashmem:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-native:3.6.0 (*) +| | | +--- com.facebook.fresco:memory-type-java:3.6.0 (*) +| | | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | | +--- com.squareup.okhttp3:okhttp:3.14.9 -> 4.12.0 +| | | | +--- com.squareup.okio:okio:3.6.0 -> 3.9.1 +| | | | | \--- com.squareup.okio:okio-jvm:3.9.1 +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.1.20 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.8.22 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:middleware:3.6.0 (*) +| | +--- com.facebook.fresco:ui-common:3.6.0 (*) +| | +--- com.facebook.infer.annotation:infer-annotation:0.18.0 (*) +| | +--- com.facebook.soloader:soloader:0.12.1 (*) +| | +--- com.facebook.yoga:proguard-annotations:1.19.0 +| | +--- com.google.code.findbugs:jsr305:3.0.2 +| | +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 +| | | +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 -> 1.8.22 (*) +| | +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 (*) +| | +--- com.squareup.okio:okio:2.9.0 -> 3.9.1 (*) +| | +--- javax.inject:javax.inject:1 +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 +| +--- com.adobe.marketing.mobile:core:3.5.0 -> 3.5.0-SNAPSHOT (c) +| +--- com.adobe.marketing.mobile:edge:3.0.2 (c) +| +--- com.adobe.marketing.mobile:signal:3.0.1 (c) +| +--- com.adobe.marketing.mobile:userprofile:3.0.1 (c) +| +--- com.adobe.marketing.mobile:campaignclassic:3.1.4 (c) +| +--- com.adobe.marketing.mobile:edgebridge:3.0.1 (c) +| +--- com.adobe.marketing.mobile:assurance:3.0.7 (c) +| +--- com.adobe.marketing.mobile:lifecycle:3.0.2 (c) +| +--- com.adobe.marketing.mobile:target:3.0.2 (c) +| +--- com.adobe.marketing.mobile:edgeidentity:3.0.1 (c) +| +--- com.adobe.marketing.mobile:edgeconsent:3.0.2 (c) +| +--- com.adobe.marketing.mobile:places:3.0.2 (c) +| +--- com.adobe.marketing.mobile:identity:3.0.2 (c) +| +--- com.adobe.marketing.mobile:optimize:3.6.2 (c) +| +--- com.adobe.marketing.mobile:messaging:3.6.0 -> 3.5.1-SNAPSHOT (c) +| \--- com.adobe.marketing.mobile:notificationbuilder:3.0.3 (c) ++--- project :adobe_react-native-aepcampaignclassic +| +--- com.adobe.marketing.mobile:campaignclassic -> 3.1.4 +| | +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| | \--- com.adobe.marketing.mobile:notificationbuilder:3.0.3 +| | \--- com.adobe.marketing.mobile:core:3.0.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepcore +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- com.adobe.marketing.mobile:core:3.5.0-SNAPSHOT (*) +| +--- com.adobe.marketing.mobile:signal:3.0.1 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.adobe.marketing.mobile:identity:3.0.2 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| \--- com.adobe.marketing.mobile:lifecycle:3.0.2 +| \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) ++--- project :adobe_react-native-aepedge +| +--- com.adobe.marketing.mobile:edge -> 3.0.2 +| | +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| | \--- com.adobe.marketing.mobile:edgeidentity:3.0.1 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepedgebridge +| +--- com.adobe.marketing.mobile:edgebridge -> 3.0.1 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepedgeconsent +| +--- com.adobe.marketing.mobile:edgeconsent -> 3.0.2 +| | +--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| | \--- com.adobe.marketing.mobile:edge:3.0.1 -> 3.0.2 (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepedgeidentity +| +--- com.adobe.marketing.mobile:edgeidentity -> 3.0.1 (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepmessaging +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| \--- com.adobe.marketing.mobile:messaging:3.5.1-SNAPSHOT +| +--- com.adobe.marketing.mobile:core:3.5.0-SNAPSHOT (*) +| +--- com.adobe.marketing.mobile:edge:3.0.1 -> 3.0.2 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.8.22 (*) +| +--- androidx.appcompat:appcompat:1.0.0 -> 1.7.0 (*) +| +--- androidx.compose.runtime:runtime:1.4.3 -> 1.6.0 (*) +| +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 (*) +| \--- androidx.compose.material3:material3:1.2.0 +| \--- androidx.compose.material3:material3-android:1.2.0 +| +--- androidx.activity:activity-compose:1.5.0 -> 1.8.0 (*) +| +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*) +| +--- androidx.collection:collection:1.4.0 -> 1.4.2 (*) +| +--- androidx.compose.animation:animation-core:1.6.0 (*) +| +--- androidx.compose.foundation:foundation:1.6.0 (*) +| +--- androidx.compose.foundation:foundation-layout:1.6.0 (*) +| +--- androidx.compose.material:material-icons-core:1.6.0 (*) +| +--- androidx.compose.material:material-ripple:1.6.0 (*) +| +--- androidx.compose.runtime:runtime:1.6.0 (*) +| +--- androidx.compose.ui:ui-graphics:1.6.0 (*) +| +--- androidx.compose.ui:ui-text:1.6.0 (*) +| +--- androidx.compose.ui:ui-util:1.6.0 (*) +| +--- androidx.lifecycle:lifecycle-common-java8:2.6.1 -> 2.8.7 +| | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) ++--- project :adobe_react-native-aepoptimize +| +--- com.adobe.marketing.mobile:optimize -> 3.6.2 +| | +--- com.adobe.marketing.mobile:core:3.5.0 -> 3.5.0-SNAPSHOT (*) +| | \--- com.adobe.marketing.mobile:edge:3.0.2 (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepplaces +| +--- com.adobe.marketing.mobile:places -> 3.0.2 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) +| \--- com.google.android.gms:play-services-location:21.2.0 +| +--- com.google.android.gms:play-services-base:18.3.0 +| | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | +--- androidx.fragment:fragment:1.0.0 -> 1.6.1 (*) +| | +--- com.google.android.gms:play-services-basement:18.3.0 +| | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | | \--- androidx.fragment:fragment:1.1.0 -> 1.6.1 (*) +| | \--- com.google.android.gms:play-services-tasks:18.1.0 +| | \--- com.google.android.gms:play-services-basement:18.3.0 (*) +| +--- com.google.android.gms:play-services-basement:18.3.0 (*) +| +--- com.google.android.gms:play-services-tasks:18.1.0 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.1.20 (*) +| +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) ++--- project :adobe_react-native-aeptarget +| +--- com.adobe.marketing.mobile:target -> 3.0.2 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :adobe_react-native-aepuserprofile +| +--- com.adobe.marketing.mobile:userprofile -> 3.0.1 +| | \--- com.adobe.marketing.mobile:core:3.3.0 -> 3.5.0-SNAPSHOT (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- com.adobe.marketing.mobile:sdk-bom:3.+ -> 3.16.0 (*) ++--- project :expo +| +--- project :expo-constants +| | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | \--- commons-io:commons-io:2.6 +| +--- project :expo-modules-core +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.9.0 (*) +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.9.0 (*) +| | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | +--- org.jetbrains.kotlin:kotlin-reflect:2.1.20 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| | +--- androidx.annotation:annotation:1.7.1 -> 1.9.1 (*) +| | +--- androidx.tracing:tracing-ktx:1.2.0 +| | | +--- androidx.tracing:tracing:1.2.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*) +| | | \--- androidx.tracing:tracing:1.2.0 (c) +| | \--- com.facebook.react:react-android -> 0.81.5 (*) +| +--- expo.modules.asset:expo.modules.asset:12.0.12 +| | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| +--- host.exp.exponent:expo.modules.filesystem:19.0.21 +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | +--- commons-codec:commons-codec:1.10 +| | +--- commons-io:commons-io:1.4 -> 2.6 +| | +--- com.squareup.okhttp3:okhttp:4.9.2 -> 4.12.0 (*) +| | +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 (*) +| | +--- com.squareup.okio:okio:2.9.0 -> 3.9.1 (*) +| | +--- androidx.legacy:legacy-support-v4:1.0.0 +| | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | +--- androidx.media:media:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | \--- androidx.versionedparcelable:versionedparcelable:1.0.0 -> 1.1.1 (*) +| | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | +--- androidx.documentfile:documentfile:1.0.0 -> 1.1.0 +| | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.7.0 -> 1.16.0 (*) +| | | | | \--- org.jspecify:jspecify:1.0.0 +| | | | +--- androidx.loader:loader:1.0.0 (*) +| | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 +| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | \--- androidx.print:print:1.0.0 +| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | +--- androidx.legacy:legacy-support-core-ui:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 (*) +| | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.viewpager:viewpager:1.0.0 (*) +| | | | +--- androidx.coordinatorlayout:coordinatorlayout:1.0.0 -> 1.2.0 +| | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 (*) +| | | | +--- androidx.slidingpanelayout:slidingpanelayout:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.interpolator:interpolator:1.0.0 (*) +| | | | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 -> 1.1.0 (*) +| | | | +--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0 +| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | | \--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | \--- androidx.cursoradapter:cursoradapter:1.0.0 (*) +| | | \--- androidx.fragment:fragment:1.0.0 -> 1.6.1 (*) +| | \--- androidx.documentfile:documentfile:1.1.0 (*) +| +--- host.exp.exponent:expo.modules.font:14.0.11 +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | \--- com.facebook.react:react-android -> 0.81.5 (*) +| +--- host.exp.exponent:expo.modules.keepawake:15.0.8 +| | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| +--- host.exp.exponent:expo.modules.linking:8.0.11 +| | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| +--- host.exp.exponent:expo.modules.splashscreen:31.0.13 +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | +--- androidx.appcompat:appcompat:1.7.0 (*) +| | +--- androidx.core:core-splashscreen:1.2.0-alpha02 +| | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | | +--- androidx.appcompat:appcompat-resources:1.7.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | \--- com.facebook.react:react-android -> 0.81.5 (*) +| +--- host.exp.exponent:expo.modules.systemui:6.0.9 +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | +--- com.facebook.react:react-android -> 0.81.5 (*) +| | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | \--- androidx.appcompat:appcompat:1.2.0 -> 1.7.0 (*) +| +--- host.exp.exponent:expo.modules.webbrowser:15.0.10 +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| | \--- androidx.browser:browser:1.6.0 +| | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) +| | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | +--- androidx.interpolator:interpolator:1.0.0 (*) +| | \--- com.google.guava:listenablefuture:1.0 +| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20 (*) +| \--- com.facebook.react:react-android -> 0.81.5 (*) ++--- project :react-native-gesture-handler +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- project :react-native-reanimated +| | +--- com.facebook.yoga:proguard-annotations:1.19.0 +| | +--- androidx.transition:transition:1.1.0 -> 1.5.0 +| | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | +--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| | | +--- androidx.core:core:1.13.0 -> 1.16.0 (*) +| | | \--- androidx.dynamicanimation:dynamicanimation:1.0.0 +| | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | +--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | | \--- androidx.legacy:legacy-support-core-utils:1.0.0 (*) +| | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | +--- com.facebook.react:react-android -> 0.81.5 (*) +| | \--- project :react-native-worklets +| | +--- com.facebook.yoga:proguard-annotations:1.19.0 +| | +--- androidx.transition:transition:1.1.0 -> 1.5.0 (*) +| | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | +--- com.facebook.react:react-android -> 0.81.5 (*) +| | \--- com.facebook.react:hermes-android -> 0.81.5 +| | +--- com.facebook.fbjni:fbjni:0.7.0 (*) +| | +--- com.facebook.yoga:proguard-annotations:1.19.0 +| | \--- androidx.annotation:annotation:1.6.0 -> 1.9.1 (*) +| +--- androidx.appcompat:appcompat:1.7.0 (*) +| +--- androidx.core:core-ktx:1.16.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) ++--- project :react-native-reanimated (*) ++--- project :react-native-safe-area-context +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) ++--- project :react-native-screens +| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- androidx.appcompat:appcompat:1.6.1 -> 1.7.0 (*) +| +--- androidx.fragment:fragment-ktx:1.6.1 +| | +--- androidx.activity:activity-ktx:1.5.1 -> 1.8.0 (*) +| | +--- androidx.collection:collection-ktx:1.1.0 -> 1.4.2 (*) +| | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 (*) +| | +--- androidx.fragment:fragment:1.6.1 (*) +| | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.8.7 (*) +| | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.8.7 (*) +| | +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) +| | \--- androidx.fragment:fragment:1.6.1 (c) +| +--- androidx.coordinatorlayout:coordinatorlayout:1.2.0 (*) +| +--- androidx.swiperefreshlayout:swiperefreshlayout:1.1.0 (*) +| +--- com.google.android.material:material:1.12.0 +| | +--- org.jetbrains.kotlin:kotlin-bom:1.8.22 +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 2.1.20 (c) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 (c) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (c) +| | | \--- org.jetbrains.kotlin:kotlin-reflect:1.8.22 -> 2.1.20 (c) +| | +--- com.google.errorprone:error_prone_annotations:2.15.0 +| | +--- androidx.activity:activity:1.8.0 (*) +| | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | +--- androidx.appcompat:appcompat:1.6.1 -> 1.7.0 (*) +| | +--- androidx.cardview:cardview:1.0.0 +| | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0 -> 1.2.0 (*) +| | +--- androidx.constraintlayout:constraintlayout:2.0.1 +| | | +--- androidx.appcompat:appcompat:1.2.0 -> 1.7.0 (*) +| | | +--- androidx.core:core:1.3.1 -> 1.16.0 (*) +| | | \--- androidx.constraintlayout:constraintlayout-solver:2.0.1 +| | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) +| | +--- androidx.drawerlayout:drawerlayout:1.1.1 (*) +| | +--- androidx.dynamicanimation:dynamicanimation:1.0.0 (*) +| | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.1 (*) +| | +--- androidx.fragment:fragment:1.2.5 -> 1.6.1 (*) +| | +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.8.7 (*) +| | +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.1.0 +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) +| | | \--- androidx.collection:collection:1.0.0 -> 1.4.2 (*) +| | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 (*) +| | +--- androidx.transition:transition:1.5.0 (*) +| | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) +| | \--- androidx.viewpager2:viewpager2:1.0.0 +| | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | +--- androidx.fragment:fragment:1.1.0 -> 1.6.1 (*) +| | +--- androidx.recyclerview:recyclerview:1.1.0 (*) +| | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | \--- androidx.collection:collection:1.1.0 -> 1.4.2 (*) +| +--- androidx.core:core-ktx:1.8.0 -> 1.16.0 (*) +| +--- io.coil-kt.coil3:coil:3.0.4 +| | \--- io.coil-kt.coil3:coil-android:3.0.4 +| | +--- io.coil-kt.coil3:coil-core:3.0.4 +| | | \--- io.coil-kt.coil3:coil-core-android:3.0.4 +| | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) +| | | +--- androidx.annotation:annotation:1.9.1 (*) +| | | +--- androidx.appcompat:appcompat-resources:1.7.0 (*) +| | | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| | | +--- androidx.exifinterface:exifinterface:1.3.7 +| | | | \--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | +--- androidx.profileinstaller:profileinstaller:1.4.1 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | +--- com.squareup.okio:okio:3.9.1 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (c) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| +--- io.coil-kt.coil3:coil-network-okhttp:3.0.4 +| | \--- io.coil-kt.coil3:coil-network-okhttp-jvm:3.0.4 +| | +--- io.coil-kt.coil3:coil-core:3.0.4 (*) +| | +--- io.coil-kt.coil3:coil-network-core:3.0.4 +| | | \--- io.coil-kt.coil3:coil-network-core-android:3.0.4 +| | | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| | | +--- io.coil-kt.coil3:coil-core:3.0.4 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| | +--- com.squareup.okhttp3:okhttp:4.12.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| +--- io.coil-kt.coil3:coil-svg:3.0.4 +| | \--- io.coil-kt.coil3:coil-svg-android:3.0.4 +| | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) +| | +--- com.caverock:androidsvg-aar:1.4 +| | +--- io.coil-kt.coil3:coil-core:3.0.4 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| \--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1 -> 2.8.7 (c) ++--- project :react-native-webview +| +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.81.5 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| \--- androidx.webkit:webkit:1.14.0 +| +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| +--- androidx.annotation:annotation-experimental:1.4.1 (*) +| +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| \--- org.jspecify:jspecify:1.0.0 ++--- project :react-native-worklets (*) ++--- com.facebook.react:react-android -> 0.81.5 (*) ++--- com.facebook.fresco:animated-gif:3.6.0 +| +--- com.parse.bolts:bolts-tasks:1.4.0 +| +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| +--- com.facebook.fresco:fbcore:3.6.0 (*) +| \--- com.facebook.fresco:animated-base:3.6.0 +| +--- com.parse.bolts:bolts-tasks:1.4.0 +| +--- com.facebook.fresco:vito-options:3.6.0 +| | +--- com.facebook.fresco:drawee:3.6.0 (*) +| | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| +--- com.facebook.fresco:middleware:3.6.0 (*) +| +--- com.facebook.fresco:fbcore:3.6.0 (*) +| +--- com.facebook.fresco:imagepipeline-base:3.6.0 (*) +| +--- com.facebook.fresco:imagepipeline:3.6.0 (*) +| +--- com.facebook.fresco:imagepipeline-native:3.6.0 (*) +| +--- com.facebook.fresco:memory-type-ashmem:3.6.0 (*) +| +--- com.facebook.fresco:memory-type-native:3.6.0 (*) +| +--- com.facebook.fresco:memory-type-java:3.6.0 (*) +| +--- com.facebook.fresco:animated-drawable:3.6.0 +| | +--- com.facebook.fresco:imagepipeline-base:3.6.0 (*) +| | +--- com.facebook.fresco:drawee:3.6.0 (*) +| | +--- com.facebook.fresco:fbcore:3.6.0 (*) +| | +--- com.facebook.fresco:vito-renderer:3.6.0 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | +--- com.facebook.fresco:vito-options:3.6.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) ++--- com.facebook.fresco:webpsupport:3.6.0 +| +--- com.facebook.soloader:nativeloader:0.11.0 -> 0.12.1 +| +--- com.parse.bolts:bolts-tasks:1.4.0 +| +--- com.facebook.fresco:fbcore:3.6.0 (*) +| +--- com.facebook.fresco:imagepipeline-base:3.6.0 (*) +| \--- com.facebook.fresco:middleware:3.6.0 (*) +\--- com.facebook.react:hermes-android -> 0.81.5 (*) + +releaseUnitTestRuntimeOnly (n) +No dependencies + +releaseWearApp - Link to a wear app to embed for object 'release'. (n) +No dependencies + +releaseWearBundling - Resolved Configuration for wear app bundling for variant: release +No dependencies + +runtimeOnly - Runtime only dependencies for 'main' sources. (n) +No dependencies + +testAnnotationProcessor - Classpath for the annotation processor for 'test'. (n) +No dependencies + +testApi (n) +No dependencies + +testApiDependenciesMetadata +No dependencies + +testCompileOnly - Compile only dependencies for 'test' sources. (n) +No dependencies + +testCompileOnlyDependenciesMetadata +No dependencies + +testDebugAnnotationProcessor - Classpath for the annotation processor for 'testDebug'. (n) +No dependencies + +testDebugApi (n) +No dependencies + +testDebugApiDependenciesMetadata +No dependencies + +testDebugCompileOnly - Compile only dependencies for 'testDebug' sources. (n) +No dependencies + +testDebugCompileOnlyDependenciesMetadata +No dependencies + +testDebugImplementation - Implementation only dependencies for 'testDebug' sources. (n) +No dependencies + +testDebugImplementationDependenciesMetadata +No dependencies + +testDebugIntransitiveDependenciesMetadata +No dependencies + +testDebugOptimizedAnnotationProcessor - Classpath for the annotation processor for 'testDebugOptimized'. (n) +No dependencies + +testDebugOptimizedApi (n) +No dependencies + +testDebugOptimizedApiDependenciesMetadata +No dependencies + +testDebugOptimizedCompileOnly - Compile only dependencies for 'testDebugOptimized' sources. (n) +No dependencies + +testDebugOptimizedCompileOnlyDependenciesMetadata +No dependencies + +testDebugOptimizedImplementation - Implementation only dependencies for 'testDebugOptimized' sources. (n) +No dependencies + +testDebugOptimizedImplementationDependenciesMetadata +No dependencies + +testDebugOptimizedIntransitiveDependenciesMetadata +No dependencies + +testDebugOptimizedRuntimeOnly - Runtime only dependencies for 'testDebugOptimized' sources. (n) +No dependencies + +testDebugOptimizedWearApp - Link to a wear app to embed for object 'testDebugOptimized'. (n) +No dependencies + +testDebugRuntimeOnly - Runtime only dependencies for 'testDebug' sources. (n) +No dependencies + +testDebugWearApp - Link to a wear app to embed for object 'testDebug'. (n) +No dependencies + +testFixturesAnnotationProcessor - Classpath for the annotation processor for 'testFixtures'. (n) +No dependencies + +testFixturesApi - API dependencies for 'testFixtures' sources. (n) +No dependencies + +testFixturesApiDependenciesMetadata +No dependencies + +testFixturesCompileOnly - Compile only dependencies for 'testFixtures' sources. (n) +No dependencies + +testFixturesCompileOnlyApi - Compile only API dependencies for 'testFixtures' sources. (n) +No dependencies + +testFixturesCompileOnlyDependenciesMetadata +No dependencies + +testFixturesDebugAnnotationProcessor - Classpath for the annotation processor for 'testFixturesDebug'. (n) +No dependencies + +testFixturesDebugApi - API dependencies for 'testFixturesDebug' sources. (n) +No dependencies + +testFixturesDebugApiDependenciesMetadata +No dependencies + +testFixturesDebugCompileOnly - Compile only dependencies for 'testFixturesDebug' sources. (n) +No dependencies + +testFixturesDebugCompileOnlyApi - Compile only API dependencies for 'testFixturesDebug' sources. (n) +No dependencies + +testFixturesDebugCompileOnlyDependenciesMetadata +No dependencies + +testFixturesDebugImplementation - Implementation only dependencies for 'testFixturesDebug' sources. (n) +No dependencies + +testFixturesDebugImplementationDependenciesMetadata +No dependencies + +testFixturesDebugIntransitiveDependenciesMetadata +No dependencies + +testFixturesDebugOptimizedAnnotationProcessor - Classpath for the annotation processor for 'testFixturesDebugOptimized'. (n) +No dependencies + +testFixturesDebugOptimizedApi - API dependencies for 'testFixturesDebugOptimized' sources. (n) +No dependencies + +testFixturesDebugOptimizedApiDependenciesMetadata +No dependencies + +testFixturesDebugOptimizedCompileOnly - Compile only dependencies for 'testFixturesDebugOptimized' sources. (n) +No dependencies + +testFixturesDebugOptimizedCompileOnlyApi - Compile only API dependencies for 'testFixturesDebugOptimized' sources. (n) +No dependencies + +testFixturesDebugOptimizedCompileOnlyDependenciesMetadata +No dependencies + +testFixturesDebugOptimizedImplementation - Implementation only dependencies for 'testFixturesDebugOptimized' sources. (n) +No dependencies + +testFixturesDebugOptimizedImplementationDependenciesMetadata +No dependencies + +testFixturesDebugOptimizedIntransitiveDependenciesMetadata +No dependencies + +testFixturesDebugOptimizedRuntimeOnly - Runtime only dependencies for 'testFixturesDebugOptimized' sources. (n) +No dependencies + +testFixturesDebugOptimizedWearApp - Link to a wear app to embed for object 'testFixturesDebugOptimized'. (n) +No dependencies + +testFixturesDebugRuntimeOnly - Runtime only dependencies for 'testFixturesDebug' sources. (n) +No dependencies + +testFixturesDebugWearApp - Link to a wear app to embed for object 'testFixturesDebug'. (n) +No dependencies + +testFixturesImplementation - Implementation only dependencies for 'testFixtures' sources. (n) +No dependencies + +testFixturesImplementationDependenciesMetadata +No dependencies + +testFixturesIntransitiveDependenciesMetadata +No dependencies + +testFixturesReleaseAnnotationProcessor - Classpath for the annotation processor for 'testFixturesRelease'. (n) +No dependencies + +testFixturesReleaseApi - API dependencies for 'testFixturesRelease' sources. (n) +No dependencies + +testFixturesReleaseApiDependenciesMetadata +No dependencies + +testFixturesReleaseCompileOnly - Compile only dependencies for 'testFixturesRelease' sources. (n) +No dependencies + +testFixturesReleaseCompileOnlyApi - Compile only API dependencies for 'testFixturesRelease' sources. (n) +No dependencies + +testFixturesReleaseCompileOnlyDependenciesMetadata +No dependencies + +testFixturesReleaseImplementation - Implementation only dependencies for 'testFixturesRelease' sources. (n) +No dependencies + +testFixturesReleaseImplementationDependenciesMetadata +No dependencies + +testFixturesReleaseIntransitiveDependenciesMetadata +No dependencies + +testFixturesReleaseRuntimeOnly - Runtime only dependencies for 'testFixturesRelease' sources. (n) +No dependencies + +testFixturesReleaseWearApp - Link to a wear app to embed for object 'testFixturesRelease'. (n) +No dependencies + +testFixturesRuntimeOnly - Runtime only dependencies for 'testFixtures' sources. (n) +No dependencies + +testFixturesWearApp - Link to a wear app to embed for object 'testFixtures'. (n) +No dependencies + +testImplementation - Implementation only dependencies for 'test' sources. (n) +No dependencies + +testImplementationDependenciesMetadata +No dependencies + +testIntransitiveDependenciesMetadata +No dependencies + +testReleaseAnnotationProcessor - Classpath for the annotation processor for 'testRelease'. (n) +No dependencies + +testReleaseApi (n) +No dependencies + +testReleaseApiDependenciesMetadata +No dependencies + +testReleaseCompileOnly - Compile only dependencies for 'testRelease' sources. (n) +No dependencies + +testReleaseCompileOnlyDependenciesMetadata +No dependencies + +testReleaseImplementation - Implementation only dependencies for 'testRelease' sources. (n) +No dependencies + +testReleaseImplementationDependenciesMetadata +No dependencies + +testReleaseIntransitiveDependenciesMetadata +No dependencies + +testReleaseRuntimeOnly - Runtime only dependencies for 'testRelease' sources. (n) +No dependencies + +testReleaseWearApp - Link to a wear app to embed for object 'testRelease'. (n) +No dependencies + +testRuntimeOnly - Runtime only dependencies for 'test' sources. (n) +No dependencies + +testWearApp - Link to a wear app to embed for object 'test'. (n) +No dependencies + +wearApp - Link to a wear app to embed for object 'main'. (n) +No dependencies + +(c) - A dependency constraint, not a dependency. The dependency affected by the constraint occurs elsewhere in the tree. +(*) - Indicates repeated occurrences of a transitive dependency subtree. Gradle expands transitive dependency subtrees only once per project; repeat occurrences only display the root of the subtree, followed by this annotation. + +(n) - A dependency or dependency configuration that cannot be resolved. + +A web-based, searchable dependency report is available by adding the --scan option. + +[Incubating] Problems report is available at: file:///Users/namarora/aepsdk-react-native/apps/AEPSampleAppNewArchEnabled/android/build/reports/problems/problems-report.html + +Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. + +You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. + +For more on this, please refer to https://docs.gradle.org/8.14.3/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. + +BUILD SUCCESSFUL in 4s +25 actionable tasks: 1 executed, 24 up-to-date diff --git a/apps/AEPSampleAppNewArchEnabled/app/CoreView.tsx b/apps/AEPSampleAppNewArchEnabled/app/CoreView.tsx index 7ec6d9c5f..936a7820a 100644 --- a/apps/AEPSampleAppNewArchEnabled/app/CoreView.tsx +++ b/apps/AEPSampleAppNewArchEnabled/app/CoreView.tsx @@ -69,7 +69,8 @@ function getSdkIdentities() { } function updateConfiguration() { - MobileCore.updateConfiguration({'global.privacy': 'optedin'}); + console.log('Updating configuration'); + // MobileCore.updateConfiguration({'global.privacy': 'optedin','edge.environment': 'int'}); } function clearUpdatedConfiguration() { diff --git a/apps/AEPSampleAppNewArchEnabled/app/MessagingView.tsx b/apps/AEPSampleAppNewArchEnabled/app/MessagingView.tsx index c70e5d4b4..673395a4d 100644 --- a/apps/AEPSampleAppNewArchEnabled/app/MessagingView.tsx +++ b/apps/AEPSampleAppNewArchEnabled/app/MessagingView.tsx @@ -64,7 +64,7 @@ const getPropositionsForSurfaces = async () => { console.log('getPropositionsForSurfaces', JSON.stringify(messages)); }; const trackAction = async () => { - MobileCore.trackAction('iamjs', {full: true}); + MobileCore.trackAction('tuesdayCool', {full: true}); }; const updatePropositionsForSurfaces = async () => { diff --git a/apps/AEPSampleAppNewArchEnabled/app/_layout.tsx b/apps/AEPSampleAppNewArchEnabled/app/_layout.tsx index 8c9217900..be045f54f 100644 --- a/apps/AEPSampleAppNewArchEnabled/app/_layout.tsx +++ b/apps/AEPSampleAppNewArchEnabled/app/_layout.tsx @@ -39,9 +39,12 @@ export default function RootLayout() { // For functional components, use useEffect with an empty dependency array. // For class components, call initializeWithAppId inside componentDidMount. MobileCore.setLogLevel(LogLevel.DEBUG); - MobileCore.initializeWithAppId("YOUR-APP-ID") + MobileCore.initializeWithAppId("3149c49c3910/473386a6e5b0/launch-6099493a8c97-development") + .then(() => { console.log("AEP SDK Initialized"); + MobileCore.updateConfiguration({'global.privacy': 'optedin','edge.environment': 'int'}); + console.log("update configuration"); // // Set up messaging delegate after SDK initialization // const unsubscribe = Messaging.setMessagingDelegate({ diff --git a/apps/AEPSampleAppNewArchEnabled/dependencies.txt b/apps/AEPSampleAppNewArchEnabled/dependencies.txt new file mode 100644 index 000000000..e69de29bb diff --git a/apps/AEPSampleAppNewArchEnabled/package.json b/apps/AEPSampleAppNewArchEnabled/package.json index 680458b6d..8c4bf86ce 100644 --- a/apps/AEPSampleAppNewArchEnabled/package.json +++ b/apps/AEPSampleAppNewArchEnabled/package.json @@ -15,18 +15,18 @@ "preset": "jest-expo" }, "dependencies": { - "@adobe/react-native-aepassurance": "^7.0.0", - "@adobe/react-native-aepcampaignclassic": "^7.0.0", - "@adobe/react-native-aepcore": "^7.0.0", - "@adobe/react-native-aepedge": "^7.0.0", - "@adobe/react-native-aepedgebridge": "^7.0.0", - "@adobe/react-native-aepedgeconsent": "^7.0.0", - "@adobe/react-native-aepedgeidentity": "^7.0.0", - "@adobe/react-native-aepmessaging": "^7.0.0", - "@adobe/react-native-aepoptimize": "^7.0.0", - "@adobe/react-native-aepplaces": "^7.0.0", - "@adobe/react-native-aeptarget": "^7.0.0", - "@adobe/react-native-aepuserprofile": "^7.0.0", + "@adobe/react-native-aepassurance": "file:../../packages/assurance", + "@adobe/react-native-aepcampaignclassic": "file:../../packages/campaignclassic", + "@adobe/react-native-aepcore": "file:../../packages/core", + "@adobe/react-native-aepedge": "file:../../packages/edge", + "@adobe/react-native-aepedgebridge": "file:../../packages/edgebridge", + "@adobe/react-native-aepedgeconsent": "file:../../packages/edgeconsent", + "@adobe/react-native-aepedgeidentity": "file:../../packages/edgeidentity", + "@adobe/react-native-aepmessaging": "file:../../packages/messaging", + "@adobe/react-native-aepoptimize": "file:../../packages/optimize", + "@adobe/react-native-aepplaces": "file:../../packages/places", + "@adobe/react-native-aeptarget": "file:../../packages/target", + "@adobe/react-native-aepuserprofile": "file:../../packages/userprofile", "@expo/vector-icons": "^15.0.3", "@react-navigation/drawer": "^7.7.10", "expo": "^54.0.0", diff --git a/apps/AEPSampleAppNewArchEnabled/yarn.lock b/apps/AEPSampleAppNewArchEnabled/yarn.lock new file mode 100644 index 000000000..a6c7c5649 --- /dev/null +++ b/apps/AEPSampleAppNewArchEnabled/yarn.lock @@ -0,0 +1,6639 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +"@0no-co/graphql.web@^1.0.13", "@0no-co/graphql.web@^1.0.8": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@0no-co/graphql.web/-/graphql.web-1.2.0.tgz#296d00581bfaaabfda1e976849d927824aaea81b" + integrity sha512-/1iHy9TTr63gE1YcR5idjx8UREz1s0kFhydf3bBLCXyqjhkIc6igAzTOx3zPifCwFR87tsh/4Pa9cNts6d2otw== + +"@adobe/react-native-aepassurance@file:../../packages/assurance": + version "7.0.0" + +"@adobe/react-native-aepcampaignclassic@file:../../packages/campaignclassic": + version "7.0.0" + +"@adobe/react-native-aepcore@file:../../packages/core": + version "7.0.0" + +"@adobe/react-native-aepedge@file:../../packages/edge": + version "7.0.0" + +"@adobe/react-native-aepedgebridge@file:../../packages/edgebridge": + version "7.0.1" + +"@adobe/react-native-aepedgeconsent@file:../../packages/edgeconsent": + version "7.0.0" + +"@adobe/react-native-aepedgeidentity@file:../../packages/edgeidentity": + version "7.0.0" + +"@adobe/react-native-aepmessaging@file:../../packages/messaging": + version "7.3.0" + +"@adobe/react-native-aepoptimize@file:../../packages/optimize": + version "7.1.1" + +"@adobe/react-native-aepplaces@file:../../packages/places": + version "7.0.1" + +"@adobe/react-native-aeptarget@file:../../packages/target": + version "7.0.0" + +"@adobe/react-native-aepuserprofile@file:../../packages/userprofile": + version "7.0.0" + +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.20.0", "@babel/code-frame@^7.24.7", "@babel/code-frame@^7.28.6", "@babel/code-frame@^7.29.0": + version "7.29.0" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.0.tgz#7cd7a59f15b3cc0dcd803038f7792712a7d0b15c" + integrity sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw== + dependencies: + "@babel/helper-validator-identifier" "^7.28.5" + js-tokens "^4.0.0" + picocolors "^1.1.1" + +"@babel/code-frame@~7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a" + integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== + dependencies: + "@babel/highlight" "^7.10.4" + +"@babel/compat-data@^7.28.6": + version "7.29.0" + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.0.tgz#00d03e8c0ac24dd9be942c5370990cbe1f17d88d" + integrity sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg== + +"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.20.0", "@babel/core@^7.23.9", "@babel/core@^7.25.2": + version "7.29.0" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.0.tgz#5286ad785df7f79d656e88ce86e650d16ca5f322" + integrity sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA== + dependencies: + "@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" + gensync "^1.0.0-beta.2" + json5 "^2.2.3" + semver "^6.3.1" + +"@babel/generator@^7.20.5", "@babel/generator@^7.25.0", "@babel/generator@^7.29.0", "@babel/generator@^7.29.1", "@babel/generator@^7.7.2": + version "7.29.1" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.1.tgz#d09876290111abbb00ef962a7b83a5307fba0d50" + integrity sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw== + dependencies: + "@babel/parser" "^7.29.0" + "@babel/types" "^7.29.0" + "@jridgewell/gen-mapping" "^0.3.12" + "@jridgewell/trace-mapping" "^0.3.28" + jsesc "^3.0.2" + +"@babel/helper-annotate-as-pure@^7.27.1", "@babel/helper-annotate-as-pure@^7.27.3": + version "7.27.3" + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5" + integrity sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg== + dependencies: + "@babel/types" "^7.27.3" + +"@babel/helper-compilation-targets@^7.27.1", "@babel/helper-compilation-targets@^7.28.6": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz#32c4a3f41f12ed1532179b108a4d746e105c2b25" + integrity sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA== + dependencies: + "@babel/compat-data" "^7.28.6" + "@babel/helper-validator-option" "^7.27.1" + browserslist "^4.24.0" + lru-cache "^5.1.1" + semver "^6.3.1" + +"@babel/helper-create-class-features-plugin@^7.28.6": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.6.tgz#611ff5482da9ef0db6291bcd24303400bca170fb" + integrity sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow== + 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.28.6" + "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1" + "@babel/traverse" "^7.28.6" + semver "^6.3.1" + +"@babel/helper-create-regexp-features-plugin@^7.27.1", "@babel/helper-create-regexp-features-plugin@^7.28.5": + version "7.28.5" + resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.28.5.tgz#7c1ddd64b2065c7f78034b25b43346a7e19ed997" + integrity sha512-N1EhvLtHzOvj7QQOUCCS3NrPJP8c5W6ZXCHDn7Yialuy1iu4r5EmIYkXlKNqT99Ciw+W0mDqWoR6HWMZlFP3hw== + dependencies: + "@babel/helper-annotate-as-pure" "^7.27.3" + regexpu-core "^6.3.1" + semver "^6.3.1" + +"@babel/helper-define-polyfill-provider@^0.6.5", "@babel/helper-define-polyfill-provider@^0.6.6": + version "0.6.6" + resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.6.tgz#714dfe33d8bd710f556df59953720f6eeb6c1a14" + integrity sha512-mOAsxeeKkUKayvZR3HeTYD/fICpCPLJrU5ZjelT/PA6WHtNDBOE436YiaEUvHN454bRM3CebhDsIpieCc4texA== + dependencies: + "@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.11" + +"@babel/helper-globals@^7.28.0": + version "7.28.0" + resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674" + integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw== + +"@babel/helper-member-expression-to-functions@^7.28.5": + version "7.28.5" + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz#f3e07a10be37ed7a63461c63e6929575945a6150" + integrity sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg== + dependencies: + "@babel/traverse" "^7.28.5" + "@babel/types" "^7.28.5" + +"@babel/helper-module-imports@^7.25.9", "@babel/helper-module-imports@^7.28.6": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz#60632cbd6ffb70b22823187201116762a03e2d5c" + integrity sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw== + dependencies: + "@babel/traverse" "^7.28.6" + "@babel/types" "^7.28.6" + +"@babel/helper-module-transforms@^7.28.6": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e" + integrity sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA== + dependencies: + "@babel/helper-module-imports" "^7.28.6" + "@babel/helper-validator-identifier" "^7.28.5" + "@babel/traverse" "^7.28.6" + +"@babel/helper-optimise-call-expression@^7.27.1": + version "7.27.1" + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200" + integrity sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw== + dependencies: + "@babel/types" "^7.27.1" + +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.27.1", "@babel/helper-plugin-utils@^7.28.6", "@babel/helper-plugin-utils@^7.8.0": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz#6f13ea251b68c8532e985fd532f28741a8af9ac8" + integrity sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug== + +"@babel/helper-remap-async-to-generator@^7.27.1": + version "7.27.1" + resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz#4601d5c7ce2eb2aea58328d43725523fcd362ce6" + integrity sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA== + dependencies: + "@babel/helper-annotate-as-pure" "^7.27.1" + "@babel/helper-wrap-function" "^7.27.1" + "@babel/traverse" "^7.27.1" + +"@babel/helper-replace-supers@^7.28.6": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.28.6.tgz#94aa9a1d7423a00aead3f204f78834ce7d53fe44" + integrity sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg== + dependencies: + "@babel/helper-member-expression-to-functions" "^7.28.5" + "@babel/helper-optimise-call-expression" "^7.27.1" + "@babel/traverse" "^7.28.6" + +"@babel/helper-skip-transparent-expression-wrappers@^7.27.1": + version "7.27.1" + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz#62bb91b3abba8c7f1fec0252d9dbea11b3ee7a56" + integrity sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg== + dependencies: + "@babel/traverse" "^7.27.1" + "@babel/types" "^7.27.1" + +"@babel/helper-string-parser@^7.27.1": + version "7.27.1" + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" + integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== + +"@babel/helper-validator-identifier@^7.25.9", "@babel/helper-validator-identifier@^7.28.5": + version "7.28.5" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4" + integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q== + +"@babel/helper-validator-option@^7.27.1": + version "7.27.1" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f" + integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg== + +"@babel/helper-wrap-function@^7.27.1": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.28.6.tgz#4e349ff9222dab69a93a019cc296cdd8442e279a" + integrity sha512-z+PwLziMNBeSQJonizz2AGnndLsP2DeGHIxDAn+wdHOGuo4Fo1x1HBPPXeE9TAOPHNNWQKCSlA2VZyYyyibDnQ== + dependencies: + "@babel/template" "^7.28.6" + "@babel/traverse" "^7.28.6" + "@babel/types" "^7.28.6" + +"@babel/helpers@^7.28.6": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.6.tgz#fca903a313ae675617936e8998b814c415cbf5d7" + integrity sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw== + dependencies: + "@babel/template" "^7.28.6" + "@babel/types" "^7.28.6" + +"@babel/highlight@^7.10.4": + version "7.25.9" + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.25.9.tgz#8141ce68fc73757946f983b343f1231f4691acc6" + integrity sha512-llL88JShoCsth8fF8R4SJnIn+WLvR6ccFxu1H3FlMhDontdcmZWf2HgIZ7AIqV3Xcck1idlohrN4EUBQz6klbw== + dependencies: + "@babel/helper-validator-identifier" "^7.25.9" + chalk "^2.4.2" + js-tokens "^4.0.0" + picocolors "^1.0.0" + +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.25.3", "@babel/parser@^7.28.6", "@babel/parser@^7.29.0": + version "7.29.0" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.0.tgz#669ef345add7d057e92b7ed15f0bac07611831b6" + integrity sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww== + dependencies: + "@babel/types" "^7.29.0" + +"@babel/plugin-proposal-decorators@^7.12.9": + version "7.29.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.29.0.tgz#d159f26f78740e47bf3ef075882b155b2d54ca81" + integrity sha512-CVBVv3VY/XRMxRYq5dwr2DS7/MvqPm23cOCjbwNnVrfOqcWlnefua1uUs0sjdKOGjvPUG633o07uWzJq4oI6dA== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.28.6" + "@babel/helper-plugin-utils" "^7.28.6" + "@babel/plugin-syntax-decorators" "^7.28.6" + +"@babel/plugin-proposal-export-default-from@^7.24.7": + version "7.27.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.27.1.tgz#59b050b0e5fdc366162ab01af4fcbac06ea40919" + integrity sha512-hjlsMBl1aJc5lp8MoCDEZCiYzlgdRAShOjAfRw6X+GlpLpUPU7c3XNLsKFZbQk/1cRzBlJ7CXg3xJAJMrFa1Uw== + dependencies: + "@babel/helper-plugin-utils" "^7.27.1" + +"@babel/plugin-syntax-async-generators@^7.8.4": + version "7.8.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d" + integrity sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-bigint@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz#4c9a6f669f5d0cdf1b90a1671e9a146be5300cea" + integrity sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-class-properties@^7.12.13": + version "7.12.13" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz#b5c987274c4a3a82b89714796931a6b53544ae10" + integrity sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== + dependencies: + "@babel/helper-plugin-utils" "^7.12.13" + +"@babel/plugin-syntax-class-static-block@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz#195df89b146b4b78b3bf897fd7a257c84659d406" + integrity sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-syntax-decorators@^7.28.6": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.28.6.tgz#8c3293a0fef033e4c786b35ce1e159fc1d676153" + integrity sha512-71EYI0ONURHJBL4rSFXnITXqXrrY8q4P0q006DPfN+Rk+ASM+++IBXem/ruokgBZR8YNEWZ8R6B+rCb8VcUTqA== + dependencies: + "@babel/helper-plugin-utils" "^7.28.6" + +"@babel/plugin-syntax-dynamic-import@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz#62bf98b2da3cd21d626154fc96ee5b3cb68eacb3" + integrity sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-export-default-from@^7.24.7": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.28.6.tgz#8e19047560a8a48b11f1f5b46881f445f8692830" + integrity sha512-Svlx1fjJFnNz0LZeUaybRukSxZI3KkpApUmIRzEdXC5k8ErTOz0OD0kNrICi5Vc3GlpP5ZCeRyRO+mfWTSz+iQ== + dependencies: + "@babel/helper-plugin-utils" "^7.28.6" + +"@babel/plugin-syntax-flow@^7.12.1", "@babel/plugin-syntax-flow@^7.27.1": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.28.6.tgz#447559a225e66c4cd477a3ffb1a74d8c1fe25a62" + integrity sha512-D+OrJumc9McXNEBI/JmFnc/0uCM2/Y3PEBG3gfV3QIYkKv5pvnpzFrl1kYCrcHJP8nOeFB/SHi1IHz29pNGuew== + dependencies: + "@babel/helper-plugin-utils" "^7.28.6" + +"@babel/plugin-syntax-import-attributes@^7.24.7": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.28.6.tgz#b71d5914665f60124e133696f17cd7669062c503" + integrity sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw== + dependencies: + "@babel/helper-plugin-utils" "^7.28.6" + +"@babel/plugin-syntax-import-meta@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz#ee601348c370fa334d2207be158777496521fd51" + integrity sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-syntax-json-strings@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a" + integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-jsx@^7.27.1", "@babel/plugin-syntax-jsx@^7.28.6", "@babel/plugin-syntax-jsx@^7.7.2": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.28.6.tgz#f8ca28bbd84883b5fea0e447c635b81ba73997ee" + integrity sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w== + dependencies: + "@babel/helper-plugin-utils" "^7.28.6" + +"@babel/plugin-syntax-logical-assignment-operators@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699" + integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9" + integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-numeric-separator@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz#b9b070b3e33570cd9fd07ba7fa91c0dd37b9af97" + integrity sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-syntax-object-rest-spread@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz#60e225edcbd98a640332a2e72dd3e66f1af55871" + integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-optional-catch-binding@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz#6111a265bcfb020eb9efd0fdfd7d26402b9ed6c1" + integrity sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-optional-chaining@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a" + integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-private-property-in-object@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz#0dc6671ec0ea22b6e94a1114f857970cd39de1ad" + integrity sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-syntax-top-level-await@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz#c1cfdadc35a646240001f06138247b741c34d94c" + integrity sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-syntax-typescript@^7.28.6", "@babel/plugin-syntax-typescript@^7.7.2": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.28.6.tgz#c7b2ddf1d0a811145b1de800d1abd146af92e3a2" + integrity sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A== + dependencies: + "@babel/helper-plugin-utils" "^7.28.6" + +"@babel/plugin-transform-arrow-functions@^7.0.0-0", "@babel/plugin-transform-arrow-functions@^7.24.7": + version "7.27.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.27.1.tgz#6e2061067ba3ab0266d834a9f94811196f2aba9a" + integrity sha512-8Z4TGic6xW70FKThA5HYEKKyBpOOsucTOD1DjU3fZxDg+K3zBJcXMFnt/4yQiZnf5+MiOMSXQ9PaEK/Ilh1DeA== + dependencies: + "@babel/helper-plugin-utils" "^7.27.1" + +"@babel/plugin-transform-async-generator-functions@^7.25.4": + version "7.29.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.29.0.tgz#63ed829820298f0bf143d5a4a68fb8c06ffd742f" + integrity sha512-va0VdWro4zlBr2JsXC+ofCPB2iG12wPtVGTWFx2WLDOM3nYQZZIGP82qku2eW/JR83sD+k2k+CsNtyEbUqhU6w== + dependencies: + "@babel/helper-plugin-utils" "^7.28.6" + "@babel/helper-remap-async-to-generator" "^7.27.1" + "@babel/traverse" "^7.29.0" + +"@babel/plugin-transform-async-to-generator@^7.24.7": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.28.6.tgz#bd97b42237b2d1bc90d74bcb486c39be5b4d7e77" + integrity sha512-ilTRcmbuXjsMmcZ3HASTe4caH5Tpo93PkTxF9oG2VZsSWsahydmcEHhix9Ik122RcTnZnUzPbmux4wh1swfv7g== + dependencies: + "@babel/helper-module-imports" "^7.28.6" + "@babel/helper-plugin-utils" "^7.28.6" + "@babel/helper-remap-async-to-generator" "^7.27.1" + +"@babel/plugin-transform-block-scoping@^7.25.0": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.6.tgz#e1ef5633448c24e76346125c2534eeb359699a99" + integrity sha512-tt/7wOtBmwHPNMPu7ax4pdPz6shjFrmHDghvNC+FG9Qvj7D6mJcoRQIF5dy4njmxR941l6rgtvfSB2zX3VlUIw== + dependencies: + "@babel/helper-plugin-utils" "^7.28.6" + +"@babel/plugin-transform-class-properties@^7.0.0-0", "@babel/plugin-transform-class-properties@^7.25.4": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.28.6.tgz#d274a4478b6e782d9ea987fda09bdb6d28d66b72" + integrity sha512-dY2wS3I2G7D697VHndN91TJr8/AAfXQNt5ynCTI/MpxMsSzHp+52uNivYT5wCPax3whc47DR8Ba7cmlQMg24bw== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.28.6" + "@babel/helper-plugin-utils" "^7.28.6" + +"@babel/plugin-transform-class-static-block@^7.27.1": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.6.tgz#1257491e8259c6d125ac4d9a6f39f9d2bf3dba70" + integrity sha512-rfQ++ghVwTWTqQ7w8qyDxL1XGihjBss4CmTgGRCTAC9RIbhVpyp4fOeZtta0Lbf+dTNIVJer6ych2ibHwkZqsQ== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.28.6" + "@babel/helper-plugin-utils" "^7.28.6" + +"@babel/plugin-transform-classes@^7.0.0-0", "@babel/plugin-transform-classes@^7.25.4": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.6.tgz#8f6fb79ba3703978e701ce2a97e373aae7dda4b7" + integrity sha512-EF5KONAqC5zAqT783iMGuM2ZtmEBy+mJMOKl2BCvPZ2lVrwvXnB6o+OBWCS+CoeCCpVRF2sA2RBKUxvT8tQT5Q== + dependencies: + "@babel/helper-annotate-as-pure" "^7.27.3" + "@babel/helper-compilation-targets" "^7.28.6" + "@babel/helper-globals" "^7.28.0" + "@babel/helper-plugin-utils" "^7.28.6" + "@babel/helper-replace-supers" "^7.28.6" + "@babel/traverse" "^7.28.6" + +"@babel/plugin-transform-computed-properties@^7.24.7": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.28.6.tgz#936824fc71c26cb5c433485776d79c8e7b0202d2" + integrity sha512-bcc3k0ijhHbc2lEfpFHgx7eYw9KNXqOerKWfzbxEHUGKnS3sz9C4CNL9OiFN1297bDNfUiSO7DaLzbvHQQQ1BQ== + dependencies: + "@babel/helper-plugin-utils" "^7.28.6" + "@babel/template" "^7.28.6" + +"@babel/plugin-transform-destructuring@^7.24.8", "@babel/plugin-transform-destructuring@^7.28.5": + version "7.28.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz#b8402764df96179a2070bb7b501a1586cf8ad7a7" + integrity sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw== + dependencies: + "@babel/helper-plugin-utils" "^7.27.1" + "@babel/traverse" "^7.28.5" + +"@babel/plugin-transform-export-namespace-from@^7.25.9": + version "7.27.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.27.1.tgz#71ca69d3471edd6daa711cf4dfc3400415df9c23" + integrity sha512-tQvHWSZ3/jH2xuq/vZDy0jNn+ZdXJeM8gHvX4lnJmsc3+50yPlWdZXIc5ay+umX+2/tJIqHqiEqcJvxlmIvRvQ== + dependencies: + "@babel/helper-plugin-utils" "^7.27.1" + +"@babel/plugin-transform-flow-strip-types@^7.25.2": + version "7.27.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.27.1.tgz#5def3e1e7730f008d683144fb79b724f92c5cdf9" + integrity sha512-G5eDKsu50udECw7DL2AcsysXiQyB7Nfg521t2OAJ4tbfTJ27doHLeF/vlI1NZGlLdbb/v+ibvtL1YBQqYOwJGg== + dependencies: + "@babel/helper-plugin-utils" "^7.27.1" + "@babel/plugin-syntax-flow" "^7.27.1" + +"@babel/plugin-transform-for-of@^7.24.7": + version "7.27.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.27.1.tgz#bc24f7080e9ff721b63a70ac7b2564ca15b6c40a" + integrity sha512-BfbWFFEJFQzLCQ5N8VocnCtA8J1CLkNTe2Ms2wocj75dd6VpiqS5Z5quTYcUoo4Yq+DN0rtikODccuv7RU81sw== + dependencies: + "@babel/helper-plugin-utils" "^7.27.1" + "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1" + +"@babel/plugin-transform-function-name@^7.25.1": + version "7.27.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.27.1.tgz#4d0bf307720e4dce6d7c30fcb1fd6ca77bdeb3a7" + integrity sha512-1bQeydJF9Nr1eBCMMbC+hdwmRlsv5XYOMu03YSWFwNs0HsAmtSxxF1fyuYPqemVldVyFmlCU7w8UE14LupUSZQ== + dependencies: + "@babel/helper-compilation-targets" "^7.27.1" + "@babel/helper-plugin-utils" "^7.27.1" + "@babel/traverse" "^7.27.1" + +"@babel/plugin-transform-literals@^7.25.2": + version "7.27.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.27.1.tgz#baaefa4d10a1d4206f9dcdda50d7d5827bb70b24" + integrity sha512-0HCFSepIpLTkLcsi86GG3mTUzxV5jpmbv97hTETW3yzrAij8aqlD36toB1D0daVFJM8NK6GvKO0gslVQmm+zZA== + dependencies: + "@babel/helper-plugin-utils" "^7.27.1" + +"@babel/plugin-transform-logical-assignment-operators@^7.24.7": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.6.tgz#53028a3d77e33c50ef30a8fce5ca17065936e605" + integrity sha512-+anKKair6gpi8VsM/95kmomGNMD0eLz1NQ8+Pfw5sAwWH9fGYXT50E55ZpV0pHUHWf6IUTWPM+f/7AAff+wr9A== + dependencies: + "@babel/helper-plugin-utils" "^7.28.6" + +"@babel/plugin-transform-modules-commonjs@^7.24.8", "@babel/plugin-transform-modules-commonjs@^7.27.1": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.28.6.tgz#c0232e0dfe66a734cc4ad0d5e75fc3321b6fdef1" + integrity sha512-jppVbf8IV9iWWwWTQIxJMAJCWBuuKx71475wHwYytrRGQ2CWiDvYlADQno3tcYpS/T2UUWFQp3nVtYfK/YBQrA== + dependencies: + "@babel/helper-module-transforms" "^7.28.6" + "@babel/helper-plugin-utils" "^7.28.6" + +"@babel/plugin-transform-named-capturing-groups-regex@^7.24.7": + version "7.29.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.29.0.tgz#a26cd51e09c4718588fc4cce1c5d1c0152102d6a" + integrity sha512-1CZQA5KNAD6ZYQLPw7oi5ewtDNxH/2vuCh+6SmvgDfhumForvs8a1o9n0UrEoBD8HU4djO2yWngTQlXl1NDVEQ== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.28.5" + "@babel/helper-plugin-utils" "^7.28.6" + +"@babel/plugin-transform-nullish-coalescing-operator@^7.0.0-0", "@babel/plugin-transform-nullish-coalescing-operator@^7.24.7": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.28.6.tgz#9bc62096e90ab7a887f3ca9c469f6adec5679757" + integrity sha512-3wKbRgmzYbw24mDJXT7N+ADXw8BC/imU9yo9c9X9NKaLF1fW+e5H1U5QjMUBe4Qo4Ox/o++IyUkl1sVCLgevKg== + dependencies: + "@babel/helper-plugin-utils" "^7.28.6" + +"@babel/plugin-transform-numeric-separator@^7.24.7": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.28.6.tgz#1310b0292762e7a4a335df5f580c3320ee7d9e9f" + integrity sha512-SJR8hPynj8outz+SlStQSwvziMN4+Bq99it4tMIf5/Caq+3iOc0JtKyse8puvyXkk3eFRIA5ID/XfunGgO5i6w== + dependencies: + "@babel/helper-plugin-utils" "^7.28.6" + +"@babel/plugin-transform-object-rest-spread@^7.24.7": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.6.tgz#fdd4bc2d72480db6ca42aed5c051f148d7b067f7" + integrity sha512-5rh+JR4JBC4pGkXLAcYdLHZjXudVxWMXbB6u6+E9lRL5TrGVbHt1TjxGbZ8CkmYw9zjkB7jutzOROArsqtncEA== + dependencies: + "@babel/helper-compilation-targets" "^7.28.6" + "@babel/helper-plugin-utils" "^7.28.6" + "@babel/plugin-transform-destructuring" "^7.28.5" + "@babel/plugin-transform-parameters" "^7.27.7" + "@babel/traverse" "^7.28.6" + +"@babel/plugin-transform-optional-catch-binding@^7.24.7": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.28.6.tgz#75107be14c78385978201a49c86414a150a20b4c" + integrity sha512-R8ja/Pyrv0OGAvAXQhSTmWyPJPml+0TMqXlO5w+AsMEiwb2fg3WkOvob7UxFSL3OIttFSGSRFKQsOhJ/X6HQdQ== + dependencies: + "@babel/helper-plugin-utils" "^7.28.6" + +"@babel/plugin-transform-optional-chaining@^7.0.0-0", "@babel/plugin-transform-optional-chaining@^7.24.8": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.6.tgz#926cf150bd421fc8362753e911b4a1b1ce4356cd" + integrity sha512-A4zobikRGJTsX9uqVFdafzGkqD30t26ck2LmOzAuLL8b2x6k3TIqRiT2xVvA9fNmFeTX484VpsdgmKNA0bS23w== + dependencies: + "@babel/helper-plugin-utils" "^7.28.6" + "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1" + +"@babel/plugin-transform-parameters@^7.24.7", "@babel/plugin-transform-parameters@^7.27.7": + version "7.27.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz#1fd2febb7c74e7d21cf3b05f7aebc907940af53a" + integrity sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg== + dependencies: + "@babel/helper-plugin-utils" "^7.27.1" + +"@babel/plugin-transform-private-methods@^7.24.7": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.28.6.tgz#c76fbfef3b86c775db7f7c106fff544610bdb411" + integrity sha512-piiuapX9CRv7+0st8lmuUlRSmX6mBcVeNQ1b4AYzJxfCMuBfB0vBXDiGSmm03pKJw1v6cZ8KSeM+oUnM6yAExg== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.28.6" + "@babel/helper-plugin-utils" "^7.28.6" + +"@babel/plugin-transform-private-property-in-object@^7.24.7": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.28.6.tgz#4fafef1e13129d79f1d75ac180c52aafefdb2811" + integrity sha512-b97jvNSOb5+ehyQmBpmhOCiUC5oVK4PMnpRvO7+ymFBoqYjeDHIU9jnrNUuwHOiL9RpGDoKBpSViarV+BU+eVA== + dependencies: + "@babel/helper-annotate-as-pure" "^7.27.3" + "@babel/helper-create-class-features-plugin" "^7.28.6" + "@babel/helper-plugin-utils" "^7.28.6" + +"@babel/plugin-transform-react-display-name@^7.24.7", "@babel/plugin-transform-react-display-name@^7.28.0": + version "7.28.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.28.0.tgz#6f20a7295fea7df42eb42fed8f896813f5b934de" + integrity sha512-D6Eujc2zMxKjfa4Zxl4GHMsmhKKZ9VpcqIchJLvwTxad9zWIYulwYItBovpDOoNLISpcZSXoDJ5gaGbQUDqViA== + dependencies: + "@babel/helper-plugin-utils" "^7.27.1" + +"@babel/plugin-transform-react-jsx-development@^7.27.1": + version "7.27.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.27.1.tgz#47ff95940e20a3a70e68ad3d4fcb657b647f6c98" + integrity sha512-ykDdF5yI4f1WrAolLqeF3hmYU12j9ntLQl/AOG1HAS21jxyg1Q0/J/tpREuYLfatGdGmXp/3yS0ZA76kOlVq9Q== + dependencies: + "@babel/plugin-transform-react-jsx" "^7.27.1" + +"@babel/plugin-transform-react-jsx-self@^7.24.7": + version "7.27.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz#af678d8506acf52c577cac73ff7fe6615c85fc92" + integrity sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw== + dependencies: + "@babel/helper-plugin-utils" "^7.27.1" + +"@babel/plugin-transform-react-jsx-source@^7.24.7": + version "7.27.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz#dcfe2c24094bb757bf73960374e7c55e434f19f0" + integrity sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw== + dependencies: + "@babel/helper-plugin-utils" "^7.27.1" + +"@babel/plugin-transform-react-jsx@^7.25.2", "@babel/plugin-transform-react-jsx@^7.27.1": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.28.6.tgz#f51cb70a90b9529fbb71ee1f75ea27b7078eed62" + integrity sha512-61bxqhiRfAACulXSLd/GxqmAedUSrRZIu/cbaT18T1CetkTmtDN15it7i80ru4DVqRK1WMxQhXs+Lf9kajm5Ow== + dependencies: + "@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" + +"@babel/plugin-transform-react-pure-annotations@^7.27.1": + version "7.27.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.27.1.tgz#339f1ce355eae242e0649f232b1c68907c02e879" + integrity sha512-JfuinvDOsD9FVMTHpzA/pBLisxpv1aSf+OIV8lgH3MuWrks19R27e6a6DipIg4aX1Zm9Wpb04p8wljfKrVSnPA== + dependencies: + "@babel/helper-annotate-as-pure" "^7.27.1" + "@babel/helper-plugin-utils" "^7.27.1" + +"@babel/plugin-transform-regenerator@^7.24.7": + version "7.29.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.29.0.tgz#dec237cec1b93330876d6da9992c4abd42c9d18b" + integrity sha512-FijqlqMA7DmRdg/aINBSs04y8XNTYw/lr1gJ2WsmBnnaNw1iS43EPkJW+zK7z65auG3AWRFXWj+NcTQwYptUog== + dependencies: + "@babel/helper-plugin-utils" "^7.28.6" + +"@babel/plugin-transform-runtime@^7.24.7": + version "7.29.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.29.0.tgz#a5fded13cc656700804bfd6e5ebd7fffd5266803" + integrity sha512-jlaRT5dJtMaMCV6fAuLbsQMSwz/QkvaHOHOSXRitGGwSpR1blCY4KUKoyP2tYO8vJcqYe8cEj96cqSztv3uF9w== + dependencies: + "@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" + semver "^6.3.1" + +"@babel/plugin-transform-shorthand-properties@^7.0.0-0", "@babel/plugin-transform-shorthand-properties@^7.24.7": + version "7.27.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.27.1.tgz#532abdacdec87bfee1e0ef8e2fcdee543fe32b90" + integrity sha512-N/wH1vcn4oYawbJ13Y/FxcQrWk63jhfNa7jef0ih7PHSIHX2LB7GWE1rkPrOnka9kwMxb6hMl19p7lidA+EHmQ== + dependencies: + "@babel/helper-plugin-utils" "^7.27.1" + +"@babel/plugin-transform-spread@^7.24.7": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.28.6.tgz#40a2b423f6db7b70f043ad027a58bcb44a9757b6" + integrity sha512-9U4QObUC0FtJl05AsUcodau/RWDytrU6uKgkxu09mLR9HLDAtUMoPuuskm5huQsoktmsYpI+bGmq+iapDcriKA== + dependencies: + "@babel/helper-plugin-utils" "^7.28.6" + "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1" + +"@babel/plugin-transform-sticky-regex@^7.24.7": + version "7.27.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.27.1.tgz#18984935d9d2296843a491d78a014939f7dcd280" + integrity sha512-lhInBO5bi/Kowe2/aLdBAawijx+q1pQzicSgnkB6dUPc1+RC8QmJHKf2OjvU+NZWitguJHEaEmbV6VWEouT58g== + dependencies: + "@babel/helper-plugin-utils" "^7.27.1" + +"@babel/plugin-transform-template-literals@^7.0.0-0": + version "7.27.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.27.1.tgz#1a0eb35d8bb3e6efc06c9fd40eb0bcef548328b8" + integrity sha512-fBJKiV7F2DxZUkg5EtHKXQdbsbURW3DZKQUWphDum0uRP6eHGGa/He9mc0mypL680pb+e/lDIthRohlv8NCHkg== + dependencies: + "@babel/helper-plugin-utils" "^7.27.1" + +"@babel/plugin-transform-typescript@^7.25.2", "@babel/plugin-transform-typescript@^7.28.5": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.6.tgz#1e93d96da8adbefdfdade1d4956f73afa201a158" + integrity sha512-0YWL2RFxOqEm9Efk5PvreamxPME8OyY0wM5wh5lHjF+VtVhdneCWGzZeSqzOfiobVqQaNCd2z0tQvnI9DaPWPw== + dependencies: + "@babel/helper-annotate-as-pure" "^7.27.3" + "@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.28.6" + +"@babel/plugin-transform-unicode-regex@^7.0.0-0", "@babel/plugin-transform-unicode-regex@^7.24.7": + version "7.27.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.27.1.tgz#25948f5c395db15f609028e370667ed8bae9af97" + integrity sha512-xvINq24TRojDuyt6JGtHmkVkrfVV3FPT16uytxImLeBZqW3/H52yN+kM1MGuyPkIQxrzKwPHs5U/MP3qKyzkGw== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.27.1" + "@babel/helper-plugin-utils" "^7.27.1" + +"@babel/preset-react@^7.22.15": + version "7.28.5" + resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.28.5.tgz#6fcc0400fa79698433d653092c3919bb4b0878d9" + integrity sha512-Z3J8vhRq7CeLjdC58jLv4lnZ5RKFUJWqH5emvxmv9Hv3BD1T9R/Im713R4MTKwvFaV74ejZ3sM01LyEKk4ugNQ== + dependencies: + "@babel/helper-plugin-utils" "^7.27.1" + "@babel/helper-validator-option" "^7.27.1" + "@babel/plugin-transform-react-display-name" "^7.28.0" + "@babel/plugin-transform-react-jsx" "^7.27.1" + "@babel/plugin-transform-react-jsx-development" "^7.27.1" + "@babel/plugin-transform-react-pure-annotations" "^7.27.1" + +"@babel/preset-typescript@^7.16.7", "@babel/preset-typescript@^7.23.0": + version "7.28.5" + resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz#540359efa3028236958466342967522fd8f2a60c" + integrity sha512-+bQy5WOI2V6LJZpPVxY+yp66XdZ2yifu0Mc1aP5CQKgjn4QM5IN2i5fAZ4xKop47pr8rpVhiAeu+nDQa12C8+g== + 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.28.5" + +"@babel/runtime@^7.18.6", "@babel/runtime@^7.20.0", "@babel/runtime@^7.25.0": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.6.tgz#d267a43cb1836dc4d182cce93ae75ba954ef6d2b" + integrity sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA== + +"@babel/template@^7.25.0", "@babel/template@^7.28.6", "@babel/template@^7.3.3": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.28.6.tgz#0e7e56ecedb78aeef66ce7972b082fce76a23e57" + integrity sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ== + dependencies: + "@babel/code-frame" "^7.28.6" + "@babel/parser" "^7.28.6" + "@babel/types" "^7.28.6" + +"@babel/traverse--for-generate-function-map@npm:@babel/traverse@^7.25.3": + version "7.29.0" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.0.tgz#f323d05001440253eead3c9c858adbe00b90310a" + integrity sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA== + dependencies: + "@babel/code-frame" "^7.29.0" + "@babel/generator" "^7.29.0" + "@babel/helper-globals" "^7.28.0" + "@babel/parser" "^7.29.0" + "@babel/template" "^7.28.6" + "@babel/types" "^7.29.0" + debug "^4.3.1" + +"@babel/traverse@^7.25.3", "@babel/traverse@^7.27.1", "@babel/traverse@^7.28.5", "@babel/traverse@^7.28.6", "@babel/traverse@^7.29.0": + version "7.29.0" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.0.tgz#f323d05001440253eead3c9c858adbe00b90310a" + integrity sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA== + dependencies: + "@babel/code-frame" "^7.29.0" + "@babel/generator" "^7.29.0" + "@babel/helper-globals" "^7.28.0" + "@babel/parser" "^7.29.0" + "@babel/template" "^7.28.6" + "@babel/types" "^7.29.0" + debug "^4.3.1" + +"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.25.2", "@babel/types@^7.26.0", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.5", "@babel/types@^7.28.6", "@babel/types@^7.29.0", "@babel/types@^7.3.3": + version "7.29.0" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7" + integrity sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A== + dependencies: + "@babel/helper-string-parser" "^7.27.1" + "@babel/helper-validator-identifier" "^7.28.5" + +"@bcoe/v8-coverage@^0.2.3": + version "0.2.3" + resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" + integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== + +"@egjs/hammerjs@^2.0.17": + version "2.0.17" + resolved "https://registry.yarnpkg.com/@egjs/hammerjs/-/hammerjs-2.0.17.tgz#5dc02af75a6a06e4c2db0202cae38c9263895124" + integrity sha512-XQsZgjm2EcVUiZQf11UBJQfmZeEmOW8DpI1gsFeln6w0ae0ii4dMQEQ0kjl6DspdWX1aGY1/loyXnP0JS06e/A== + dependencies: + "@types/hammerjs" "^2.0.36" + +"@expo/cli@54.0.23": + version "54.0.23" + resolved "https://registry.yarnpkg.com/@expo/cli/-/cli-54.0.23.tgz#e8a7dc4e1f2a8a5361afd80bcc352014b57a87ac" + integrity sha512-km0h72SFfQCmVycH/JtPFTVy69w6Lx1cHNDmfLfQqgKFYeeHTjx7LVDP4POHCtNxFP2UeRazrygJhlh4zz498g== + dependencies: + "@0no-co/graphql.web" "^1.0.8" + "@expo/code-signing-certificates" "^0.0.6" + "@expo/config" "~12.0.13" + "@expo/config-plugins" "~54.0.4" + "@expo/devcert" "^1.2.1" + "@expo/env" "~2.0.8" + "@expo/image-utils" "^0.8.8" + "@expo/json-file" "^10.0.8" + "@expo/metro" "~54.2.0" + "@expo/metro-config" "~54.0.14" + "@expo/osascript" "^2.3.8" + "@expo/package-manager" "^1.9.10" + "@expo/plist" "^0.4.8" + "@expo/prebuild-config" "^54.0.8" + "@expo/schema-utils" "^0.1.8" + "@expo/spawn-async" "^1.7.2" + "@expo/ws-tunnel" "^1.0.1" + "@expo/xcpretty" "^4.3.0" + "@react-native/dev-middleware" "0.81.5" + "@urql/core" "^5.0.6" + "@urql/exchange-retry" "^1.3.0" + accepts "^1.3.8" + arg "^5.0.2" + better-opn "~3.0.2" + bplist-creator "0.1.0" + bplist-parser "^0.3.1" + chalk "^4.0.0" + ci-info "^3.3.0" + compression "^1.7.4" + connect "^3.7.0" + debug "^4.3.4" + env-editor "^0.4.1" + expo-server "^1.0.5" + freeport-async "^2.0.0" + getenv "^2.0.0" + glob "^13.0.0" + lan-network "^0.1.6" + minimatch "^9.0.0" + node-forge "^1.3.3" + npm-package-arg "^11.0.0" + ora "^3.4.0" + picomatch "^3.0.1" + pretty-bytes "^5.6.0" + pretty-format "^29.7.0" + progress "^2.0.3" + prompts "^2.3.2" + qrcode-terminal "0.11.0" + require-from-string "^2.0.2" + requireg "^0.2.2" + resolve "^1.22.2" + resolve-from "^5.0.0" + resolve.exports "^2.0.3" + semver "^7.6.0" + send "^0.19.0" + slugify "^1.3.4" + source-map-support "~0.5.21" + stacktrace-parser "^0.1.10" + structured-headers "^0.4.1" + tar "^7.5.2" + terminal-link "^2.1.1" + undici "^6.18.2" + wrap-ansi "^7.0.0" + ws "^8.12.1" + +"@expo/code-signing-certificates@^0.0.6": + version "0.0.6" + resolved "https://registry.yarnpkg.com/@expo/code-signing-certificates/-/code-signing-certificates-0.0.6.tgz#6b7b22830cb69c77a45e357c2f3aa7ab436ac772" + integrity sha512-iNe0puxwBNEcuua9gmTGzq+SuMDa0iATai1FlFTMHJ/vUmKvN/V//drXoLJkVb5i5H3iE/n/qIJxyoBnXouD0w== + dependencies: + node-forge "^1.3.3" + +"@expo/config-plugins@~54.0.4": + version "54.0.4" + resolved "https://registry.yarnpkg.com/@expo/config-plugins/-/config-plugins-54.0.4.tgz#b31cb16f6651342abcdafba600118245ecd9fb00" + integrity sha512-g2yXGICdoOw5i3LkQSDxl2Q5AlQCrG7oniu0pCPPO+UxGb7He4AFqSvPSy8HpRUj55io17hT62FTjYRD+d6j3Q== + dependencies: + "@expo/config-types" "^54.0.10" + "@expo/json-file" "~10.0.8" + "@expo/plist" "^0.4.8" + "@expo/sdk-runtime-versions" "^1.0.0" + chalk "^4.1.2" + debug "^4.3.5" + getenv "^2.0.0" + glob "^13.0.0" + resolve-from "^5.0.0" + semver "^7.5.4" + slash "^3.0.0" + slugify "^1.6.6" + xcode "^3.0.1" + xml2js "0.6.0" + +"@expo/config-types@^54.0.10": + version "54.0.10" + resolved "https://registry.yarnpkg.com/@expo/config-types/-/config-types-54.0.10.tgz#688f4338255d2fdea970f44e2dfd8e8d37dec292" + integrity sha512-/J16SC2an1LdtCZ67xhSkGXpALYUVUNyZws7v+PVsFZxClYehDSoKLqyRaGkpHlYrCc08bS0RF5E0JV6g50psA== + +"@expo/config@~12.0.13": + version "12.0.13" + resolved "https://registry.yarnpkg.com/@expo/config/-/config-12.0.13.tgz#8e696e6121c3c364e1dd527f595cf0a1d9386828" + integrity sha512-Cu52arBa4vSaupIWsF0h7F/Cg//N374nYb7HAxV0I4KceKA7x2UXpYaHOL7EEYYvp7tZdThBjvGpVmr8ScIvaQ== + dependencies: + "@babel/code-frame" "~7.10.4" + "@expo/config-plugins" "~54.0.4" + "@expo/config-types" "^54.0.10" + "@expo/json-file" "^10.0.8" + deepmerge "^4.3.1" + getenv "^2.0.0" + glob "^13.0.0" + require-from-string "^2.0.2" + resolve-from "^5.0.0" + resolve-workspace-root "^2.0.0" + semver "^7.6.0" + slugify "^1.3.4" + sucrase "~3.35.1" + +"@expo/devcert@^1.2.1": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@expo/devcert/-/devcert-1.2.1.tgz#1a687985bea1670866e54d5ba7c0ced963c354f4" + integrity sha512-qC4eaxmKMTmJC2ahwyui6ud8f3W60Ss7pMkpBq40Hu3zyiAaugPXnZ24145U7K36qO9UHdZUVxsCvIpz2RYYCA== + dependencies: + "@expo/sudo-prompt" "^9.3.1" + debug "^3.1.0" + +"@expo/devtools@0.1.8": + version "0.1.8" + resolved "https://registry.yarnpkg.com/@expo/devtools/-/devtools-0.1.8.tgz#bc5b297698f78b3b67037f04593a31e688330a7a" + integrity sha512-SVLxbuanDjJPgc0sy3EfXUMLb/tXzp6XIHkhtPVmTWJAp+FOr6+5SeiCfJrCzZFet0Ifyke2vX3sFcKwEvCXwQ== + dependencies: + chalk "^4.1.2" + +"@expo/env@~2.0.8": + version "2.0.8" + resolved "https://registry.yarnpkg.com/@expo/env/-/env-2.0.8.tgz#2aea906eed3d297b2e19608dc1a800fba0a3fe03" + integrity sha512-5VQD6GT8HIMRaSaB5JFtOXuvfDVU80YtZIuUT/GDhUF782usIXY13Tn3IdDz1Tm/lqA9qnRZQ1BF4t7LlvdJPA== + dependencies: + chalk "^4.0.0" + debug "^4.3.4" + dotenv "~16.4.5" + dotenv-expand "~11.0.6" + getenv "^2.0.0" + +"@expo/fingerprint@0.15.4": + version "0.15.4" + resolved "https://registry.yarnpkg.com/@expo/fingerprint/-/fingerprint-0.15.4.tgz#578bd1e1179a13313f7de682ebaaacb703b2b7ac" + integrity sha512-eYlxcrGdR2/j2M6pEDXo9zU9KXXF1vhP+V+Tl+lyY+bU8lnzrN6c637mz6Ye3em2ANy8hhUR03Raf8VsT9Ogng== + dependencies: + "@expo/spawn-async" "^1.7.2" + arg "^5.0.2" + chalk "^4.1.2" + debug "^4.3.4" + getenv "^2.0.0" + glob "^13.0.0" + ignore "^5.3.1" + minimatch "^9.0.0" + p-limit "^3.1.0" + resolve-from "^5.0.0" + semver "^7.6.0" + +"@expo/image-utils@^0.8.8": + version "0.8.8" + resolved "https://registry.yarnpkg.com/@expo/image-utils/-/image-utils-0.8.8.tgz#db5d460fd0c7101b10e9d027ffbe42f9cf115248" + integrity sha512-HHHaG4J4nKjTtVa1GG9PCh763xlETScfEyNxxOvfTRr8IKPJckjTyqSLEtdJoFNJ1vqiABEjW7tqGhqGibZLeA== + dependencies: + "@expo/spawn-async" "^1.7.2" + chalk "^4.0.0" + getenv "^2.0.0" + jimp-compact "0.16.1" + parse-png "^2.1.0" + resolve-from "^5.0.0" + resolve-global "^1.0.0" + semver "^7.6.0" + temp-dir "~2.0.0" + unique-string "~2.0.0" + +"@expo/json-file@^10.0.8", "@expo/json-file@~10.0.8": + version "10.0.8" + resolved "https://registry.yarnpkg.com/@expo/json-file/-/json-file-10.0.8.tgz#05e524d1ecc0011db0a6d66b525ea2f58cfe6d43" + integrity sha512-9LOTh1PgKizD1VXfGQ88LtDH0lRwq9lsTb4aichWTWSWqy3Ugfkhfm3BhzBIkJJfQQ5iJu3m/BoRlEIjoCGcnQ== + dependencies: + "@babel/code-frame" "~7.10.4" + json5 "^2.2.3" + +"@expo/metro-config@54.0.14", "@expo/metro-config@~54.0.14": + version "54.0.14" + resolved "https://registry.yarnpkg.com/@expo/metro-config/-/metro-config-54.0.14.tgz#e455dfb2bae9473ec665bc830d651baa709c1e8a" + integrity sha512-hxpLyDfOR4L23tJ9W1IbJJsG7k4lv2sotohBm/kTYyiG+pe1SYCAWsRmgk+H42o/wWf/HQjE5k45S5TomGLxNA== + dependencies: + "@babel/code-frame" "^7.20.0" + "@babel/core" "^7.20.0" + "@babel/generator" "^7.20.5" + "@expo/config" "~12.0.13" + "@expo/env" "~2.0.8" + "@expo/json-file" "~10.0.8" + "@expo/metro" "~54.2.0" + "@expo/spawn-async" "^1.7.2" + browserslist "^4.25.0" + chalk "^4.1.0" + debug "^4.3.2" + dotenv "~16.4.5" + dotenv-expand "~11.0.6" + getenv "^2.0.0" + glob "^13.0.0" + hermes-parser "^0.29.1" + jsc-safe-url "^0.2.4" + lightningcss "^1.30.1" + minimatch "^9.0.0" + postcss "~8.4.32" + resolve-from "^5.0.0" + +"@expo/metro-runtime@^6.1.2": + version "6.1.2" + resolved "https://registry.yarnpkg.com/@expo/metro-runtime/-/metro-runtime-6.1.2.tgz#5a4ff117df6115f9c9d4dcc561065e16d69c078b" + integrity sha512-nvM+Qv45QH7pmYvP8JB1G8JpScrWND3KrMA6ZKe62cwwNiX/BjHU28Ear0v/4bQWXlOY0mv6B8CDIm8JxXde9g== + dependencies: + anser "^1.4.9" + pretty-format "^29.7.0" + stacktrace-parser "^0.1.10" + whatwg-fetch "^3.0.0" + +"@expo/metro@~54.2.0": + version "54.2.0" + resolved "https://registry.yarnpkg.com/@expo/metro/-/metro-54.2.0.tgz#6ecf4a77ae7553b73daca4206854728de76c854d" + integrity sha512-h68TNZPGsk6swMmLm9nRSnE2UXm48rWwgcbtAHVMikXvbxdS41NDHHeqg1rcQ9AbznDRp6SQVC2MVpDnsRKU1w== + dependencies: + metro "0.83.3" + metro-babel-transformer "0.83.3" + metro-cache "0.83.3" + metro-cache-key "0.83.3" + metro-config "0.83.3" + metro-core "0.83.3" + metro-file-map "0.83.3" + metro-minify-terser "0.83.3" + metro-resolver "0.83.3" + metro-runtime "0.83.3" + metro-source-map "0.83.3" + metro-symbolicate "0.83.3" + metro-transform-plugins "0.83.3" + metro-transform-worker "0.83.3" + +"@expo/osascript@^2.3.8": + version "2.3.8" + resolved "https://registry.yarnpkg.com/@expo/osascript/-/osascript-2.3.8.tgz#6b376f09650e6476991f707356be54b5ea53d89e" + integrity sha512-/TuOZvSG7Nn0I8c+FcEaoHeBO07yu6vwDgk7rZVvAXoeAK5rkA09jRyjYsZo+0tMEFaToBeywA6pj50Mb3ny9w== + dependencies: + "@expo/spawn-async" "^1.7.2" + exec-async "^2.2.0" + +"@expo/package-manager@^1.9.10": + version "1.9.10" + resolved "https://registry.yarnpkg.com/@expo/package-manager/-/package-manager-1.9.10.tgz#5da3f4943f6fa44ddd7f0efe32a360040edd734a" + integrity sha512-axJm+NOj3jVxep49va/+L3KkF3YW/dkV+RwzqUJedZrv4LeTqOG4rhrCaCPXHTvLqCTDKu6j0Xyd28N7mnxsGA== + dependencies: + "@expo/json-file" "^10.0.8" + "@expo/spawn-async" "^1.7.2" + chalk "^4.0.0" + npm-package-arg "^11.0.0" + ora "^3.4.0" + resolve-workspace-root "^2.0.0" + +"@expo/plist@^0.4.8": + version "0.4.8" + resolved "https://registry.yarnpkg.com/@expo/plist/-/plist-0.4.8.tgz#e014511a4a5008cf2b832b91caa8e9f2704127cc" + integrity sha512-pfNtErGGzzRwHP+5+RqswzPDKkZrx+Cli0mzjQaus1ZWFsog5ibL+nVT3NcporW51o8ggnt7x813vtRbPiyOrQ== + dependencies: + "@xmldom/xmldom" "^0.8.8" + base64-js "^1.2.3" + xmlbuilder "^15.1.1" + +"@expo/prebuild-config@^54.0.8": + version "54.0.8" + resolved "https://registry.yarnpkg.com/@expo/prebuild-config/-/prebuild-config-54.0.8.tgz#509410345489cc52d1e6ece52742384efe7ad7c6" + integrity sha512-EA7N4dloty2t5Rde+HP0IEE+nkAQiu4A/+QGZGT9mFnZ5KKjPPkqSyYcRvP5bhQE10D+tvz6X0ngZpulbMdbsg== + dependencies: + "@expo/config" "~12.0.13" + "@expo/config-plugins" "~54.0.4" + "@expo/config-types" "^54.0.10" + "@expo/image-utils" "^0.8.8" + "@expo/json-file" "^10.0.8" + "@react-native/normalize-colors" "0.81.5" + debug "^4.3.1" + resolve-from "^5.0.0" + semver "^7.6.0" + xml2js "0.6.0" + +"@expo/schema-utils@^0.1.8": + version "0.1.8" + resolved "https://registry.yarnpkg.com/@expo/schema-utils/-/schema-utils-0.1.8.tgz#8b9543d77fc4ac4954196e3fa00f8fcedd71426a" + integrity sha512-9I6ZqvnAvKKDiO+ZF8BpQQFYWXOJvTAL5L/227RUbWG1OVZDInFifzCBiqAZ3b67NRfeAgpgvbA7rejsqhY62A== + +"@expo/sdk-runtime-versions@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@expo/sdk-runtime-versions/-/sdk-runtime-versions-1.0.0.tgz#d7ebd21b19f1c6b0395e50d78da4416941c57f7c" + integrity sha512-Doz2bfiPndXYFPMRwPyGa1k5QaKDVpY806UJj570epIiMzWaYyCtobasyfC++qfIXVb5Ocy7r3tP9d62hAQ7IQ== + +"@expo/spawn-async@^1.7.2": + version "1.7.2" + resolved "https://registry.yarnpkg.com/@expo/spawn-async/-/spawn-async-1.7.2.tgz#fcfe66c3e387245e72154b1a7eae8cada6a47f58" + integrity sha512-QdWi16+CHB9JYP7gma19OVVg0BFkvU8zNj9GjWorYI8Iv8FUxjOCcYRuAmX4s/h91e4e7BPsskc8cSrZYho9Ew== + dependencies: + cross-spawn "^7.0.3" + +"@expo/sudo-prompt@^9.3.1": + version "9.3.2" + resolved "https://registry.yarnpkg.com/@expo/sudo-prompt/-/sudo-prompt-9.3.2.tgz#0fd2813402a42988e49145cab220e25bea74b308" + integrity sha512-HHQigo3rQWKMDzYDLkubN5WQOYXJJE2eNqIQC2axC2iO3mHdwnIR7FgZVvHWtBwAdzBgAP0ECp8KqS8TiMKvgw== + +"@expo/vector-icons@^15.0.3": + version "15.0.3" + resolved "https://registry.yarnpkg.com/@expo/vector-icons/-/vector-icons-15.0.3.tgz#12c38d4e6cc927dd0500e4591ac00672a8909748" + integrity sha512-SBUyYKphmlfUBqxSfDdJ3jAdEVSALS2VUPOUyqn48oZmb2TL/O7t7/PQm5v4NQujYEPLPMTLn9KVw6H7twwbTA== + +"@expo/ws-tunnel@^1.0.1": + version "1.0.6" + resolved "https://registry.yarnpkg.com/@expo/ws-tunnel/-/ws-tunnel-1.0.6.tgz#92b70e7264ad42ea07f28a20f2f540b91d07bdd9" + integrity sha512-nDRbLmSrJar7abvUjp3smDwH8HcbZcoOEa5jVPUv9/9CajgmWw20JNRwTuBRzWIWIkEJDkz20GoNA+tSwUqk0Q== + +"@expo/xcpretty@^4.3.0": + version "4.4.0" + resolved "https://registry.yarnpkg.com/@expo/xcpretty/-/xcpretty-4.4.0.tgz#7a5aaf9ce5d538f84ae6518655d175f5cc94ce81" + integrity sha512-o2qDlTqJ606h4xR36H2zWTywmZ3v3842K6TU8Ik2n1mfW0S580VHlt3eItVYdLYz+klaPp7CXqanja8eASZjRw== + dependencies: + "@babel/code-frame" "^7.20.0" + chalk "^4.1.0" + js-yaml "^4.1.0" + +"@isaacs/fs-minipass@^4.0.0": + version "4.0.1" + resolved "https://registry.yarnpkg.com/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz#2d59ae3ab4b38fb4270bfa23d30f8e2e86c7fe32" + integrity sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w== + dependencies: + minipass "^7.0.4" + +"@isaacs/ttlcache@^1.4.1": + version "1.4.1" + resolved "https://registry.yarnpkg.com/@isaacs/ttlcache/-/ttlcache-1.4.1.tgz#21fb23db34e9b6220c6ba023a0118a2dd3461ea2" + integrity sha512-RQgQ4uQ+pLbqXfOmieB91ejmLwvSgv9nLx6sT6sD83s7umBypgg+OIBOBbEUiJXrfpnp9j0mRhYYdzp9uqq3lA== + +"@istanbuljs/load-nyc-config@^1.0.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced" + integrity sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ== + dependencies: + camelcase "^5.3.1" + find-up "^4.1.0" + get-package-type "^0.1.0" + js-yaml "^3.13.1" + resolve-from "^5.0.0" + +"@istanbuljs/schema@^0.1.2", "@istanbuljs/schema@^0.1.3": + version "0.1.3" + resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98" + integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA== + +"@jest/console@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/console/-/console-29.7.0.tgz#cd4822dbdb84529265c5a2bdb529a3c9cc950ffc" + integrity sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg== + dependencies: + "@jest/types" "^29.6.3" + "@types/node" "*" + chalk "^4.0.0" + jest-message-util "^29.7.0" + jest-util "^29.7.0" + slash "^3.0.0" + +"@jest/core@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/core/-/core-29.7.0.tgz#b6cccc239f30ff36609658c5a5e2291757ce448f" + integrity sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg== + dependencies: + "@jest/console" "^29.7.0" + "@jest/reporters" "^29.7.0" + "@jest/test-result" "^29.7.0" + "@jest/transform" "^29.7.0" + "@jest/types" "^29.6.3" + "@types/node" "*" + ansi-escapes "^4.2.1" + chalk "^4.0.0" + ci-info "^3.2.0" + exit "^0.1.2" + graceful-fs "^4.2.9" + jest-changed-files "^29.7.0" + jest-config "^29.7.0" + jest-haste-map "^29.7.0" + jest-message-util "^29.7.0" + jest-regex-util "^29.6.3" + jest-resolve "^29.7.0" + jest-resolve-dependencies "^29.7.0" + jest-runner "^29.7.0" + jest-runtime "^29.7.0" + jest-snapshot "^29.7.0" + jest-util "^29.7.0" + jest-validate "^29.7.0" + jest-watcher "^29.7.0" + micromatch "^4.0.4" + pretty-format "^29.7.0" + slash "^3.0.0" + strip-ansi "^6.0.0" + +"@jest/create-cache-key-function@^29.2.1", "@jest/create-cache-key-function@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/create-cache-key-function/-/create-cache-key-function-29.7.0.tgz#793be38148fab78e65f40ae30c36785f4ad859f0" + integrity sha512-4QqS3LY5PBmTRHj9sAg1HLoPzqAI0uOX6wI/TRqHIcOxlFidy6YEmCQJk6FSZjNLGCeubDMfmkWL+qaLKhSGQA== + dependencies: + "@jest/types" "^29.6.3" + +"@jest/environment@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-29.7.0.tgz#24d61f54ff1f786f3cd4073b4b94416383baf2a7" + integrity sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw== + dependencies: + "@jest/fake-timers" "^29.7.0" + "@jest/types" "^29.6.3" + "@types/node" "*" + jest-mock "^29.7.0" + +"@jest/expect-utils@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/expect-utils/-/expect-utils-29.7.0.tgz#023efe5d26a8a70f21677d0a1afc0f0a44e3a1c6" + integrity sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA== + dependencies: + jest-get-type "^29.6.3" + +"@jest/expect@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/expect/-/expect-29.7.0.tgz#76a3edb0cb753b70dfbfe23283510d3d45432bf2" + integrity sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ== + dependencies: + expect "^29.7.0" + jest-snapshot "^29.7.0" + +"@jest/fake-timers@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-29.7.0.tgz#fd91bf1fffb16d7d0d24a426ab1a47a49881a565" + integrity sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ== + dependencies: + "@jest/types" "^29.6.3" + "@sinonjs/fake-timers" "^10.0.2" + "@types/node" "*" + jest-message-util "^29.7.0" + jest-mock "^29.7.0" + jest-util "^29.7.0" + +"@jest/globals@^29.2.1", "@jest/globals@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-29.7.0.tgz#8d9290f9ec47ff772607fa864ca1d5a2efae1d4d" + integrity sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ== + dependencies: + "@jest/environment" "^29.7.0" + "@jest/expect" "^29.7.0" + "@jest/types" "^29.6.3" + jest-mock "^29.7.0" + +"@jest/reporters@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-29.7.0.tgz#04b262ecb3b8faa83b0b3d321623972393e8f4c7" + integrity sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg== + dependencies: + "@bcoe/v8-coverage" "^0.2.3" + "@jest/console" "^29.7.0" + "@jest/test-result" "^29.7.0" + "@jest/transform" "^29.7.0" + "@jest/types" "^29.6.3" + "@jridgewell/trace-mapping" "^0.3.18" + "@types/node" "*" + chalk "^4.0.0" + collect-v8-coverage "^1.0.0" + exit "^0.1.2" + glob "^7.1.3" + graceful-fs "^4.2.9" + istanbul-lib-coverage "^3.0.0" + istanbul-lib-instrument "^6.0.0" + istanbul-lib-report "^3.0.0" + istanbul-lib-source-maps "^4.0.0" + istanbul-reports "^3.1.3" + jest-message-util "^29.7.0" + jest-util "^29.7.0" + jest-worker "^29.7.0" + slash "^3.0.0" + string-length "^4.0.1" + strip-ansi "^6.0.0" + v8-to-istanbul "^9.0.1" + +"@jest/schemas@^29.6.3": + version "29.6.3" + resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.6.3.tgz#430b5ce8a4e0044a7e3819663305a7b3091c8e03" + integrity sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA== + dependencies: + "@sinclair/typebox" "^0.27.8" + +"@jest/source-map@^29.6.3": + version "29.6.3" + resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-29.6.3.tgz#d90ba772095cf37a34a5eb9413f1b562a08554c4" + integrity sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw== + dependencies: + "@jridgewell/trace-mapping" "^0.3.18" + callsites "^3.0.0" + graceful-fs "^4.2.9" + +"@jest/test-result@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-29.7.0.tgz#8db9a80aa1a097bb2262572686734baed9b1657c" + integrity sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA== + dependencies: + "@jest/console" "^29.7.0" + "@jest/types" "^29.6.3" + "@types/istanbul-lib-coverage" "^2.0.0" + collect-v8-coverage "^1.0.0" + +"@jest/test-sequencer@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz#6cef977ce1d39834a3aea887a1726628a6f072ce" + integrity sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw== + dependencies: + "@jest/test-result" "^29.7.0" + graceful-fs "^4.2.9" + jest-haste-map "^29.7.0" + slash "^3.0.0" + +"@jest/transform@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-29.7.0.tgz#df2dd9c346c7d7768b8a06639994640c642e284c" + integrity sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw== + dependencies: + "@babel/core" "^7.11.6" + "@jest/types" "^29.6.3" + "@jridgewell/trace-mapping" "^0.3.18" + babel-plugin-istanbul "^6.1.1" + chalk "^4.0.0" + convert-source-map "^2.0.0" + fast-json-stable-stringify "^2.1.0" + graceful-fs "^4.2.9" + jest-haste-map "^29.7.0" + jest-regex-util "^29.6.3" + jest-util "^29.7.0" + micromatch "^4.0.4" + pirates "^4.0.4" + slash "^3.0.0" + write-file-atomic "^4.0.2" + +"@jest/types@^29.6.3": + version "29.6.3" + resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.6.3.tgz#1131f8cf634e7e84c5e77bab12f052af585fba59" + integrity sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw== + dependencies: + "@jest/schemas" "^29.6.3" + "@types/istanbul-lib-coverage" "^2.0.0" + "@types/istanbul-reports" "^3.0.0" + "@types/node" "*" + "@types/yargs" "^17.0.8" + chalk "^4.0.0" + +"@jridgewell/gen-mapping@^0.3.12", "@jridgewell/gen-mapping@^0.3.2", "@jridgewell/gen-mapping@^0.3.5": + version "0.3.13" + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz#6342a19f44347518c93e43b1ac69deb3c4656a1f" + integrity sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA== + dependencies: + "@jridgewell/sourcemap-codec" "^1.5.0" + "@jridgewell/trace-mapping" "^0.3.24" + +"@jridgewell/remapping@^2.3.5": + version "2.3.5" + resolved "https://registry.yarnpkg.com/@jridgewell/remapping/-/remapping-2.3.5.tgz#375c476d1972947851ba1e15ae8f123047445aa1" + integrity sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ== + dependencies: + "@jridgewell/gen-mapping" "^0.3.5" + "@jridgewell/trace-mapping" "^0.3.24" + +"@jridgewell/resolve-uri@^3.1.0": + version "3.1.2" + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6" + integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw== + +"@jridgewell/source-map@^0.3.3": + version "0.3.11" + resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.11.tgz#b21835cbd36db656b857c2ad02ebd413cc13a9ba" + integrity sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA== + dependencies: + "@jridgewell/gen-mapping" "^0.3.5" + "@jridgewell/trace-mapping" "^0.3.25" + +"@jridgewell/sourcemap-codec@^1.4.14", "@jridgewell/sourcemap-codec@^1.5.0": + version "1.5.5" + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz#6912b00d2c631c0d15ce1a7ab57cd657f2a8f8ba" + integrity sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og== + +"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.18", "@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25", "@jridgewell/trace-mapping@^0.3.28": + version "0.3.31" + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz#db15d6781c931f3a251a3dac39501c98a6082fd0" + integrity sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw== + dependencies: + "@jridgewell/resolve-uri" "^3.1.0" + "@jridgewell/sourcemap-codec" "^1.4.14" + +"@radix-ui/primitive@1.1.3": + version "1.1.3" + resolved "https://registry.yarnpkg.com/@radix-ui/primitive/-/primitive-1.1.3.tgz#e2dbc13bdc5e4168f4334f75832d7bdd3e2de5ba" + integrity sha512-JTF99U/6XIjCBo0wqkU5sK10glYe27MRRsfwoiq5zzOEZLHU3A3KCMa5X/azekYRCJ0HlwI0crAXS/5dEHTzDg== + +"@radix-ui/react-collection@1.1.7": + version "1.1.7" + resolved "https://registry.yarnpkg.com/@radix-ui/react-collection/-/react-collection-1.1.7.tgz#d05c25ca9ac4695cc19ba91f42f686e3ea2d9aec" + integrity sha512-Fh9rGN0MoI4ZFUNyfFVNU4y9LUz93u9/0K+yLgA2bwRojxM8JU1DyvvMBabnZPBgMWREAJvU2jjVzq+LrFUglw== + dependencies: + "@radix-ui/react-compose-refs" "1.1.2" + "@radix-ui/react-context" "1.1.2" + "@radix-ui/react-primitive" "2.1.3" + "@radix-ui/react-slot" "1.2.3" + +"@radix-ui/react-compose-refs@1.1.2": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.2.tgz#a2c4c47af6337048ee78ff6dc0d090b390d2bb30" + integrity sha512-z4eqJvfiNnFMHIIvXP3CY57y2WJs5g2v3X0zm9mEJkrkNv4rDxu+sg9Jh8EkXyeqBkB7SOcboo9dMVqhyrACIg== + +"@radix-ui/react-context@1.1.2": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@radix-ui/react-context/-/react-context-1.1.2.tgz#61628ef269a433382c364f6f1e3788a6dc213a36" + integrity sha512-jCi/QKUM2r1Ju5a3J64TH2A5SpKAgh0LpknyqdQ4m6DCV0xJ2HG1xARRwNGPQfi1SLdLWZ1OJz6F4OMBBNiGJA== + +"@radix-ui/react-dialog@^1.1.1": + version "1.1.15" + resolved "https://registry.yarnpkg.com/@radix-ui/react-dialog/-/react-dialog-1.1.15.tgz#1de3d7a7e9a17a9874d29c07f5940a18a119b632" + integrity sha512-TCglVRtzlffRNxRMEyR36DGBLJpeusFcgMVD9PZEzAKnUs1lKCgX5u9BmC2Yg+LL9MgZDugFFs1Vl+Jp4t/PGw== + dependencies: + "@radix-ui/primitive" "1.1.3" + "@radix-ui/react-compose-refs" "1.1.2" + "@radix-ui/react-context" "1.1.2" + "@radix-ui/react-dismissable-layer" "1.1.11" + "@radix-ui/react-focus-guards" "1.1.3" + "@radix-ui/react-focus-scope" "1.1.7" + "@radix-ui/react-id" "1.1.1" + "@radix-ui/react-portal" "1.1.9" + "@radix-ui/react-presence" "1.1.5" + "@radix-ui/react-primitive" "2.1.3" + "@radix-ui/react-slot" "1.2.3" + "@radix-ui/react-use-controllable-state" "1.2.2" + aria-hidden "^1.2.4" + react-remove-scroll "^2.6.3" + +"@radix-ui/react-direction@1.1.1": + version "1.1.1" + resolved "https://registry.yarnpkg.com/@radix-ui/react-direction/-/react-direction-1.1.1.tgz#39e5a5769e676c753204b792fbe6cf508e550a14" + integrity sha512-1UEWRX6jnOA2y4H5WczZ44gOOjTEmlqv1uNW4GAJEO5+bauCBhv8snY65Iw5/VOS/ghKN9gr2KjnLKxrsvoMVw== + +"@radix-ui/react-dismissable-layer@1.1.11": + version "1.1.11" + resolved "https://registry.yarnpkg.com/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.11.tgz#e33ab6f6bdaa00f8f7327c408d9f631376b88b37" + integrity sha512-Nqcp+t5cTB8BinFkZgXiMJniQH0PsUt2k51FUhbdfeKvc4ACcG2uQniY/8+h1Yv6Kza4Q7lD7PQV0z0oicE0Mg== + dependencies: + "@radix-ui/primitive" "1.1.3" + "@radix-ui/react-compose-refs" "1.1.2" + "@radix-ui/react-primitive" "2.1.3" + "@radix-ui/react-use-callback-ref" "1.1.1" + "@radix-ui/react-use-escape-keydown" "1.1.1" + +"@radix-ui/react-focus-guards@1.1.3": + version "1.1.3" + resolved "https://registry.yarnpkg.com/@radix-ui/react-focus-guards/-/react-focus-guards-1.1.3.tgz#2a5669e464ad5fde9f86d22f7fdc17781a4dfa7f" + integrity sha512-0rFg/Rj2Q62NCm62jZw0QX7a3sz6QCQU0LpZdNrJX8byRGaGVTqbrW9jAoIAHyMQqsNpeZ81YgSizOt5WXq0Pw== + +"@radix-ui/react-focus-scope@1.1.7": + version "1.1.7" + resolved "https://registry.yarnpkg.com/@radix-ui/react-focus-scope/-/react-focus-scope-1.1.7.tgz#dfe76fc103537d80bf42723a183773fd07bfb58d" + integrity sha512-t2ODlkXBQyn7jkl6TNaw/MtVEVvIGelJDCG41Okq/KwUsJBwQ4XVZsHAVUkK4mBv3ewiAS3PGuUWuY2BoK4ZUw== + dependencies: + "@radix-ui/react-compose-refs" "1.1.2" + "@radix-ui/react-primitive" "2.1.3" + "@radix-ui/react-use-callback-ref" "1.1.1" + +"@radix-ui/react-id@1.1.1": + version "1.1.1" + resolved "https://registry.yarnpkg.com/@radix-ui/react-id/-/react-id-1.1.1.tgz#1404002e79a03fe062b7e3864aa01e24bd1471f7" + integrity sha512-kGkGegYIdQsOb4XjsfM97rXsiHaBwco+hFI66oO4s9LU+PLAC5oJ7khdOVFxkhsmlbpUqDAvXw11CluXP+jkHg== + dependencies: + "@radix-ui/react-use-layout-effect" "1.1.1" + +"@radix-ui/react-portal@1.1.9": + version "1.1.9" + resolved "https://registry.yarnpkg.com/@radix-ui/react-portal/-/react-portal-1.1.9.tgz#14c3649fe48ec474ac51ed9f2b9f5da4d91c4472" + integrity sha512-bpIxvq03if6UNwXZ+HTK71JLh4APvnXntDc6XOX8UVq4XQOVl7lwok0AvIl+b8zgCw3fSaVTZMpAPPagXbKmHQ== + dependencies: + "@radix-ui/react-primitive" "2.1.3" + "@radix-ui/react-use-layout-effect" "1.1.1" + +"@radix-ui/react-presence@1.1.5": + version "1.1.5" + resolved "https://registry.yarnpkg.com/@radix-ui/react-presence/-/react-presence-1.1.5.tgz#5d8f28ac316c32f078afce2996839250c10693db" + integrity sha512-/jfEwNDdQVBCNvjkGit4h6pMOzq8bHkopq458dPt2lMjx+eBQUohZNG9A7DtO/O5ukSbxuaNGXMjHicgwy6rQQ== + dependencies: + "@radix-ui/react-compose-refs" "1.1.2" + "@radix-ui/react-use-layout-effect" "1.1.1" + +"@radix-ui/react-primitive@2.1.3": + version "2.1.3" + resolved "https://registry.yarnpkg.com/@radix-ui/react-primitive/-/react-primitive-2.1.3.tgz#db9b8bcff49e01be510ad79893fb0e4cda50f1bc" + integrity sha512-m9gTwRkhy2lvCPe6QJp4d3G1TYEUHn/FzJUtq9MjH46an1wJU+GdoGC5VLof8RX8Ft/DlpshApkhswDLZzHIcQ== + dependencies: + "@radix-ui/react-slot" "1.2.3" + +"@radix-ui/react-roving-focus@1.1.11": + version "1.1.11" + resolved "https://registry.yarnpkg.com/@radix-ui/react-roving-focus/-/react-roving-focus-1.1.11.tgz#ef54384b7361afc6480dcf9907ef2fedb5080fd9" + integrity sha512-7A6S9jSgm/S+7MdtNDSb+IU859vQqJ/QAtcYQcfFC6W8RS4IxIZDldLR0xqCFZ6DCyrQLjLPsxtTNch5jVA4lA== + dependencies: + "@radix-ui/primitive" "1.1.3" + "@radix-ui/react-collection" "1.1.7" + "@radix-ui/react-compose-refs" "1.1.2" + "@radix-ui/react-context" "1.1.2" + "@radix-ui/react-direction" "1.1.1" + "@radix-ui/react-id" "1.1.1" + "@radix-ui/react-primitive" "2.1.3" + "@radix-ui/react-use-callback-ref" "1.1.1" + "@radix-ui/react-use-controllable-state" "1.2.2" + +"@radix-ui/react-slot@1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@radix-ui/react-slot/-/react-slot-1.2.0.tgz#57727fc186ddb40724ccfbe294e1a351d92462ba" + integrity sha512-ujc+V6r0HNDviYqIK3rW4ffgYiZ8g5DEHrGJVk4x7kTlLXRDILnKX9vAUYeIsLOoDpDJ0ujpqMkjH4w2ofuo6w== + dependencies: + "@radix-ui/react-compose-refs" "1.1.2" + +"@radix-ui/react-slot@1.2.3": + version "1.2.3" + resolved "https://registry.yarnpkg.com/@radix-ui/react-slot/-/react-slot-1.2.3.tgz#502d6e354fc847d4169c3bc5f189de777f68cfe1" + integrity sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A== + dependencies: + "@radix-ui/react-compose-refs" "1.1.2" + +"@radix-ui/react-tabs@^1.1.12": + version "1.1.13" + resolved "https://registry.yarnpkg.com/@radix-ui/react-tabs/-/react-tabs-1.1.13.tgz#3537ce379d7e7ff4eeb6b67a0973e139c2ac1f15" + integrity sha512-7xdcatg7/U+7+Udyoj2zodtI9H/IIopqo+YOIcZOq1nJwXWBZ9p8xiu5llXlekDbZkca79a/fozEYQXIA4sW6A== + dependencies: + "@radix-ui/primitive" "1.1.3" + "@radix-ui/react-context" "1.1.2" + "@radix-ui/react-direction" "1.1.1" + "@radix-ui/react-id" "1.1.1" + "@radix-ui/react-presence" "1.1.5" + "@radix-ui/react-primitive" "2.1.3" + "@radix-ui/react-roving-focus" "1.1.11" + "@radix-ui/react-use-controllable-state" "1.2.2" + +"@radix-ui/react-use-callback-ref@1.1.1": + version "1.1.1" + resolved "https://registry.yarnpkg.com/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.1.tgz#62a4dba8b3255fdc5cc7787faeac1c6e4cc58d40" + integrity sha512-FkBMwD+qbGQeMu1cOHnuGB6x4yzPjho8ap5WtbEJ26umhgqVXbhekKUQO+hZEL1vU92a3wHwdp0HAcqAUF5iDg== + +"@radix-ui/react-use-controllable-state@1.2.2": + version "1.2.2" + resolved "https://registry.yarnpkg.com/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.2.2.tgz#905793405de57d61a439f4afebbb17d0645f3190" + integrity sha512-BjasUjixPFdS+NKkypcyyN5Pmg83Olst0+c6vGov0diwTEo6mgdqVR6hxcEgFuh4QrAs7Rc+9KuGJ9TVCj0Zzg== + dependencies: + "@radix-ui/react-use-effect-event" "0.0.2" + "@radix-ui/react-use-layout-effect" "1.1.1" + +"@radix-ui/react-use-effect-event@0.0.2": + version "0.0.2" + resolved "https://registry.yarnpkg.com/@radix-ui/react-use-effect-event/-/react-use-effect-event-0.0.2.tgz#090cf30d00a4c7632a15548512e9152217593907" + integrity sha512-Qp8WbZOBe+blgpuUT+lw2xheLP8q0oatc9UpmiemEICxGvFLYmHm9QowVZGHtJlGbS6A6yJ3iViad/2cVjnOiA== + dependencies: + "@radix-ui/react-use-layout-effect" "1.1.1" + +"@radix-ui/react-use-escape-keydown@1.1.1": + version "1.1.1" + resolved "https://registry.yarnpkg.com/@radix-ui/react-use-escape-keydown/-/react-use-escape-keydown-1.1.1.tgz#b3fed9bbea366a118f40427ac40500aa1423cc29" + integrity sha512-Il0+boE7w/XebUHyBjroE+DbByORGR9KKmITzbR7MyQ4akpORYP/ZmbhAr0DG7RmmBqoOnZdy2QlvajJ2QA59g== + dependencies: + "@radix-ui/react-use-callback-ref" "1.1.1" + +"@radix-ui/react-use-layout-effect@1.1.1": + version "1.1.1" + resolved "https://registry.yarnpkg.com/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.1.tgz#0c4230a9eed49d4589c967e2d9c0d9d60a23971e" + integrity sha512-RbJRS4UWQFkzHTTwVymMTUv8EqYhOp8dOOviLj2ugtTiXRaRQS7GLGxZTLL1jWhMeoSCf5zmcZkqTl9IiYfXcQ== + +"@react-native/assets-registry@0.81.5": + version "0.81.5" + resolved "https://registry.yarnpkg.com/@react-native/assets-registry/-/assets-registry-0.81.5.tgz#d22c924fa6f6d4a463c5af34ce91f38756c0fa7d" + integrity sha512-705B6x/5Kxm1RKRvSv0ADYWm5JOnoiQ1ufW7h8uu2E6G9Of/eE6hP/Ivw3U5jI16ERqZxiKQwk34VJbB0niX9w== + +"@react-native/babel-plugin-codegen@0.81.5": + version "0.81.5" + resolved "https://registry.yarnpkg.com/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.81.5.tgz#328d03f42c32b5a8cc2dee1aa84a7c48dddc5f18" + integrity sha512-oF71cIH6je3fSLi6VPjjC3Sgyyn57JLHXs+mHWc9MoCiJJcM4nqsS5J38zv1XQ8d3zOW2JtHro+LF0tagj2bfQ== + dependencies: + "@babel/traverse" "^7.25.3" + "@react-native/codegen" "0.81.5" + +"@react-native/babel-preset@0.81.5": + version "0.81.5" + resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.81.5.tgz#e8b7969d21f87ef4e41e603248e8a70c44b4a5bb" + integrity sha512-UoI/x/5tCmi+pZ3c1+Ypr1DaRMDLI3y+Q70pVLLVgrnC3DHsHRIbHcCHIeG/IJvoeFqFM2sTdhSOLJrf8lOPrA== + dependencies: + "@babel/core" "^7.25.2" + "@babel/plugin-proposal-export-default-from" "^7.24.7" + "@babel/plugin-syntax-dynamic-import" "^7.8.3" + "@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" + "@babel/plugin-transform-react-jsx" "^7.25.2" + "@babel/plugin-transform-react-jsx-self" "^7.24.7" + "@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.81.5" + babel-plugin-syntax-hermes-parser "0.29.1" + babel-plugin-transform-flow-enums "^0.0.2" + react-refresh "^0.14.0" + +"@react-native/codegen@0.81.5": + version "0.81.5" + resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.81.5.tgz#d4dec668c94b9d58a5c2dbdbf026db331e1b6b27" + integrity sha512-a2TDA03Up8lpSa9sh5VRGCQDXgCTOyDOFH+aqyinxp1HChG8uk89/G+nkJ9FPd0rqgi25eCTR16TWdS3b+fA6g== + dependencies: + "@babel/core" "^7.25.2" + "@babel/parser" "^7.25.3" + glob "^7.1.1" + hermes-parser "0.29.1" + invariant "^2.2.4" + nullthrows "^1.1.1" + yargs "^17.6.2" + +"@react-native/community-cli-plugin@0.81.5": + version "0.81.5" + resolved "https://registry.yarnpkg.com/@react-native/community-cli-plugin/-/community-cli-plugin-0.81.5.tgz#617789cda4da419d03dda00e2a78c36188b4391e" + integrity sha512-yWRlmEOtcyvSZ4+OvqPabt+NS36vg0K/WADTQLhrYrm9qdZSuXmq8PmdJWz/68wAqKQ+4KTILiq2kjRQwnyhQw== + dependencies: + "@react-native/dev-middleware" "0.81.5" + debug "^4.4.0" + invariant "^2.2.4" + metro "^0.83.1" + metro-config "^0.83.1" + metro-core "^0.83.1" + semver "^7.1.3" + +"@react-native/debugger-frontend@0.81.5": + version "0.81.5" + resolved "https://registry.yarnpkg.com/@react-native/debugger-frontend/-/debugger-frontend-0.81.5.tgz#82ece0181e9a7a3dcbdfa86cf9decd654e13f81f" + integrity sha512-bnd9FSdWKx2ncklOetCgrlwqSGhMHP2zOxObJbOWXoj7GHEmih4MKarBo5/a8gX8EfA1EwRATdfNBQ81DY+h+w== + +"@react-native/dev-middleware@0.81.5": + version "0.81.5" + resolved "https://registry.yarnpkg.com/@react-native/dev-middleware/-/dev-middleware-0.81.5.tgz#81e8ac545d7736ef6ebb2e59fdbaebc5cf9aedec" + integrity sha512-WfPfZzboYgo/TUtysuD5xyANzzfka8Ebni6RIb2wDxhb56ERi7qDrE4xGhtPsjCL4pQBXSVxyIlCy0d8I6EgGA== + dependencies: + "@isaacs/ttlcache" "^1.4.1" + "@react-native/debugger-frontend" "0.81.5" + chrome-launcher "^0.15.2" + chromium-edge-launcher "^0.2.0" + connect "^3.6.5" + debug "^4.4.0" + invariant "^2.2.4" + nullthrows "^1.1.1" + open "^7.0.3" + serve-static "^1.16.2" + ws "^6.2.3" + +"@react-native/gradle-plugin@0.81.5": + version "0.81.5" + resolved "https://registry.yarnpkg.com/@react-native/gradle-plugin/-/gradle-plugin-0.81.5.tgz#a58830f38789f6254b64449a17fe57455b589d00" + integrity sha512-hORRlNBj+ReNMLo9jme3yQ6JQf4GZpVEBLxmTXGGlIL78MAezDZr5/uq9dwElSbcGmLEgeiax6e174Fie6qPLg== + +"@react-native/js-polyfills@0.81.5": + version "0.81.5" + resolved "https://registry.yarnpkg.com/@react-native/js-polyfills/-/js-polyfills-0.81.5.tgz#2ca68188c8fff9b951f507b1dec7efe928848274" + integrity sha512-fB7M1CMOCIUudTRuj7kzxIBTVw2KXnsgbQ6+4cbqSxo8NmRRhA0Ul4ZUzZj3rFd3VznTL4Brmocv1oiN0bWZ8w== + +"@react-native/normalize-colors@0.81.5": + version "0.81.5" + resolved "https://registry.yarnpkg.com/@react-native/normalize-colors/-/normalize-colors-0.81.5.tgz#1ca6cb6772bb7324df2b11aab35227eacd6bdfe7" + integrity sha512-0HuJ8YtqlTVRXGZuGeBejLE04wSQsibpTI+RGOyVqxZvgtlLLC/Ssw0UmbHhT4lYMp2fhdtvKZSs5emWB1zR/g== + +"@react-native/normalize-colors@^0.74.1": + version "0.74.89" + resolved "https://registry.yarnpkg.com/@react-native/normalize-colors/-/normalize-colors-0.74.89.tgz#b8ac17d1bbccd3ef9a1f921665d04d42cff85976" + integrity sha512-qoMMXddVKVhZ8PA1AbUCk83trpd6N+1nF2A6k1i6LsQObyS92fELuk8kU/lQs6M7BsMHwqyLCpQJ1uFgNvIQXg== + +"@react-native/virtualized-lists@0.81.5": + version "0.81.5" + resolved "https://registry.yarnpkg.com/@react-native/virtualized-lists/-/virtualized-lists-0.81.5.tgz#24123fded16992d7e46ecc4ccd473be939ea8c1b" + integrity sha512-UVXgV/db25OPIvwZySeToXD/9sKKhOdkcWmmf4Jh8iBZuyfML+/5CasaZ1E7Lqg6g3uqVQq75NqIwkYmORJMPw== + dependencies: + invariant "^2.2.4" + nullthrows "^1.1.1" + +"@react-navigation/bottom-tabs@^7.4.0": + version "7.14.0" + resolved "https://registry.yarnpkg.com/@react-navigation/bottom-tabs/-/bottom-tabs-7.14.0.tgz#cf8a75335ae67a06d4953a850bad89212d3c0815" + integrity sha512-oG2VdoInuIyK0o9o90Yo47hTCS+sPyVE7k8eSB37vt3pq3uQxjh8V3xJpsQfOfNlRUXOPB/ejH93nSBlP7ZHmQ== + dependencies: + "@react-navigation/elements" "^2.9.5" + color "^4.2.3" + sf-symbols-typescript "^2.1.0" + +"@react-navigation/core@^7.14.0": + version "7.14.0" + resolved "https://registry.yarnpkg.com/@react-navigation/core/-/core-7.14.0.tgz#d24f93d424ab33f645262dc4775e4708aa3d9a8b" + integrity sha512-tMpzskBzVp0E7CRNdNtJIdXjk54Kwe/TF9ViXAef+YFM1kSfGv4e/B2ozfXE+YyYgmh4WavTv8fkdJz1CNyu+g== + dependencies: + "@react-navigation/routers" "^7.5.3" + escape-string-regexp "^4.0.0" + fast-deep-equal "^3.1.3" + nanoid "^3.3.11" + query-string "^7.1.3" + react-is "^19.1.0" + use-latest-callback "^0.2.4" + use-sync-external-store "^1.5.0" + +"@react-navigation/drawer@^7.7.10": + version "7.8.1" + resolved "https://registry.yarnpkg.com/@react-navigation/drawer/-/drawer-7.8.1.tgz#5a92332413361d6bc45ec2c17e2ad0a9c97c3609" + integrity sha512-LhRJthmQ66Glu4w4nrX7UlA6bS9hQzfFJPrFvEm4SWNvjFbd+BkvMbXayar7l5e5WT0vkWJ5k/v7TTfQ4zNGfQ== + dependencies: + "@react-navigation/elements" "^2.9.5" + color "^4.2.3" + react-native-drawer-layout "^4.2.2" + use-latest-callback "^0.2.4" + +"@react-navigation/elements@^2.9.5": + version "2.9.5" + resolved "https://registry.yarnpkg.com/@react-navigation/elements/-/elements-2.9.5.tgz#29f68c4975351724dcfe1d3bdc76c4d6dc65fc33" + integrity sha512-iHZU8rRN1014Upz73AqNVXDvSMZDh5/ktQ1CMe21rdgnOY79RWtHHBp9qOS3VtqlUVYGkuX5GEw5mDt4tKdl0g== + dependencies: + color "^4.2.3" + use-latest-callback "^0.2.4" + use-sync-external-store "^1.5.0" + +"@react-navigation/native-stack@^7.3.16": + version "7.13.0" + resolved "https://registry.yarnpkg.com/@react-navigation/native-stack/-/native-stack-7.13.0.tgz#a85a142ca9ce34a86147c5f36a956c3324e32238" + integrity sha512-5OOp1IKEd5woHl9hGBU0qCAfrQ4+7Tqej0HzDzGQeXzS8tg9gq84x1qUdRvFk5BXbhuAyvJliY9F1/I07d2X0A== + dependencies: + "@react-navigation/elements" "^2.9.5" + color "^4.2.3" + sf-symbols-typescript "^2.1.0" + warn-once "^0.1.1" + +"@react-navigation/native@^7.1.8": + version "7.1.28" + resolved "https://registry.yarnpkg.com/@react-navigation/native/-/native-7.1.28.tgz#1ee75cf3a8b3e4365f94c5d657bb3c015e387720" + integrity sha512-d1QDn+KNHfHGt3UIwOZvupvdsDdiHYZBEj7+wL2yDVo3tMezamYy60H9s3EnNVE1Ae1ty0trc7F2OKqo/RmsdQ== + dependencies: + "@react-navigation/core" "^7.14.0" + escape-string-regexp "^4.0.0" + fast-deep-equal "^3.1.3" + nanoid "^3.3.11" + use-latest-callback "^0.2.4" + +"@react-navigation/routers@^7.5.3": + version "7.5.3" + resolved "https://registry.yarnpkg.com/@react-navigation/routers/-/routers-7.5.3.tgz#8002930ef5f62351be2475d0dffde3ffaee174d7" + integrity sha512-1tJHg4KKRJuQ1/EvJxatrMef3NZXEPzwUIUZ3n1yJ2t7Q97siwRtbynRpQG9/69ebbtiZ8W3ScOZF/OmhvM4Rg== + dependencies: + nanoid "^3.3.11" + +"@sinclair/typebox@^0.27.8": + version "0.27.10" + resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.10.tgz#beefe675f1853f73676aecc915b2bd2ac98c4fc6" + integrity sha512-MTBk/3jGLNB2tVxv6uLlFh1iu64iYOQ2PbdOSK3NW8JZsmlaOh2q6sdtKowBhfw8QFLmYNzTW4/oK4uATIi6ZA== + +"@sinonjs/commons@^3.0.0": + version "3.0.1" + resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-3.0.1.tgz#1029357e44ca901a615585f6d27738dbc89084cd" + integrity sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ== + dependencies: + type-detect "4.0.8" + +"@sinonjs/fake-timers@^10.0.2": + version "10.3.0" + resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz#55fdff1ecab9f354019129daf4df0dd4d923ea66" + integrity sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA== + dependencies: + "@sinonjs/commons" "^3.0.0" + +"@tootallnate/once@2": + version "2.0.0" + resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf" + integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A== + +"@types/babel__core@^7.1.14": + version "7.20.5" + resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.5.tgz#3df15f27ba85319caa07ba08d0721889bb39c017" + integrity sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA== + dependencies: + "@babel/parser" "^7.20.7" + "@babel/types" "^7.20.7" + "@types/babel__generator" "*" + "@types/babel__template" "*" + "@types/babel__traverse" "*" + +"@types/babel__generator@*": + version "7.27.0" + resolved "https://registry.yarnpkg.com/@types/babel__generator/-/babel__generator-7.27.0.tgz#b5819294c51179957afaec341442f9341e4108a9" + integrity sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg== + dependencies: + "@babel/types" "^7.0.0" + +"@types/babel__template@*": + version "7.4.4" + resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.4.4.tgz#5672513701c1b2199bc6dad636a9d7491586766f" + integrity sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A== + dependencies: + "@babel/parser" "^7.1.0" + "@babel/types" "^7.0.0" + +"@types/babel__traverse@*", "@types/babel__traverse@^7.0.6": + version "7.28.0" + resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.28.0.tgz#07d713d6cce0d265c9849db0cbe62d3f61f36f74" + integrity sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q== + dependencies: + "@babel/types" "^7.28.2" + +"@types/graceful-fs@^4.1.3": + version "4.1.9" + resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.9.tgz#2a06bc0f68a20ab37b3e36aa238be6abdf49e8b4" + integrity sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ== + dependencies: + "@types/node" "*" + +"@types/hammerjs@^2.0.36": + version "2.0.46" + resolved "https://registry.yarnpkg.com/@types/hammerjs/-/hammerjs-2.0.46.tgz#381daaca1360ff8a7c8dff63f32e69745b9fb1e1" + integrity sha512-ynRvcq6wvqexJ9brDMS4BnBLzmr0e14d6ZJTEShTBWKymQiHwlAyGu0ZPEFI2Fh1U53F7tN9ufClWM5KvqkKOw== + +"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1": + version "2.0.6" + resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz#7739c232a1fee9b4d3ce8985f314c0c6d33549d7" + integrity sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w== + +"@types/istanbul-lib-report@*": + version "3.0.3" + resolved "https://registry.yarnpkg.com/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz#53047614ae72e19fc0401d872de3ae2b4ce350bf" + integrity sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA== + dependencies: + "@types/istanbul-lib-coverage" "*" + +"@types/istanbul-reports@^3.0.0": + version "3.0.4" + resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz#0f03e3d2f670fbdac586e34b433783070cc16f54" + integrity sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ== + dependencies: + "@types/istanbul-lib-report" "*" + +"@types/jest@^29.5.12": + version "29.5.14" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.14.tgz#2b910912fa1d6856cadcd0c1f95af7df1d6049e5" + integrity sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ== + dependencies: + expect "^29.0.0" + pretty-format "^29.0.0" + +"@types/jsdom@^20.0.0": + version "20.0.1" + resolved "https://registry.yarnpkg.com/@types/jsdom/-/jsdom-20.0.1.tgz#07c14bc19bd2f918c1929541cdaacae894744808" + integrity sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ== + dependencies: + "@types/node" "*" + "@types/tough-cookie" "*" + parse5 "^7.0.0" + +"@types/node@*": + version "25.3.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-25.3.0.tgz#749b1bd4058e51b72e22bd41e9eab6ebd0180470" + integrity sha512-4K3bqJpXpqfg2XKGK9bpDTc6xO/xoUP/RBWS7AtRMug6zZFaRekiLzjVtAoZMquxoAbzBvy5nxQ7veS5eYzf8A== + dependencies: + undici-types "~7.18.0" + +"@types/prop-types@*": + version "15.7.15" + resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.15.tgz#e6e5a86d602beaca71ce5163fadf5f95d70931c7" + integrity sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw== + +"@types/react-test-renderer@^18.0.7": + version "18.3.1" + resolved "https://registry.yarnpkg.com/@types/react-test-renderer/-/react-test-renderer-18.3.1.tgz#225bfe8d4ad7ee3b04c2fa27642bb74274a5961d" + integrity sha512-vAhnk0tG2eGa37lkU9+s5SoroCsRI08xnsWFiAXOuPH2jqzMbcXvKExXViPi1P5fIklDeCvXqyrdmipFaSkZrA== + dependencies: + "@types/react" "^18" + +"@types/react@^18": + version "18.3.28" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.28.tgz#0a85b1a7243b4258d9f626f43797ba18eb5f8781" + integrity sha512-z9VXpC7MWrhfWipitjNdgCauoMLRdIILQsAEV+ZesIzBq/oUlxk0m3ApZuMFCXdnS4U7KrI+l3WRUEGQ8K1QKw== + dependencies: + "@types/prop-types" "*" + csstype "^3.2.2" + +"@types/react@~19.1.10": + version "19.1.17" + resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.17.tgz#8be0b9c546cede389b930a98eb3fad1897f209c3" + integrity sha512-Qec1E3mhALmaspIrhWt9jkQMNdw6bReVu64mjvhbhq2NFPftLPVr+l1SZgmw/66WwBNpDh7ao5AT6gF5v41PFA== + dependencies: + csstype "^3.0.2" + +"@types/stack-utils@^2.0.0": + version "2.0.3" + resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.3.tgz#6209321eb2c1712a7e7466422b8cb1fc0d9dd5d8" + integrity sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw== + +"@types/tough-cookie@*": + version "4.0.5" + resolved "https://registry.yarnpkg.com/@types/tough-cookie/-/tough-cookie-4.0.5.tgz#cb6e2a691b70cb177c6e3ae9c1d2e8b2ea8cd304" + integrity sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA== + +"@types/yargs-parser@*": + version "21.0.3" + resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.3.tgz#815e30b786d2e8f0dcd85fd5bcf5e1a04d008f15" + integrity sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ== + +"@types/yargs@^17.0.8": + version "17.0.35" + resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.35.tgz#07013e46aa4d7d7d50a49e15604c1c5340d4eb24" + integrity sha512-qUHkeCyQFxMXg79wQfTtfndEC+N9ZZg76HJftDJp+qH2tV7Gj4OJi7l+PiWwJ+pWtW8GwSmqsDj/oymhrTWXjg== + dependencies: + "@types/yargs-parser" "*" + +"@ungap/structured-clone@^1.3.0": + version "1.3.0" + resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8" + integrity sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g== + +"@urql/core@^5.0.6", "@urql/core@^5.1.2": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@urql/core/-/core-5.2.0.tgz#77ee41e192e261fea30c2ca6c2f340410b45d214" + integrity sha512-/n0ieD0mvvDnVAXEQgX/7qJiVcvYvNkOHeBvkwtylfjydar123caCXcl58PXFY11oU1oquJocVXHxLAbtv4x1A== + dependencies: + "@0no-co/graphql.web" "^1.0.13" + wonka "^6.3.2" + +"@urql/exchange-retry@^1.3.0": + version "1.3.2" + resolved "https://registry.yarnpkg.com/@urql/exchange-retry/-/exchange-retry-1.3.2.tgz#042ff5f3512a062651ec7257f1b07f9db2f6fefd" + integrity sha512-TQMCz2pFJMfpNxmSfX1VSfTjwUIFx/mL+p1bnfM1xjjdla7Z+KnGMW/EhFbpckp3LyWAH4PgOsMwOMnIN+MBFg== + dependencies: + "@urql/core" "^5.1.2" + wonka "^6.3.2" + +"@xmldom/xmldom@^0.8.8": + version "0.8.11" + resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.8.11.tgz#b79de2d67389734c57c52595f7a7305e30c2d608" + integrity sha512-cQzWCtO6C8TQiYl1ruKNn2U6Ao4o4WBBcbL61yJl84x+j5sOWWFU9X7DpND8XZG3daDppSsigMdfAIl2upQBRw== + +abab@^2.0.6: + version "2.0.6" + resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.6.tgz#41b80f2c871d19686216b82309231cfd3cb3d291" + integrity sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA== + +abort-controller@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/abort-controller/-/abort-controller-3.0.0.tgz#eaf54d53b62bae4138e809ca225c8439a6efb392" + integrity sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg== + dependencies: + event-target-shim "^5.0.0" + +accepts@^1.3.7, accepts@^1.3.8: + version "1.3.8" + resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.8.tgz#0bf0be125b67014adcb0b0921e62db7bffe16b2e" + integrity sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw== + dependencies: + mime-types "~2.1.34" + negotiator "0.6.3" + +accepts@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/accepts/-/accepts-2.0.0.tgz#bbcf4ba5075467f3f2131eab3cffc73c2f5d7895" + integrity sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng== + dependencies: + mime-types "^3.0.0" + negotiator "^1.0.0" + +acorn-globals@^7.0.0: + version "7.0.1" + resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-7.0.1.tgz#0dbf05c44fa7c94332914c02066d5beff62c40c3" + integrity sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q== + dependencies: + acorn "^8.1.0" + acorn-walk "^8.0.2" + +acorn-walk@^8.0.2: + version "8.3.5" + resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.3.5.tgz#8a6b8ca8fc5b34685af15dabb44118663c296496" + integrity sha512-HEHNfbars9v4pgpW6SO1KSPkfoS0xVOM/9UzkJltjlsHZmJasxg8aXkuZa7SMf8vKGIBhpUsPluQSqhJFCqebw== + dependencies: + acorn "^8.11.0" + +acorn@^8.1.0, acorn@^8.11.0, acorn@^8.15.0, acorn@^8.8.1: + version "8.16.0" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.16.0.tgz#4ce79c89be40afe7afe8f3adb902a1f1ce9ac08a" + integrity sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw== + +agent-base@6: + version "6.0.2" + resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77" + integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ== + dependencies: + debug "4" + +agent-base@^7.1.2: + version "7.1.4" + resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.4.tgz#e3cd76d4c548ee895d3c3fd8dc1f6c5b9032e7a8" + integrity sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ== + +ajv@^8.11.0: + version "8.18.0" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.18.0.tgz#8864186b6738d003eb3a933172bb3833e10cefbc" + integrity sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A== + dependencies: + fast-deep-equal "^3.1.3" + fast-uri "^3.0.1" + json-schema-traverse "^1.0.0" + require-from-string "^2.0.2" + +anser@^1.4.9: + version "1.4.10" + resolved "https://registry.yarnpkg.com/anser/-/anser-1.4.10.tgz#befa3eddf282684bd03b63dcda3927aef8c2e35b" + integrity sha512-hCv9AqTQ8ycjpSd3upOJd7vFwW1JaoYQ7tpham03GJ1ca8/65rqn0RpaWpItOAd6ylW9wAw6luXYPJIyPFVOww== + +ansi-escapes@^4.2.1, ansi-escapes@^4.3.0: + version "4.3.2" + resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e" + integrity sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ== + dependencies: + type-fest "^0.21.3" + +ansi-escapes@^6.0.0: + version "6.2.1" + resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-6.2.1.tgz#76c54ce9b081dad39acec4b5d53377913825fb0f" + integrity sha512-4nJ3yixlEthEJ9Rk4vPcdBRkZvQZlYyu8j4/Mqz5sgIkddmEnH2Yj2ZrnP9S3tQOvSNRUIgVNF/1yPpRAGNRig== + +ansi-regex@^4.1.0: + version "4.1.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.1.tgz#164daac87ab2d6f6db3a29875e2d1766582dabed" + integrity sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g== + +ansi-regex@^5.0.0, ansi-regex@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" + integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== + +ansi-regex@^6.0.1: + version "6.2.2" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.2.2.tgz#60216eea464d864597ce2832000738a0589650c1" + integrity sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg== + +ansi-styles@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" + integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== + dependencies: + color-convert "^1.9.0" + +ansi-styles@^4.0.0, ansi-styles@^4.1.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" + integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== + dependencies: + color-convert "^2.0.1" + +ansi-styles@^5.0.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b" + integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA== + +any-promise@^1.0.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/any-promise/-/any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f" + integrity sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A== + +anymatch@^3.0.3: + version "3.1.3" + resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e" + integrity sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw== + dependencies: + normalize-path "^3.0.0" + picomatch "^2.0.4" + +arg@^5.0.2: + version "5.0.2" + resolved "https://registry.yarnpkg.com/arg/-/arg-5.0.2.tgz#c81433cc427c92c4dcf4865142dbca6f15acd59c" + integrity sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg== + +argparse@^1.0.7: + version "1.0.10" + resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" + integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== + dependencies: + sprintf-js "~1.0.2" + +argparse@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38" + integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== + +aria-hidden@^1.2.4: + version "1.2.6" + resolved "https://registry.yarnpkg.com/aria-hidden/-/aria-hidden-1.2.6.tgz#73051c9b088114c795b1ea414e9c0fff874ffc1a" + integrity sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA== + dependencies: + tslib "^2.0.0" + +asap@~2.0.3, asap@~2.0.6: + version "2.0.6" + resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46" + integrity sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA== + +async-limiter@~1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd" + integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ== + +asynckit@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" + integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q== + +babel-jest@^29.2.1, babel-jest@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.7.0.tgz#f4369919225b684c56085998ac63dbd05be020d5" + integrity sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg== + dependencies: + "@jest/transform" "^29.7.0" + "@types/babel__core" "^7.1.14" + babel-plugin-istanbul "^6.1.1" + babel-preset-jest "^29.6.3" + chalk "^4.0.0" + graceful-fs "^4.2.9" + slash "^3.0.0" + +babel-plugin-istanbul@^6.1.1: + version "6.1.1" + resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz#fa88ec59232fd9b4e36dbbc540a8ec9a9b47da73" + integrity sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA== + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + "@istanbuljs/load-nyc-config" "^1.0.0" + "@istanbuljs/schema" "^0.1.2" + istanbul-lib-instrument "^5.0.4" + test-exclude "^6.0.0" + +babel-plugin-jest-hoist@^29.6.3: + version "29.6.3" + resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz#aadbe943464182a8922c3c927c3067ff40d24626" + integrity sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg== + dependencies: + "@babel/template" "^7.3.3" + "@babel/types" "^7.3.3" + "@types/babel__core" "^7.1.14" + "@types/babel__traverse" "^7.0.6" + +babel-plugin-polyfill-corejs2@^0.4.14: + version "0.4.15" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.15.tgz#808fa349686eea4741807cfaaa2aa3aa57ce120a" + integrity sha512-hR3GwrRwHUfYwGfrisXPIDP3JcYfBrW7wKE7+Au6wDYl7fm/ka1NEII6kORzxNU556JjfidZeBsO10kYvtV1aw== + dependencies: + "@babel/compat-data" "^7.28.6" + "@babel/helper-define-polyfill-provider" "^0.6.6" + semver "^6.3.1" + +babel-plugin-polyfill-corejs3@^0.13.0: + version "0.13.0" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.13.0.tgz#bb7f6aeef7addff17f7602a08a6d19a128c30164" + integrity sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A== + dependencies: + "@babel/helper-define-polyfill-provider" "^0.6.5" + core-js-compat "^3.43.0" + +babel-plugin-polyfill-regenerator@^0.6.5: + version "0.6.6" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.6.tgz#69f5dd263cab933c42fe5ea05e83443b374bd4bf" + integrity sha512-hYm+XLYRMvupxiQzrvXUj7YyvFFVfv5gI0R71AJzudg1g2AI2vyCPPIFEBjk162/wFzti3inBHo7isWFuEVS/A== + dependencies: + "@babel/helper-define-polyfill-provider" "^0.6.6" + +babel-plugin-react-compiler@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/babel-plugin-react-compiler/-/babel-plugin-react-compiler-1.0.0.tgz#bdf7360a23a4d5ebfca090255da3893efd07425f" + integrity sha512-Ixm8tFfoKKIPYdCCKYTsqv+Fd4IJ0DQqMyEimo+pxUOMUR9cVPlwTrFt9Avu+3cb6Zp3mAzl+t1MrG2fxxKsxw== + dependencies: + "@babel/types" "^7.26.0" + +babel-plugin-react-native-web@~0.21.0: + version "0.21.2" + resolved "https://registry.yarnpkg.com/babel-plugin-react-native-web/-/babel-plugin-react-native-web-0.21.2.tgz#d2f7fd673278da82577aa583457edb55d9cccbe0" + integrity sha512-SPD0J6qjJn8231i0HZhlAGH6NORe+QvRSQM2mwQEzJ2Fb3E4ruWTiiicPlHjmeWShDXLcvoorOCXjeR7k/lyWA== + +babel-plugin-syntax-hermes-parser@0.29.1, babel-plugin-syntax-hermes-parser@^0.29.1: + version "0.29.1" + resolved "https://registry.yarnpkg.com/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.29.1.tgz#09ca9ecb0330eba1ef939b6d3f1f55bb06a9dc33" + integrity sha512-2WFYnoWGdmih1I1J5eIqxATOeycOqRwYxAQBu3cUu/rhwInwHUg7k60AFNbuGjSDL8tje5GDrAnxzRLcu2pYcA== + dependencies: + hermes-parser "0.29.1" + +babel-plugin-transform-flow-enums@^0.0.2: + version "0.0.2" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-flow-enums/-/babel-plugin-transform-flow-enums-0.0.2.tgz#d1d0cc9bdc799c850ca110d0ddc9f21b9ec3ef25" + integrity sha512-g4aaCrDDOsWjbm0PUUeVnkcVd6AKJsVc/MbnPhEotEpkeJQP6b8nzewohQi7+QS8UyPehOhGWn0nOwjvWpmMvQ== + dependencies: + "@babel/plugin-syntax-flow" "^7.12.1" + +babel-preset-current-node-syntax@^1.0.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.2.0.tgz#20730d6cdc7dda5d89401cab10ac6a32067acde6" + integrity sha512-E/VlAEzRrsLEb2+dv8yp3bo4scof3l9nR4lrld+Iy5NyVqgVYUJnDAmunkhPMisRI32Qc4iRiz425d8vM++2fg== + dependencies: + "@babel/plugin-syntax-async-generators" "^7.8.4" + "@babel/plugin-syntax-bigint" "^7.8.3" + "@babel/plugin-syntax-class-properties" "^7.12.13" + "@babel/plugin-syntax-class-static-block" "^7.14.5" + "@babel/plugin-syntax-import-attributes" "^7.24.7" + "@babel/plugin-syntax-import-meta" "^7.10.4" + "@babel/plugin-syntax-json-strings" "^7.8.3" + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" + "@babel/plugin-syntax-numeric-separator" "^7.10.4" + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" + "@babel/plugin-syntax-optional-chaining" "^7.8.3" + "@babel/plugin-syntax-private-property-in-object" "^7.14.5" + "@babel/plugin-syntax-top-level-await" "^7.14.5" + +babel-preset-expo@~54.0.10: + version "54.0.10" + resolved "https://registry.yarnpkg.com/babel-preset-expo/-/babel-preset-expo-54.0.10.tgz#3b70f4af3a5f65f945d7957ef511ee016e8f2fd6" + integrity sha512-wTt7POavLFypLcPW/uC5v8y+mtQKDJiyGLzYCjqr9tx0Qc3vCXcDKk1iCFIj/++Iy5CWhhTflEa7VvVPNWeCfw== + dependencies: + "@babel/helper-module-imports" "^7.25.9" + "@babel/plugin-proposal-decorators" "^7.12.9" + "@babel/plugin-proposal-export-default-from" "^7.24.7" + "@babel/plugin-syntax-export-default-from" "^7.24.7" + "@babel/plugin-transform-class-static-block" "^7.27.1" + "@babel/plugin-transform-export-namespace-from" "^7.25.9" + "@babel/plugin-transform-flow-strip-types" "^7.25.2" + "@babel/plugin-transform-modules-commonjs" "^7.24.8" + "@babel/plugin-transform-object-rest-spread" "^7.24.7" + "@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-runtime" "^7.24.7" + "@babel/preset-react" "^7.22.15" + "@babel/preset-typescript" "^7.23.0" + "@react-native/babel-preset" "0.81.5" + babel-plugin-react-compiler "^1.0.0" + babel-plugin-react-native-web "~0.21.0" + babel-plugin-syntax-hermes-parser "^0.29.1" + babel-plugin-transform-flow-enums "^0.0.2" + debug "^4.3.4" + resolve-from "^5.0.0" + +babel-preset-jest@^29.6.3: + version "29.6.3" + resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz#fa05fa510e7d493896d7b0dd2033601c840f171c" + integrity sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA== + dependencies: + babel-plugin-jest-hoist "^29.6.3" + babel-preset-current-node-syntax "^1.0.0" + +balanced-match@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" + integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== + +balanced-match@^4.0.2: + version "4.0.3" + resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.3.tgz#6337a2f23e0604a30481423432f99eac603599f9" + integrity sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g== + +base64-js@^1.2.3, base64-js@^1.3.1, base64-js@^1.5.1: + version "1.5.1" + resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" + integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== + +baseline-browser-mapping@^2.9.0: + version "2.10.0" + resolved "https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.10.0.tgz#5b09935025bf8a80e29130251e337c6a7fc8cbb9" + integrity sha512-lIyg0szRfYbiy67j9KN8IyeD7q7hcmqnJ1ddWmNt19ItGpNN64mnllmxUNFIOdOm6by97jlL6wfpTTJrmnjWAA== + +better-opn@~3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/better-opn/-/better-opn-3.0.2.tgz#f96f35deaaf8f34144a4102651babcf00d1d8817" + integrity sha512-aVNobHnJqLiUelTaHat9DZ1qM2w0C0Eym4LPI/3JxOnSokGVdsl1T1kN7TFvsEAD8G47A6VKQ0TVHqbBnYMJlQ== + dependencies: + open "^8.0.4" + +big-integer@1.6.x: + version "1.6.52" + resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.52.tgz#60a887f3047614a8e1bffe5d7173490a97dc8c85" + integrity sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg== + +bplist-creator@0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/bplist-creator/-/bplist-creator-0.1.0.tgz#018a2d1b587f769e379ef5519103730f8963ba1e" + integrity sha512-sXaHZicyEEmY86WyueLTQesbeoH/mquvarJaQNbjuOQO+7gbFcDEWqKmcWA4cOTLzFlfgvkiVxolk1k5bBIpmg== + dependencies: + stream-buffers "2.2.x" + +bplist-parser@0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/bplist-parser/-/bplist-parser-0.3.1.tgz#e1c90b2ca2a9f9474cc72f6862bbf3fee8341fd1" + integrity sha512-PyJxiNtA5T2PlLIeBot4lbp7rj4OadzjnMZD/G5zuBNt8ei/yCU7+wW0h2bag9vr8c+/WuRWmSxbqAl9hL1rBA== + dependencies: + big-integer "1.6.x" + +bplist-parser@^0.3.1: + version "0.3.2" + resolved "https://registry.yarnpkg.com/bplist-parser/-/bplist-parser-0.3.2.tgz#3ac79d67ec52c4c107893e0237eb787cbacbced7" + integrity sha512-apC2+fspHGI3mMKj+dGevkGo/tCqVB8jMb6i+OX+E29p0Iposz07fABkRIfVUPNd5A5VbuOz1bZbnmkKLYF+wQ== + dependencies: + big-integer "1.6.x" + +brace-expansion@^1.1.7: + version "1.1.12" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.12.tgz#ab9b454466e5a8cc3a187beaad580412a9c5b843" + integrity sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg== + dependencies: + balanced-match "^1.0.0" + concat-map "0.0.1" + +brace-expansion@^2.0.1: + version "2.0.2" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7" + integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ== + dependencies: + balanced-match "^1.0.0" + +brace-expansion@^5.0.2: + version "5.0.2" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.2.tgz#b6c16d0791087af6c2bc463f52a8142046c06b6f" + integrity sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw== + dependencies: + balanced-match "^4.0.2" + +braces@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789" + integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA== + dependencies: + fill-range "^7.1.1" + +browserslist@^4.24.0, browserslist@^4.25.0, browserslist@^4.28.1: + version "4.28.1" + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.28.1.tgz#7f534594628c53c63101079e27e40de490456a95" + integrity sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA== + dependencies: + baseline-browser-mapping "^2.9.0" + caniuse-lite "^1.0.30001759" + electron-to-chromium "^1.5.263" + node-releases "^2.0.27" + update-browserslist-db "^1.2.0" + +bser@2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05" + integrity sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ== + dependencies: + node-int64 "^0.4.0" + +buffer-from@^1.0.0: + version "1.1.2" + resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5" + integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ== + +buffer@^5.4.3: + version "5.7.1" + resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0" + integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== + dependencies: + base64-js "^1.3.1" + ieee754 "^1.1.13" + +bytes@3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5" + integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg== + +call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz#4b5428c222be985d79c3d82657479dbe0b59b2d6" + integrity sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ== + dependencies: + es-errors "^1.3.0" + function-bind "^1.1.2" + +callsites@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" + integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== + +camelcase@^5.3.1: + version "5.3.1" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" + integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== + +camelcase@^6.2.0: + version "6.3.0" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a" + integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== + +caniuse-lite@^1.0.30001759: + version "1.0.30001770" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001770.tgz#4dc47d3b263a50fbb243448034921e0a88591a84" + integrity sha512-x/2CLQ1jHENRbHg5PSId2sXq1CIO1CISvwWAj027ltMVG2UNgW+w9oH2+HzgEIRFembL8bUlXtfbBHR1fCg2xw== + +chalk@^2.0.1, chalk@^2.4.2: + version "2.4.2" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" + integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== + dependencies: + ansi-styles "^3.2.1" + escape-string-regexp "^1.0.5" + supports-color "^5.3.0" + +chalk@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4" + integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== + dependencies: + ansi-styles "^4.1.0" + supports-color "^7.1.0" + +chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" + integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== + dependencies: + ansi-styles "^4.1.0" + supports-color "^7.1.0" + +char-regex@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf" + integrity sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw== + +char-regex@^2.0.0: + version "2.0.2" + resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-2.0.2.tgz#81385bb071af4df774bff8721d0ca15ef29ea0bb" + integrity sha512-cbGOjAptfM2LVmWhwRFHEKTPkLwNddVmuqYZQt895yXwAsWsXObCG+YN4DGQ/JBtT4GP1a1lPPdio2z413LmTg== + +chownr@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/chownr/-/chownr-3.0.0.tgz#9855e64ecd240a9cc4267ce8a4aa5d24a1da15e4" + integrity sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g== + +chrome-launcher@^0.15.2: + version "0.15.2" + resolved "https://registry.yarnpkg.com/chrome-launcher/-/chrome-launcher-0.15.2.tgz#4e6404e32200095fdce7f6a1e1004f9bd36fa5da" + integrity sha512-zdLEwNo3aUVzIhKhTtXfxhdvZhUghrnmkvcAq2NoDd+LeOHKf03H5jwZ8T/STsAlzyALkBVK552iaG1fGf1xVQ== + dependencies: + "@types/node" "*" + escape-string-regexp "^4.0.0" + is-wsl "^2.2.0" + lighthouse-logger "^1.0.0" + +chromium-edge-launcher@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/chromium-edge-launcher/-/chromium-edge-launcher-0.2.0.tgz#0c378f28c99aefc360705fa155de0113997f62fc" + integrity sha512-JfJjUnq25y9yg4FABRRVPmBGWPZZi+AQXT4mxupb67766/0UlhG8PAZCz6xzEMXTbW3CsSoE8PcCWA49n35mKg== + dependencies: + "@types/node" "*" + escape-string-regexp "^4.0.0" + is-wsl "^2.2.0" + lighthouse-logger "^1.0.0" + mkdirp "^1.0.4" + rimraf "^3.0.2" + +ci-info@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46" + integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== + +ci-info@^3.2.0, ci-info@^3.3.0: + version "3.9.0" + resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.9.0.tgz#4279a62028a7b1f262f3473fc9605f5e218c59b4" + integrity sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ== + +cjs-module-lexer@^1.0.0: + version "1.4.3" + resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-1.4.3.tgz#0f79731eb8cfe1ec72acd4066efac9d61991b00d" + integrity sha512-9z8TZaGM1pfswYeXrUpzPrkx8UnWYdhJclsiYMm6x/w5+nN+8Tf/LnAgfLGQCm59qAOxU8WwHEq2vNwF6i4j+Q== + +cli-cursor@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5" + integrity sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw== + dependencies: + restore-cursor "^2.0.0" + +cli-spinners@^2.0.0: + version "2.9.2" + resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz#1773a8f4b9c4d6ac31563df53b3fc1d79462fe41" + integrity sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg== + +client-only@^0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/client-only/-/client-only-0.0.1.tgz#38bba5d403c41ab150bff64a95c85013cf73bca1" + integrity sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA== + +cliui@^8.0.1: + version "8.0.1" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa" + integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ== + dependencies: + string-width "^4.2.0" + strip-ansi "^6.0.1" + wrap-ansi "^7.0.0" + +clone@^1.0.2: + version "1.0.4" + resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" + integrity sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg== + +co@^4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" + integrity sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ== + +collect-v8-coverage@^1.0.0: + version "1.0.3" + resolved "https://registry.yarnpkg.com/collect-v8-coverage/-/collect-v8-coverage-1.0.3.tgz#cc1f01eb8d02298cbc9a437c74c70ab4e5210b80" + integrity sha512-1L5aqIkwPfiodaMgQunkF1zRhNqifHBmtbbbxcr6yVxxBnliw4TDOW6NxpO8DJLgJ16OT+Y4ztZqP6p/FtXnAw== + +color-convert@^1.9.0: + version "1.9.3" + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" + integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== + dependencies: + color-name "1.1.3" + +color-convert@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" + integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== + dependencies: + color-name "~1.1.4" + +color-name@1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" + integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw== + +color-name@^1.0.0, color-name@~1.1.4: + version "1.1.4" + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" + integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== + +color-string@^1.9.0: + version "1.9.1" + resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.1.tgz#4467f9146f036f855b764dfb5bf8582bf342c7a4" + integrity sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg== + dependencies: + color-name "^1.0.0" + simple-swizzle "^0.2.2" + +color@^4.2.3: + version "4.2.3" + resolved "https://registry.yarnpkg.com/color/-/color-4.2.3.tgz#d781ecb5e57224ee43ea9627560107c0e0c6463a" + integrity sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A== + dependencies: + color-convert "^2.0.1" + color-string "^1.9.0" + +combined-stream@^1.0.8: + version "1.0.8" + resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" + integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== + dependencies: + delayed-stream "~1.0.0" + +commander@^12.0.0: + version "12.1.0" + resolved "https://registry.yarnpkg.com/commander/-/commander-12.1.0.tgz#01423b36f501259fdaac4d0e4d60c96c991585d3" + integrity sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA== + +commander@^2.20.0: + version "2.20.3" + resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" + integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== + +commander@^4.0.0: + version "4.1.1" + resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068" + integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA== + +commander@^7.2.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7" + integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw== + +compressible@~2.0.18: + version "2.0.18" + resolved "https://registry.yarnpkg.com/compressible/-/compressible-2.0.18.tgz#af53cca6b070d4c3c0750fbd77286a6d7cc46fba" + integrity sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg== + dependencies: + mime-db ">= 1.43.0 < 2" + +compression@^1.7.4: + version "1.8.1" + resolved "https://registry.yarnpkg.com/compression/-/compression-1.8.1.tgz#4a45d909ac16509195a9a28bd91094889c180d79" + integrity sha512-9mAqGPHLakhCLeNyxPkK4xVo746zQ/czLH1Ky+vkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w== + dependencies: + bytes "3.1.2" + compressible "~2.0.18" + debug "2.6.9" + negotiator "~0.6.4" + on-headers "~1.1.0" + safe-buffer "5.2.1" + vary "~1.1.2" + +concat-map@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" + integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== + +connect@^3.6.5, connect@^3.7.0: + version "3.7.0" + resolved "https://registry.yarnpkg.com/connect/-/connect-3.7.0.tgz#5d49348910caa5e07a01800b030d0c35f20484f8" + integrity sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ== + dependencies: + debug "2.6.9" + finalhandler "1.1.2" + parseurl "~1.3.3" + utils-merge "1.0.1" + +convert-source-map@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a" + integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg== + +core-js-compat@^3.43.0: + version "3.48.0" + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.48.0.tgz#7efbe1fc1cbad44008190462217cc5558adaeaa6" + integrity sha512-OM4cAF3D6VtH/WkLtWvyNC56EZVXsZdU3iqaMG2B4WvYrlqU831pc4UtG5yp0sE9z8Y02wVN7PjW5Zf9Gt0f1Q== + dependencies: + browserslist "^4.28.1" + +create-jest@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/create-jest/-/create-jest-29.7.0.tgz#a355c5b3cb1e1af02ba177fe7afd7feee49a5320" + integrity sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q== + dependencies: + "@jest/types" "^29.6.3" + chalk "^4.0.0" + exit "^0.1.2" + graceful-fs "^4.2.9" + jest-config "^29.7.0" + jest-util "^29.7.0" + prompts "^2.0.1" + +cross-fetch@^3.1.5: + version "3.2.0" + resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.2.0.tgz#34e9192f53bc757d6614304d9e5e6fb4edb782e3" + integrity sha512-Q+xVJLoGOeIMXZmbUK4HYk+69cQH6LudR0Vu/pRm2YlU/hDV9CiS0gKUMaWY5f2NeUH9C1nV3bsTlCo0FsTV1Q== + dependencies: + node-fetch "^2.7.0" + +cross-spawn@^7.0.3: + version "7.0.6" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f" + integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA== + dependencies: + path-key "^3.1.0" + shebang-command "^2.0.0" + which "^2.0.1" + +crypto-random-string@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5" + integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA== + +css-in-js-utils@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/css-in-js-utils/-/css-in-js-utils-3.1.0.tgz#640ae6a33646d401fc720c54fc61c42cd76ae2bb" + integrity sha512-fJAcud6B3rRu+KHYk+Bwf+WFL2MDCJJ1XG9x137tJQ0xYxor7XziQtuGFbWNdqrvF4Tk26O3H73nfVqXt/fW1A== + dependencies: + hyphenate-style-name "^1.0.3" + +cssom@^0.5.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.5.0.tgz#d254fa92cd8b6fbd83811b9fbaed34663cc17c36" + integrity sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw== + +cssom@~0.3.6: + version "0.3.8" + resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.3.8.tgz#9f1276f5b2b463f2114d3f2c75250af8c1a36f4a" + integrity sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg== + +cssstyle@^2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-2.3.0.tgz#ff665a0ddbdc31864b09647f34163443d90b0852" + integrity sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A== + dependencies: + cssom "~0.3.6" + +csstype@^3.0.2, csstype@^3.2.2: + version "3.2.3" + resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.2.3.tgz#ec48c0f3e993e50648c86da559e2610995cf989a" + integrity sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ== + +data-urls@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-3.0.2.tgz#9cf24a477ae22bcef5cd5f6f0bfbc1d2d3be9143" + integrity sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ== + dependencies: + abab "^2.0.6" + whatwg-mimetype "^3.0.0" + whatwg-url "^11.0.0" + +debug@2.6.9, debug@^2.6.9: + version "2.6.9" + resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" + integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== + dependencies: + ms "2.0.0" + +debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.4.0, debug@^4.4.3: + version "4.4.3" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a" + integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA== + dependencies: + ms "^2.1.3" + +debug@^3.1.0: + version "3.2.7" + resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a" + integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ== + dependencies: + ms "^2.1.1" + +decimal.js@^10.4.2: + version "10.6.0" + resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.6.0.tgz#e649a43e3ab953a72192ff5983865e509f37ed9a" + integrity sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg== + +decode-uri-component@^0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.2.tgz#e69dbe25d37941171dd540e024c444cd5188e1e9" + integrity sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ== + +dedent@^1.0.0: + version "1.7.1" + resolved "https://registry.yarnpkg.com/dedent/-/dedent-1.7.1.tgz#364661eea3d73f3faba7089214420ec2f8f13e15" + integrity sha512-9JmrhGZpOlEgOLdQgSm0zxFaYoQon408V1v49aqTWuXENVlnCuY9JBZcXZiCsZQWDjTm5Qf/nIvAy77mXDAjEg== + +deep-extend@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac" + integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== + +deepmerge@^4.2.2, deepmerge@^4.3.1: + version "4.3.1" + resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.3.1.tgz#44b5f2147cd3b00d4b56137685966f26fd25dd4a" + integrity sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A== + +defaults@^1.0.3: + version "1.0.4" + resolved "https://registry.yarnpkg.com/defaults/-/defaults-1.0.4.tgz#b0b02062c1e2aa62ff5d9528f0f98baa90978d7a" + integrity sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A== + dependencies: + clone "^1.0.2" + +define-lazy-prop@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz#3f7ae421129bcaaac9bc74905c98a0009ec9ee7f" + integrity sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og== + +delayed-stream@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" + integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ== + +depd@2.0.0, depd@~2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df" + integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== + +destroy@1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.2.0.tgz#4803735509ad8be552934c67df614f94e66fa015" + integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg== + +detect-libc@^2.0.3: + version "2.1.2" + resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-2.1.2.tgz#689c5dcdc1900ef5583a4cb9f6d7b473742074ad" + integrity sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ== + +detect-newline@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651" + integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA== + +detect-node-es@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/detect-node-es/-/detect-node-es-1.1.0.tgz#163acdf643330caa0b4cd7c21e7ee7755d6fa493" + integrity sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ== + +diff-sequences@^29.6.3: + version "29.6.3" + resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-29.6.3.tgz#4deaf894d11407c51efc8418012f9e70b84ea921" + integrity sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q== + +domexception@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/domexception/-/domexception-4.0.0.tgz#4ad1be56ccadc86fc76d033353999a8037d03673" + integrity sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw== + dependencies: + webidl-conversions "^7.0.0" + +dotenv-expand@~11.0.6: + version "11.0.7" + resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-11.0.7.tgz#af695aea007d6fdc84c86cd8d0ad7beb40a0bd08" + integrity sha512-zIHwmZPRshsCdpMDyVsqGmgyP0yT8GAgXUnkdAoJisxvf33k7yO6OuoKmcTGuXPWSsm8Oh88nZicRLA9Y0rUeA== + dependencies: + dotenv "^16.4.5" + +dotenv@^16.4.5: + version "16.6.1" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.6.1.tgz#773f0e69527a8315c7285d5ee73c4459d20a8020" + integrity sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow== + +dotenv@~16.4.5: + version "16.4.7" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.7.tgz#0e20c5b82950140aa99be360a8a5f52335f53c26" + integrity sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ== + +dunder-proto@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a" + integrity sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A== + dependencies: + call-bind-apply-helpers "^1.0.1" + es-errors "^1.3.0" + gopd "^1.2.0" + +ee-first@1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" + integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== + +electron-to-chromium@^1.5.263: + version "1.5.302" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.302.tgz#032a5802b31f7119269959c69fe2015d8dad5edb" + integrity sha512-sM6HAN2LyK82IyPBpznDRqlTQAtuSaO+ShzFiWTvoMJLHyZ+Y39r8VMfHzwbU8MVBzQ4Wdn85+wlZl2TLGIlwg== + +emittery@^0.13.1: + version "0.13.1" + resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.13.1.tgz#c04b8c3457490e0847ae51fced3af52d338e3dad" + integrity sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ== + +emoji-regex@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" + integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== + +encodeurl@~1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" + integrity sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w== + +encodeurl@~2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-2.0.0.tgz#7b8ea898077d7e409d3ac45474ea38eaf0857a58" + integrity sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg== + +entities@^6.0.0: + version "6.0.1" + resolved "https://registry.yarnpkg.com/entities/-/entities-6.0.1.tgz#c28c34a43379ca7f61d074130b2f5f7020a30694" + integrity sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g== + +env-editor@^0.4.1: + version "0.4.2" + resolved "https://registry.yarnpkg.com/env-editor/-/env-editor-0.4.2.tgz#4e76568d0bd8f5c2b6d314a9412c8fe9aa3ae861" + integrity sha512-ObFo8v4rQJAE59M69QzwloxPZtd33TpYEIjtKD1rrFDcM1Gd7IkDxEBU+HriziN6HSHQnBJi8Dmy+JWkav5HKA== + +error-ex@^1.3.1: + version "1.3.4" + resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.4.tgz#b3a8d8bb6f92eecc1629e3e27d3c8607a8a32414" + integrity sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ== + dependencies: + is-arrayish "^0.2.1" + +error-stack-parser@^2.0.6: + version "2.1.4" + resolved "https://registry.yarnpkg.com/error-stack-parser/-/error-stack-parser-2.1.4.tgz#229cb01cdbfa84440bfa91876285b94680188286" + integrity sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ== + dependencies: + stackframe "^1.3.4" + +es-define-property@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.1.tgz#983eb2f9a6724e9303f61addf011c72e09e0b0fa" + integrity sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g== + +es-errors@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f" + integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw== + +es-object-atoms@^1.0.0, es-object-atoms@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz#1c4f2c4837327597ce69d2ca190a7fdd172338c1" + integrity sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA== + dependencies: + es-errors "^1.3.0" + +es-set-tostringtag@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d" + integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA== + dependencies: + es-errors "^1.3.0" + get-intrinsic "^1.2.6" + has-tostringtag "^1.0.2" + hasown "^2.0.2" + +escalade@^3.1.1, escalade@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.2.0.tgz#011a3f69856ba189dffa7dc8fcce99d2a87903e5" + integrity sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA== + +escape-html@~1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" + integrity sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow== + +escape-string-regexp@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" + integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg== + +escape-string-regexp@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz#a30304e99daa32e23b2fd20f51babd07cffca344" + integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w== + +escape-string-regexp@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" + integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== + +escodegen@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-2.1.0.tgz#ba93bbb7a43986d29d6041f99f5262da773e2e17" + integrity sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w== + dependencies: + esprima "^4.0.1" + estraverse "^5.2.0" + esutils "^2.0.2" + optionalDependencies: + source-map "~0.6.1" + +esprima@^4.0.0, esprima@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" + integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== + +estraverse@^5.2.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123" + integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA== + +esutils@^2.0.2: + version "2.0.3" + resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" + integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== + +etag@~1.8.1: + version "1.8.1" + resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887" + integrity sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg== + +event-target-shim@^5.0.0: + version "5.0.1" + resolved "https://registry.yarnpkg.com/event-target-shim/-/event-target-shim-5.0.1.tgz#5d4d3ebdf9583d63a5333ce2deb7480ab2b05789" + integrity sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ== + +exec-async@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/exec-async/-/exec-async-2.2.0.tgz#c7c5ad2eef3478d38390c6dd3acfe8af0efc8301" + integrity sha512-87OpwcEiMia/DeiKFzaQNBNFeN3XkkpYIh9FyOqq5mS2oKv3CBE67PXoEKcr6nodWdXNogTiQ0jE2NGuoffXPw== + +execa@^5.0.0: + version "5.1.1" + resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd" + integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg== + dependencies: + cross-spawn "^7.0.3" + get-stream "^6.0.0" + human-signals "^2.1.0" + is-stream "^2.0.0" + merge-stream "^2.0.0" + npm-run-path "^4.0.1" + onetime "^5.1.2" + signal-exit "^3.0.3" + strip-final-newline "^2.0.0" + +exit@^0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c" + integrity sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ== + +expect@^29.0.0, expect@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/expect/-/expect-29.7.0.tgz#578874590dcb3214514084c08115d8aee61e11bc" + integrity sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw== + dependencies: + "@jest/expect-utils" "^29.7.0" + jest-get-type "^29.6.3" + jest-matcher-utils "^29.7.0" + jest-message-util "^29.7.0" + jest-util "^29.7.0" + +expo-asset@~12.0.12: + version "12.0.12" + resolved "https://registry.yarnpkg.com/expo-asset/-/expo-asset-12.0.12.tgz#15eb7d92cd43cc81c37149e5bbcdc3091875a85b" + integrity sha512-CsXFCQbx2fElSMn0lyTdRIyKlSXOal6ilLJd+yeZ6xaC7I9AICQgscY5nj0QcwgA+KYYCCEQEBndMsmj7drOWQ== + dependencies: + "@expo/image-utils" "^0.8.8" + expo-constants "~18.0.12" + +expo-build-properties@~1.0.10: + version "1.0.10" + resolved "https://registry.yarnpkg.com/expo-build-properties/-/expo-build-properties-1.0.10.tgz#2c3fb4248f78828e952defa636635a653e3ad546" + integrity sha512-mFCZbrbrv0AP5RB151tAoRzwRJelqM7bCJzCkxpu+owOyH+p/rFC/q7H5q8B9EpVWj8etaIuszR+gKwohpmu1Q== + dependencies: + ajv "^8.11.0" + semver "^7.6.0" + +expo-constants@~18.0.12, expo-constants@~18.0.13: + version "18.0.13" + resolved "https://registry.yarnpkg.com/expo-constants/-/expo-constants-18.0.13.tgz#0117f1f3d43be7b645192c0f4f431fb4efc4803d" + integrity sha512-FnZn12E1dRYKDHlAdIyNFhBurKTS3F9CrfrBDJI5m3D7U17KBHMQ6JEfYlSj7LG7t+Ulr+IKaj58L1k5gBwTcQ== + dependencies: + "@expo/config" "~12.0.13" + "@expo/env" "~2.0.8" + +expo-file-system@~19.0.21: + version "19.0.21" + resolved "https://registry.yarnpkg.com/expo-file-system/-/expo-file-system-19.0.21.tgz#e96a68107fb629cf0dd1906fe7b46b566ff13e10" + integrity sha512-s3DlrDdiscBHtab/6W1osrjGL+C2bvoInPJD7sOwmxfJ5Woynv2oc+Fz1/xVXaE/V7HE/+xrHC/H45tu6lZzzg== + +expo-font@~14.0.10, expo-font@~14.0.11: + version "14.0.11" + resolved "https://registry.yarnpkg.com/expo-font/-/expo-font-14.0.11.tgz#198743d17332520545107df026d8a261e6b2732f" + integrity sha512-ga0q61ny4s/kr4k8JX9hVH69exVSIfcIc19+qZ7gt71Mqtm7xy2c6kwsPTCyhBW2Ro5yXTT8EaZOpuRi35rHbg== + dependencies: + fontfaceobserver "^2.1.0" + +expo-keep-awake@~15.0.8: + version "15.0.8" + resolved "https://registry.yarnpkg.com/expo-keep-awake/-/expo-keep-awake-15.0.8.tgz#911c5effeba9baff2ccde79ef0ff5bf856215f8d" + integrity sha512-YK9M1VrnoH1vLJiQzChZgzDvVimVoriibiDIFLbQMpjYBnvyfUeHJcin/Gx1a+XgupNXy92EQJLgI/9ZuXajYQ== + +expo-linking@~8.0.10: + version "8.0.11" + resolved "https://registry.yarnpkg.com/expo-linking/-/expo-linking-8.0.11.tgz#b13ca9fc409ef0536352443221eb50e5e2bee366" + integrity sha512-+VSaNL5om3kOp/SSKO5qe6cFgfSIWnnQDSbA7XLs3ECkYzXRquk5unxNS3pg7eK5kNUmQ4kgLI7MhTggAEUBLA== + dependencies: + expo-constants "~18.0.12" + invariant "^2.2.4" + +expo-modules-autolinking@3.0.24: + version "3.0.24" + resolved "https://registry.yarnpkg.com/expo-modules-autolinking/-/expo-modules-autolinking-3.0.24.tgz#55fdfe1ef5a053d5cc287582170a5f6d69ab0e30" + integrity sha512-TP+6HTwhL7orDvsz2VzauyQlXJcAWyU3ANsZ7JGL4DQu8XaZv/A41ZchbtAYLfozNA2Ya1Hzmhx65hXryBMjaQ== + dependencies: + "@expo/spawn-async" "^1.7.2" + chalk "^4.1.0" + commander "^7.2.0" + require-from-string "^2.0.2" + resolve-from "^5.0.0" + +expo-modules-core@3.0.29: + version "3.0.29" + resolved "https://registry.yarnpkg.com/expo-modules-core/-/expo-modules-core-3.0.29.tgz#99287eba52f21784bcb2e4f4edd4fc4c21b5b265" + integrity sha512-LzipcjGqk8gvkrOUf7O2mejNWugPkf3lmd9GkqL9WuNyeN2fRwU0Dn77e3ZUKI3k6sI+DNwjkq4Nu9fNN9WS7Q== + dependencies: + invariant "^2.2.4" + +expo-router@~6.0.20: + version "6.0.23" + resolved "https://registry.yarnpkg.com/expo-router/-/expo-router-6.0.23.tgz#480fbcb4901fd692f9d11762f33894280dcbd75a" + integrity sha512-qCxVAiCrCyu0npky6azEZ6dJDMt77OmCzEbpF6RbUTlfkaCA417LvY14SBkk0xyGruSxy/7pvJOI6tuThaUVCA== + dependencies: + "@expo/metro-runtime" "^6.1.2" + "@expo/schema-utils" "^0.1.8" + "@radix-ui/react-slot" "1.2.0" + "@radix-ui/react-tabs" "^1.1.12" + "@react-navigation/bottom-tabs" "^7.4.0" + "@react-navigation/native" "^7.1.8" + "@react-navigation/native-stack" "^7.3.16" + client-only "^0.0.1" + debug "^4.3.4" + escape-string-regexp "^4.0.0" + expo-server "^1.0.5" + fast-deep-equal "^3.1.3" + invariant "^2.2.4" + nanoid "^3.3.8" + query-string "^7.1.3" + react-fast-compare "^3.2.2" + react-native-is-edge-to-edge "^1.1.6" + semver "~7.6.3" + server-only "^0.0.1" + sf-symbols-typescript "^2.1.0" + shallowequal "^1.1.0" + use-latest-callback "^0.2.1" + vaul "^1.1.2" + +expo-server@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/expo-server/-/expo-server-1.0.5.tgz#2d52002199a2af99c2c8771d0657916004345ca9" + integrity sha512-IGR++flYH70rhLyeXF0Phle56/k4cee87WeQ4mamS+MkVAVP+dDlOHf2nN06Z9Y2KhU0Gp1k+y61KkghF7HdhA== + +expo-splash-screen@~31.0.12: + version "31.0.13" + resolved "https://registry.yarnpkg.com/expo-splash-screen/-/expo-splash-screen-31.0.13.tgz#f41f1a4c8bb1ae7fcc52b760e7dd485d7ddec642" + integrity sha512-1epJLC1cDlwwj089R2h8cxaU5uk4ONVAC+vzGiTZH4YARQhL4Stlz1MbR6yAS173GMosvkE6CAeihR7oIbCkDA== + dependencies: + "@expo/prebuild-config" "^54.0.8" + +expo-status-bar@~3.0.9: + version "3.0.9" + resolved "https://registry.yarnpkg.com/expo-status-bar/-/expo-status-bar-3.0.9.tgz#87cfc803fa614f09a985b8e75e3dd7abd51ce2cb" + integrity sha512-xyYyVg6V1/SSOZWh4Ni3U129XHCnFHBTcUo0dhWtFDrZbNp/duw5AGsQfb2sVeU0gxWHXSY1+5F0jnKYC7WuOw== + dependencies: + react-native-is-edge-to-edge "^1.2.1" + +expo-system-ui@~6.0.9: + version "6.0.9" + resolved "https://registry.yarnpkg.com/expo-system-ui/-/expo-system-ui-6.0.9.tgz#09b4a4301ab25ec594ae39beb7d24197c231a30c" + integrity sha512-eQTYGzw1V4RYiYHL9xDLYID3Wsec2aZS+ypEssmF64D38aDrqbDgz1a2MSlHLQp2jHXSs3FvojhZ9FVela1Zcg== + dependencies: + "@react-native/normalize-colors" "0.81.5" + debug "^4.3.2" + +expo-web-browser@~15.0.10: + version "15.0.10" + resolved "https://registry.yarnpkg.com/expo-web-browser/-/expo-web-browser-15.0.10.tgz#ee7fb59b4f143f262c13c020433a83444181f1a3" + integrity sha512-fvDhW4bhmXAeWFNFiInmsGCK83PAqAcQaFyp/3pE/jbdKmFKoRCWr46uZGIfN4msLK/OODhaQ/+US7GSJNDHJg== + +expo@^54.0.0: + version "54.0.33" + resolved "https://registry.yarnpkg.com/expo/-/expo-54.0.33.tgz#f7d572857323f5a8250a9afe245a487d2ee2735f" + integrity sha512-3yOEfAKqo+gqHcV8vKcnq0uA5zxlohnhA3fu4G43likN8ct5ZZ3LjAh9wDdKteEkoad3tFPvwxmXW711S5OHUw== + dependencies: + "@babel/runtime" "^7.20.0" + "@expo/cli" "54.0.23" + "@expo/config" "~12.0.13" + "@expo/config-plugins" "~54.0.4" + "@expo/devtools" "0.1.8" + "@expo/fingerprint" "0.15.4" + "@expo/metro" "~54.2.0" + "@expo/metro-config" "54.0.14" + "@expo/vector-icons" "^15.0.3" + "@ungap/structured-clone" "^1.3.0" + babel-preset-expo "~54.0.10" + expo-asset "~12.0.12" + expo-constants "~18.0.13" + expo-file-system "~19.0.21" + expo-font "~14.0.11" + expo-keep-awake "~15.0.8" + expo-modules-autolinking "3.0.24" + expo-modules-core "3.0.29" + pretty-format "^29.7.0" + react-refresh "^0.14.2" + whatwg-url-without-unicode "8.0.0-3" + +exponential-backoff@^3.1.1: + version "3.1.3" + resolved "https://registry.yarnpkg.com/exponential-backoff/-/exponential-backoff-3.1.3.tgz#51cf92c1c0493c766053f9d3abee4434c244d2f6" + integrity sha512-ZgEeZXj30q+I0EN+CbSSpIyPaJ5HVQD18Z1m+u1FXbAeT94mr1zw50q4q6jiiC447Nl/YTcIYSAftiGqetwXCA== + +fast-deep-equal@^3.1.3: + version "3.1.3" + resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" + integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== + +fast-json-stable-stringify@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" + integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== + +fast-uri@^3.0.1: + version "3.1.0" + resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.0.tgz#66eecff6c764c0df9b762e62ca7edcfb53b4edfa" + integrity sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA== + +fb-watchman@^2.0.0: + version "2.0.2" + resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.2.tgz#e9524ee6b5c77e9e5001af0f85f3adbb8623255c" + integrity sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA== + dependencies: + bser "2.1.1" + +fbjs-css-vars@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/fbjs-css-vars/-/fbjs-css-vars-1.0.2.tgz#216551136ae02fe255932c3ec8775f18e2c078b8" + integrity sha512-b2XGFAFdWZWg0phtAWLHCk836A1Xann+I+Dgd3Gk64MHKZO44FfoD1KxyvbSh0qZsIoXQGGlVztIY+oitJPpRQ== + +fbjs@^3.0.4: + version "3.0.5" + resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-3.0.5.tgz#aa0edb7d5caa6340011790bd9249dbef8a81128d" + integrity sha512-ztsSx77JBtkuMrEypfhgc3cI0+0h+svqeie7xHbh1k/IKdcydnvadp/mUaGgjAOXQmQSxsqgaRhS3q9fy+1kxg== + dependencies: + cross-fetch "^3.1.5" + fbjs-css-vars "^1.0.0" + loose-envify "^1.0.0" + object-assign "^4.1.0" + promise "^7.1.1" + setimmediate "^1.0.5" + ua-parser-js "^1.0.35" + +fdir@^6.5.0: + version "6.5.0" + resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350" + integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg== + +fill-range@^7.1.1: + version "7.1.1" + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292" + integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg== + dependencies: + to-regex-range "^5.0.1" + +filter-obj@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/filter-obj/-/filter-obj-1.1.0.tgz#9b311112bc6c6127a16e016c6c5d7f19e0805c5b" + integrity sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ== + +finalhandler@1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d" + integrity sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA== + dependencies: + debug "2.6.9" + encodeurl "~1.0.2" + escape-html "~1.0.3" + on-finished "~2.3.0" + parseurl "~1.3.3" + statuses "~1.5.0" + unpipe "~1.0.0" + +find-up@^4.0.0, find-up@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" + integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== + dependencies: + locate-path "^5.0.0" + path-exists "^4.0.0" + +flow-enums-runtime@^0.0.6: + version "0.0.6" + resolved "https://registry.yarnpkg.com/flow-enums-runtime/-/flow-enums-runtime-0.0.6.tgz#5bb0cd1b0a3e471330f4d109039b7eba5cb3e787" + integrity sha512-3PYnM29RFXwvAN6Pc/scUfkI7RwhQ/xqyLUyPNlXUp9S40zI8nup9tUSrTLSVnWGBN38FNiGWbwZOB6uR4OGdw== + +fontfaceobserver@^2.1.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/fontfaceobserver/-/fontfaceobserver-2.3.0.tgz#5fb392116e75d5024b7ec8e4f2ce92106d1488c8" + integrity sha512-6FPvD/IVyT4ZlNe7Wcn5Fb/4ChigpucKYSvD6a+0iMoLn2inpo711eyIcKjmDtE5XNcgAkSH9uN/nfAeZzHEfg== + +form-data@^4.0.0: + version "4.0.5" + resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.5.tgz#b49e48858045ff4cbf6b03e1805cebcad3679053" + integrity sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w== + dependencies: + asynckit "^0.4.0" + combined-stream "^1.0.8" + es-set-tostringtag "^2.1.0" + hasown "^2.0.2" + mime-types "^2.1.12" + +freeport-async@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/freeport-async/-/freeport-async-2.0.0.tgz#6adf2ec0c629d11abff92836acd04b399135bab4" + integrity sha512-K7od3Uw45AJg00XUmy15+Hae2hOcgKcmN3/EF6Y7i01O0gaqiRx8sUSpsb9+BRNL8RPBrhzPsVfy8q9ADlJuWQ== + +fresh@~0.5.2: + version "0.5.2" + resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" + integrity sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q== + +fs.realpath@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" + integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== + +fsevents@^2.3.2: + version "2.3.3" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6" + integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw== + +function-bind@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c" + integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA== + +gensync@^1.0.0-beta.2: + version "1.0.0-beta.2" + resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" + integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== + +get-caller-file@^2.0.5: + version "2.0.5" + resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" + integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== + +get-intrinsic@^1.2.6: + version "1.3.0" + resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01" + integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ== + dependencies: + call-bind-apply-helpers "^1.0.2" + es-define-property "^1.0.1" + es-errors "^1.3.0" + es-object-atoms "^1.1.1" + function-bind "^1.1.2" + get-proto "^1.0.1" + gopd "^1.2.0" + has-symbols "^1.1.0" + hasown "^2.0.2" + math-intrinsics "^1.1.0" + +get-nonce@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/get-nonce/-/get-nonce-1.0.1.tgz#fdf3f0278073820d2ce9426c18f07481b1e0cdf3" + integrity sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q== + +get-package-type@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a" + integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q== + +get-proto@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz#150b3f2743869ef3e851ec0c49d15b1d14d00ee1" + integrity sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g== + dependencies: + dunder-proto "^1.0.1" + es-object-atoms "^1.0.0" + +get-stream@^6.0.0: + version "6.0.1" + resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7" + integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg== + +getenv@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/getenv/-/getenv-2.0.0.tgz#b1698c7b0f29588f4577d06c42c73a5b475c69e0" + integrity sha512-VilgtJj/ALgGY77fiLam5iD336eSWi96Q15JSAG1zi8NRBysm3LXKdGnHb4m5cuyxvOLQQKWpBZAT6ni4FI2iQ== + +glob@^13.0.0: + version "13.0.6" + resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.6.tgz#078666566a425147ccacfbd2e332deb66a2be71d" + integrity sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw== + dependencies: + minimatch "^10.2.2" + minipass "^7.1.3" + path-scurry "^2.0.2" + +glob@^7.1.1, glob@^7.1.3, glob@^7.1.4: + version "7.2.3" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b" + integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== + 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" + +global-dirs@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445" + integrity sha512-NknMLn7F2J7aflwFOlGdNIuCDpN3VGoSoB+aap3KABFWbHVn1TCgFC+np23J8W2BiZbjfEw3BFBycSMv1AFblg== + dependencies: + ini "^1.3.4" + +gopd@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz#89f56b8217bdbc8802bd299df6d7f1081d7e51a1" + integrity sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg== + +graceful-fs@^4.2.4, graceful-fs@^4.2.9: + version "4.2.11" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3" + integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== + +has-flag@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" + integrity sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw== + +has-flag@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" + integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== + +has-symbols@^1.0.3, has-symbols@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.1.0.tgz#fc9c6a783a084951d0b971fe1018de813707a338" + integrity sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ== + +has-tostringtag@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc" + integrity sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw== + dependencies: + has-symbols "^1.0.3" + +hasown@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003" + integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ== + dependencies: + function-bind "^1.1.2" + +hermes-estree@0.29.1: + version "0.29.1" + resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.29.1.tgz#043c7db076e0e8ef8c5f6ed23828d1ba463ebcc5" + integrity sha512-jl+x31n4/w+wEqm0I2r4CMimukLbLQEYpisys5oCre611CI5fc9TxhqkBBCJ1edDG4Kza0f7CgNz8xVMLZQOmQ== + +hermes-estree@0.32.0: + version "0.32.0" + resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.32.0.tgz#bb7da6613ab8e67e334a1854ea1e209f487d307b" + integrity sha512-KWn3BqnlDOl97Xe1Yviur6NbgIZ+IP+UVSpshlZWkq+EtoHg6/cwiDj/osP9PCEgFE15KBm1O55JRwbMEm5ejQ== + +hermes-estree@0.33.3: + version "0.33.3" + resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.33.3.tgz#6d6b593d4b471119772c82bdb0212dfadabb6f17" + integrity sha512-6kzYZHCk8Fy1Uc+t3HGYyJn3OL4aeqKLTyina4UFtWl8I0kSL7OmKThaiX+Uh2f8nGw3mo4Ifxg0M5Zk3/Oeqg== + +hermes-parser@0.29.1, hermes-parser@^0.29.1: + version "0.29.1" + resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.29.1.tgz#436b24bcd7bb1e71f92a04c396ccc0716c288d56" + integrity sha512-xBHWmUtRC5e/UL0tI7Ivt2riA/YBq9+SiYFU7C1oBa/j2jYGlIF9043oak1F47ihuDIxQ5nbsKueYJDRY02UgA== + dependencies: + hermes-estree "0.29.1" + +hermes-parser@0.32.0: + version "0.32.0" + resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.32.0.tgz#7916984ef6fdce62e7415d354cf35392061cd303" + integrity sha512-g4nBOWFpuiTqjR3LZdRxKUkij9iyveWeuks7INEsMX741f3r9xxrOe8TeQfUxtda0eXmiIFiMQzoeSQEno33Hw== + dependencies: + hermes-estree "0.32.0" + +hermes-parser@0.33.3: + version "0.33.3" + resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.33.3.tgz#da50ababb7a5ab636d339e7b2f6e3848e217e09d" + integrity sha512-Yg3HgaG4CqgyowtYjX/FsnPAuZdHOqSMtnbpylbptsQ9nwwSKsy6uRWcGO5RK0EqiX12q8HvDWKgeAVajRO5DA== + dependencies: + hermes-estree "0.33.3" + +hoist-non-react-statics@^3.3.0: + version "3.3.2" + resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45" + integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== + dependencies: + react-is "^16.7.0" + +hosted-git-info@^7.0.0: + version "7.0.2" + resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-7.0.2.tgz#9b751acac097757667f30114607ef7b661ff4f17" + integrity sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w== + dependencies: + lru-cache "^10.0.1" + +html-encoding-sniffer@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz#2cb1a8cf0db52414776e5b2a7a04d5dd98158de9" + integrity sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA== + dependencies: + whatwg-encoding "^2.0.0" + +html-escaper@^2.0.0: + version "2.0.2" + resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453" + integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg== + +http-errors@~2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-2.0.1.tgz#36d2f65bc909c8790018dd36fb4d93da6caae06b" + integrity sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ== + dependencies: + depd "~2.0.0" + inherits "~2.0.4" + setprototypeof "~1.2.0" + statuses "~2.0.2" + toidentifier "~1.0.1" + +http-proxy-agent@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz#5129800203520d434f142bc78ff3c170800f2b43" + integrity sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w== + dependencies: + "@tootallnate/once" "2" + agent-base "6" + debug "4" + +https-proxy-agent@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6" + integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA== + dependencies: + agent-base "6" + debug "4" + +https-proxy-agent@^7.0.5: + version "7.0.6" + resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz#da8dfeac7da130b05c2ba4b59c9b6cd66611a6b9" + integrity sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw== + dependencies: + agent-base "^7.1.2" + debug "4" + +human-signals@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" + integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== + +hyphenate-style-name@^1.0.3: + version "1.1.0" + resolved "https://registry.yarnpkg.com/hyphenate-style-name/-/hyphenate-style-name-1.1.0.tgz#1797bf50369588b47b72ca6d5e65374607cf4436" + integrity sha512-WDC/ui2VVRrz3jOVi+XtjqkDjiVjTtFaAGiW37k6b+ohyQ5wYDOGkvCZa8+H0nx3gyvv0+BST9xuOgIyGQ00gw== + +iconv-lite@0.6.3: + version "0.6.3" + resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501" + integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw== + dependencies: + safer-buffer ">= 2.1.2 < 3.0.0" + +ieee754@^1.1.13: + version "1.2.1" + resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" + integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== + +ignore@^5.3.1: + version "5.3.2" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5" + integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g== + +image-size@^1.0.2: + version "1.2.1" + resolved "https://registry.yarnpkg.com/image-size/-/image-size-1.2.1.tgz#ee118aedfe666db1a6ee12bed5821cde3740276d" + integrity sha512-rH+46sQJ2dlwfjfhCyNx5thzrv+dtmBIhPHk0zgRUukHzZ/kRueTJXoYYsclBaKcSMBWuGbOFXtioLpzTb5euw== + dependencies: + queue "6.0.2" + +import-local@^3.0.2: + version "3.2.0" + resolved "https://registry.yarnpkg.com/import-local/-/import-local-3.2.0.tgz#c3d5c745798c02a6f8b897726aba5100186ee260" + integrity sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA== + dependencies: + pkg-dir "^4.2.0" + resolve-cwd "^3.0.0" + +imurmurhash@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" + integrity sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA== + +inflight@^1.0.4: + version "1.0.6" + resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" + integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA== + dependencies: + once "^1.3.0" + wrappy "1" + +inherits@2, inherits@~2.0.3, inherits@~2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" + integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== + +ini@^1.3.4, ini@~1.3.0: + version "1.3.8" + resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c" + integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== + +inline-style-prefixer@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/inline-style-prefixer/-/inline-style-prefixer-7.0.1.tgz#9310f3cfa2c6f3901d1480f373981c02691781e8" + integrity sha512-lhYo5qNTQp3EvSSp3sRvXMbVQTLrvGV6DycRMJ5dm2BLMiJ30wpXKdDdgX+GmJZ5uQMucwRKHamXSst3Sj/Giw== + dependencies: + css-in-js-utils "^3.1.0" + +invariant@2.2.4, invariant@^2.2.4: + version "2.2.4" + resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6" + integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA== + dependencies: + loose-envify "^1.0.0" + +is-arrayish@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" + integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg== + +is-arrayish@^0.3.1: + version "0.3.4" + resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.4.tgz#1ee5553818511915685d33bb13d31bf854e5059d" + integrity sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA== + +is-core-module@^2.16.1: + version "2.16.1" + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4" + integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w== + dependencies: + hasown "^2.0.2" + +is-docker@^2.0.0, is-docker@^2.1.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa" + integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== + +is-fullwidth-code-point@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" + integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== + +is-generator-fn@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118" + integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ== + +is-number@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" + integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== + +is-potential-custom-element-name@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz#171ed6f19e3ac554394edf78caa05784a45bebb5" + integrity sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ== + +is-stream@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077" + integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg== + +is-wsl@^2.1.1, is-wsl@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271" + integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== + dependencies: + is-docker "^2.0.0" + +isexe@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" + integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== + +istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.2.0: + version "3.2.2" + resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz#2d166c4b0644d43a39f04bf6c2edd1e585f31756" + integrity sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg== + +istanbul-lib-instrument@^5.0.4: + version "5.2.1" + resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz#d10c8885c2125574e1c231cacadf955675e1ce3d" + integrity sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg== + dependencies: + "@babel/core" "^7.12.3" + "@babel/parser" "^7.14.7" + "@istanbuljs/schema" "^0.1.2" + istanbul-lib-coverage "^3.2.0" + semver "^6.3.0" + +istanbul-lib-instrument@^6.0.0: + version "6.0.3" + resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz#fa15401df6c15874bcb2105f773325d78c666765" + integrity sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q== + dependencies: + "@babel/core" "^7.23.9" + "@babel/parser" "^7.23.9" + "@istanbuljs/schema" "^0.1.3" + istanbul-lib-coverage "^3.2.0" + semver "^7.5.4" + +istanbul-lib-report@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz#908305bac9a5bd175ac6a74489eafd0fc2445a7d" + integrity sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw== + dependencies: + istanbul-lib-coverage "^3.0.0" + make-dir "^4.0.0" + supports-color "^7.1.0" + +istanbul-lib-source-maps@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz#895f3a709fcfba34c6de5a42939022f3e4358551" + integrity sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw== + dependencies: + debug "^4.1.1" + istanbul-lib-coverage "^3.0.0" + source-map "^0.6.1" + +istanbul-reports@^3.1.3: + version "3.2.0" + resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.2.0.tgz#cb4535162b5784aa623cee21a7252cf2c807ac93" + integrity sha512-HGYWWS/ehqTV3xN10i23tkPkpH46MLCIMFNCaaKNavAXTF1RkqxawEPtnjnGZ6XKSInBKkiOA5BKS+aZiY3AvA== + dependencies: + html-escaper "^2.0.0" + istanbul-lib-report "^3.0.0" + +jest-changed-files@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-29.7.0.tgz#1c06d07e77c78e1585d020424dedc10d6e17ac3a" + integrity sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w== + dependencies: + execa "^5.0.0" + jest-util "^29.7.0" + p-limit "^3.1.0" + +jest-circus@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-29.7.0.tgz#b6817a45fcc835d8b16d5962d0c026473ee3668a" + integrity sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw== + dependencies: + "@jest/environment" "^29.7.0" + "@jest/expect" "^29.7.0" + "@jest/test-result" "^29.7.0" + "@jest/types" "^29.6.3" + "@types/node" "*" + chalk "^4.0.0" + co "^4.6.0" + dedent "^1.0.0" + is-generator-fn "^2.0.0" + jest-each "^29.7.0" + jest-matcher-utils "^29.7.0" + jest-message-util "^29.7.0" + jest-runtime "^29.7.0" + jest-snapshot "^29.7.0" + jest-util "^29.7.0" + p-limit "^3.1.0" + pretty-format "^29.7.0" + pure-rand "^6.0.0" + slash "^3.0.0" + stack-utils "^2.0.3" + +jest-cli@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-29.7.0.tgz#5592c940798e0cae677eec169264f2d839a37995" + integrity sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg== + dependencies: + "@jest/core" "^29.7.0" + "@jest/test-result" "^29.7.0" + "@jest/types" "^29.6.3" + chalk "^4.0.0" + create-jest "^29.7.0" + exit "^0.1.2" + import-local "^3.0.2" + jest-config "^29.7.0" + jest-util "^29.7.0" + jest-validate "^29.7.0" + yargs "^17.3.1" + +jest-config@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-29.7.0.tgz#bcbda8806dbcc01b1e316a46bb74085a84b0245f" + integrity sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ== + dependencies: + "@babel/core" "^7.11.6" + "@jest/test-sequencer" "^29.7.0" + "@jest/types" "^29.6.3" + babel-jest "^29.7.0" + chalk "^4.0.0" + ci-info "^3.2.0" + deepmerge "^4.2.2" + glob "^7.1.3" + graceful-fs "^4.2.9" + jest-circus "^29.7.0" + jest-environment-node "^29.7.0" + jest-get-type "^29.6.3" + jest-regex-util "^29.6.3" + jest-resolve "^29.7.0" + jest-runner "^29.7.0" + jest-util "^29.7.0" + jest-validate "^29.7.0" + micromatch "^4.0.4" + parse-json "^5.2.0" + pretty-format "^29.7.0" + slash "^3.0.0" + strip-json-comments "^3.1.1" + +jest-diff@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-29.7.0.tgz#017934a66ebb7ecf6f205e84699be10afd70458a" + integrity sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw== + dependencies: + chalk "^4.0.0" + diff-sequences "^29.6.3" + jest-get-type "^29.6.3" + pretty-format "^29.7.0" + +jest-docblock@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-29.7.0.tgz#8fddb6adc3cdc955c93e2a87f61cfd350d5d119a" + integrity sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g== + dependencies: + detect-newline "^3.0.0" + +jest-each@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-29.7.0.tgz#162a9b3f2328bdd991beaabffbb74745e56577d1" + integrity sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ== + dependencies: + "@jest/types" "^29.6.3" + chalk "^4.0.0" + jest-get-type "^29.6.3" + jest-util "^29.7.0" + pretty-format "^29.7.0" + +jest-environment-jsdom@^29.2.1: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-29.7.0.tgz#d206fa3551933c3fd519e5dfdb58a0f5139a837f" + integrity sha512-k9iQbsf9OyOfdzWH8HDmrRT0gSIcX+FLNW7IQq94tFX0gynPwqDTW0Ho6iMVNjGz/nb+l/vW3dWM2bbLLpkbXA== + dependencies: + "@jest/environment" "^29.7.0" + "@jest/fake-timers" "^29.7.0" + "@jest/types" "^29.6.3" + "@types/jsdom" "^20.0.0" + "@types/node" "*" + jest-mock "^29.7.0" + jest-util "^29.7.0" + jsdom "^20.0.0" + +jest-environment-node@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-29.7.0.tgz#0b93e111dda8ec120bc8300e6d1fb9576e164376" + integrity sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw== + dependencies: + "@jest/environment" "^29.7.0" + "@jest/fake-timers" "^29.7.0" + "@jest/types" "^29.6.3" + "@types/node" "*" + jest-mock "^29.7.0" + jest-util "^29.7.0" + +jest-expo@~54.0.16: + version "54.0.17" + resolved "https://registry.yarnpkg.com/jest-expo/-/jest-expo-54.0.17.tgz#c4b905097889340fe44f868d601c165c113ddc55" + integrity sha512-LyIhrsP4xvHEEcR1R024u/LBj3uPpAgB+UljgV+YXWkEHjprnr0KpE4tROsMNYCVTM1pPlAnPuoBmn5gnAN9KA== + dependencies: + "@expo/config" "~12.0.13" + "@expo/json-file" "^10.0.8" + "@jest/create-cache-key-function" "^29.2.1" + "@jest/globals" "^29.2.1" + babel-jest "^29.2.1" + jest-environment-jsdom "^29.2.1" + jest-snapshot "^29.2.1" + jest-watch-select-projects "^2.0.0" + jest-watch-typeahead "2.2.1" + json5 "^2.2.3" + lodash "^4.17.19" + react-test-renderer "19.1.0" + server-only "^0.0.1" + stacktrace-js "^2.0.2" + +jest-get-type@^29.6.3: + version "29.6.3" + resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-29.6.3.tgz#36f499fdcea197c1045a127319c0481723908fd1" + integrity sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw== + +jest-haste-map@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-29.7.0.tgz#3c2396524482f5a0506376e6c858c3bbcc17b104" + integrity sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA== + dependencies: + "@jest/types" "^29.6.3" + "@types/graceful-fs" "^4.1.3" + "@types/node" "*" + anymatch "^3.0.3" + fb-watchman "^2.0.0" + graceful-fs "^4.2.9" + jest-regex-util "^29.6.3" + jest-util "^29.7.0" + jest-worker "^29.7.0" + micromatch "^4.0.4" + walker "^1.0.8" + optionalDependencies: + fsevents "^2.3.2" + +jest-leak-detector@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz#5b7ec0dadfdfec0ca383dc9aa016d36b5ea4c728" + integrity sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw== + dependencies: + jest-get-type "^29.6.3" + pretty-format "^29.7.0" + +jest-matcher-utils@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz#ae8fec79ff249fd592ce80e3ee474e83a6c44f12" + integrity sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g== + dependencies: + chalk "^4.0.0" + jest-diff "^29.7.0" + jest-get-type "^29.6.3" + pretty-format "^29.7.0" + +jest-message-util@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-29.7.0.tgz#8bc392e204e95dfe7564abbe72a404e28e51f7f3" + integrity sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w== + dependencies: + "@babel/code-frame" "^7.12.13" + "@jest/types" "^29.6.3" + "@types/stack-utils" "^2.0.0" + chalk "^4.0.0" + graceful-fs "^4.2.9" + micromatch "^4.0.4" + pretty-format "^29.7.0" + slash "^3.0.0" + stack-utils "^2.0.3" + +jest-mock@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.7.0.tgz#4e836cf60e99c6fcfabe9f99d017f3fdd50a6347" + integrity sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw== + dependencies: + "@jest/types" "^29.6.3" + "@types/node" "*" + jest-util "^29.7.0" + +jest-pnp-resolver@^1.2.2: + version "1.2.3" + resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz#930b1546164d4ad5937d5540e711d4d38d4cad2e" + integrity sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w== + +jest-regex-util@^29.0.0, jest-regex-util@^29.6.3: + version "29.6.3" + resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-29.6.3.tgz#4a556d9c776af68e1c5f48194f4d0327d24e8a52" + integrity sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg== + +jest-resolve-dependencies@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-29.7.0.tgz#1b04f2c095f37fc776ff40803dc92921b1e88428" + integrity sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA== + dependencies: + jest-regex-util "^29.6.3" + jest-snapshot "^29.7.0" + +jest-resolve@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-29.7.0.tgz#64d6a8992dd26f635ab0c01e5eef4399c6bcbc30" + integrity sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA== + dependencies: + chalk "^4.0.0" + graceful-fs "^4.2.9" + jest-haste-map "^29.7.0" + jest-pnp-resolver "^1.2.2" + jest-util "^29.7.0" + jest-validate "^29.7.0" + resolve "^1.20.0" + resolve.exports "^2.0.0" + slash "^3.0.0" + +jest-runner@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-29.7.0.tgz#809af072d408a53dcfd2e849a4c976d3132f718e" + integrity sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ== + dependencies: + "@jest/console" "^29.7.0" + "@jest/environment" "^29.7.0" + "@jest/test-result" "^29.7.0" + "@jest/transform" "^29.7.0" + "@jest/types" "^29.6.3" + "@types/node" "*" + chalk "^4.0.0" + emittery "^0.13.1" + graceful-fs "^4.2.9" + jest-docblock "^29.7.0" + jest-environment-node "^29.7.0" + jest-haste-map "^29.7.0" + jest-leak-detector "^29.7.0" + jest-message-util "^29.7.0" + jest-resolve "^29.7.0" + jest-runtime "^29.7.0" + jest-util "^29.7.0" + jest-watcher "^29.7.0" + jest-worker "^29.7.0" + p-limit "^3.1.0" + source-map-support "0.5.13" + +jest-runtime@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-29.7.0.tgz#efecb3141cf7d3767a3a0cc8f7c9990587d3d817" + integrity sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ== + dependencies: + "@jest/environment" "^29.7.0" + "@jest/fake-timers" "^29.7.0" + "@jest/globals" "^29.7.0" + "@jest/source-map" "^29.6.3" + "@jest/test-result" "^29.7.0" + "@jest/transform" "^29.7.0" + "@jest/types" "^29.6.3" + "@types/node" "*" + chalk "^4.0.0" + cjs-module-lexer "^1.0.0" + collect-v8-coverage "^1.0.0" + glob "^7.1.3" + graceful-fs "^4.2.9" + jest-haste-map "^29.7.0" + jest-message-util "^29.7.0" + jest-mock "^29.7.0" + jest-regex-util "^29.6.3" + jest-resolve "^29.7.0" + jest-snapshot "^29.7.0" + jest-util "^29.7.0" + slash "^3.0.0" + strip-bom "^4.0.0" + +jest-snapshot@^29.2.1, jest-snapshot@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-29.7.0.tgz#c2c574c3f51865da1bb329036778a69bf88a6be5" + integrity sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw== + dependencies: + "@babel/core" "^7.11.6" + "@babel/generator" "^7.7.2" + "@babel/plugin-syntax-jsx" "^7.7.2" + "@babel/plugin-syntax-typescript" "^7.7.2" + "@babel/types" "^7.3.3" + "@jest/expect-utils" "^29.7.0" + "@jest/transform" "^29.7.0" + "@jest/types" "^29.6.3" + babel-preset-current-node-syntax "^1.0.0" + chalk "^4.0.0" + expect "^29.7.0" + graceful-fs "^4.2.9" + jest-diff "^29.7.0" + jest-get-type "^29.6.3" + jest-matcher-utils "^29.7.0" + jest-message-util "^29.7.0" + jest-util "^29.7.0" + natural-compare "^1.4.0" + pretty-format "^29.7.0" + semver "^7.5.3" + +jest-util@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.7.0.tgz#23c2b62bfb22be82b44de98055802ff3710fc0bc" + integrity sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA== + dependencies: + "@jest/types" "^29.6.3" + "@types/node" "*" + chalk "^4.0.0" + ci-info "^3.2.0" + graceful-fs "^4.2.9" + picomatch "^2.2.3" + +jest-validate@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-29.7.0.tgz#7bf705511c64da591d46b15fce41400d52147d9c" + integrity sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw== + dependencies: + "@jest/types" "^29.6.3" + camelcase "^6.2.0" + chalk "^4.0.0" + jest-get-type "^29.6.3" + leven "^3.1.0" + pretty-format "^29.7.0" + +jest-watch-select-projects@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/jest-watch-select-projects/-/jest-watch-select-projects-2.0.0.tgz#4373d7e4de862aae28b46e036b669a4c913ea867" + integrity sha512-j00nW4dXc2NiCW6znXgFLF9g8PJ0zP25cpQ1xRro/HU2GBfZQFZD0SoXnAlaoKkIY4MlfTMkKGbNXFpvCdjl1w== + dependencies: + ansi-escapes "^4.3.0" + chalk "^3.0.0" + prompts "^2.2.1" + +jest-watch-typeahead@2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-2.2.1.tgz#36601520a2a30fd561788552dbda9c76bb44814a" + integrity sha512-jYpYmUnTzysmVnwq49TAxlmtOAwp8QIqvZyoofQFn8fiWhEDZj33ZXzg3JA4nGnzWFm1hbWf3ADpteUokvXgFA== + dependencies: + ansi-escapes "^6.0.0" + chalk "^4.0.0" + jest-regex-util "^29.0.0" + jest-watcher "^29.0.0" + slash "^5.0.0" + string-length "^5.0.1" + strip-ansi "^7.0.1" + +jest-watcher@^29.0.0, jest-watcher@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-29.7.0.tgz#7810d30d619c3a62093223ce6bb359ca1b28a2f2" + integrity sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g== + dependencies: + "@jest/test-result" "^29.7.0" + "@jest/types" "^29.6.3" + "@types/node" "*" + ansi-escapes "^4.2.1" + chalk "^4.0.0" + emittery "^0.13.1" + jest-util "^29.7.0" + string-length "^4.0.1" + +jest-worker@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.7.0.tgz#acad073acbbaeb7262bd5389e1bcf43e10058d4a" + integrity sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw== + dependencies: + "@types/node" "*" + jest-util "^29.7.0" + merge-stream "^2.0.0" + supports-color "^8.0.0" + +jest@^29.2.1: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest/-/jest-29.7.0.tgz#994676fc24177f088f1c5e3737f5697204ff2613" + integrity sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw== + dependencies: + "@jest/core" "^29.7.0" + "@jest/types" "^29.6.3" + import-local "^3.0.2" + jest-cli "^29.7.0" + +jimp-compact@0.16.1: + version "0.16.1" + resolved "https://registry.yarnpkg.com/jimp-compact/-/jimp-compact-0.16.1.tgz#9582aea06548a2c1e04dd148d7c3ab92075aefa3" + integrity sha512-dZ6Ra7u1G8c4Letq/B5EzAxj4tLFHL+cGtdpR+PVm4yzPDj+lCk+AbivWt1eOM+ikzkowtyV7qSqX6qr3t71Ww== + +"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" + integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== + +js-yaml@^3.13.1: + version "3.14.2" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.2.tgz#77485ce1dd7f33c061fd1b16ecea23b55fcb04b0" + integrity sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg== + dependencies: + argparse "^1.0.7" + esprima "^4.0.0" + +js-yaml@^4.1.0: + version "4.1.1" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b" + integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA== + dependencies: + argparse "^2.0.1" + +jsc-safe-url@^0.2.2, jsc-safe-url@^0.2.4: + version "0.2.4" + resolved "https://registry.yarnpkg.com/jsc-safe-url/-/jsc-safe-url-0.2.4.tgz#141c14fbb43791e88d5dc64e85a374575a83477a" + integrity sha512-0wM3YBWtYePOjfyXQH5MWQ8H7sdk5EXSwZvmSLKk2RboVQ2Bu239jycHDz5J/8Blf3K0Qnoy2b6xD+z10MFB+Q== + +jsdom@^20.0.0: + version "20.0.3" + resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-20.0.3.tgz#886a41ba1d4726f67a8858028c99489fed6ad4db" + integrity sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ== + dependencies: + abab "^2.0.6" + acorn "^8.8.1" + acorn-globals "^7.0.0" + cssom "^0.5.0" + cssstyle "^2.3.0" + data-urls "^3.0.2" + decimal.js "^10.4.2" + domexception "^4.0.0" + escodegen "^2.0.0" + form-data "^4.0.0" + html-encoding-sniffer "^3.0.0" + http-proxy-agent "^5.0.0" + https-proxy-agent "^5.0.1" + is-potential-custom-element-name "^1.0.1" + nwsapi "^2.2.2" + parse5 "^7.1.1" + saxes "^6.0.0" + symbol-tree "^3.2.4" + tough-cookie "^4.1.2" + w3c-xmlserializer "^4.0.0" + webidl-conversions "^7.0.0" + whatwg-encoding "^2.0.0" + whatwg-mimetype "^3.0.0" + whatwg-url "^11.0.0" + ws "^8.11.0" + xml-name-validator "^4.0.0" + +jsesc@^3.0.2, jsesc@~3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.1.0.tgz#74d335a234f67ed19907fdadfac7ccf9d409825d" + integrity sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA== + +json-parse-even-better-errors@^2.3.0: + version "2.3.1" + resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d" + integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== + +json-schema-traverse@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2" + integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug== + +json5@^2.2.3: + version "2.2.3" + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" + integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== + +kleur@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e" + integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w== + +lan-network@^0.1.6: + version "0.1.7" + resolved "https://registry.yarnpkg.com/lan-network/-/lan-network-0.1.7.tgz#9fcb9967c6d951f10b2f9a9ffabe4a312d63f69d" + integrity sha512-mnIlAEMu4OyEvUNdzco9xpuB9YVcPkQec+QsgycBCtPZvEqWPCDPfbAE4OJMdBBWpZWtpCn1xw9jJYlwjWI5zQ== + +leven@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2" + integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A== + +lighthouse-logger@^1.0.0: + version "1.4.2" + resolved "https://registry.yarnpkg.com/lighthouse-logger/-/lighthouse-logger-1.4.2.tgz#aef90f9e97cd81db367c7634292ee22079280aaa" + integrity sha512-gPWxznF6TKmUHrOQjlVo2UbaL2EJ71mb2CCeRs/2qBpi4L/g4LUVc9+3lKQ6DTUZwJswfM7ainGrLO1+fOqa2g== + dependencies: + debug "^2.6.9" + marky "^1.2.2" + +lightningcss-android-arm64@1.31.1: + version "1.31.1" + resolved "https://registry.yarnpkg.com/lightningcss-android-arm64/-/lightningcss-android-arm64-1.31.1.tgz#609ff48332adff452a8157a7c2842fd692a8eac4" + integrity sha512-HXJF3x8w9nQ4jbXRiNppBCqeZPIAfUo8zE/kOEGbW5NZvGc/K7nMxbhIr+YlFlHW5mpbg/YFPdbnCh1wAXCKFg== + +lightningcss-darwin-arm64@1.31.1: + version "1.31.1" + resolved "https://registry.yarnpkg.com/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.31.1.tgz#a13da040a7929582bab3ace9a67bdc146e99fc2d" + integrity sha512-02uTEqf3vIfNMq3h/z2cJfcOXnQ0GRwQrkmPafhueLb2h7mqEidiCzkE4gBMEH65abHRiQvhdcQ+aP0D0g67sg== + +lightningcss-darwin-x64@1.31.1: + version "1.31.1" + resolved "https://registry.yarnpkg.com/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.31.1.tgz#f7482c311273571ec0c2bd8277c1f5f6e90e03a4" + integrity sha512-1ObhyoCY+tGxtsz1lSx5NXCj3nirk0Y0kB/g8B8DT+sSx4G9djitg9ejFnjb3gJNWo7qXH4DIy2SUHvpoFwfTA== + +lightningcss-freebsd-x64@1.31.1: + version "1.31.1" + resolved "https://registry.yarnpkg.com/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.31.1.tgz#91df1bb290f1cb7bb2af832d7d0d8809225e0124" + integrity sha512-1RINmQKAItO6ISxYgPwszQE1BrsVU5aB45ho6O42mu96UiZBxEXsuQ7cJW4zs4CEodPUioj/QrXW1r9pLUM74A== + +lightningcss-linux-arm-gnueabihf@1.31.1: + version "1.31.1" + resolved "https://registry.yarnpkg.com/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.31.1.tgz#c3cad5ae8b70045f21600dc95295ab6166acf57e" + integrity sha512-OOCm2//MZJ87CdDK62rZIu+aw9gBv4azMJuA8/KB74wmfS3lnC4yoPHm0uXZ/dvNNHmnZnB8XLAZzObeG0nS1g== + +lightningcss-linux-arm64-gnu@1.31.1: + version "1.31.1" + resolved "https://registry.yarnpkg.com/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.31.1.tgz#a5c4f6a5ac77447093f61b209c0bd7fef1f0a3e3" + integrity sha512-WKyLWztD71rTnou4xAD5kQT+982wvca7E6QoLpoawZ1gP9JM0GJj4Tp5jMUh9B3AitHbRZ2/H3W5xQmdEOUlLg== + +lightningcss-linux-arm64-musl@1.31.1: + version "1.31.1" + resolved "https://registry.yarnpkg.com/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.31.1.tgz#af26ab8f829b727ada0a200938a6c8796ff36900" + integrity sha512-mVZ7Pg2zIbe3XlNbZJdjs86YViQFoJSpc41CbVmKBPiGmC4YrfeOyz65ms2qpAobVd7WQsbW4PdsSJEMymyIMg== + +lightningcss-linux-x64-gnu@1.31.1: + version "1.31.1" + resolved "https://registry.yarnpkg.com/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.31.1.tgz#a891d44e84b71c0d88959feb9a7522bbf61450ee" + integrity sha512-xGlFWRMl+0KvUhgySdIaReQdB4FNudfUTARn7q0hh/V67PVGCs3ADFjw+6++kG1RNd0zdGRlEKa+T13/tQjPMA== + +lightningcss-linux-x64-musl@1.31.1: + version "1.31.1" + resolved "https://registry.yarnpkg.com/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.31.1.tgz#8c8b21def851f4d477fa897b80cb3db2b650bc6e" + integrity sha512-eowF8PrKHw9LpoZii5tdZwnBcYDxRw2rRCyvAXLi34iyeYfqCQNA9rmUM0ce62NlPhCvof1+9ivRaTY6pSKDaA== + +lightningcss-win32-arm64-msvc@1.31.1: + version "1.31.1" + resolved "https://registry.yarnpkg.com/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.31.1.tgz#79000fb8c57e94a91b8fc643e74d5a54407d7080" + integrity sha512-aJReEbSEQzx1uBlQizAOBSjcmr9dCdL3XuC/6HLXAxmtErsj2ICo5yYggg1qOODQMtnjNQv2UHb9NpOuFtYe4w== + +lightningcss-win32-x64-msvc@1.31.1: + version "1.31.1" + resolved "https://registry.yarnpkg.com/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.31.1.tgz#7f025274c81c7d659829731e09c8b6f442209837" + integrity sha512-I9aiFrbd7oYHwlnQDqr1Roz+fTz61oDDJX7n9tYF9FJymH1cIN1DtKw3iYt6b8WZgEjoNwVSncwF4wx/ZedMhw== + +lightningcss@^1.30.1: + version "1.31.1" + resolved "https://registry.yarnpkg.com/lightningcss/-/lightningcss-1.31.1.tgz#1a19dd327b547a7eda1d5c296ebe1e72df5a184b" + integrity sha512-l51N2r93WmGUye3WuFoN5k10zyvrVs0qfKBhyC5ogUQ6Ew6JUSswh78mbSO+IU3nTWsyOArqPCcShdQSadghBQ== + dependencies: + detect-libc "^2.0.3" + optionalDependencies: + lightningcss-android-arm64 "1.31.1" + lightningcss-darwin-arm64 "1.31.1" + lightningcss-darwin-x64 "1.31.1" + lightningcss-freebsd-x64 "1.31.1" + lightningcss-linux-arm-gnueabihf "1.31.1" + lightningcss-linux-arm64-gnu "1.31.1" + lightningcss-linux-arm64-musl "1.31.1" + lightningcss-linux-x64-gnu "1.31.1" + lightningcss-linux-x64-musl "1.31.1" + lightningcss-win32-arm64-msvc "1.31.1" + lightningcss-win32-x64-msvc "1.31.1" + +lines-and-columns@^1.1.6: + version "1.2.4" + resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632" + integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== + +locate-path@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0" + integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g== + dependencies: + p-locate "^4.1.0" + +lodash.debounce@4.0.8, lodash.debounce@^4.0.8: + version "4.0.8" + resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" + integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow== + +lodash.throttle@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4" + integrity sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ== + +lodash@^4.17.19: + version "4.17.23" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a" + integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w== + +log-symbols@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a" + integrity sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg== + dependencies: + chalk "^2.0.1" + +loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" + integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== + dependencies: + js-tokens "^3.0.0 || ^4.0.0" + +lru-cache@^10.0.1: + version "10.4.3" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119" + integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ== + +lru-cache@^11.0.0: + version "11.2.6" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.2.6.tgz#356bf8a29e88a7a2945507b31f6429a65a192c58" + integrity sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ== + +lru-cache@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" + integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== + dependencies: + yallist "^3.0.2" + +make-dir@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-4.0.0.tgz#c3c2307a771277cd9638305f915c29ae741b614e" + integrity sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw== + dependencies: + semver "^7.5.3" + +makeerror@1.0.12: + version "1.0.12" + resolved "https://registry.yarnpkg.com/makeerror/-/makeerror-1.0.12.tgz#3e5dd2079a82e812e983cc6610c4a2cb0eaa801a" + integrity sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg== + dependencies: + tmpl "1.0.5" + +marky@^1.2.2: + version "1.3.0" + resolved "https://registry.yarnpkg.com/marky/-/marky-1.3.0.tgz#422b63b0baf65022f02eda61a238eccdbbc14997" + integrity sha512-ocnPZQLNpvbedwTy9kNrQEsknEfgvcLMvOtz3sFeWApDq1MXH1TqkCIx58xlpESsfwQOnuBO9beyQuNGzVvuhQ== + +math-intrinsics@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9" + integrity sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g== + +memoize-one@^5.0.0: + version "5.2.1" + resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-5.2.1.tgz#8337aa3c4335581839ec01c3d594090cebe8f00e" + integrity sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q== + +memoize-one@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-6.0.0.tgz#b2591b871ed82948aee4727dc6abceeeac8c1045" + integrity sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw== + +merge-stream@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" + integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== + +metro-babel-transformer@0.83.3: + version "0.83.3" + resolved "https://registry.yarnpkg.com/metro-babel-transformer/-/metro-babel-transformer-0.83.3.tgz#d8c134615530c9ee61364526d44ca4bb0c5343ea" + integrity sha512-1vxlvj2yY24ES1O5RsSIvg4a4WeL7PFXgKOHvXTXiW0deLvQr28ExXj6LjwCCDZ4YZLhq6HddLpZnX4dEdSq5g== + dependencies: + "@babel/core" "^7.25.2" + flow-enums-runtime "^0.0.6" + hermes-parser "0.32.0" + nullthrows "^1.1.1" + +metro-babel-transformer@0.83.4: + version "0.83.4" + resolved "https://registry.yarnpkg.com/metro-babel-transformer/-/metro-babel-transformer-0.83.4.tgz#9a4068c1a4ba40c073ee7830b19ed87d3ed1557e" + integrity sha512-xfNtsYIigybqm9xVL3ygTYYNFyYTMf2lGg/Wt+znVGtwcjXoRPG80WlL5SS09ZjYVei3MoE920i7MNr7ukSULA== + dependencies: + "@babel/core" "^7.25.2" + flow-enums-runtime "^0.0.6" + hermes-parser "0.33.3" + nullthrows "^1.1.1" + +metro-cache-key@0.83.3: + version "0.83.3" + resolved "https://registry.yarnpkg.com/metro-cache-key/-/metro-cache-key-0.83.3.tgz#ae6c5d4eb1ad8d06a92bf7294ca730a8d880b573" + integrity sha512-59ZO049jKzSmvBmG/B5bZ6/dztP0ilp0o988nc6dpaDsU05Cl1c/lRf+yx8m9WW/JVgbmfO5MziBU559XjI5Zw== + dependencies: + flow-enums-runtime "^0.0.6" + +metro-cache-key@0.83.4: + version "0.83.4" + resolved "https://registry.yarnpkg.com/metro-cache-key/-/metro-cache-key-0.83.4.tgz#eb70beab737782bf36eb145a30c2e97e20de52e8" + integrity sha512-Y8E6mm1alkYIRzmfkOdrwXMzJ4HKANYiZE7J2d3iYTwmnLIQG+aoIpvla+bo6LRxH1Gm3qjEiOl+LbxvPCzIug== + dependencies: + flow-enums-runtime "^0.0.6" + +metro-cache@0.83.3: + version "0.83.3" + resolved "https://registry.yarnpkg.com/metro-cache/-/metro-cache-0.83.3.tgz#f1245cc48570c47d8944495e61d67f0228f10172" + integrity sha512-3jo65X515mQJvKqK3vWRblxDEcgY55Sk3w4xa6LlfEXgQ9g1WgMh9m4qVZVwgcHoLy0a2HENTPCCX4Pk6s8c8Q== + dependencies: + exponential-backoff "^3.1.1" + flow-enums-runtime "^0.0.6" + https-proxy-agent "^7.0.5" + metro-core "0.83.3" + +metro-cache@0.83.4: + version "0.83.4" + resolved "https://registry.yarnpkg.com/metro-cache/-/metro-cache-0.83.4.tgz#d9ff274c053e1ffcbf42b49882af9473ac5f35fb" + integrity sha512-Pm6CiksVms0cZNDDe/nFzYr1xpXzJLOSwvOjl4b3cYtXxEFllEjD6EeBgoQK5C8yk7U54PcuRaUAFSvJ+eCKbg== + dependencies: + exponential-backoff "^3.1.1" + flow-enums-runtime "^0.0.6" + https-proxy-agent "^7.0.5" + metro-core "0.83.4" + +metro-config@0.83.3: + version "0.83.3" + resolved "https://registry.yarnpkg.com/metro-config/-/metro-config-0.83.3.tgz#a30e7a69b5cf8c4ac4c4b68b1b4c33649ae129a2" + integrity sha512-mTel7ipT0yNjKILIan04bkJkuCzUUkm2SeEaTads8VfEecCh+ltXchdq6DovXJqzQAXuR2P9cxZB47Lg4klriA== + dependencies: + connect "^3.6.5" + flow-enums-runtime "^0.0.6" + jest-validate "^29.7.0" + metro "0.83.3" + metro-cache "0.83.3" + metro-core "0.83.3" + metro-runtime "0.83.3" + yaml "^2.6.1" + +metro-config@0.83.4, metro-config@^0.83.1: + version "0.83.4" + resolved "https://registry.yarnpkg.com/metro-config/-/metro-config-0.83.4.tgz#10c99df962cf3a1ab6ad86bcc697dfcac0a316af" + integrity sha512-ydOgMNI9aT8l2LOTOugt1FvC7getPKG9uJo9Vclg9/RWJxbwkBF/FMBm6w5gH8NwJokSmQrbNkojXPn7nm0kGw== + dependencies: + connect "^3.6.5" + flow-enums-runtime "^0.0.6" + jest-validate "^29.7.0" + metro "0.83.4" + metro-cache "0.83.4" + metro-core "0.83.4" + metro-runtime "0.83.4" + yaml "^2.6.1" + +metro-core@0.83.3: + version "0.83.3" + resolved "https://registry.yarnpkg.com/metro-core/-/metro-core-0.83.3.tgz#007e93f7d1983777da8988dfb103ad897c9835b8" + integrity sha512-M+X59lm7oBmJZamc96usuF1kusd5YimqG/q97g4Ac7slnJ3YiGglW5CsOlicTR5EWf8MQFxxjDoB6ytTqRe8Hw== + dependencies: + flow-enums-runtime "^0.0.6" + lodash.throttle "^4.1.1" + metro-resolver "0.83.3" + +metro-core@0.83.4, metro-core@^0.83.1: + version "0.83.4" + resolved "https://registry.yarnpkg.com/metro-core/-/metro-core-0.83.4.tgz#06fd79d73935748317076aab24be0bb4cbaab801" + integrity sha512-EE+j/imryd3og/6Ly9usku9vcTLQr2o4IDax/izsr6b0HRqZK9k6f5SZkGkOPqnsACLq6csPCx+2JsgF9DkVbw== + dependencies: + flow-enums-runtime "^0.0.6" + lodash.throttle "^4.1.1" + metro-resolver "0.83.4" + +metro-file-map@0.83.3: + version "0.83.3" + resolved "https://registry.yarnpkg.com/metro-file-map/-/metro-file-map-0.83.3.tgz#3d79fbb1d379ab178dd895ce54cb5ecb183d74a2" + integrity sha512-jg5AcyE0Q9Xbbu/4NAwwZkmQn7doJCKGW0SLeSJmzNB9Z24jBe0AL2PHNMy4eu0JiKtNWHz9IiONGZWq7hjVTA== + dependencies: + debug "^4.4.0" + fb-watchman "^2.0.0" + flow-enums-runtime "^0.0.6" + graceful-fs "^4.2.4" + invariant "^2.2.4" + jest-worker "^29.7.0" + micromatch "^4.0.4" + nullthrows "^1.1.1" + walker "^1.0.7" + +metro-file-map@0.83.4: + version "0.83.4" + resolved "https://registry.yarnpkg.com/metro-file-map/-/metro-file-map-0.83.4.tgz#f694f2e4950e64daff922b80d87e98731daa756b" + integrity sha512-RSZLpGQhW9topefjJ9dp77Ff7BP88b17sb/YjxLHC1/H0lJVYYC9Cgqua21Vxe4RUJK2z64hw72g+ySLGTCawA== + dependencies: + debug "^4.4.0" + fb-watchman "^2.0.0" + flow-enums-runtime "^0.0.6" + graceful-fs "^4.2.4" + invariant "^2.2.4" + jest-worker "^29.7.0" + micromatch "^4.0.4" + nullthrows "^1.1.1" + walker "^1.0.7" + +metro-minify-terser@0.83.3: + version "0.83.3" + resolved "https://registry.yarnpkg.com/metro-minify-terser/-/metro-minify-terser-0.83.3.tgz#c1c70929c86b14c8bf03e6321b4f9310bc8dbe87" + integrity sha512-O2BmfWj6FSfzBLrNCXt/rr2VYZdX5i6444QJU0fFoc7Ljg+Q+iqebwE3K0eTvkI6TRjELsXk1cjU+fXwAR4OjQ== + dependencies: + flow-enums-runtime "^0.0.6" + terser "^5.15.0" + +metro-minify-terser@0.83.4: + version "0.83.4" + resolved "https://registry.yarnpkg.com/metro-minify-terser/-/metro-minify-terser-0.83.4.tgz#43dea24b72369e01a1831483e7b1bd49581a4cb9" + integrity sha512-KmZnpxfj0nPIRkbBNTc6xul5f5GPvWL5kQ1UkisB7qFkgh6+UiJG+L4ukJ2sK7St6+8Za/Cb68MUEYkUouIYcQ== + dependencies: + flow-enums-runtime "^0.0.6" + terser "^5.15.0" + +metro-resolver@0.83.3: + version "0.83.3" + resolved "https://registry.yarnpkg.com/metro-resolver/-/metro-resolver-0.83.3.tgz#06207bdddc280b9335722a8c992aeec017413942" + integrity sha512-0js+zwI5flFxb1ktmR///bxHYg7OLpRpWZlBBruYG8OKYxeMP7SV0xQ/o/hUelrEMdK4LJzqVtHAhBm25LVfAQ== + dependencies: + flow-enums-runtime "^0.0.6" + +metro-resolver@0.83.4: + version "0.83.4" + resolved "https://registry.yarnpkg.com/metro-resolver/-/metro-resolver-0.83.4.tgz#20e9ebc45beeacc7fff657e3ad0404ad9bdffe55" + integrity sha512-drWdylyNqgdaJufz0GjU/ielv2hjcc6piegjjJwKn8l7A/72aLQpUpOHtP+GMR+kOqhSsD4MchhJ6PSANvlSEw== + dependencies: + flow-enums-runtime "^0.0.6" + +metro-runtime@0.83.3: + version "0.83.3" + resolved "https://registry.yarnpkg.com/metro-runtime/-/metro-runtime-0.83.3.tgz#ff504df5d93f38b1af396715b327e589ba8d184d" + integrity sha512-JHCJb9ebr9rfJ+LcssFYA2x1qPYuSD/bbePupIGhpMrsla7RCwC/VL3yJ9cSU+nUhU4c9Ixxy8tBta+JbDeZWw== + dependencies: + "@babel/runtime" "^7.25.0" + flow-enums-runtime "^0.0.6" + +metro-runtime@0.83.4, metro-runtime@^0.83.1: + version "0.83.4" + resolved "https://registry.yarnpkg.com/metro-runtime/-/metro-runtime-0.83.4.tgz#44296e7ddee052cf1966f484f60fc6290a1cf5df" + integrity sha512-sWj9KN311yG22Zv0kVbAp9dorB9HtTThvQKsAn6PLxrVrz+1UBsLrQSxjE/s4PtzDi1HABC648jo4K9Euz/5jw== + dependencies: + "@babel/runtime" "^7.25.0" + flow-enums-runtime "^0.0.6" + +metro-source-map@0.83.3: + version "0.83.3" + resolved "https://registry.yarnpkg.com/metro-source-map/-/metro-source-map-0.83.3.tgz#04bb464f7928ea48bcdfd18912c8607cf317c898" + integrity sha512-xkC3qwUBh2psVZgVavo8+r2C9Igkk3DibiOXSAht1aYRRcztEZNFtAMtfSB7sdO2iFMx2Mlyu++cBxz/fhdzQg== + dependencies: + "@babel/traverse" "^7.25.3" + "@babel/traverse--for-generate-function-map" "npm:@babel/traverse@^7.25.3" + "@babel/types" "^7.25.2" + flow-enums-runtime "^0.0.6" + invariant "^2.2.4" + metro-symbolicate "0.83.3" + nullthrows "^1.1.1" + ob1 "0.83.3" + source-map "^0.5.6" + vlq "^1.0.0" + +metro-source-map@0.83.4, metro-source-map@^0.83.1: + version "0.83.4" + resolved "https://registry.yarnpkg.com/metro-source-map/-/metro-source-map-0.83.4.tgz#c39442f308708055df08545398f5d8d18b9bac7a" + integrity sha512-pPbmQwS0zgU+/0u5KPkuvlsQP0V+WYQ9qNshqupIL720QRH0vS3QR25IVVtbunofEDJchI11Q4QtIbmUyhpOBw== + 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.4" + nullthrows "^1.1.1" + ob1 "0.83.4" + source-map "^0.5.6" + vlq "^1.0.0" + +metro-symbolicate@0.83.3: + version "0.83.3" + resolved "https://registry.yarnpkg.com/metro-symbolicate/-/metro-symbolicate-0.83.3.tgz#67af03950f0dfe19a7c059e3983e39a31e95d03a" + integrity sha512-F/YChgKd6KbFK3eUR5HdUsfBqVsanf5lNTwFd4Ca7uuxnHgBC3kR/Hba/RGkenR3pZaGNp5Bu9ZqqP52Wyhomw== + dependencies: + flow-enums-runtime "^0.0.6" + invariant "^2.2.4" + metro-source-map "0.83.3" + nullthrows "^1.1.1" + source-map "^0.5.6" + vlq "^1.0.0" + +metro-symbolicate@0.83.4: + version "0.83.4" + resolved "https://registry.yarnpkg.com/metro-symbolicate/-/metro-symbolicate-0.83.4.tgz#147dd0109c156351fa67a686377856075ed07b5a" + integrity sha512-clyWAXDgkDHPwvldl95pcLTrJIqUj9GbZayL8tfeUs69ilsIUBpVym2lRd/8l3/8PIHCInxL868NvD2Y7OqKXg== + dependencies: + flow-enums-runtime "^0.0.6" + invariant "^2.2.4" + metro-source-map "0.83.4" + nullthrows "^1.1.1" + source-map "^0.5.6" + vlq "^1.0.0" + +metro-transform-plugins@0.83.3: + version "0.83.3" + resolved "https://registry.yarnpkg.com/metro-transform-plugins/-/metro-transform-plugins-0.83.3.tgz#2c59ba841e269363cf3acb13138cb992f0c75013" + integrity sha512-eRGoKJU6jmqOakBMH5kUB7VitEWiNrDzBHpYbkBXW7C5fUGeOd2CyqrosEzbMK5VMiZYyOcNFEphvxk3OXey2A== + dependencies: + "@babel/core" "^7.25.2" + "@babel/generator" "^7.25.0" + "@babel/template" "^7.25.0" + "@babel/traverse" "^7.25.3" + flow-enums-runtime "^0.0.6" + nullthrows "^1.1.1" + +metro-transform-plugins@0.83.4: + version "0.83.4" + resolved "https://registry.yarnpkg.com/metro-transform-plugins/-/metro-transform-plugins-0.83.4.tgz#5a08d28f032c38400304141286616ce6ee5401da" + integrity sha512-c0ROVcyvdaGPUFIg2N5nEQF4xbsqB2p1PPPhVvK1d/Y7ZhBAFiwQ75so0SJok32q+I++lc/hq7IdPCp2frPGQg== + dependencies: + "@babel/core" "^7.25.2" + "@babel/generator" "^7.29.1" + "@babel/template" "^7.28.6" + "@babel/traverse" "^7.29.0" + flow-enums-runtime "^0.0.6" + nullthrows "^1.1.1" + +metro-transform-worker@0.83.3: + version "0.83.3" + resolved "https://registry.yarnpkg.com/metro-transform-worker/-/metro-transform-worker-0.83.3.tgz#ca6ae4a02b0f61b33299e6e56bacaba32dcd607f" + integrity sha512-Ztekew9t/gOIMZX1tvJOgX7KlSLL5kWykl0Iwu2cL2vKMKVALRl1hysyhUw0vjpAvLFx+Kfq9VLjnHIkW32fPA== + dependencies: + "@babel/core" "^7.25.2" + "@babel/generator" "^7.25.0" + "@babel/parser" "^7.25.3" + "@babel/types" "^7.25.2" + flow-enums-runtime "^0.0.6" + metro "0.83.3" + metro-babel-transformer "0.83.3" + metro-cache "0.83.3" + metro-cache-key "0.83.3" + metro-minify-terser "0.83.3" + metro-source-map "0.83.3" + metro-transform-plugins "0.83.3" + nullthrows "^1.1.1" + +metro-transform-worker@0.83.4: + version "0.83.4" + resolved "https://registry.yarnpkg.com/metro-transform-worker/-/metro-transform-worker-0.83.4.tgz#c71c53687dcf274d668aa5c6a9d4d3c00a7f7203" + integrity sha512-6I81IZLeU/0ww7OBgCPALFl0OE0FQwvIuKCtuViSiKufmislF7kVr7IHH9GYtQuZcnualQ82gYeQ11KzZQTouw== + dependencies: + "@babel/core" "^7.25.2" + "@babel/generator" "^7.29.1" + "@babel/parser" "^7.29.0" + "@babel/types" "^7.29.0" + flow-enums-runtime "^0.0.6" + metro "0.83.4" + metro-babel-transformer "0.83.4" + metro-cache "0.83.4" + metro-cache-key "0.83.4" + metro-minify-terser "0.83.4" + metro-source-map "0.83.4" + metro-transform-plugins "0.83.4" + nullthrows "^1.1.1" + +metro@0.83.3: + version "0.83.3" + resolved "https://registry.yarnpkg.com/metro/-/metro-0.83.3.tgz#1e7e04c15519af746f8932c7f9c553d92c39e922" + integrity sha512-+rP+/GieOzkt97hSJ0MrPOuAH/jpaS21ZDvL9DJ35QYRDlQcwzcvUlGUf79AnQxq/2NPiS/AULhhM4TKutIt8Q== + dependencies: + "@babel/code-frame" "^7.24.7" + "@babel/core" "^7.25.2" + "@babel/generator" "^7.25.0" + "@babel/parser" "^7.25.3" + "@babel/template" "^7.25.0" + "@babel/traverse" "^7.25.3" + "@babel/types" "^7.25.2" + accepts "^1.3.7" + 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.32.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.3" + metro-cache "0.83.3" + metro-cache-key "0.83.3" + metro-config "0.83.3" + metro-core "0.83.3" + metro-file-map "0.83.3" + metro-resolver "0.83.3" + metro-runtime "0.83.3" + metro-source-map "0.83.3" + metro-symbolicate "0.83.3" + metro-transform-plugins "0.83.3" + metro-transform-worker "0.83.3" + mime-types "^2.1.27" + nullthrows "^1.1.1" + serialize-error "^2.1.0" + source-map "^0.5.6" + throat "^5.0.0" + ws "^7.5.10" + yargs "^17.6.2" + +metro@0.83.4, metro@^0.83.1: + version "0.83.4" + resolved "https://registry.yarnpkg.com/metro/-/metro-0.83.4.tgz#beddd541e8e6d227a670039548e39cae051069a2" + integrity sha512-eBkAtcob+YmvSLL+/rsFiK8dHNfDbQA2/pi0lnxg3E6LLtUpwDfdGJ9WBWXkj0PVeOhoWQyj9Rt7s/+6k/GXuA== + dependencies: + "@babel/code-frame" "^7.29.0" + "@babel/core" "^7.25.2" + "@babel/generator" "^7.29.1" + "@babel/parser" "^7.29.0" + "@babel/template" "^7.28.6" + "@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" + 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.4" + metro-cache "0.83.4" + metro-cache-key "0.83.4" + metro-config "0.83.4" + metro-core "0.83.4" + metro-file-map "0.83.4" + metro-resolver "0.83.4" + metro-runtime "0.83.4" + metro-source-map "0.83.4" + metro-symbolicate "0.83.4" + metro-transform-plugins "0.83.4" + metro-transform-worker "0.83.4" + mime-types "^3.0.1" + nullthrows "^1.1.1" + serialize-error "^2.1.0" + source-map "^0.5.6" + throat "^5.0.0" + ws "^7.5.10" + yargs "^17.6.2" + +micromatch@^4.0.4: + version "4.0.8" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202" + integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA== + dependencies: + braces "^3.0.3" + picomatch "^2.3.1" + +mime-db@1.52.0: + version "1.52.0" + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70" + integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg== + +"mime-db@>= 1.43.0 < 2", mime-db@^1.54.0: + version "1.54.0" + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.54.0.tgz#cddb3ee4f9c64530dff640236661d42cb6a314f5" + integrity sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ== + +mime-types@^2.1.12, mime-types@^2.1.27, mime-types@~2.1.34: + version "2.1.35" + resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a" + integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw== + dependencies: + mime-db "1.52.0" + +mime-types@^3.0.0, mime-types@^3.0.1: + version "3.0.2" + resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-3.0.2.tgz#39002d4182575d5af036ffa118100f2524b2e2ab" + integrity sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A== + dependencies: + mime-db "^1.54.0" + +mime@1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" + integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== + +mimic-fn@^1.0.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022" + integrity sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ== + +mimic-fn@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" + integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== + +minimatch@^10.2.2: + version "10.2.2" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.2.tgz#361603ee323cfb83496fea2ae17cc44ea4e1f99f" + integrity sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw== + dependencies: + brace-expansion "^5.0.2" + +minimatch@^3.0.4, minimatch@^3.1.1: + version "3.1.2" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" + integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== + dependencies: + brace-expansion "^1.1.7" + +minimatch@^9.0.0: + version "9.0.5" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5" + integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow== + dependencies: + brace-expansion "^2.0.1" + +minimist@^1.2.0: + version "1.2.8" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" + integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA== + +minipass@^7.0.4, minipass@^7.1.2, minipass@^7.1.3: + version "7.1.3" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.3.tgz#79389b4eb1bb2d003a9bba87d492f2bd37bdc65b" + integrity sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A== + +minizlib@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-3.1.0.tgz#6ad76c3a8f10227c9b51d1c9ac8e30b27f5a251c" + integrity sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw== + dependencies: + minipass "^7.1.2" + +mkdirp@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e" + integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== + +ms@2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" + integrity sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A== + +ms@2.1.3, ms@^2.1.1, ms@^2.1.3: + version "2.1.3" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" + integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== + +mz@^2.7.0: + version "2.7.0" + resolved "https://registry.yarnpkg.com/mz/-/mz-2.7.0.tgz#95008057a56cafadc2bc63dde7f9ff6955948e32" + integrity sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q== + dependencies: + any-promise "^1.0.0" + object-assign "^4.0.1" + thenify-all "^1.0.0" + +nanoid@^3.3.11, nanoid@^3.3.7, nanoid@^3.3.8: + version "3.3.11" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11.tgz#4f4f112cefbe303202f2199838128936266d185b" + integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w== + +natural-compare@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" + integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== + +negotiator@0.6.3: + version "0.6.3" + resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd" + integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg== + +negotiator@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-1.0.0.tgz#b6c91bb47172d69f93cfd7c357bbb529019b5f6a" + integrity sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg== + +negotiator@~0.6.4: + version "0.6.4" + resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.4.tgz#777948e2452651c570b712dd01c23e262713fff7" + integrity sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w== + +nested-error-stacks@~2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/nested-error-stacks/-/nested-error-stacks-2.0.1.tgz#d2cc9fc5235ddb371fc44d506234339c8e4b0a4b" + integrity sha512-SrQrok4CATudVzBS7coSz26QRSmlK9TzzoFbeKfcPBUFPjcQM9Rqvr/DlJkOrwI/0KcgvMub1n1g5Jt9EgRn4A== + +node-fetch@^2.7.0: + version "2.7.0" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d" + integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A== + dependencies: + whatwg-url "^5.0.0" + +node-forge@^1.3.3: + version "1.3.3" + resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.3.tgz#0ad80f6333b3a0045e827ac20b7f735f93716751" + integrity sha512-rLvcdSyRCyouf6jcOIPe/BgwG/d7hKjzMKOas33/pHEr6gbq18IK9zV7DiPvzsz0oBJPme6qr6H6kGZuI9/DZg== + +node-int64@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b" + integrity sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw== + +node-releases@^2.0.27: + version "2.0.27" + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.27.tgz#eedca519205cf20f650f61d56b070db111231e4e" + integrity sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA== + +normalize-path@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" + integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== + +npm-package-arg@^11.0.0: + version "11.0.3" + resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-11.0.3.tgz#dae0c21199a99feca39ee4bfb074df3adac87e2d" + integrity sha512-sHGJy8sOC1YraBywpzQlIKBE4pBbGbiF95U6Auspzyem956E0+FtDtsx1ZxlOJkQCZ1AFXAY/yuvtFYrOxF+Bw== + dependencies: + hosted-git-info "^7.0.0" + proc-log "^4.0.0" + semver "^7.3.5" + validate-npm-package-name "^5.0.0" + +npm-run-path@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea" + integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== + dependencies: + path-key "^3.0.0" + +nullthrows@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/nullthrows/-/nullthrows-1.1.1.tgz#7818258843856ae971eae4208ad7d7eb19a431b1" + integrity sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw== + +nwsapi@^2.2.2: + version "2.2.23" + resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.23.tgz#59712c3a88e6de2bb0b6ccc1070397267019cf6c" + integrity sha512-7wfH4sLbt4M0gCDzGE6vzQBo0bfTKjU7Sfpqy/7gs1qBfYz2vEJH6vXcBKpO3+6Yu1telwd0t9HpyOoLEQQbIQ== + +ob1@0.83.3: + version "0.83.3" + resolved "https://registry.yarnpkg.com/ob1/-/ob1-0.83.3.tgz#2208e20c9070e9beff3ad067f2db458fa6b07014" + integrity sha512-egUxXCDwoWG06NGCS5s5AdcpnumHKJlfd3HH06P3m9TEMwwScfcY35wpQxbm9oHof+dM/lVH9Rfyu1elTVelSA== + dependencies: + flow-enums-runtime "^0.0.6" + +ob1@0.83.4: + version "0.83.4" + resolved "https://registry.yarnpkg.com/ob1/-/ob1-0.83.4.tgz#f034e861376ca4294c5e75623389f07b48028aeb" + integrity sha512-9JiflaRKCkxKzH8uuZlax72cHzZ8iFLsNIORFOAKDgZUOfvfwYWOVS0ezGLzPp/yEhVktD+PTTImC0AAehSOBw== + dependencies: + flow-enums-runtime "^0.0.6" + +object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" + integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg== + +on-finished@~2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947" + integrity sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww== + dependencies: + ee-first "1.1.1" + +on-finished@~2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.4.1.tgz#58c8c44116e54845ad57f14ab10b03533184ac3f" + integrity sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg== + dependencies: + ee-first "1.1.1" + +on-headers@~1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.1.0.tgz#59da4f91c45f5f989c6e4bcedc5a3b0aed70ff65" + integrity sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A== + +once@^1.3.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" + integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w== + dependencies: + wrappy "1" + +onetime@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/onetime/-/onetime-2.0.1.tgz#067428230fd67443b2794b22bba528b6867962d4" + integrity sha512-oyyPpiMaKARvvcgip+JV+7zci5L8D1W9RZIz2l1o08AM3pfspitVWnPt3mzHcBPp12oYMTy0pqrFs/C+m3EwsQ== + dependencies: + mimic-fn "^1.0.0" + +onetime@^5.1.2: + version "5.1.2" + resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e" + integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== + dependencies: + mimic-fn "^2.1.0" + +open@^7.0.3: + version "7.4.2" + resolved "https://registry.yarnpkg.com/open/-/open-7.4.2.tgz#b8147e26dcf3e426316c730089fd71edd29c2321" + integrity sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q== + dependencies: + is-docker "^2.0.0" + is-wsl "^2.1.1" + +open@^8.0.4: + version "8.4.2" + resolved "https://registry.yarnpkg.com/open/-/open-8.4.2.tgz#5b5ffe2a8f793dcd2aad73e550cb87b59cb084f9" + integrity sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ== + dependencies: + define-lazy-prop "^2.0.0" + is-docker "^2.1.1" + is-wsl "^2.2.0" + +ora@^3.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/ora/-/ora-3.4.0.tgz#bf0752491059a3ef3ed4c85097531de9fdbcd318" + integrity sha512-eNwHudNbO1folBP3JsZ19v9azXWtQZjICdr3Q0TDPIaeBQ3mXLrh54wM+er0+hSp+dWKf+Z8KM58CYzEyIYxYg== + dependencies: + chalk "^2.4.2" + cli-cursor "^2.1.0" + cli-spinners "^2.0.0" + log-symbols "^2.2.0" + strip-ansi "^5.2.0" + wcwidth "^1.0.1" + +p-limit@^2.2.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1" + integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== + dependencies: + p-try "^2.0.0" + +p-limit@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b" + integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ== + dependencies: + yocto-queue "^0.1.0" + +p-locate@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07" + integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A== + dependencies: + p-limit "^2.2.0" + +p-try@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" + integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== + +parse-json@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd" + integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== + dependencies: + "@babel/code-frame" "^7.0.0" + error-ex "^1.3.1" + json-parse-even-better-errors "^2.3.0" + lines-and-columns "^1.1.6" + +parse-png@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/parse-png/-/parse-png-2.1.0.tgz#2a42ad719fedf90f81c59ebee7ae59b280d6b338" + integrity sha512-Nt/a5SfCLiTnQAjx3fHlqp8hRgTL3z7kTQZzvIMS9uCAepnCyjpdEc6M/sz69WqMBdaDBw9sF1F1UaHROYzGkQ== + dependencies: + pngjs "^3.3.0" + +parse5@^7.0.0, parse5@^7.1.1: + version "7.3.0" + resolved "https://registry.yarnpkg.com/parse5/-/parse5-7.3.0.tgz#d7e224fa72399c7a175099f45fc2ad024b05ec05" + integrity sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw== + dependencies: + entities "^6.0.0" + +parseurl@~1.3.3: + version "1.3.3" + resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4" + integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== + +path-exists@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3" + integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== + +path-is-absolute@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" + integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg== + +path-key@^3.0.0, path-key@^3.1.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" + integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== + +path-parse@^1.0.5, path-parse@^1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" + integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== + +path-scurry@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.2.tgz#6be0d0ee02a10d9e0de7a98bae65e182c9061f85" + integrity sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg== + dependencies: + lru-cache "^11.0.0" + minipass "^7.1.2" + +picocolors@^1.0.0, picocolors@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" + integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== + +picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" + integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== + +picomatch@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-3.0.1.tgz#817033161def55ec9638567a2f3bbc876b3e7516" + integrity sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag== + +picomatch@^4.0.3: + version "4.0.3" + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042" + integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q== + +pirates@^4.0.1, pirates@^4.0.4: + version "4.0.7" + resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.7.tgz#643b4a18c4257c8a65104b73f3049ce9a0a15e22" + integrity sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA== + +pkg-dir@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3" + integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ== + dependencies: + find-up "^4.0.0" + +plist@^3.0.5: + version "3.1.0" + resolved "https://registry.yarnpkg.com/plist/-/plist-3.1.0.tgz#797a516a93e62f5bde55e0b9cc9c967f860893c9" + integrity sha512-uysumyrvkUX0rX/dEVqt8gC3sTBzd4zoWfLeS29nb53imdaXVvLINYXTI2GNqzaMuvacNx4uJQ8+b3zXR0pkgQ== + dependencies: + "@xmldom/xmldom" "^0.8.8" + base64-js "^1.5.1" + xmlbuilder "^15.1.1" + +pngjs@^3.3.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/pngjs/-/pngjs-3.4.0.tgz#99ca7d725965fb655814eaf65f38f12bbdbf555f" + integrity sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w== + +postcss-value-parser@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514" + integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== + +postcss@~8.4.32: + version "8.4.49" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.49.tgz#4ea479048ab059ab3ae61d082190fabfd994fe19" + integrity sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA== + dependencies: + nanoid "^3.3.7" + picocolors "^1.1.1" + source-map-js "^1.2.1" + +pretty-bytes@^5.6.0: + version "5.6.0" + resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb" + integrity sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg== + +pretty-format@^29.0.0, pretty-format@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.7.0.tgz#ca42c758310f365bfa71a0bda0a807160b776812" + integrity sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ== + dependencies: + "@jest/schemas" "^29.6.3" + ansi-styles "^5.0.0" + react-is "^18.0.0" + +proc-log@^4.0.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/proc-log/-/proc-log-4.2.0.tgz#b6f461e4026e75fdfe228b265e9f7a00779d7034" + integrity sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA== + +progress@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" + integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== + +promise@^7.1.1: + version "7.3.1" + resolved "https://registry.yarnpkg.com/promise/-/promise-7.3.1.tgz#064b72602b18f90f29192b8b1bc418ffd1ebd3bf" + integrity sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg== + dependencies: + asap "~2.0.3" + +promise@^8.3.0: + version "8.3.0" + resolved "https://registry.yarnpkg.com/promise/-/promise-8.3.0.tgz#8cb333d1edeb61ef23869fbb8a4ea0279ab60e0a" + integrity sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg== + dependencies: + asap "~2.0.6" + +prompts@^2.0.1, prompts@^2.2.1, prompts@^2.3.2: + version "2.4.2" + resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.2.tgz#7b57e73b3a48029ad10ebd44f74b01722a4cb069" + integrity sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q== + dependencies: + kleur "^3.0.3" + sisteransi "^1.0.5" + +prop-types@15.8.1: + version "15.8.1" + resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5" + integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg== + dependencies: + loose-envify "^1.4.0" + object-assign "^4.1.1" + react-is "^16.13.1" + +psl@^1.1.33: + version "1.15.0" + resolved "https://registry.yarnpkg.com/psl/-/psl-1.15.0.tgz#bdace31896f1d97cec6a79e8224898ce93d974c6" + integrity sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w== + dependencies: + punycode "^2.3.1" + +punycode@^2.1.1, punycode@^2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5" + integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg== + +pure-rand@^6.0.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/pure-rand/-/pure-rand-6.1.0.tgz#d173cf23258231976ccbdb05247c9787957604f2" + integrity sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA== + +qrcode-terminal@0.11.0: + version "0.11.0" + resolved "https://registry.yarnpkg.com/qrcode-terminal/-/qrcode-terminal-0.11.0.tgz#ffc6c28a2fc0bfb47052b47e23f4f446a5fbdb9e" + integrity sha512-Uu7ii+FQy4Qf82G4xu7ShHhjhGahEpCWc3x8UavY3CTcWV+ufmmCtwkr7ZKsX42jdL0kr1B5FKUeqJvAn51jzQ== + +query-string@^7.1.3: + version "7.1.3" + resolved "https://registry.yarnpkg.com/query-string/-/query-string-7.1.3.tgz#a1cf90e994abb113a325804a972d98276fe02328" + integrity sha512-hh2WYhq4fi8+b+/2Kg9CEge4fDPvHS534aOOvOZeQ3+Vf2mCFsaFBYj0i+iXcAq6I9Vzp5fjMFBlONvayDC1qg== + dependencies: + decode-uri-component "^0.2.2" + filter-obj "^1.1.0" + split-on-first "^1.0.0" + strict-uri-encode "^2.0.0" + +querystringify@^2.1.1: + version "2.2.0" + resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6" + integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ== + +queue@6.0.2: + version "6.0.2" + resolved "https://registry.yarnpkg.com/queue/-/queue-6.0.2.tgz#b91525283e2315c7553d2efa18d83e76432fed65" + integrity sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA== + dependencies: + inherits "~2.0.3" + +range-parser@~1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031" + integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== + +rc@~1.2.7: + version "1.2.8" + resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed" + integrity sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw== + dependencies: + deep-extend "^0.6.0" + ini "~1.3.0" + minimist "^1.2.0" + strip-json-comments "~2.0.1" + +react-devtools-core@^6.1.5: + version "6.1.5" + resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-6.1.5.tgz#c5eca79209dab853a03b2158c034c5166975feee" + integrity sha512-ePrwPfxAnB+7hgnEr8vpKxL9cmnp7F322t8oqcPshbIQQhDKgFDW4tjhF2wjVbdXF9O/nyuy3sQWd9JGpiLPvA== + dependencies: + shell-quote "^1.6.1" + ws "^7" + +react-dom@19.1.0: + version "19.1.0" + resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.1.0.tgz#133558deca37fa1d682708df8904b25186793623" + integrity sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g== + dependencies: + scheduler "^0.26.0" + +react-fast-compare@^3.2.2: + version "3.2.2" + resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.2.2.tgz#929a97a532304ce9fee4bcae44234f1ce2c21d49" + integrity sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ== + +react-freeze@^1.0.0: + version "1.0.4" + resolved "https://registry.yarnpkg.com/react-freeze/-/react-freeze-1.0.4.tgz#cbbea2762b0368b05cbe407ddc9d518c57c6f3ad" + integrity sha512-r4F0Sec0BLxWicc7HEyo2x3/2icUTrRmDjaaRyzzn+7aDyFZliszMDOgLVwSnQnYENOlL1o569Ze2HZefk8clA== + +"react-is@^16.12.0 || ^17.0.0 || ^18.0.0", react-is@^18.0.0, react-is@^18.2.0: + version "18.3.1" + resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e" + integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg== + +react-is@^16.13.1, react-is@^16.7.0: + version "16.13.1" + resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" + integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== + +react-is@^19.1.0: + version "19.2.4" + resolved "https://registry.yarnpkg.com/react-is/-/react-is-19.2.4.tgz#a080758243c572ccd4a63386537654298c99d135" + integrity sha512-W+EWGn2v0ApPKgKKCy/7s7WHXkboGcsrXE+2joLyVxkbyVQfO3MUEaUQDHoSmb8TFFrSKYa9mw64WZHNHSDzYA== + +react-native-drawer-layout@^4.2.2: + version "4.2.2" + resolved "https://registry.yarnpkg.com/react-native-drawer-layout/-/react-native-drawer-layout-4.2.2.tgz#57832c186158e1ce1df78eca5f024fc9fc53bb80" + integrity sha512-UG/PTTeyyr43KahbgoGyXri8LMO5USHY3/RUpeKBKwCc7xLVGnDLOVNSRrJw0dDc7YmPbmAyJ4oxp8nKboKKuw== + dependencies: + color "^4.2.3" + use-latest-callback "^0.2.4" + +react-native-gesture-handler@~2.28.0: + version "2.28.0" + resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.28.0.tgz#07fb4f5eae72f810aac3019b060d26c1835bfd0c" + integrity sha512-0msfJ1vRxXKVgTgvL+1ZOoYw3/0z1R+Ked0+udoJhyplC2jbVKIJ8Z1bzWdpQRCV3QcQ87Op0zJVE5DhKK2A0A== + dependencies: + "@egjs/hammerjs" "^2.0.17" + hoist-non-react-statics "^3.3.0" + invariant "^2.2.4" + +react-native-is-edge-to-edge@^1.1.6, react-native-is-edge-to-edge@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.2.1.tgz#64e10851abd9d176cbf2b40562f751622bde3358" + integrity sha512-FLbPWl/MyYQWz+KwqOZsSyj2JmLKglHatd3xLZWskXOpRaio4LfEDEz8E/A6uD8QoTHW6Aobw1jbEwK7KMgR7Q== + +react-native-reanimated@~4.1.1: + version "4.1.6" + resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-4.1.6.tgz#9d3d06416eaf48ab25594611185f66b34e404291" + integrity sha512-F+ZJBYiok/6Jzp1re75F/9aLzkgoQCOh4yxrnwATa8392RvM3kx+fiXXFvwcgE59v48lMwd9q0nzF1oJLXpfxQ== + dependencies: + react-native-is-edge-to-edge "^1.2.1" + semver "7.7.2" + +react-native-safe-area-context@~5.6.0: + version "5.6.2" + resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-5.6.2.tgz#283e006f5b434fb247fcb4be0971ad7473d5c560" + integrity sha512-4XGqMNj5qjUTYywJqpdWZ9IG8jgkS3h06sfVjfw5yZQZfWnRFXczi0GnYyFyCc2EBps/qFmoCH8fez//WumdVg== + +react-native-screens@~4.16.0: + version "4.16.0" + resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-4.16.0.tgz#efa42e77a092aa0b5277c9ae41391ea0240e0870" + integrity sha512-yIAyh7F/9uWkOzCi1/2FqvNvK6Wb9Y1+Kzn16SuGfN9YFJDTbwlzGRvePCNTOX0recpLQF3kc2FmvMUhyTCH1Q== + dependencies: + react-freeze "^1.0.0" + react-native-is-edge-to-edge "^1.2.1" + warn-once "^0.1.0" + +react-native-web@^0.21.0: + version "0.21.2" + resolved "https://registry.yarnpkg.com/react-native-web/-/react-native-web-0.21.2.tgz#0f6983dfea600d9cc1c66fda87ff9ca585eaa647" + integrity sha512-SO2t9/17zM4iEnFvlu2DA9jqNbzNhoUP+AItkoCOyFmDMOhUnBBznBDCYN92fGdfAkfQlWzPoez6+zLxFNsZEg== + dependencies: + "@babel/runtime" "^7.18.6" + "@react-native/normalize-colors" "^0.74.1" + fbjs "^3.0.4" + inline-style-prefixer "^7.0.1" + memoize-one "^6.0.0" + nullthrows "^1.1.1" + postcss-value-parser "^4.2.0" + styleq "^0.1.3" + +react-native-webview@13.15.0: + version "13.15.0" + resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-13.15.0.tgz#b6d2f8d8dd65897db76659ddd8198d2c74ec5a79" + integrity sha512-Vzjgy8mmxa/JO6l5KZrsTC7YemSdq+qB01diA0FqjUTaWGAGwuykpJ73MDj3+mzBSlaDxAEugHzTtkUQkQEQeQ== + dependencies: + escape-string-regexp "^4.0.0" + invariant "2.2.4" + +react-native-worklets@0.5.1: + version "0.5.1" + resolved "https://registry.yarnpkg.com/react-native-worklets/-/react-native-worklets-0.5.1.tgz#d153242655e3757b6c62a474768831157316ad33" + integrity sha512-lJG6Uk9YuojjEX/tQrCbcbmpdLCSFxDK1rJlkDhgqkVi1KZzG7cdcBFQRqyNOOzR9Y0CXNuldmtWTGOyM0k0+w== + dependencies: + "@babel/plugin-transform-arrow-functions" "^7.0.0-0" + "@babel/plugin-transform-class-properties" "^7.0.0-0" + "@babel/plugin-transform-classes" "^7.0.0-0" + "@babel/plugin-transform-nullish-coalescing-operator" "^7.0.0-0" + "@babel/plugin-transform-optional-chaining" "^7.0.0-0" + "@babel/plugin-transform-shorthand-properties" "^7.0.0-0" + "@babel/plugin-transform-template-literals" "^7.0.0-0" + "@babel/plugin-transform-unicode-regex" "^7.0.0-0" + "@babel/preset-typescript" "^7.16.7" + convert-source-map "^2.0.0" + semver "7.7.2" + +react-native@0.81.5: + version "0.81.5" + resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.81.5.tgz#6c963f137d3979b22aef2d8482067775c8fe2fed" + integrity sha512-1w+/oSjEXZjMqsIvmkCRsOc8UBYv163bTWKTI8+1mxztvQPhCRYGTvZ/PL1w16xXHneIj/SLGfxWg2GWN2uexw== + dependencies: + "@jest/create-cache-key-function" "^29.7.0" + "@react-native/assets-registry" "0.81.5" + "@react-native/codegen" "0.81.5" + "@react-native/community-cli-plugin" "0.81.5" + "@react-native/gradle-plugin" "0.81.5" + "@react-native/js-polyfills" "0.81.5" + "@react-native/normalize-colors" "0.81.5" + "@react-native/virtualized-lists" "0.81.5" + abort-controller "^3.0.0" + anser "^1.4.9" + ansi-regex "^5.0.0" + babel-jest "^29.7.0" + babel-plugin-syntax-hermes-parser "0.29.1" + base64-js "^1.5.1" + commander "^12.0.0" + flow-enums-runtime "^0.0.6" + glob "^7.1.1" + invariant "^2.2.4" + jest-environment-node "^29.7.0" + memoize-one "^5.0.0" + metro-runtime "^0.83.1" + metro-source-map "^0.83.1" + nullthrows "^1.1.1" + pretty-format "^29.7.0" + promise "^8.3.0" + react-devtools-core "^6.1.5" + react-refresh "^0.14.0" + regenerator-runtime "^0.13.2" + scheduler "0.26.0" + semver "^7.1.3" + stacktrace-parser "^0.1.10" + whatwg-fetch "^3.0.0" + ws "^6.2.3" + yargs "^17.6.2" + +react-refresh@^0.14.0, react-refresh@^0.14.2: + version "0.14.2" + resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.14.2.tgz#3833da01ce32da470f1f936b9d477da5c7028bf9" + integrity sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA== + +react-remove-scroll-bar@^2.3.7: + version "2.3.8" + resolved "https://registry.yarnpkg.com/react-remove-scroll-bar/-/react-remove-scroll-bar-2.3.8.tgz#99c20f908ee467b385b68a3469b4a3e750012223" + integrity sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q== + dependencies: + react-style-singleton "^2.2.2" + tslib "^2.0.0" + +react-remove-scroll@^2.6.3: + version "2.7.2" + resolved "https://registry.yarnpkg.com/react-remove-scroll/-/react-remove-scroll-2.7.2.tgz#6442da56791117661978ae99cd29be9026fecca0" + integrity sha512-Iqb9NjCCTt6Hf+vOdNIZGdTiH1QSqr27H/Ek9sv/a97gfueI/5h1s3yRi1nngzMUaOOToin5dI1dXKdXiF+u0Q== + dependencies: + react-remove-scroll-bar "^2.3.7" + react-style-singleton "^2.2.3" + tslib "^2.1.0" + use-callback-ref "^1.3.3" + use-sidecar "^1.1.3" + +react-shallow-renderer@^16.15.0: + version "16.15.0" + resolved "https://registry.yarnpkg.com/react-shallow-renderer/-/react-shallow-renderer-16.15.0.tgz#48fb2cf9b23d23cde96708fe5273a7d3446f4457" + integrity sha512-oScf2FqQ9LFVQgA73vr86xl2NaOIX73rh+YFqcOp68CWj56tSfgtGKrEbyhCj0rSijyG9M1CYprTh39fBi5hzA== + dependencies: + object-assign "^4.1.1" + react-is "^16.12.0 || ^17.0.0 || ^18.0.0" + +react-style-singleton@^2.2.2, react-style-singleton@^2.2.3: + version "2.2.3" + resolved "https://registry.yarnpkg.com/react-style-singleton/-/react-style-singleton-2.2.3.tgz#4265608be69a4d70cfe3047f2c6c88b2c3ace388" + integrity sha512-b6jSvxvVnyptAiLjbkWLE/lOnR4lfTtDAl+eUC7RZy+QQWc6wRzIV2CE6xBuMmDxc2qIihtDCZD5NPOFl7fRBQ== + dependencies: + get-nonce "^1.0.0" + tslib "^2.0.0" + +react-test-renderer@18.2.0: + version "18.2.0" + resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-18.2.0.tgz#1dd912bd908ff26da5b9fca4fd1c489b9523d37e" + integrity sha512-JWD+aQ0lh2gvh4NM3bBM42Kx+XybOxCpgYK7F8ugAlpaTSnWsX+39Z4XkOykGZAHrjwwTZT3x3KxswVWxHPUqA== + dependencies: + react-is "^18.2.0" + react-shallow-renderer "^16.15.0" + scheduler "^0.23.0" + +react-test-renderer@19.1.0: + version "19.1.0" + resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-19.1.0.tgz#89e1baa9e45a6da064b9760f92251d5b8e1f34ab" + integrity sha512-jXkSl3CpvPYEF+p/eGDLB4sPoDX8pKkYvRl9+rR8HxLY0X04vW7hCm1/0zHoUSjPZ3bDa+wXWNTDVIw/R8aDVw== + dependencies: + react-is "^19.1.0" + scheduler "^0.26.0" + +react@19.1.0: + version "19.1.0" + resolved "https://registry.yarnpkg.com/react/-/react-19.1.0.tgz#926864b6c48da7627f004795d6cce50e90793b75" + integrity sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg== + +recyclerlistview@^4.2.1: + version "4.2.3" + resolved "https://registry.yarnpkg.com/recyclerlistview/-/recyclerlistview-4.2.3.tgz#14032e7ad2f24396e24d5b3060c6ba76b567f000" + integrity sha512-STR/wj/FyT8EMsBzzhZ1l2goYirMkIgfV3gYEPxI3Kf3lOnu6f7Dryhyw7/IkQrgX5xtTcDrZMqytvteH9rL3g== + dependencies: + lodash.debounce "4.0.8" + prop-types "15.8.1" + ts-object-utils "0.0.5" + +regenerate-unicode-properties@^10.2.2: + version "10.2.2" + resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.2.tgz#aa113812ba899b630658c7623466be71e1f86f66" + integrity sha512-m03P+zhBeQd1RGnYxrGyDAPpWX/epKirLrp8e3qevZdVkKtnCrjjWczIbYc8+xd6vcTStVlqfycTx1KR4LOr0g== + dependencies: + regenerate "^1.4.2" + +regenerate@^1.4.2: + version "1.4.2" + resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a" + integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== + +regenerator-runtime@^0.13.2: + version "0.13.11" + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9" + integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg== + +regexpu-core@^6.3.1: + version "6.4.0" + resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-6.4.0.tgz#3580ce0c4faedef599eccb146612436b62a176e5" + integrity sha512-0ghuzq67LI9bLXpOX/ISfve/Mq33a4aFRzoQYhnnok1JOFpmE/A2TBGkNVenOGEeSBCjIiWcc6MVOG5HEQv0sA== + dependencies: + regenerate "^1.4.2" + regenerate-unicode-properties "^10.2.2" + regjsgen "^0.8.0" + regjsparser "^0.13.0" + unicode-match-property-ecmascript "^2.0.0" + unicode-match-property-value-ecmascript "^2.2.1" + +regjsgen@^0.8.0: + version "0.8.0" + resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.8.0.tgz#df23ff26e0c5b300a6470cad160a9d090c3a37ab" + integrity sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q== + +regjsparser@^0.13.0: + version "0.13.0" + resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.13.0.tgz#01f8351335cf7898d43686bc74d2dd71c847ecc0" + integrity sha512-NZQZdC5wOE/H3UT28fVGL+ikOZcEzfMGk/c3iN9UGxzWHMa1op7274oyiUVrAG4B2EuFhus8SvkaYnhvW92p9Q== + dependencies: + jsesc "~3.1.0" + +require-directory@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" + integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q== + +require-from-string@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909" + integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw== + +requireg@^0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/requireg/-/requireg-0.2.2.tgz#437e77a5316a54c9bcdbbf5d1f755fe093089830" + integrity sha512-nYzyjnFcPNGR3lx9lwPPPnuQxv6JWEZd2Ci0u9opN7N5zUEPIhY/GbL3vMGOr2UXwEg9WwSyV9X9Y/kLFgPsOg== + dependencies: + nested-error-stacks "~2.0.1" + rc "~1.2.7" + resolve "~1.7.1" + +requires-port@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" + integrity sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ== + +resolve-cwd@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-3.0.0.tgz#0f0075f1bb2544766cf73ba6a6e2adfebcb13f2d" + integrity sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg== + dependencies: + resolve-from "^5.0.0" + +resolve-from@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69" + integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== + +resolve-global@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/resolve-global/-/resolve-global-1.0.0.tgz#a2a79df4af2ca3f49bf77ef9ddacd322dad19255" + integrity sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw== + dependencies: + global-dirs "^0.1.1" + +resolve-workspace-root@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/resolve-workspace-root/-/resolve-workspace-root-2.0.1.tgz#9cbbf8321ebccaaf0e4ffea5274aa26b611ccd62" + integrity sha512-nR23LHAvaI6aHtMg6RWoaHpdR4D881Nydkzi2CixINyg9T00KgaJdJI6Vwty+Ps8WLxZHuxsS0BseWjxSA4C+w== + +resolve.exports@^2.0.0, resolve.exports@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-2.0.3.tgz#41955e6f1b4013b7586f873749a635dea07ebe3f" + integrity sha512-OcXjMsGdhL4XnbShKpAcSqPMzQoYkYyhbEaeSko47MjRP9NfEQMhZkXL1DoFlt9LWQn4YttrdnV6X2OiyzBi+A== + +resolve@^1.20.0, resolve@^1.22.11, resolve@^1.22.2: + version "1.22.11" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.11.tgz#aad857ce1ffb8bfa9b0b1ac29f1156383f68c262" + integrity sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ== + dependencies: + is-core-module "^2.16.1" + path-parse "^1.0.7" + supports-preserve-symlinks-flag "^1.0.0" + +resolve@~1.7.1: + version "1.7.1" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.7.1.tgz#aadd656374fd298aee895bc026b8297418677fd3" + integrity sha512-c7rwLofp8g1U+h1KNyHL/jicrKg1Ek4q+Lr33AL65uZTinUZHe30D5HlyN5V9NW0JX1D5dXQ4jqW5l7Sy/kGfw== + dependencies: + path-parse "^1.0.5" + +restore-cursor@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf" + integrity sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q== + dependencies: + onetime "^2.0.0" + signal-exit "^3.0.2" + +rimraf@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" + integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== + dependencies: + glob "^7.1.3" + +safe-buffer@5.2.1: + version "5.2.1" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" + integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== + +"safer-buffer@>= 2.1.2 < 3.0.0": + version "2.1.2" + resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" + integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== + +sax@>=0.6.0: + version "1.4.4" + resolved "https://registry.yarnpkg.com/sax/-/sax-1.4.4.tgz#f29c2bba80ce5b86f4343b4c2be9f2b96627cf8b" + integrity sha512-1n3r/tGXO6b6VXMdFT54SHzT9ytu9yr7TaELowdYpMqY/Ao7EnlQGmAQ1+RatX7Tkkdm6hONI2owqNx2aZj5Sw== + +saxes@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/saxes/-/saxes-6.0.0.tgz#fe5b4a4768df4f14a201b1ba6a65c1f3d9988cc5" + integrity sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA== + dependencies: + xmlchars "^2.2.0" + +scheduler@0.26.0, scheduler@^0.26.0: + version "0.26.0" + resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.26.0.tgz#4ce8a8c2a2095f13ea11bf9a445be50c555d6337" + integrity sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA== + +scheduler@^0.23.0: + version "0.23.2" + resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.2.tgz#414ba64a3b282892e944cf2108ecc078d115cdc3" + integrity sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ== + dependencies: + loose-envify "^1.1.0" + +semver@7.7.2: + version "7.7.2" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58" + integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA== + +semver@^6.3.0, semver@^6.3.1: + version "6.3.1" + resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" + integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== + +semver@^7.1.3, semver@^7.3.5, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0: + version "7.7.4" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.4.tgz#28464e36060e991fa7a11d0279d2d3f3b57a7e8a" + integrity sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA== + +semver@~7.6.3: + version "7.6.3" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143" + integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A== + +send@^0.19.0, send@~0.19.1: + version "0.19.2" + resolved "https://registry.yarnpkg.com/send/-/send-0.19.2.tgz#59bc0da1b4ea7ad42736fd642b1c4294e114ff29" + integrity sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg== + dependencies: + debug "2.6.9" + depd "2.0.0" + destroy "1.2.0" + encodeurl "~2.0.0" + escape-html "~1.0.3" + etag "~1.8.1" + fresh "~0.5.2" + http-errors "~2.0.1" + mime "1.6.0" + ms "2.1.3" + on-finished "~2.4.1" + range-parser "~1.2.1" + statuses "~2.0.2" + +serialize-error@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/serialize-error/-/serialize-error-2.1.0.tgz#50b679d5635cdf84667bdc8e59af4e5b81d5f60a" + integrity sha512-ghgmKt5o4Tly5yEG/UJp8qTd0AN7Xalw4XBtDEKP655B699qMEtra1WlXeE6WIvdEG481JvRxULKsInq/iNysw== + +serve-static@^1.16.2: + version "1.16.3" + resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.16.3.tgz#a97b74d955778583f3862a4f0b841eb4d5d78cf9" + integrity sha512-x0RTqQel6g5SY7Lg6ZreMmsOzncHFU7nhnRWkKgWuMTu5NN0DR5oruckMqRvacAN9d5w6ARnRBXl9xhDCgfMeA== + dependencies: + encodeurl "~2.0.0" + escape-html "~1.0.3" + parseurl "~1.3.3" + send "~0.19.1" + +server-only@^0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/server-only/-/server-only-0.0.1.tgz#0f366bb6afb618c37c9255a314535dc412cd1c9e" + integrity sha512-qepMx2JxAa5jjfzxG79yPPq+8BuFToHd1hm7kI+Z4zAq1ftQiP7HcxMhDDItrbtwVeLg/cY2JnKnrcFkmiswNA== + +setimmediate@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285" + integrity sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA== + +setprototypeof@~1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424" + integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw== + +sf-symbols-typescript@^2.1.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/sf-symbols-typescript/-/sf-symbols-typescript-2.2.0.tgz#926d6e0715e3d8784cadf7658431e36581254208" + integrity sha512-TPbeg0b7ylrswdGCji8FRGFAKuqbpQlLbL8SOle3j1iHSs5Ob5mhvMAxWN2UItOjgALAB5Zp3fmMfj8mbWvXKw== + +shallowequal@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8" + integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ== + +shebang-command@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" + integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== + dependencies: + shebang-regex "^3.0.0" + +shebang-regex@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" + integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== + +shell-quote@^1.6.1: + version "1.8.3" + resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.3.tgz#55e40ef33cf5c689902353a3d8cd1a6725f08b4b" + integrity sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw== + +signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7: + version "3.0.7" + resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" + integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== + +simple-plist@^1.1.0: + version "1.3.1" + resolved "https://registry.yarnpkg.com/simple-plist/-/simple-plist-1.3.1.tgz#16e1d8f62c6c9b691b8383127663d834112fb017" + integrity sha512-iMSw5i0XseMnrhtIzRb7XpQEXepa9xhWxGUojHBL43SIpQuDQkh3Wpy67ZbDzZVr6EKxvwVChnVpdl8hEVLDiw== + dependencies: + bplist-creator "0.1.0" + bplist-parser "0.3.1" + plist "^3.0.5" + +simple-swizzle@^0.2.2: + version "0.2.4" + resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.4.tgz#a8d11a45a11600d6a1ecdff6363329e3648c3667" + integrity sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw== + dependencies: + is-arrayish "^0.3.1" + +sisteransi@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed" + integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg== + +slash@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" + integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== + +slash@^5.0.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/slash/-/slash-5.1.0.tgz#be3adddcdf09ac38eebe8dcdc7b1a57a75b095ce" + integrity sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg== + +slugify@^1.3.4, slugify@^1.6.6: + version "1.6.6" + resolved "https://registry.yarnpkg.com/slugify/-/slugify-1.6.6.tgz#2d4ac0eacb47add6af9e04d3be79319cbcc7924b" + integrity sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw== + +source-map-js@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46" + integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA== + +source-map-support@0.5.13: + version "0.5.13" + resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.13.tgz#31b24a9c2e73c2de85066c0feb7d44767ed52932" + integrity sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w== + dependencies: + buffer-from "^1.0.0" + source-map "^0.6.0" + +source-map-support@~0.5.20, source-map-support@~0.5.21: + version "0.5.21" + resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f" + integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w== + dependencies: + buffer-from "^1.0.0" + source-map "^0.6.0" + +source-map@0.5.6: + version "0.5.6" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.6.tgz#75ce38f52bf0733c5a7f0c118d81334a2bb5f412" + integrity sha512-MjZkVp0NHr5+TPihLcadqnlVoGIoWo4IBHptutGh9wI3ttUYvCG26HkSuDi+K6lsZ25syXJXcctwgyVCt//xqA== + +source-map@^0.5.6: + version "0.5.7" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" + integrity sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ== + +source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" + integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== + +split-on-first@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/split-on-first/-/split-on-first-1.1.0.tgz#f610afeee3b12bce1d0c30425e76398b78249a5f" + integrity sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw== + +sprintf-js@~1.0.2: + version "1.0.3" + resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" + integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g== + +stack-generator@^2.0.5: + version "2.0.10" + resolved "https://registry.yarnpkg.com/stack-generator/-/stack-generator-2.0.10.tgz#8ae171e985ed62287d4f1ed55a1633b3fb53bb4d" + integrity sha512-mwnua/hkqM6pF4k8SnmZ2zfETsRUpWXREfA/goT8SLCV4iOFa4bzOX2nDipWAZFPTjLvQB82f5yaodMVhK0yJQ== + dependencies: + stackframe "^1.3.4" + +stack-utils@^2.0.3: + version "2.0.6" + resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.6.tgz#aaf0748169c02fc33c8232abccf933f54a1cc34f" + integrity sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ== + dependencies: + escape-string-regexp "^2.0.0" + +stackframe@^1.3.4: + version "1.3.4" + resolved "https://registry.yarnpkg.com/stackframe/-/stackframe-1.3.4.tgz#b881a004c8c149a5e8efef37d51b16e412943310" + integrity sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw== + +stacktrace-gps@^3.0.4: + version "3.1.2" + resolved "https://registry.yarnpkg.com/stacktrace-gps/-/stacktrace-gps-3.1.2.tgz#0c40b24a9b119b20da4525c398795338966a2fb0" + integrity sha512-GcUgbO4Jsqqg6RxfyTHFiPxdPqF+3LFmQhm7MgCuYQOYuWyqxo5pwRPz5d/u6/WYJdEnWfK4r+jGbyD8TSggXQ== + dependencies: + source-map "0.5.6" + stackframe "^1.3.4" + +stacktrace-js@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/stacktrace-js/-/stacktrace-js-2.0.2.tgz#4ca93ea9f494752d55709a081d400fdaebee897b" + integrity sha512-Je5vBeY4S1r/RnLydLl0TBTi3F2qdfWmYsGvtfZgEI+SCprPppaIhQf5nGcal4gI4cGpCV/duLcAzT1np6sQqg== + dependencies: + error-stack-parser "^2.0.6" + stack-generator "^2.0.5" + stacktrace-gps "^3.0.4" + +stacktrace-parser@^0.1.10: + version "0.1.11" + resolved "https://registry.yarnpkg.com/stacktrace-parser/-/stacktrace-parser-0.1.11.tgz#c7c08f9b29ef566b9a6f7b255d7db572f66fabc4" + integrity sha512-WjlahMgHmCJpqzU8bIBy4qtsZdU9lRlcZE3Lvyej6t4tuOuv1vk57OW3MBrj6hXBFx/nNoC9MPMTcr5YA7NQbg== + dependencies: + type-fest "^0.7.1" + +statuses@~1.5.0: + version "1.5.0" + resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" + integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA== + +statuses@~2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.2.tgz#8f75eecef765b5e1cfcdc080da59409ed424e382" + integrity sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw== + +stream-buffers@2.2.x: + version "2.2.0" + resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4" + integrity sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg== + +strict-uri-encode@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz#b9c7330c7042862f6b142dc274bbcc5866ce3546" + integrity sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ== + +string-length@^4.0.1: + version "4.0.2" + resolved "https://registry.yarnpkg.com/string-length/-/string-length-4.0.2.tgz#a8a8dc7bd5c1a82b9b3c8b87e125f66871b6e57a" + integrity sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ== + dependencies: + char-regex "^1.0.2" + strip-ansi "^6.0.0" + +string-length@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/string-length/-/string-length-5.0.1.tgz#3d647f497b6e8e8d41e422f7e0b23bc536c8381e" + integrity sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow== + dependencies: + char-regex "^2.0.0" + strip-ansi "^7.0.1" + +string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: + version "4.2.3" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" + +strip-ansi@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae" + integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA== + dependencies: + ansi-regex "^4.1.0" + +strip-ansi@^6.0.0, strip-ansi@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== + dependencies: + ansi-regex "^5.0.1" + +strip-ansi@^7.0.1: + version "7.1.2" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.2.tgz#132875abde678c7ea8d691533f2e7e22bb744dba" + integrity sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA== + dependencies: + ansi-regex "^6.0.1" + +strip-bom@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-4.0.0.tgz#9c3505c1db45bcedca3d9cf7a16f5c5aa3901878" + integrity sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w== + +strip-final-newline@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad" + integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== + +strip-json-comments@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" + integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== + +strip-json-comments@~2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" + integrity sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ== + +structured-headers@^0.4.1: + version "0.4.1" + resolved "https://registry.yarnpkg.com/structured-headers/-/structured-headers-0.4.1.tgz#77abd9410622c6926261c09b9d16cf10592694d1" + integrity sha512-0MP/Cxx5SzeeZ10p/bZI0S6MpgD+yxAhi1BOQ34jgnMXsCq3j1t6tQnZu+KdlL7dvJTLT3g9xN8tl10TqgFMcg== + +styleq@^0.1.3: + version "0.1.3" + resolved "https://registry.yarnpkg.com/styleq/-/styleq-0.1.3.tgz#8efb2892debd51ce7b31dc09c227ad920decab71" + integrity sha512-3ZUifmCDCQanjeej1f6kyl/BeP/Vae5EYkQ9iJfUm/QwZvlgnZzyflqAsAWYURdtea8Vkvswu2GrC57h3qffcA== + +sucrase@~3.35.1: + version "3.35.1" + resolved "https://registry.yarnpkg.com/sucrase/-/sucrase-3.35.1.tgz#4619ea50393fe8bd0ae5071c26abd9b2e346bfe1" + integrity sha512-DhuTmvZWux4H1UOnWMB3sk0sbaCVOoQZjv8u1rDoTV0HTdGem9hkAZtl4JZy8P2z4Bg0nT+YMeOFyVr4zcG5Tw== + dependencies: + "@jridgewell/gen-mapping" "^0.3.2" + commander "^4.0.0" + lines-and-columns "^1.1.6" + mz "^2.7.0" + pirates "^4.0.1" + tinyglobby "^0.2.11" + ts-interface-checker "^0.1.9" + +supports-color@^5.3.0: + version "5.5.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" + integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== + dependencies: + has-flag "^3.0.0" + +supports-color@^7.0.0, supports-color@^7.1.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da" + integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== + dependencies: + has-flag "^4.0.0" + +supports-color@^8.0.0: + version "8.1.1" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c" + integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q== + dependencies: + has-flag "^4.0.0" + +supports-hyperlinks@^2.0.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz#3943544347c1ff90b15effb03fc14ae45ec10624" + integrity sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA== + dependencies: + has-flag "^4.0.0" + supports-color "^7.0.0" + +supports-preserve-symlinks-flag@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" + integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== + +symbol-tree@^3.2.4: + version "3.2.4" + resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2" + integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw== + +tar@^7.5.2: + version "7.5.9" + resolved "https://registry.yarnpkg.com/tar/-/tar-7.5.9.tgz#817ac12a54bc4362c51340875b8985d7dc9724b8" + integrity sha512-BTLcK0xsDh2+PUe9F6c2TlRp4zOOBMTkoQHQIWSIzI0R7KG46uEwq4OPk2W7bZcprBMsuaeFsqwYr7pjh6CuHg== + dependencies: + "@isaacs/fs-minipass" "^4.0.0" + chownr "^3.0.0" + minipass "^7.1.2" + minizlib "^3.1.0" + yallist "^5.0.0" + +temp-dir@~2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-2.0.0.tgz#bde92b05bdfeb1516e804c9c00ad45177f31321e" + integrity sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg== + +terminal-link@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/terminal-link/-/terminal-link-2.1.1.tgz#14a64a27ab3c0df933ea546fba55f2d078edc994" + integrity sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ== + dependencies: + ansi-escapes "^4.2.1" + supports-hyperlinks "^2.0.0" + +terser@^5.15.0: + version "5.46.0" + resolved "https://registry.yarnpkg.com/terser/-/terser-5.46.0.tgz#1b81e560d584bbdd74a8ede87b4d9477b0ff9695" + integrity sha512-jTwoImyr/QbOWFFso3YoU3ik0jBBDJ6JTOQiy/J2YxVJdZCc+5u7skhNwiOR3FQIygFqVUPHl7qbbxtjW2K3Qg== + dependencies: + "@jridgewell/source-map" "^0.3.3" + acorn "^8.15.0" + commander "^2.20.0" + source-map-support "~0.5.20" + +test-exclude@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e" + integrity sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w== + dependencies: + "@istanbuljs/schema" "^0.1.2" + glob "^7.1.4" + minimatch "^3.0.4" + +thenify-all@^1.0.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/thenify-all/-/thenify-all-1.6.0.tgz#1a1918d402d8fc3f98fbf234db0bcc8cc10e9726" + integrity sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA== + dependencies: + thenify ">= 3.1.0 < 4" + +"thenify@>= 3.1.0 < 4": + version "3.3.1" + resolved "https://registry.yarnpkg.com/thenify/-/thenify-3.3.1.tgz#8932e686a4066038a016dd9e2ca46add9838a95f" + integrity sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw== + dependencies: + any-promise "^1.0.0" + +throat@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/throat/-/throat-5.0.0.tgz#c5199235803aad18754a667d659b5e72ce16764b" + integrity sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA== + +tinyglobby@^0.2.11: + version "0.2.15" + resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2" + integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ== + dependencies: + fdir "^6.5.0" + picomatch "^4.0.3" + +tmpl@1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc" + integrity sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw== + +to-regex-range@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" + integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== + dependencies: + is-number "^7.0.0" + +toidentifier@~1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35" + integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA== + +tough-cookie@^4.1.2: + version "4.1.4" + resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.4.tgz#945f1461b45b5a8c76821c33ea49c3ac192c1b36" + integrity sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag== + dependencies: + psl "^1.1.33" + punycode "^2.1.1" + universalify "^0.2.0" + url-parse "^1.5.3" + +tr46@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/tr46/-/tr46-3.0.0.tgz#555c4e297a950617e8eeddef633c87d4d9d6cbf9" + integrity sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA== + dependencies: + punycode "^2.1.1" + +tr46@~0.0.3: + version "0.0.3" + resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" + integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw== + +ts-interface-checker@^0.1.9: + version "0.1.13" + resolved "https://registry.yarnpkg.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz#784fd3d679722bc103b1b4b8030bcddb5db2a699" + integrity sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA== + +ts-object-utils@0.0.5: + version "0.0.5" + resolved "https://registry.yarnpkg.com/ts-object-utils/-/ts-object-utils-0.0.5.tgz#95361cdecd7e52167cfc5e634c76345e90a26077" + integrity sha512-iV0GvHqOmilbIKJsfyfJY9/dNHCs969z3so90dQWsO1eMMozvTpnB1MEaUbb3FYtZTGjv5sIy/xmslEz0Rg2TA== + +tslib@^2.0.0, tslib@^2.1.0: + version "2.8.1" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f" + integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w== + +type-detect@4.0.8: + version "4.0.8" + resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c" + integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== + +type-fest@^0.21.3: + version "0.21.3" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37" + integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w== + +type-fest@^0.7.1: + version "0.7.1" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.7.1.tgz#8dda65feaf03ed78f0a3f9678f1869147f7c5c48" + integrity sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg== + +typescript@~5.9.2: + version "5.9.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f" + integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw== + +ua-parser-js@^1.0.35: + version "1.0.41" + resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-1.0.41.tgz#bd04dc9ec830fcf9e4fad35cf22dcedd2e3b4e9c" + integrity sha512-LbBDqdIC5s8iROCUjMbW1f5dJQTEFB1+KO9ogbvlb3nm9n4YHa5p4KTvFPWvh2Hs8gZMBuiB1/8+pdfe/tDPug== + +undici-types@~7.18.0: + version "7.18.2" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.18.2.tgz#29357a89e7b7ca4aef3bf0fd3fd0cd73884229e9" + integrity sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w== + +undici@^6.18.2: + version "6.23.0" + resolved "https://registry.yarnpkg.com/undici/-/undici-6.23.0.tgz#7953087744d9095a96f115de3140ca3828aff3a4" + integrity sha512-VfQPToRA5FZs/qJxLIinmU59u0r7LXqoJkCzinq3ckNJp3vKEh7jTWN589YQ5+aoAC/TGRLyJLCPKcLQbM8r9g== + +unicode-canonical-property-names-ecmascript@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz#cb3173fe47ca743e228216e4a3ddc4c84d628cc2" + integrity sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg== + +unicode-match-property-ecmascript@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz#54fd16e0ecb167cf04cf1f756bdcc92eba7976c3" + integrity sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q== + dependencies: + unicode-canonical-property-names-ecmascript "^2.0.0" + unicode-property-aliases-ecmascript "^2.0.0" + +unicode-match-property-value-ecmascript@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.1.tgz#65a7adfad8574c219890e219285ce4c64ed67eaa" + integrity sha512-JQ84qTuMg4nVkx8ga4A16a1epI9H6uTXAknqxkGF/aFfRLw1xC/Bp24HNLaZhHSkWd3+84t8iXnp1J0kYcZHhg== + +unicode-property-aliases-ecmascript@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.2.0.tgz#301d4f8a43d2b75c97adfad87c9dd5350c9475d1" + integrity sha512-hpbDzxUY9BFwX+UeBnxv3Sh1q7HFxj48DTmXchNgRa46lO8uj3/1iEn3MiNUYTg1g9ctIqXCCERn8gYZhHC5lQ== + +unique-string@~2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-2.0.0.tgz#39c6451f81afb2749de2b233e3f7c5e8843bd89d" + integrity sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg== + dependencies: + crypto-random-string "^2.0.0" + +universalify@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.2.0.tgz#6451760566fa857534745ab1dde952d1b1761be0" + integrity sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg== + +unpipe@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" + integrity sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ== + +update-browserslist-db@^1.2.0: + version "1.2.3" + resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz#64d76db58713136acbeb4c49114366cc6cc2e80d" + integrity sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w== + dependencies: + escalade "^3.2.0" + picocolors "^1.1.1" + +url-parse@^1.5.3: + version "1.5.10" + resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1" + integrity sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ== + dependencies: + querystringify "^2.1.1" + requires-port "^1.0.0" + +use-callback-ref@^1.3.3: + version "1.3.3" + resolved "https://registry.yarnpkg.com/use-callback-ref/-/use-callback-ref-1.3.3.tgz#98d9fab067075841c5b2c6852090d5d0feabe2bf" + integrity sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg== + dependencies: + tslib "^2.0.0" + +use-latest-callback@^0.2.1, use-latest-callback@^0.2.4: + version "0.2.6" + resolved "https://registry.yarnpkg.com/use-latest-callback/-/use-latest-callback-0.2.6.tgz#e5ea752808c86219acc179ace0ae3c1203255e77" + integrity sha512-FvRG9i1HSo0wagmX63Vrm8SnlUU3LMM3WyZkQ76RnslpBrX694AdG4A0zQBx2B3ZifFA0yv/BaEHGBnEax5rZg== + +use-sidecar@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/use-sidecar/-/use-sidecar-1.1.3.tgz#10e7fd897d130b896e2c546c63a5e8233d00efdb" + integrity sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ== + dependencies: + detect-node-es "^1.1.0" + tslib "^2.0.0" + +use-sync-external-store@^1.5.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz#b174bfa65cb2b526732d9f2ac0a408027876f32d" + integrity sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w== + +utils-merge@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" + integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA== + +uuid@^7.0.3: + version "7.0.3" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.3.tgz#c5c9f2c8cf25dc0a372c4df1441c41f5bd0c680b" + integrity sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg== + +v8-to-istanbul@^9.0.1: + version "9.3.0" + resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz#b9572abfa62bd556c16d75fdebc1a411d5ff3175" + integrity sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA== + dependencies: + "@jridgewell/trace-mapping" "^0.3.12" + "@types/istanbul-lib-coverage" "^2.0.1" + convert-source-map "^2.0.0" + +validate-npm-package-name@^5.0.0: + version "5.0.1" + resolved "https://registry.yarnpkg.com/validate-npm-package-name/-/validate-npm-package-name-5.0.1.tgz#a316573e9b49f3ccd90dbb6eb52b3f06c6d604e8" + integrity sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ== + +vary@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" + integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg== + +vaul@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/vaul/-/vaul-1.1.2.tgz#c959f8b9dc2ed4f7d99366caee433fbef91f5ba9" + integrity sha512-ZFkClGpWyI2WUQjdLJ/BaGuV6AVQiJ3uELGk3OYtP+B6yCO7Cmn9vPFXVJkRaGkOJu3m8bQMgtyzNHixULceQA== + dependencies: + "@radix-ui/react-dialog" "^1.1.1" + +vlq@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/vlq/-/vlq-1.0.1.tgz#c003f6e7c0b4c1edd623fd6ee50bbc0d6a1de468" + integrity sha512-gQpnTgkubC6hQgdIcRdYGDSDc+SaujOdyesZQMv6JlfQee/9Mp0Qhnys6WxDWvQnL5WZdT7o2Ul187aSt0Rq+w== + +w3c-xmlserializer@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/w3c-xmlserializer/-/w3c-xmlserializer-4.0.0.tgz#aebdc84920d806222936e3cdce408e32488a3073" + integrity sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw== + dependencies: + xml-name-validator "^4.0.0" + +walker@^1.0.7, walker@^1.0.8: + version "1.0.8" + resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.8.tgz#bd498db477afe573dc04185f011d3ab8a8d7653f" + integrity sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ== + dependencies: + makeerror "1.0.12" + +warn-once@^0.1.0, warn-once@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/warn-once/-/warn-once-0.1.1.tgz#952088f4fb56896e73fd4e6a3767272a3fccce43" + integrity sha512-VkQZJbO8zVImzYFteBXvBOZEl1qL175WH8VmZcxF2fZAoudNhNDvHi+doCaAEdU2l2vtcIwa2zn0QK5+I1HQ3Q== + +wcwidth@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8" + integrity sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg== + dependencies: + defaults "^1.0.3" + +webidl-conversions@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" + integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ== + +webidl-conversions@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff" + integrity sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA== + +webidl-conversions@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-7.0.0.tgz#256b4e1882be7debbf01d05f0aa2039778ea080a" + integrity sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g== + +whatwg-encoding@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz#e7635f597fd87020858626805a2729fa7698ac53" + integrity sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg== + dependencies: + iconv-lite "0.6.3" + +whatwg-fetch@^3.0.0: + version "3.6.20" + resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz#580ce6d791facec91d37c72890995a0b48d31c70" + integrity sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg== + +whatwg-mimetype@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz#5fa1a7623867ff1af6ca3dc72ad6b8a4208beba7" + integrity sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q== + +whatwg-url-without-unicode@8.0.0-3: + version "8.0.0-3" + resolved "https://registry.yarnpkg.com/whatwg-url-without-unicode/-/whatwg-url-without-unicode-8.0.0-3.tgz#ab6df4bf6caaa6c85a59f6e82c026151d4bb376b" + integrity sha512-HoKuzZrUlgpz35YO27XgD28uh/WJH4B0+3ttFqRo//lmq+9T/mIOJ6kqmINI9HpUpz1imRC/nR/lxKpJiv0uig== + dependencies: + buffer "^5.4.3" + punycode "^2.1.1" + webidl-conversions "^5.0.0" + +whatwg-url@^11.0.0: + version "11.0.0" + resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-11.0.0.tgz#0a849eebb5faf2119b901bb76fd795c2848d4018" + integrity sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ== + dependencies: + tr46 "^3.0.0" + webidl-conversions "^7.0.0" + +whatwg-url@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d" + integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw== + dependencies: + tr46 "~0.0.3" + webidl-conversions "^3.0.0" + +which@^2.0.1: + version "2.0.2" + resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" + integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== + dependencies: + isexe "^2.0.0" + +wonka@^6.3.2: + version "6.3.5" + resolved "https://registry.yarnpkg.com/wonka/-/wonka-6.3.5.tgz#33fa54ea700ff3e87b56fe32202112a9e8fea1a2" + integrity sha512-SSil+ecw6B4/Dm7Pf2sAshKQ5hWFvfyGlfPbEd6A14dOH6VDjrmbY86u6nZvy9omGwwIPFR8V41+of1EezgoUw== + +wrap-ansi@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" + integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + +wrappy@1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" + integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== + +write-file-atomic@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-4.0.2.tgz#a9df01ae5b77858a027fd2e80768ee433555fcfd" + integrity sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg== + dependencies: + imurmurhash "^0.1.4" + signal-exit "^3.0.7" + +ws@^6.2.3: + version "6.2.3" + resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.3.tgz#ccc96e4add5fd6fedbc491903075c85c5a11d9ee" + integrity sha512-jmTjYU0j60B+vHey6TfR3Z7RD61z/hmxBS3VMSGIrroOWXQEneK1zNuotOUrGyBHQj0yrpsLHPWtigEFd13ndA== + dependencies: + async-limiter "~1.0.0" + +ws@^7, ws@^7.5.10: + version "7.5.10" + resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.10.tgz#58b5c20dc281633f6c19113f39b349bd8bd558d9" + integrity sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ== + +ws@^8.11.0, ws@^8.12.1: + version "8.19.0" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.19.0.tgz#ddc2bdfa5b9ad860204f5a72a4863a8895fd8c8b" + integrity sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg== + +xcode@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/xcode/-/xcode-3.0.1.tgz#3efb62aac641ab2c702458f9a0302696146aa53c" + integrity sha512-kCz5k7J7XbJtjABOvkc5lJmkiDh8VhjVCGNiqdKCscmVpdVUpEAyXv1xmCLkQJ5dsHqx3IPO4XW+NTDhU/fatA== + dependencies: + simple-plist "^1.1.0" + uuid "^7.0.3" + +xml-name-validator@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz#79a006e2e63149a8600f15430f0a4725d1524835" + integrity sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw== + +xml2js@0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.6.0.tgz#07afc447a97d2bd6507a1f76eeadddb09f7a8282" + integrity sha512-eLTh0kA8uHceqesPqSE+VvO1CDDJWMwlQfB6LuN6T8w6MaDJ8Txm8P7s5cHD0miF0V+GGTZrDQfxPZQVsur33w== + dependencies: + sax ">=0.6.0" + xmlbuilder "~11.0.0" + +xmlbuilder@^15.1.1: + version "15.1.1" + resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-15.1.1.tgz#9dcdce49eea66d8d10b42cae94a79c3c8d0c2ec5" + integrity sha512-yMqGBqtXyeN1e3TGYvgNgDVZ3j84W4cwkOXQswghol6APgZWaff9lnbvN7MHYJOiXsvGPXtjTYJEiC9J2wv9Eg== + +xmlbuilder@~11.0.0: + version "11.0.1" + resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-11.0.1.tgz#be9bae1c8a046e76b31127726347d0ad7002beb3" + integrity sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA== + +xmlchars@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb" + integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw== + +y18n@^5.0.5: + version "5.0.8" + resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55" + integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== + +yallist@^3.0.2: + version "3.1.1" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" + integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== + +yallist@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-5.0.0.tgz#00e2de443639ed0d78fd87de0d27469fbcffb533" + integrity sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw== + +yaml@^2.6.1: + version "2.8.2" + resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.8.2.tgz#5694f25eca0ce9c3e7a9d9e00ce0ddabbd9e35c5" + integrity sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A== + +yargs-parser@^21.1.1: + version "21.1.1" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35" + integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw== + +yargs@^17.3.1, yargs@^17.6.2: + version "17.7.2" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269" + integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w== + dependencies: + cliui "^8.0.1" + escalade "^3.1.1" + get-caller-file "^2.0.5" + require-directory "^2.1.1" + string-width "^4.2.3" + y18n "^5.0.5" + yargs-parser "^21.1.1" + +yocto-queue@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" + integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== diff --git a/dependency-graph-commands.txt b/dependency-graph-commands.txt new file mode 100644 index 000000000..831511f41 --- /dev/null +++ b/dependency-graph-commands.txt @@ -0,0 +1,38 @@ +# Commands for Creating Dependency Graphs + +## 1. Madge (code/import dependency graph) +# Install once (optional): yarn add -D madge +# Generate graph from a folder (outputs SVG): +npx madge --image dependency-graph.svg ./packages + +# From repo root for all packages: +npx madge --image dependency-graph.svg ./packages ./apps + +# JSON output (for further processing): +npx madge --json ./packages > dependency-graph.json + + +## 2. Dependency-cruiser (with Graphviz/dot) +# Install Graphviz first: brew install graphviz (macOS) +# Then: +npx depcruise packages --output-type dot | dot -T svg > dependency-graph.svg + +# Or with dependency-cruiser installed: yarn add -D dependency-cruiser +# npx depcruise packages apps --output-type dot | dot -T svg > dependency-graph.svg + + +## 3. Yarn (package-level dependency tree) +# List why a package is installed and its tree: +yarn why + +# Full dependency tree for the workspace: +yarn workspaces list --json + + +## 4. NPM (if using npm instead) +npm ls --all > dependency-tree.txt +# Or for a visual tree: npx npm-remote-ls + + +## Quick one-liner (Madge, no install – from repo root) +npx madge --image dependency-graph.svg . diff --git a/package.json b/package.json index d9eb75bd7..718680ad1 100644 --- a/package.json +++ b/package.json @@ -4,14 +4,15 @@ "private": true, "workspaces": { "packages": [ - "packages/*", - "apps/AEPSampleAppNewArchEnabled" + "packages/*", + "apps/AEPSampleApp" ], "nohoist": [ "**" ] }, "scripts": { + "postinstall": "node apps/AEPSampleApp/scripts/link-local-optimize.js", "clean": "rm yarn.lock & find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +", "prebuild": "npx lerna exec --ignore aepsampleapp -- rm -rf dist", "build": "npx lerna exec --ignore aepsampleapp --ignore aepsampleappnewarchenabled -- tsc", diff --git a/packages/optimize/RCTAEPOptimize.podspec b/packages/optimize/RCTAEPOptimize.podspec index 308bf5f73..0baa50892 100644 --- a/packages/optimize/RCTAEPOptimize.podspec +++ b/packages/optimize/RCTAEPOptimize.podspec @@ -14,9 +14,18 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/adobe/aepsdk-react-native.git", :branch => "optimize" } - s.source_files = 'ios/**/*.{h,m}' - s.requires_arc = true + s.source_files = 'ios/**/*.{h,m,mm}' + s.public_header_files = 'ios/**/*.h' + s.requires_arc = true - s.dependency "React" + s.dependency "React" s.dependency "AEPOptimize", ">= 5.0.0", "< 6.0.0" -end + + # Turbo Module: link codegen spec (protocol + JSI) so NativeAEPOptimize is discoverable at runtime. + install_modules_dependencies(s) + + s.pod_target_xcconfig = { + "CLANG_ENABLE_MODULES" => "YES", + "OTHER_CPLUSPLUSFLAGS" => "$(inherited) -fcxx-modules" + } +end \ No newline at end of file diff --git a/packages/optimize/android/build.gradle b/packages/optimize/android/build.gradle index ec277b198..bb3be718f 100644 --- a/packages/optimize/android/build.gradle +++ b/packages/optimize/android/build.gradle @@ -9,6 +9,14 @@ buildscript { } } +def isNewArchitectureEnabled() { + return rootProject.hasProperty("newArchEnabled") && rootProject.newArchEnabled == "true" +} + +if (isNewArchitectureEnabled()) { + apply plugin: 'com.facebook.react' +} + apply plugin: 'com.android.library' def safeExtGet(prop, fallback) { @@ -28,6 +36,12 @@ android { targetSdkVersion safeExtGet('targetSdkVersion', 34) versionCode 1 versionName "1.0" + // Build-time switch: true = Interop root (AEPOptimize), false = Turbo root (NativeAEPOptimize). + // Only one root is constructed; the other is dead code. App may override in app/build.gradle. + buildConfigField "boolean", "USE_INTEROP_ROOT", "false" + } + buildFeatures { + buildConfig true } lintOptions { abortOnError false diff --git a/packages/optimize/android/gradle/wrapper/gradle-wrapper.properties b/packages/optimize/android/gradle/wrapper/gradle-wrapper.properties index 7144c3ca4..4d063b49d 100644 --- a/packages/optimize/android/gradle/wrapper/gradle-wrapper.properties +++ b/packages/optimize/android/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.0-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip diff --git a/packages/optimize/android/src/main/java/com/adobe/marketing/mobile/reactnative/optimize/NativeAEPOptimizeModule.java b/packages/optimize/android/src/main/java/com/adobe/marketing/mobile/reactnative/optimize/NativeAEPOptimizeModule.java new file mode 100644 index 000000000..f373ec339 --- /dev/null +++ b/packages/optimize/android/src/main/java/com/adobe/marketing/mobile/reactnative/optimize/NativeAEPOptimizeModule.java @@ -0,0 +1,210 @@ +/* + * Copyright 2022 Adobe. All rights reserved. + * This file is licensed to you under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * Turbo Native Module implementation per https://reactnative.dev/docs/turbo-native-modules-introduction + * Extends the spec base (NativeAEPOptimizeSpec); does not extend or reference RCTAEPOptimizeModule. + */ + +package com.adobe.marketing.mobile.reactnative.optimize; + +import android.util.Log; + +import androidx.annotation.Nullable; + +import com.adobe.marketing.mobile.reactnative.optimize.BuildConfig; + +import com.adobe.marketing.mobile.AdobeCallback; +import com.adobe.marketing.mobile.AdobeCallbackWithError; +import com.adobe.marketing.mobile.optimize.AdobeCallbackWithOptimizeError; +import com.adobe.marketing.mobile.optimize.AEPOptimizeError; +import com.adobe.marketing.mobile.AdobeError; +import com.adobe.marketing.mobile.optimize.DecisionScope; +import com.adobe.marketing.mobile.optimize.Optimize; +import com.adobe.marketing.mobile.optimize.OptimizeProposition; + +import com.facebook.react.bridge.Callback; +import com.facebook.react.bridge.Promise; +import com.facebook.react.bridge.ReactApplicationContext; +import com.facebook.react.bridge.ReadableArray; +import com.facebook.react.bridge.ReadableMap; +import com.facebook.react.bridge.WritableMap; + +import java.util.Collections; +import java.util.List; +import java.util.Map; +import java.util.concurrent.ConcurrentHashMap; + +/** + * Turbo Native Module implementation. Extends the spec base per RN doc; + * invoked when USE_INTEROP_ROOT is false. + */ +public class NativeAEPOptimizeModule extends NativeAEPOptimizeSpec { + + public static final String NAME = "NativeAEPOptimize"; + + private static final String TAG = "NativeAEPOptimizeModule"; + + private final Map propositionCache = new ConcurrentHashMap<>(); + + public NativeAEPOptimizeModule(ReactApplicationContext reactContext) { + super(reactContext); + } + + @Override + public String getName() { + return NAME; + } + + @Override + public void invalidate() { + propositionCache.clear(); + } + + // ---------- Spec: extensionVersion ---------- + + @Override + public void extensionVersion(Promise promise) { + String version = Optimize.extensionVersion(); + Log.d(TAG, "extensionVersion called: module=" + NAME + ", USE_INTEROP_ROOT=" + BuildConfig.USE_INTEROP_ROOT + ", version=" + version); + promise.resolve(version); + } + + // ---------- Spec: clearCachedPropositions ---------- + + @Override + public void clearCachedPropositions() { + propositionCache.clear(); + Optimize.clearCachedPropositions(); + } + + // ---------- Spec: getPropositions ---------- + + @Override + public void getPropositions(ReadableArray decisionScopesArray, Promise promise) { + List decisionScopeList = RCTAEPOptimizeUtil.createDecisionScopes(decisionScopesArray); + Optimize.getPropositions(decisionScopeList, new AdobeCallbackWithError>() { + @Override + public void fail(AdobeError adobeError) { + promise.reject(String.valueOf(adobeError.getErrorCode()), adobeError.getErrorName()); + } + + @Override + public void call(Map decisionScopePropositionMap) { + RCTAEPOptimizeUtil.cachePropositionOffers(decisionScopePropositionMap, propositionCache); + promise.resolve(RCTAEPOptimizeUtil.createCallbackResponse(decisionScopePropositionMap)); + } + }); + } + + // ---------- Spec: updatePropositions ---------- + + @Override + public void updatePropositions( + ReadableArray decisionScopesArray, + @Nullable ReadableMap xdm, + @Nullable ReadableMap data, + @Nullable Callback successCallback, + @Nullable Callback errorCallback) { + Log.d(TAG, "updatePropositions called"); + List decisionScopeList = RCTAEPOptimizeUtil.createDecisionScopes(decisionScopesArray); + Map mapXdm = xdm != null ? RCTAEPOptimizeUtil.convertReadableMapToMap(xdm) : Collections.emptyMap(); + Map mapData = data != null ? RCTAEPOptimizeUtil.convertReadableMapToMap(data) : Collections.emptyMap(); + + Optimize.updatePropositions(decisionScopeList, mapXdm, mapData, new AdobeCallbackWithOptimizeError>() { + @Override + public void fail(AEPOptimizeError adobeError) { + Log.e(TAG, "updatePropositions callback failed"); + if (errorCallback != null) { + WritableMap response = RCTAEPOptimizeUtil.convertAEPOptimizeErrorToWritableMap(adobeError); + errorCallback.invoke(response); + } + } + + @Override + public void call(Map decisionScopePropositionMap) { + RCTAEPOptimizeUtil.cachePropositionOffers(decisionScopePropositionMap, propositionCache); + Log.d(TAG, "updatePropositions callback success."); + if (successCallback != null) { + successCallback.invoke(RCTAEPOptimizeUtil.createCallbackResponse(decisionScopePropositionMap)); + } + } + }); + } + + // ---------- Spec: onPropositionsUpdate ---------- + + @Override + public void onPropositionsUpdate() { + Optimize.onPropositionsUpdate(new AdobeCallback>() { + @Override + public void call(Map decisionScopePropositionMap) { + RCTAEPOptimizeUtil.cachePropositionOffers(decisionScopePropositionMap, propositionCache); + RCTAEPOptimizeUtil.emitOnPropositionsUpdate(getReactApplicationContext(), decisionScopePropositionMap, true); + } + }); + } + + // ---------- Spec: multipleOffersDisplayed ---------- + + @Override + public void multipleOffersDisplayed(ReadableArray offersArray) { + RCTAEPOptimizeUtil.multipleOffersDisplayed(offersArray, propositionCache); + } + + // ---------- Spec: multipleOffersGenerateDisplayInteractionXdm ---------- + + @Override + public void multipleOffersGenerateDisplayInteractionXdm(ReadableArray offersArray, Promise promise) { + RCTAEPOptimizeUtil.multipleOffersGenerateDisplayInteractionXdm(offersArray, propositionCache, promise); + } + + // ---------- Spec: offerDisplayed ---------- + + @Override + public void offerDisplayed(String offerId, ReadableMap propositionMap) { + RCTAEPOptimizeUtil.offerDisplayed(offerId, propositionMap); + } + + // ---------- Spec: offerTapped ---------- + + @Override + public void offerTapped(String offerId, ReadableMap propositionMap) { + RCTAEPOptimizeUtil.offerTapped(offerId, propositionMap); + } + + // ---------- Spec: generateDisplayInteractionXdm ---------- + + @Override + public void generateDisplayInteractionXdm(String offerId, ReadableMap propositionMap, Promise promise) { + RCTAEPOptimizeUtil.generateDisplayInteractionXdm(offerId, propositionMap, promise); + } + + // ---------- Spec: generateTapInteractionXdm ---------- + + @Override + public void generateTapInteractionXdm(String offerId, ReadableMap propositionMap, Promise promise) { + RCTAEPOptimizeUtil.generateTapInteractionXdm(offerId, propositionMap, promise); + } + + // ---------- Spec: generateReferenceXdm ---------- + + @Override + public void generateReferenceXdm(ReadableMap propositionMap, Promise promise) { + RCTAEPOptimizeUtil.generateReferenceXdm(propositionMap, promise); + } + + // ---------- Spec: addListener / removeListeners (EventEmitter) ---------- + + @Override + public void addListener(String eventName) { + // Required for React Native EventEmitter + } + + @Override + public void removeListeners(double count) { + // Required for React Native EventEmitter (codegen uses double for number) + } + +} diff --git a/packages/optimize/android/src/main/java/com/adobe/marketing/mobile/reactnative/optimize/RCTAEPOptimizeModule.java b/packages/optimize/android/src/main/java/com/adobe/marketing/mobile/reactnative/optimize/RCTAEPOptimizeModule.java index d69b1a231..c6dbcdd5d 100644 --- a/packages/optimize/android/src/main/java/com/adobe/marketing/mobile/reactnative/optimize/RCTAEPOptimizeModule.java +++ b/packages/optimize/android/src/main/java/com/adobe/marketing/mobile/reactnative/optimize/RCTAEPOptimizeModule.java @@ -21,11 +21,8 @@ import com.adobe.marketing.mobile.optimize.DecisionScope; import com.adobe.marketing.mobile.optimize.Offer; import com.adobe.marketing.mobile.optimize.OfferType; -import com.adobe.marketing.mobile.optimize.OfferUtils; import com.adobe.marketing.mobile.optimize.Optimize; import com.adobe.marketing.mobile.optimize.OptimizeProposition; -import com.adobe.marketing.mobile.util.DataReader; -import com.adobe.marketing.mobile.util.DataReaderException; import com.facebook.react.bridge.Promise; import com.facebook.react.bridge.ReactApplicationContext; import com.facebook.react.bridge.ReactContextBaseJavaModule; @@ -33,12 +30,8 @@ import com.facebook.react.bridge.ReadableArray; import com.facebook.react.bridge.ReadableMap; import com.facebook.react.bridge.WritableMap; -import com.facebook.react.bridge.WritableNativeMap; import com.facebook.react.bridge.Callback; -import com.facebook.react.modules.core.DeviceEventManagerModule; -import android.util.Log; -import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.Map; @@ -64,14 +57,7 @@ public String getName() { @ReactMethod public void offerDisplayed(final String offerId, final ReadableMap propositionMap) { - final Map eventData = RCTAEPOptimizeUtil.convertReadableMapToMap(propositionMap); - final OptimizeProposition proposition = OptimizeProposition.fromEventData(eventData); - for (Offer offer : proposition.getOffers()) { - if (offer.getId().equalsIgnoreCase(offerId)) { - offer.displayed(); - break; - } - } + RCTAEPOptimizeUtil.offerDisplayed(offerId, propositionMap); } @ReactMethod @@ -81,9 +67,7 @@ public void extensionVersion(final Promise promise) { @ReactMethod public void clearCachedPropositions() { - // clear the react native cache - clearPropositionsCache(); - // clear the native cache + propositionCache.clear(); Optimize.clearCachedPropositions(); } @@ -108,13 +92,11 @@ public void fail(final AEPOptimizeError adobeError) { @Override public void call(final Map decisionScopePropositionMap) { - - cachePropositionOffers(decisionScopePropositionMap); + RCTAEPOptimizeUtil.cachePropositionOffers(decisionScopePropositionMap, propositionCache); Log.d(TAG, "updatePropositions callback success."); if (successCallback != null) { - final WritableMap response = RCTAEPOptimizeUtil.createCallbackResponse(decisionScopePropositionMap); - Log.d(TAG, "Invoking JS successCallback with success: " + response.toString()); - successCallback.invoke(response); + Log.d(TAG, "Invoking JS successCallback with success"); + successCallback.invoke(RCTAEPOptimizeUtil.createCallbackResponse(decisionScopePropositionMap)); } } }); @@ -132,74 +114,20 @@ public void fail(final AdobeError adobeError) { @Override public void call(final Map decisionScopePropositionMap) { - cachePropositionOffers(decisionScopePropositionMap); - final WritableMap writableMap = new WritableNativeMap(); - for (final Map.Entry entry : decisionScopePropositionMap.entrySet()) { - writableMap.putMap(entry.getKey().getName(), RCTAEPOptimizeUtil.convertPropositionToWritableMap(entry.getValue())); - } - promise.resolve(writableMap); + RCTAEPOptimizeUtil.cachePropositionOffers(decisionScopePropositionMap, propositionCache); + promise.resolve(RCTAEPOptimizeUtil.createCallbackResponse(decisionScopePropositionMap)); } }); } - private void cachePropositionOffers(final Map decisionScopePropositionMap) { - for (final Map.Entry entry : decisionScopePropositionMap.entrySet()) { - OptimizeProposition proposition = entry.getValue(); - if (proposition == null) { - continue; - } - - String activityId = null; - try { - Map activity = proposition.getActivity(); - if (activity != null && activity.containsKey("id")) { - activityId = DataReader.getString(activity, "id"); - } else { - Map scopeDetails = proposition.getScopeDetails(); - if (scopeDetails != null && scopeDetails.containsKey("activity")) { - Map scopeDetailsActivity = DataReader.getTypedMap(Object.class, scopeDetails, "activity"); - if (scopeDetailsActivity != null && scopeDetailsActivity.containsKey("id")) { - activityId = DataReader.getString(scopeDetailsActivity, "id"); - } - } - } - } catch (DataReaderException e) { - Log.w(TAG, "Failed to extract activity ID from proposition: " + e.getMessage()); - continue; - } - - if (activityId != null) { - propositionCache.put(activityId, proposition); - } - } - } - - private void clearPropositionsCache() { - propositionCache.clear(); - } - @ReactMethod public void multipleOffersDisplayed(final ReadableArray offersArray) { - List nativeOffers = RCTAEPOptimizeUtil.getNativeOffers(offersArray, propositionCache); - - if (!nativeOffers.isEmpty()) { - Log.d(TAG, "multipleOffersDisplayed: calling display for: " + nativeOffers.size() + " offers: " + nativeOffers.toString()); - OfferUtils.displayed(nativeOffers); - } + RCTAEPOptimizeUtil.multipleOffersDisplayed(offersArray, propositionCache); } @ReactMethod public void multipleOffersGenerateDisplayInteractionXdm(final ReadableArray offersArray, final Promise promise) { - List nativeOffers = RCTAEPOptimizeUtil.getNativeOffers(offersArray, propositionCache); - - if (!nativeOffers.isEmpty()) { - Log.d(TAG, "multipleOffersGenerateDisplayInteractionXdm: calling generateDisplayInteractionXdm for: " + nativeOffers.size() + " offers: " + nativeOffers.toString()); - final Map interactionXdm = OfferUtils.generateDisplayInteractionXdm(nativeOffers); - final WritableMap writableMap = RCTAEPOptimizeUtil.convertMapToWritableMap(interactionXdm); - promise.resolve(writableMap); - } else { - promise.reject("multipleOffersGenerateDisplayInteractionXdm", "Error in generating Display interaction XDM for multiple offers: " + offersArray.toString()); - } + RCTAEPOptimizeUtil.multipleOffersGenerateDisplayInteractionXdm(offersArray, propositionCache, promise); } @ReactMethod @@ -207,77 +135,30 @@ public void onPropositionsUpdate() { Optimize.onPropositionsUpdate(new AdobeCallback>() { @Override public void call(final Map decisionScopePropositionMap) { - cachePropositionOffers(decisionScopePropositionMap); - sendUpdatedPropositionsEvent(decisionScopePropositionMap); + RCTAEPOptimizeUtil.cachePropositionOffers(decisionScopePropositionMap, propositionCache); + RCTAEPOptimizeUtil.emitOnPropositionsUpdate(reactContext, decisionScopePropositionMap, false); } }); } @ReactMethod public void offerTapped(final String offerId, final ReadableMap propositionMap) { - final Map eventData = RCTAEPOptimizeUtil.convertReadableMapToMap(propositionMap); - final OptimizeProposition proposition = OptimizeProposition.fromEventData(eventData); - for (Offer offer : proposition.getOffers()) { - if (offer.getId().equalsIgnoreCase(offerId)) { - offer.tapped(); - break; - } - } + RCTAEPOptimizeUtil.offerTapped(offerId, propositionMap); } @ReactMethod public void generateDisplayInteractionXdm(final String offerId, final ReadableMap propositionMap, final Promise promise) { - final Map eventData = RCTAEPOptimizeUtil.convertReadableMapToMap(propositionMap); - final OptimizeProposition proposition = OptimizeProposition.fromEventData(eventData); - Offer offerDisplayed = null; - for (Offer offer : proposition.getOffers()) { - if (offer.getId().equalsIgnoreCase(offerId)) { - offerDisplayed = offer; - break; - } - } - - if (offerDisplayed != null) { - final Map interactionXdm = offerDisplayed.generateDisplayInteractionXdm(); - final WritableMap writableMap = RCTAEPOptimizeUtil.convertMapToWritableMap(interactionXdm); - promise.resolve(writableMap); - } else { - promise.reject("generateDisplayInteractionXdm", "Error in generating Display interaction XDM for offer with id: " + offerId); - } + RCTAEPOptimizeUtil.generateDisplayInteractionXdm(offerId, propositionMap, promise); } @ReactMethod public void generateTapInteractionXdm(final String offerId, final ReadableMap propositionMap, final Promise promise) { - final Map eventData = RCTAEPOptimizeUtil.convertReadableMapToMap(propositionMap); - final OptimizeProposition proposition = OptimizeProposition.fromEventData(eventData); - Offer offerTapped = null; - for (Offer offer : proposition.getOffers()) { - if (offer.getId().equalsIgnoreCase(offerId)) { - offerTapped = offer; - break; - } - } - - if (offerTapped != null) { - final Map interactionXdm = offerTapped.generateTapInteractionXdm(); - final WritableMap writableMap = RCTAEPOptimizeUtil.convertMapToWritableMap(interactionXdm); - promise.resolve(writableMap); - } else { - promise.reject("generateTapInteractionXdm", "Error in generating Tap interaction XDM for offer with id: " + offerId); - } + RCTAEPOptimizeUtil.generateTapInteractionXdm(offerId, propositionMap, promise); } @ReactMethod public void generateReferenceXdm(final ReadableMap propositionMap, final Promise promise) { - final Map propositionEventData = RCTAEPOptimizeUtil.convertReadableMapToMap(propositionMap); - final OptimizeProposition proposition = OptimizeProposition.fromEventData(propositionEventData); - if (proposition != null) { - Map referenceXdm = proposition.generateReferenceXdm(); - final WritableMap writableMap = RCTAEPOptimizeUtil.convertMapToWritableMap(referenceXdm); - promise.resolve(writableMap); - } else { - promise.reject("generateReferenceXdm", "Error in generating Reference XDM."); - } + RCTAEPOptimizeUtil.generateReferenceXdm(propositionMap, promise); } // Required for React Native built in EventEmitter Calls. @@ -301,11 +182,4 @@ private static Offer createOffer(Map offerEventData) { return offer; } - private void sendUpdatedPropositionsEvent(final Map decisionScopePropositionMap) { - final WritableMap writableMap = new WritableNativeMap(); - for (final Map.Entry entry : decisionScopePropositionMap.entrySet()) { - writableMap.putMap(entry.getKey().getName(), RCTAEPOptimizeUtil.convertPropositionToWritableMap(entry.getValue())); - } - reactContext.getJSModule(DeviceEventManagerModule.RCTDeviceEventEmitter.class).emit("onPropositionsUpdate", writableMap); - } } \ No newline at end of file diff --git a/packages/optimize/android/src/main/java/com/adobe/marketing/mobile/reactnative/optimize/RCTAEPOptimizePackage.java b/packages/optimize/android/src/main/java/com/adobe/marketing/mobile/reactnative/optimize/RCTAEPOptimizePackage.java index 2e032814a..3ecc0ae15 100644 --- a/packages/optimize/android/src/main/java/com/adobe/marketing/mobile/reactnative/optimize/RCTAEPOptimizePackage.java +++ b/packages/optimize/android/src/main/java/com/adobe/marketing/mobile/reactnative/optimize/RCTAEPOptimizePackage.java @@ -10,29 +10,67 @@ */ package com.adobe.marketing.mobile.reactnative.optimize; -import java.util.Arrays; -import java.util.Collections; -import java.util.List; +import java.util.HashMap; +import java.util.Map; -import com.facebook.react.ReactPackage; +import com.facebook.react.BaseReactPackage; import com.facebook.react.bridge.NativeModule; import com.facebook.react.bridge.ReactApplicationContext; -import com.facebook.react.uimanager.ViewManager; -import com.facebook.react.bridge.JavaScriptModule; -public class RCTAEPOptimizePackage implements ReactPackage { +import com.facebook.react.module.model.ReactModuleInfo; +import com.facebook.react.module.model.ReactModuleInfoProvider; - @Override - public List createNativeModules(ReactApplicationContext reactContext) { - return Arrays.asList(new RCTAEPOptimizeModule(reactContext)); - } +/** + * Registers the Optimize native module per React Native Turbo Module doc. + * Build-time switch: only one root is registered. + * USE_INTEROP_ROOT true -> AEPOptimize (bridge); isTurboModule = false. + * USE_INTEROP_ROOT false -> NativeAEPOptimize (Turbo); isTurboModule = true. + */ +public class RCTAEPOptimizePackage extends BaseReactPackage { - // Deprecated from RN 0.47 - public List> createJSModules() { - return Collections.emptyList(); + private static final String NAME_INTEROP = "AEPOptimize"; + private static final String NAME_TURBO = "NativeAEPOptimize"; + + @Override + public NativeModule getModule(String name, ReactApplicationContext reactContext) { + if (BuildConfig.USE_INTEROP_ROOT) { + if (NAME_INTEROP.equals(name)) { + return new RCTAEPOptimizeModule(reactContext); + } + } else { + if (NAME_TURBO.equals(name)) { + return new NativeAEPOptimizeModule(reactContext); + } + } + return null; } @Override - public List createViewManagers(ReactApplicationContext reactContext) { - return Collections.emptyList(); + public ReactModuleInfoProvider getReactModuleInfoProvider() { + return new ReactModuleInfoProvider() { + @Override + public Map getReactModuleInfos() { + Map map = new HashMap<>(); + if (BuildConfig.USE_INTEROP_ROOT) { + map.put(NAME_INTEROP, new ReactModuleInfo( + NAME_INTEROP, + NAME_INTEROP, + false, + false, + false, + false + )); + } else { + map.put(NAME_TURBO, new ReactModuleInfo( + NAME_TURBO, + NAME_TURBO, + false, + false, + false, + true + )); + } + return map; + } + }; } } diff --git a/packages/optimize/android/src/main/java/com/adobe/marketing/mobile/reactnative/optimize/RCTAEPOptimizeUtil.java b/packages/optimize/android/src/main/java/com/adobe/marketing/mobile/reactnative/optimize/RCTAEPOptimizeUtil.java index 2ba1b3896..552896f02 100644 --- a/packages/optimize/android/src/main/java/com/adobe/marketing/mobile/reactnative/optimize/RCTAEPOptimizeUtil.java +++ b/packages/optimize/android/src/main/java/com/adobe/marketing/mobile/reactnative/optimize/RCTAEPOptimizeUtil.java @@ -15,8 +15,13 @@ import com.adobe.marketing.mobile.MobileCore; import com.adobe.marketing.mobile.optimize.DecisionScope; import com.adobe.marketing.mobile.optimize.Offer; +import com.adobe.marketing.mobile.optimize.OfferUtils; import com.adobe.marketing.mobile.optimize.OptimizeProposition; import com.adobe.marketing.mobile.optimize.AEPOptimizeError; +import com.adobe.marketing.mobile.util.DataReader; +import com.adobe.marketing.mobile.util.DataReaderException; +import com.facebook.react.bridge.Promise; +import com.facebook.react.bridge.ReactApplicationContext; import com.facebook.react.bridge.ReadableArray; import com.facebook.react.bridge.ReadableMap; import com.facebook.react.bridge.ReadableMapKeySetIterator; @@ -25,6 +30,7 @@ import com.facebook.react.bridge.WritableMap; import com.facebook.react.bridge.WritableNativeArray; import com.facebook.react.bridge.WritableNativeMap; +import com.facebook.react.modules.core.DeviceEventManagerModule; import java.util.ArrayList; import java.util.HashMap; import java.util.List; @@ -272,4 +278,150 @@ static WritableMap convertAEPOptimizeErrorToWritableMap(final AEPOptimizeError e } return errorMap; } + + /** + * Resolves promise with Display interaction XDM for the offer, or rejects if offer not found. + * Shared by {@link RCTAEPOptimizeModule} and {@link NativeAEPOptimizeModule}. + */ + static void generateDisplayInteractionXdm(String offerId, ReadableMap propositionMap, Promise promise) { + Map eventData = convertReadableMapToMap(propositionMap); + OptimizeProposition proposition = OptimizeProposition.fromEventData(eventData); + Offer offer = findOfferById(proposition, offerId); + if (offer != null) { + promise.resolve(convertMapToWritableMap(offer.generateDisplayInteractionXdm())); + } else { + promise.reject("generateDisplayInteractionXdm", "Error in generating Display interaction XDM for offer with id: " + offerId); + } + } + + /** + * Resolves promise with Tap interaction XDM for the offer, or rejects if offer not found. + * Shared by {@link RCTAEPOptimizeModule} and {@link NativeAEPOptimizeModule}. + */ + static void generateTapInteractionXdm(String offerId, ReadableMap propositionMap, Promise promise) { + Map eventData = convertReadableMapToMap(propositionMap); + OptimizeProposition proposition = OptimizeProposition.fromEventData(eventData); + Offer offer = findOfferById(proposition, offerId); + if (offer != null) { + promise.resolve(convertMapToWritableMap(offer.generateTapInteractionXdm())); + } else { + promise.reject("generateTapInteractionXdm", "Error in generating Tap interaction XDM for offer with id: " + offerId); + } + } + + /** + * Resolves promise with Reference XDM for the proposition, or rejects on error. + * Shared by {@link RCTAEPOptimizeModule} and {@link NativeAEPOptimizeModule}. + */ + static void generateReferenceXdm(ReadableMap propositionMap, Promise promise) { + Map propositionEventData = convertReadableMapToMap(propositionMap); + OptimizeProposition proposition = OptimizeProposition.fromEventData(propositionEventData); + if (proposition != null) { + promise.resolve(convertMapToWritableMap(proposition.generateReferenceXdm())); + } else { + promise.reject("generateReferenceXdm", "Error in generating Reference XDM."); + } + } + + private static Offer findOfferById(OptimizeProposition proposition, String offerId) { + if (proposition == null) return null; + for (Offer offer : proposition.getOffers()) { + if (offer.getId().equalsIgnoreCase(offerId)) return offer; + } + return null; + } + + /** + * Marks the offer as displayed. Shared by {@link RCTAEPOptimizeModule} and {@link NativeAEPOptimizeModule}. + */ + static void offerDisplayed(String offerId, ReadableMap propositionMap) { + Offer offer = findOfferById(OptimizeProposition.fromEventData(convertReadableMapToMap(propositionMap)), offerId); + if (offer != null) offer.displayed(); + } + + /** + * Marks the offer as tapped. Shared by {@link RCTAEPOptimizeModule} and {@link NativeAEPOptimizeModule}. + */ + static void offerTapped(String offerId, ReadableMap propositionMap) { + Offer offer = findOfferById(OptimizeProposition.fromEventData(convertReadableMapToMap(propositionMap)), offerId); + if (offer != null) offer.tapped(); + } + + /** + * Displays the given offers (from cache). Shared by {@link RCTAEPOptimizeModule} and {@link NativeAEPOptimizeModule}. + */ + static void multipleOffersDisplayed(ReadableArray offersArray, Map propositionCache) { + List nativeOffers = getNativeOffers(offersArray, propositionCache); + if (!nativeOffers.isEmpty()) { + OfferUtils.displayed(nativeOffers); + } + } + + /** + * Resolves with Display interaction XDM for the given offers, or rejects if none found. + * Shared by {@link RCTAEPOptimizeModule} and {@link NativeAEPOptimizeModule}. + */ + static void multipleOffersGenerateDisplayInteractionXdm( + ReadableArray offersArray, + Map propositionCache, + Promise promise) { + List nativeOffers = getNativeOffers(offersArray, propositionCache); + if (!nativeOffers.isEmpty()) { + promise.resolve(convertMapToWritableMap(OfferUtils.generateDisplayInteractionXdm(nativeOffers))); + } else { + promise.reject("multipleOffersGenerateDisplayInteractionXdm", + "Error in generating Display interaction XDM for multiple offers: " + offersArray.toString()); + } + } + + /** + * Caches propositions by activity ID for later lookup (e.g. by getNativeOffers). + * Shared by {@link RCTAEPOptimizeModule} and {@link NativeAEPOptimizeModule}. + */ + static void cachePropositionOffers( + final Map decisionScopePropositionMap, + final Map cache) { + for (final Map.Entry entry : decisionScopePropositionMap.entrySet()) { + OptimizeProposition proposition = entry.getValue(); + if (proposition == null) continue; + + String activityId = null; + try { + Map activity = proposition.getActivity(); + if (activity != null && activity.containsKey("id")) { + activityId = DataReader.getString(activity, "id"); + } else { + Map scopeDetails = proposition.getScopeDetails(); + if (scopeDetails != null && scopeDetails.containsKey("activity")) { + Map scopeDetailsActivity = DataReader.getTypedMap(Object.class, scopeDetails, "activity"); + if (scopeDetailsActivity != null && scopeDetailsActivity.containsKey("id")) { + activityId = DataReader.getString(scopeDetailsActivity, "id"); + } + } + } + } catch (DataReaderException e) { + Log.w(TAG, "Failed to extract activity ID from proposition: " + e.getMessage()); + continue; + } + if (activityId != null) { + cache.put(activityId, proposition); + } + } + } + + /** + * Emits "onPropositionsUpdate" to JS with the given propositions map. + * Shared by {@link RCTAEPOptimizeModule} and {@link NativeAEPOptimizeModule}. + * @param checkActiveInstance if true, only emit when context.hasActiveReactInstance() (Turbo path); if false, emit always (Interop path, original behavior). + */ + static void emitOnPropositionsUpdate( + final ReactApplicationContext context, + final Map decisionScopePropositionMap, + final boolean checkActiveInstance) { + WritableMap writableMap = createCallbackResponse(decisionScopePropositionMap); + if (!checkActiveInstance || context.hasActiveReactInstance()) { + context.getJSModule(DeviceEventManagerModule.RCTDeviceEventEmitter.class) + .emit("onPropositionsUpdate", writableMap); + } + } } \ No newline at end of file diff --git a/packages/optimize/ios/RCTAEPOptimize.xcodeproj/project.pbxproj b/packages/optimize/ios/RCTAEPOptimize.xcodeproj/project.pbxproj index 530bcc827..27bddde8a 100644 --- a/packages/optimize/ios/RCTAEPOptimize.xcodeproj/project.pbxproj +++ b/packages/optimize/ios/RCTAEPOptimize.xcodeproj/project.pbxproj @@ -8,7 +8,7 @@ /* Begin PBXBuildFile section */ 3D1E4A332730C59500197A0E /* AEPOptimize.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3D1E4A322730C59500197A0E /* AEPOptimize.xcframework */; settings = {ATTRIBUTES = (Required, ); }; }; - B3E7B58A1CC2AC0600A0062D /* RCTAEPOptimize.m in Sources */ = {isa = PBXBuildFile; fileRef = B3E7B5891CC2AC0600A0062D /* RCTAEPOptimize.m */; }; + B3E7B58A1CC2AC0600A0062D /* RCTAEPOptimize.mm in Sources */ = {isa = PBXBuildFile; fileRef = B3E7B5891CC2AC0600A0062D /* RCTAEPOptimize.mm */; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -27,7 +27,7 @@ 134814201AA4EA6300B7C361 /* libRCTAEPOptimize.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRCTAEPOptimize.a; sourceTree = BUILT_PRODUCTS_DIR; }; 3D1E4A322730C59500197A0E /* AEPOptimize.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = AEPOptimize.xcframework; path = libs/AEPOptimize.xcframework; sourceTree = ""; }; B3E7B5881CC2AC0600A0062D /* RCTAEPOptimize.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RCTAEPOptimize.h; path = src/RCTAEPOptimize.h; sourceTree = ""; }; - B3E7B5891CC2AC0600A0062D /* RCTAEPOptimize.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RCTAEPOptimize.m; path = src/RCTAEPOptimize.m; sourceTree = ""; }; + B3E7B5891CC2AC0600A0062D /* RCTAEPOptimize.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = RCTAEPOptimize.mm; path = src/RCTAEPOptimize.mm; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -61,7 +61,7 @@ isa = PBXGroup; children = ( B3E7B5881CC2AC0600A0062D /* RCTAEPOptimize.h */, - B3E7B5891CC2AC0600A0062D /* RCTAEPOptimize.m */, + B3E7B5891CC2AC0600A0062D /* RCTAEPOptimize.mm */, 134814211AA4EA7D00B7C361 /* Products */, 3DBE4C66736CBD4532EDD160 /* Pods */, CD135C931E8E85A1B0AE30CD /* Frameworks */, @@ -133,7 +133,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B3E7B58A1CC2AC0600A0062D /* RCTAEPOptimize.m in Sources */, + B3E7B58A1CC2AC0600A0062D /* RCTAEPOptimize.mm in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/packages/optimize/ios/src/RCTAEPOptimize.h b/packages/optimize/ios/src/RCTAEPOptimize.h deleted file mode 100644 index 377992c58..000000000 --- a/packages/optimize/ios/src/RCTAEPOptimize.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - Copyright 2022 Adobe. All rights reserved. - This file is licensed to you under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. You may obtain a copy - of the License at http://www.apache.org/licenses/LICENSE-2.0 - Unless required by applicable law or agreed to in writing, software distributed under - the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS - OF ANY KIND, either express or implied. See the License for the specific language - governing permissions and limitations under the License. - */ - -#import -#import -#import - -@interface RCTAEPOptimize : RCTEventEmitter - -@end - diff --git a/packages/optimize/ios/src/RCTAEPOptimize.m b/packages/optimize/ios/src/RCTAEPOptimize.m deleted file mode 100644 index 518f7908a..000000000 --- a/packages/optimize/ios/src/RCTAEPOptimize.m +++ /dev/null @@ -1,523 +0,0 @@ -/* - Copyright 2022 Adobe. All rights reserved. - This file is licensed to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance with the License. - You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or - agreed to in writing, software distributed under the License is distributed on - an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, either - express or implied. See the License for the specific language governing - permissions and limitations under the License. - */ - -#import "RCTAEPOptimize.h" -#import -@import AEPOptimize; -@import AEPServices; -@import Foundation; - -static NSString *const TAG = @"RCTAEPOptimize"; - -@implementation RCTAEPOptimize { - bool hasListeners; - NSMutableDictionary *propositionCache; -} - -- (instancetype)init { - self = [super init]; - hasListeners = false; - propositionCache = [[NSMutableDictionary alloc] init]; - return self; -} - -+ (BOOL)requiresMainQueueSetup { - return NO; -} - -RCT_EXPORT_MODULE(AEPOptimize); - -- (dispatch_queue_t)methodQueue { - return dispatch_get_main_queue(); -} - -RCT_EXPORT_METHOD(extensionVersion - : (RCTPromiseResolveBlock)resolve rejecter - : (RCTPromiseRejectBlock)reject) { - [AEPLog traceWithLabel:TAG message:@"extensionVersion is called."]; - resolve([AEPMobileOptimize extensionVersion]); -} - -RCT_EXPORT_METHOD(clearCachedPropositions) { - [AEPLog traceWithLabel:TAG message:@"clearCachedPropositions is called."]; - // clear the react native cache - [self clearPropositionsCache]; - // clear the native cache - [AEPMobileOptimize clearCachedPropositions]; -} - -// Helper method to handle proposition dictionary creation -- (NSDictionary *> *)createPropositionDictionary:(NSDictionary *)decisionScopePropositionDict { - NSMutableDictionary *> *propositionDictionary = [[NSMutableDictionary alloc] initWithCapacity:decisionScopePropositionDict.count]; - - for (AEPDecisionScope *key in decisionScopePropositionDict) { - AEPOptimizeProposition *proposition = decisionScopePropositionDict[key]; - if (proposition) { - [propositionDictionary setValue:[self convertPropositionToDict:proposition] forKey:key.name]; - } - } - return propositionDictionary; -} - -// Unified method that handles both callback and non-callback cases -RCT_EXPORT_METHOD(updatePropositions:(NSArray *)decisionScopesArray - withXdm:(NSDictionary *)xdm - andData:(NSDictionary *)data - successCallback:(RCTResponseSenderBlock)successCallback - errorCallback:(RCTResponseSenderBlock)errorCallback) { - [AEPLog traceWithLabel:TAG message:@"updatePropositions is called."]; - NSArray *scopes = [self createDecisionScopesArray:decisionScopesArray]; - [AEPMobileOptimize updatePropositions:scopes - withXdm:xdm - andData:data - completion:^(NSDictionary *decisionScopePropositionDict, NSError *error) { - if (error) { - NSDictionary *errorDict = [self convertNSErrorToOptimizeErrorDict:error]; - if (errorCallback != nil) { - errorCallback(@[errorDict]); - } - } - if (decisionScopePropositionDict) { - [self cachePropositions:decisionScopePropositionDict]; - NSDictionary *propositions = [self createCallbackResponse:decisionScopePropositionDict]; - if (successCallback != nil) { - successCallback(@[propositions]); - } - } - }]; -} - - -RCT_EXPORT_METHOD(getPropositions - : (NSArray *)decisionScopes resolver - : (RCTPromiseResolveBlock)resolve rejector - : (RCTPromiseRejectBlock)reject) { - - [AEPLog traceWithLabel:TAG message:@"getPropositions is called."]; - NSArray *decisionScopesArray = - [self createDecisionScopesArray:decisionScopes]; - [AEPMobileOptimize - getPropositions:decisionScopesArray - completion:^(NSDictionary - *decisionScopePropositionDict, - NSError *error) { - if (error) { - reject([NSString stringWithFormat:@"%ld", (long)error.code], - error.description, nil); - } else { - [self cachePropositions:decisionScopePropositionDict]; - - NSDictionary *> - *propositionDictionary = [[NSMutableDictionary alloc] init]; - - for (AEPDecisionScope *key in decisionScopePropositionDict) { - AEPOptimizeProposition *proposition = - decisionScopePropositionDict[key]; - [propositionDictionary - setValue:[self convertPropositionToDict:proposition] - forKey:key.name]; - } - resolve(propositionDictionary); - } - }]; -} - -RCT_EXPORT_METHOD(onPropositionsUpdate) { - [AEPLog traceWithLabel:TAG message:@"onPropositionsUpdate is called."]; - [AEPMobileOptimize onPropositionsUpdate:^( - NSDictionary - *decisionScopePropositionDict) { - - [self cachePropositions:decisionScopePropositionDict]; - NSDictionary *> - *propositionDictionary = [[NSMutableDictionary alloc] init]; - - for (AEPDecisionScope *key in decisionScopePropositionDict) { - AEPOptimizeProposition *proposition = decisionScopePropositionDict[key]; - [propositionDictionary - setValue:[self convertPropositionToDict:proposition] - forKey:key.name]; - } - - if (self->hasListeners) { - [self sendEventWithName:@"onPropositionsUpdate" body:propositionDictionary]; - } - }]; -} - -RCT_EXPORT_METHOD(offerTapped - : (NSString *)offerId propositionDictionary - : (NSDictionary *)dictionary) { - [AEPLog debugWithLabel:TAG message:@"Offer Tapped"]; - AEPOptimizeProposition *proposition = [AEPOptimizeProposition initFromData:dictionary]; - NSArray *offers = [proposition offers]; - for (AEPOffer *offer in offers) { - if ([[offer id] isEqualToString:offerId]) { - [offer tapped]; - break; - } - } -} - -RCT_EXPORT_METHOD(offerDisplayed - : (NSString *)offerId propositionDictionary - : (NSDictionary *)dictionary) { - [AEPLog debugWithLabel:TAG message:@"Offer Displayed"]; - AEPOptimizeProposition *proposition = [AEPOptimizeProposition initFromData:dictionary]; - NSArray *offers = [proposition offers]; - for (AEPOffer *offer in offers) { - if ([[offer id] isEqualToString:offerId]) { - [offer displayed]; - break; - } - } -} - -RCT_EXPORT_METHOD(generateReferenceXdm - : (NSDictionary *)dictionary resolver - : (RCTPromiseResolveBlock)resolve rejector - : (RCTPromiseRejectBlock)reject) { - [AEPLog debugWithLabel:TAG message:@"Proposition generateReferenceXdm"]; - AEPOptimizeProposition *proposition = [AEPOptimizeProposition initFromData:dictionary]; - NSDictionary *referenceXDM = - [proposition generateReferenceXdm]; - resolve(referenceXDM); -} - -RCT_EXPORT_METHOD(generateTapInteractionXdm - : (NSString *)offerId propositionDictionary - : (NSDictionary *)dictionary resolver - : (RCTPromiseResolveBlock)resolve rejector - : (RCTPromiseRejectBlock)reject) { - [AEPLog debugWithLabel:TAG message:@"generateTapInteractionXdm"]; - AEPOptimizeProposition *proposition = [AEPOptimizeProposition initFromData:dictionary]; - NSArray *offers = [proposition offers]; - AEPOffer *offerInteracted = nil; - for (AEPOffer *offer in offers) { - if ([[offer id] isEqualToString:offerId]) { - offerInteracted = offer; - break; - } - } - - if (offerInteracted != nil) { - NSDictionary *tapInteractionXdm = - [offerInteracted generateTapInteractionXdm]; - resolve(tapInteractionXdm); - } else { - reject(@"generateTapInteractionXdm", - [NSString stringWithFormat:@"Error in generating Tap interaction " - @"XDM for offer with id: %@", - offerId], - nil); - } -} - -RCT_EXPORT_METHOD(generateDisplayInteractionXdm - : (NSString *)offerId propositionDictionary - : (NSDictionary *)dictionary resolver - : (RCTPromiseResolveBlock)resolve rejector - : (RCTPromiseRejectBlock)reject) { - [AEPLog debugWithLabel:TAG message:@"generateDisplayInteractionXdm"]; - AEPOptimizeProposition *proposition = [AEPOptimizeProposition initFromData:dictionary]; - NSArray *offers = [proposition offers]; - AEPOffer *offerDisplayed = nil; - for (AEPOffer *offer in offers) { - if ([[offer id] isEqualToString:offerId]) { - offerDisplayed = offer; - break; - } - } - - if (offerDisplayed != nil) { - NSDictionary *displayInteractionXdm = - [offerDisplayed generateDisplayInteractionXdm]; - resolve(displayInteractionXdm); - } else { - reject(@"generateDisplayInteractionXdm", - [NSString stringWithFormat:@"Error in generating Display " - @"interaction XDM for offer with id: %@", - offerId], - nil); - } -} - -RCT_EXPORT_METHOD(multipleOffersDisplayed - : (NSArray *> *)offersArray) { - - [AEPLog debugWithLabel:TAG message:@"multipleOffersDisplayed is called."]; - - NSMutableArray *nativeOffers = [self getNativeOffersFromOffersArray:offersArray]; - - if ([nativeOffers count] > 0) { - [AEPLog debugWithLabel:TAG message:[NSString stringWithFormat:@"multipleOffersDisplayed: calling display for: %lu offers", (unsigned long)[nativeOffers count]]]; - [AEPMobileOptimize displayed:nativeOffers]; - } -} - -RCT_EXPORT_METHOD(multipleOffersGenerateDisplayInteractionXdm - : (NSArray *> *)offersArray resolver - : (RCTPromiseResolveBlock)resolve rejector - : (RCTPromiseRejectBlock)reject) { - - [AEPLog debugWithLabel:TAG message:@"multipleOffersGenerateDisplayInteractionXdm is called."]; - - NSMutableArray *nativeOffers = [self getNativeOffersFromOffersArray:offersArray]; - - if ([nativeOffers count] > 0) { - [AEPLog debugWithLabel:TAG message:[NSString stringWithFormat:@"multipleOffersGenerateDisplayInteractionXdm: calling display for: %lu offers", (unsigned long)[nativeOffers count]]]; - NSDictionary *displayInteractionXdm = [AEPMobileOptimize generateDisplayInteractionXdm:nativeOffers]; - - resolve(displayInteractionXdm); - } else { - reject(@"generateDisplayInteractionXdmForMultipleOffers", @"Error in generating Display interaction XDM for multiple offers.", nil); - } -} - -#pragma mark - Helper methods - -- (NSMutableArray *)getNativeOffersFromOffersArray:(NSArray *> *)offersArray { - NSMutableArray *nativeOffers = [[NSMutableArray alloc] init]; - - if (!offersArray || [offersArray count] == 0) { - [AEPLog debugWithLabel:TAG message:@"getNativeOffersFromOffersArray: offersArray is null or empty"]; - return nativeOffers; - } - - for (NSDictionary *offerDict in offersArray) { - if (!offerDict) { - [AEPLog debugWithLabel:TAG message:@"getNativeOffersFromOffersArray: offer is null"]; - continue; - } - - NSString *uniquePropositionId = [offerDict objectForKey:@"uniquePropositionId"]; - NSString *offerId = [offerDict objectForKey:@"id"]; - - if (!uniquePropositionId || !offerId) { - [AEPLog debugWithLabel:TAG message:[NSString stringWithFormat:@"getNativeOffersFromOffersArray: uniquePropositionId or offerId is null for offer: %@", offerDict]]; - continue; - } - - AEPOptimizeProposition *proposition = [propositionCache objectForKey:uniquePropositionId]; - if (!proposition) { - [AEPLog debugWithLabel:TAG message:[NSString stringWithFormat:@"getNativeOffersFromOffersArray: proposition not found in cache for uniquePropositionId: %@", uniquePropositionId]]; - continue; - } - - NSArray *offers = [proposition offers]; - for (AEPOffer *propositionOffer in offers) { - if ([[propositionOffer id] isEqualToString:offerId]) { - [nativeOffers addObject:propositionOffer]; - break; - } - } - } - - return nativeOffers; -} - -#pragma mark - Cache Management - -- (void)cachePropositions:(NSDictionary *)decisionScopePropositionDict { - for (AEPDecisionScope *key in decisionScopePropositionDict) { - AEPOptimizeProposition *proposition = decisionScopePropositionDict[key]; - if (!proposition) { - [AEPLog debugWithLabel:TAG message:[NSString stringWithFormat:@"cachePropositions: proposition is null for decisionScope: %@", key]]; - continue; - } - - NSString *activityId = nil; - - NSDictionary *propositionDict = [self convertPropositionToDict:proposition]; - NSDictionary *activity = [propositionDict valueForKey:@"activity"]; - if ([propositionDict objectForKey:@"activity"]) { - if (activity && [activity objectForKey:@"id"]) { - activityId = [activity objectForKey:@"id"]; - } - } else { - NSDictionary *scopeDetails = [propositionDict valueForKey:@"scopeDetails"]; - if (scopeDetails && [scopeDetails objectForKey:@"activity"]) { - NSDictionary *scopeDetailsActivity = [scopeDetails objectForKey:@"activity"]; - if (scopeDetailsActivity && [scopeDetailsActivity objectForKey:@"id"]) { - activityId = [scopeDetailsActivity objectForKey:@"id"]; - } - } - } - - if (activityId) { - [propositionCache setObject:proposition forKey:activityId]; - } - } -} - -- (void)clearPropositionsCache { - [propositionCache removeAllObjects]; -} - -#pragma mark - Helper methods - -- (NSArray *)createDecisionScopesArray: - (NSArray *)decisionScopes { - NSMutableArray *decisionScopesArray = - [[NSMutableArray alloc] init]; - for (NSString *decisionScopeName in decisionScopes) { - [decisionScopesArray - addObject:[[AEPDecisionScope alloc] initWithName:decisionScopeName]]; - } - return decisionScopesArray; -} - -- (NSDictionary *> *) - convertPropositionToDict:(AEPOptimizeProposition *)proposition { - NSDictionary *propositionDict = - [[NSMutableDictionary alloc] init]; - if (!proposition) { - return propositionDict; - } - - [propositionDict setValue:proposition.id forKey:@"id"]; - [propositionDict setValue:proposition.scope forKey:@"scope"]; - [propositionDict setValue:[proposition scopeDetails] forKey:@"scopeDetails"]; - - NSMutableArray *> *offersArray = - [[NSMutableArray alloc] init]; - for (AEPOffer *offer in proposition.offers) { - [offersArray addObject:[self convertOfferToDict:offer]]; - } - [propositionDict setValue:offersArray forKey:@"items"]; - - if ([proposition activity]) { - [propositionDict setValue:[proposition activity] forKey:@"activity"]; - } - if ([proposition placement]) { - [propositionDict setValue:[proposition placement] forKey:@"placement"]; - } - return propositionDict; -} - -- (NSDictionary *)convertOfferToDict:(AEPOffer *)offer { - NSMutableDictionary *offerDict = - [[NSMutableDictionary alloc] init]; - if (!offer) { - return offerDict; - } - - [offerDict setValue:offer.id forKey:@"id"]; - if ([offer etag] != nil) { - [offerDict setValue:[offer etag] forKey:@"etag"]; - } - if ([offer meta] != nil) { - [offerDict setValue:[offer meta] forKey:@"meta"]; - } - [offerDict setValue:[offer schema] forKey:@"schema"]; - [offerDict setValue:@([offer score]) forKey:@"score"]; - - NSDictionary *data = [[NSMutableDictionary alloc] init]; - [data setValue:[offer id] forKey:@"id"]; - [data setValue:[self convertOfferTypeToString:[offer type]] forKey:@"format"]; - [data setValue:[offer content] forKey:@"content"]; - if ([offer language] != nil) { - [data setValue:[offer language] forKey:@"language"]; - } - if ([offer characteristics] != nil) { - [data setValue:[offer characteristics] forKey:@"characteristics"]; - } - - [offerDict setValue:data forKey:@"data"]; - return offerDict; -} - -- (NSString *)convertOfferTypeToString:(AEPOfferType)offerType { - switch (offerType) { - case AEPOfferTypeHtml: - return @"text/html"; - case AEPOfferTypeJson: - return @"application/json"; - case AEPOfferTypeText: - return @"text/plain"; - case AEPOfferTypeImage: - return @"image/*"; - default: - return @""; - } -} - -// Helper to convert NSError to a structured error dictionary for JS -- (NSDictionary *)convertNSErrorToOptimizeErrorDict:(NSError *)error { - if (!error) return @{}; - NSMutableDictionary *errorDict = [NSMutableDictionary dictionary]; - - // Log for debugging - NSLog(@"[AEPOptimize] NSError.domain: %@", error.domain); - NSLog(@"[AEPOptimize] NSError.code: %ld", (long)error.code); - NSLog(@"[AEPOptimize] NSError.userInfo: %@", error.userInfo); - NSLog(@"[AEPOptimize] NSError.localizedDescription: %@", error.localizedDescription); - - // Extract AEPOptimizeError properties from userInfo (matches Android structure) - NSDictionary *userInfo = error.userInfo; - - errorDict[@"type"] = userInfo[@"type"] ?: @""; - errorDict[@"status"] = userInfo[@"status"] ?: @(error.code); - errorDict[@"title"] = userInfo[@"title"] ?: @""; - errorDict[@"detail"] = userInfo[@"detail"] ?: @""; - errorDict[@"report"] = userInfo[@"report"] ?: @{}; - - // Handle aepError - check for both nil and NSNull - id aepErrorValue = userInfo[@"aepError"]; - if (aepErrorValue && aepErrorValue != [NSNull null]) { - errorDict[@"aepError"] = aepErrorValue; - } else { - errorDict[@"aepError"] = @"general.unexpected"; - } - - return errorDict; -} - -// Helper method to create standardized response for callbacks -- (NSDictionary *)createCallbackResponse:(NSDictionary *)decisionScopePropositionDict { - - if (decisionScopePropositionDict && [decisionScopePropositionDict count] > 0) { - // Return the propositions map directly - return [self createPropositionDictionary:decisionScopePropositionDict]; - } - - return @{}; -} - -- (void)handleError:(NSError *)error rejecter:(RCTPromiseRejectBlock)reject { - if (!error || !reject) { - return; - } - - NSDictionary *userInfo = [error userInfo]; - NSString *errorString = - [[userInfo objectForKey:NSUnderlyingErrorKey] localizedDescription]; - - reject([NSString stringWithFormat:@"%lu", (long)error.code], errorString, - error); -} - -#pragma mark - RCTEventEmitter functions - -- (NSArray *)supportedEvents { - return @[ @"onPropositionsUpdate" ]; -} - -- (void)startObserving { - hasListeners = true; -} - -- (void)stopObserving { - hasListeners = false; -} - -@end diff --git a/packages/optimize/ios/src/RCTNativeAEPOptimize.h b/packages/optimize/ios/src/RCTNativeAEPOptimize.h new file mode 100644 index 000000000..6846f94b5 --- /dev/null +++ b/packages/optimize/ios/src/RCTNativeAEPOptimize.h @@ -0,0 +1,20 @@ +// +// RCTNativeAEPOptimize.h +// RCTAEPOptimize +// +// Created by Naman Arora on 24/02/26. +// + +#import +#import + +NS_ASSUME_NONNULL_BEGIN + +@interface RCTNativeAEPOptimize : NSObject + +@end + +NS_ASSUME_NONNULL_END + + + diff --git a/packages/optimize/ios/src/RCTNativeAEPOptimize.mm b/packages/optimize/ios/src/RCTNativeAEPOptimize.mm new file mode 100644 index 000000000..6849ce944 --- /dev/null +++ b/packages/optimize/ios/src/RCTNativeAEPOptimize.mm @@ -0,0 +1,403 @@ +/* + Copyright 2022 Adobe. All rights reserved. + This file is licensed to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance with the License. + You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or + agreed to in writing, software distributed under the License is distributed on + an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, either + express or implied. See the License for the specific language governing + permissions and limitations under the License. + */ + +#import "RCTNativeAEPOptimize.h" +@import AEPOptimize; +@import AEPServices; +@import Foundation; + +static NSString *const TAG = @"RCTNativeAEPOptimize"; + +@interface RCTNativeAEPOptimize () +@property (assign, nonatomic) BOOL hasListeners; +@property (strong, nonatomic) NSMutableDictionary *propositionCache; +@end + +@implementation RCTNativeAEPOptimize + +- (id)init { + if (self = [super init]) { + _hasListeners = NO; + _propositionCache = [[NSMutableDictionary alloc] init]; + } + return self; +} + +- (std::shared_ptr)getTurboModule:(const facebook::react::ObjCTurboModule::InitParams &)params { + return std::make_shared(params); +} + +- (void)extensionVersion:(RCTPromiseResolveBlock)resolve reject:(RCTPromiseRejectBlock)reject { + [AEPLog traceWithLabel:TAG message:@"extensionVersion is called."]; + resolve([AEPMobileOptimize extensionVersion]); +} + +- (void)clearCachedPropositions { + [AEPLog traceWithLabel:TAG message:@"clearCachedPropositions is called."]; + [self clearPropositionsCache]; + [AEPMobileOptimize clearCachedPropositions]; +} + +- (void)getPropositions:(NSArray *)decisionScopeNames + resolve:(RCTPromiseResolveBlock)resolve + reject:(RCTPromiseRejectBlock)reject { + [AEPLog traceWithLabel:TAG message:@"getPropositions is called."]; + NSArray *scopes = [self createDecisionScopesArray:decisionScopeNames]; + [AEPMobileOptimize getPropositions:scopes + completion:^(NSDictionary *decisionScopePropositionDict, NSError *error) { + if (error) { + reject([NSString stringWithFormat:@"%ld", (long)error.code], error.localizedDescription, error); + return; + } + [self cachePropositions:decisionScopePropositionDict]; + NSMutableDictionary *> *propositionDictionary = [[NSMutableDictionary alloc] init]; + for (AEPDecisionScope *key in decisionScopePropositionDict) { + AEPOptimizeProposition *proposition = decisionScopePropositionDict[key]; + if (proposition) { + propositionDictionary[key.name] = [self convertPropositionToDict:proposition]; + } + } + resolve(propositionDictionary); + }]; +} + +- (void)updatePropositions:(NSArray *)decisionScopeNames + xdm:(NSDictionary *)xdm + data:(NSDictionary *)data + onSuccess:(RCTResponseSenderBlock)onSuccess + onError:(RCTResponseSenderBlock)onError { + [AEPLog traceWithLabel:TAG message:@"updatePropositions is called."]; + NSArray *scopes = [self createDecisionScopesArray:decisionScopeNames]; + [AEPMobileOptimize updatePropositions:scopes + withXdm:xdm + andData:data + completion:^(NSDictionary *decisionScopePropositionDict, NSError *error) { + if (error) { + NSDictionary *errorDict = [self convertNSErrorToOptimizeErrorDict:error]; + if (onError) { + onError(@[ errorDict ]); + } + return; + } + if (decisionScopePropositionDict) { + [self cachePropositions:decisionScopePropositionDict]; + NSDictionary *propositions = [self createCallbackResponse:decisionScopePropositionDict]; + if (onSuccess) { + onSuccess(@[ propositions ]); + } + } + }]; +} + +- (void)onPropositionsUpdate { + [AEPLog traceWithLabel:TAG message:@"onPropositionsUpdate is called."]; + [AEPMobileOptimize onPropositionsUpdate:^(NSDictionary *decisionScopePropositionDict) { + [self cachePropositions:decisionScopePropositionDict]; + if (!_hasListeners) { + return; + } + NSMutableDictionary *> *propositionDictionary = [[NSMutableDictionary alloc] init]; + for (AEPDecisionScope *key in decisionScopePropositionDict) { + AEPOptimizeProposition *proposition = decisionScopePropositionDict[key]; + if (proposition) { + propositionDictionary[key.name] = [self convertPropositionToDict:proposition]; + } + } + }]; +} + +- (void)offerDisplayed:(NSString *)offerId propositionMap:(NSDictionary *)propositionMap { + [AEPLog debugWithLabel:TAG message:@"Offer Displayed"]; + AEPOptimizeProposition *proposition = [AEPOptimizeProposition initFromData:propositionMap]; + NSArray *offers = [proposition offers]; + for (AEPOffer *offer in offers) { + if ([[offer id] isEqualToString:offerId]) { + [offer displayed]; + break; + } + } +} + +- (void)offerTapped:(NSString *)offerId propositionMap:(NSDictionary *)propositionMap { + [AEPLog debugWithLabel:TAG message:@"Offer Tapped"]; + AEPOptimizeProposition *proposition = [AEPOptimizeProposition initFromData:propositionMap]; + NSArray *offers = [proposition offers]; + for (AEPOffer *offer in offers) { + if ([[offer id] isEqualToString:offerId]) { + [offer tapped]; + break; + } + } +} + +- (void)generateReferenceXdm:(NSDictionary *)propositionMap + resolve:(RCTPromiseResolveBlock)resolve + reject:(RCTPromiseRejectBlock)reject { + [AEPLog debugWithLabel:TAG message:@"Proposition generateReferenceXdm"]; + AEPOptimizeProposition *proposition = [AEPOptimizeProposition initFromData:propositionMap]; + NSDictionary *referenceXdm = [proposition generateReferenceXdm]; + resolve(referenceXdm); +} + +- (void)generateTapInteractionXdm:(NSString *)offerId + propositionMap:(NSDictionary *)propositionMap + resolve:(RCTPromiseResolveBlock)resolve + reject:(RCTPromiseRejectBlock)reject { + [AEPLog debugWithLabel:TAG message:@"generateTapInteractionXdm"]; + AEPOptimizeProposition *proposition = [AEPOptimizeProposition initFromData:propositionMap]; + NSArray *offers = [proposition offers]; + AEPOffer *offerInteracted = nil; + for (AEPOffer *offer in offers) { + if ([[offer id] isEqualToString:offerId]) { + offerInteracted = offer; + break; + } + } + if (offerInteracted) { + NSDictionary *tapInteractionXdm = [offerInteracted generateTapInteractionXdm]; + resolve(tapInteractionXdm); + } else { + reject(@"generateTapInteractionXdm", + [NSString stringWithFormat:@"Error in generating Tap interaction XDM for offer with id: %@", offerId], + nil); + } +} + +- (void)generateDisplayInteractionXdm:(NSString *)offerId + propositionMap:(NSDictionary *)propositionMap + resolve:(RCTPromiseResolveBlock)resolve + reject:(RCTPromiseRejectBlock)reject { + [AEPLog debugWithLabel:TAG message:@"generateDisplayInteractionXdm"]; + AEPOptimizeProposition *proposition = [AEPOptimizeProposition initFromData:propositionMap]; + NSArray *offers = [proposition offers]; + AEPOffer *offerDisplayed = nil; + for (AEPOffer *offer in offers) { + if ([[offer id] isEqualToString:offerId]) { + offerDisplayed = offer; + break; + } + } + if (offerDisplayed) { + NSDictionary *displayInteractionXdm = [offerDisplayed generateDisplayInteractionXdm]; + resolve(displayInteractionXdm); + } else { + reject(@"generateDisplayInteractionXdm", + [NSString stringWithFormat:@"Error in generating Display interaction XDM for offer with id: %@", offerId], + nil); + } +} + +- (void)multipleOffersDisplayed:(NSArray *)offersArray { + [AEPLog debugWithLabel:TAG message:@"multipleOffersDisplayed is called."]; + NSMutableArray *nativeOffers = [self getNativeOffersFromOffersArray:offersArray]; + if (nativeOffers.count > 0) { + [AEPMobileOptimize displayed:nativeOffers]; + } +} + +- (void)multipleOffersGenerateDisplayInteractionXdm:(NSArray *)offersArray + resolve:(RCTPromiseResolveBlock)resolve + reject:(RCTPromiseRejectBlock)reject { + [AEPLog debugWithLabel:TAG message:@"multipleOffersGenerateDisplayInteractionXdm is called."]; + NSMutableArray *nativeOffers = [self getNativeOffersFromOffersArray:offersArray]; + if (nativeOffers.count > 0) { + NSDictionary *displayInteractionXdm = [AEPMobileOptimize generateDisplayInteractionXdm:nativeOffers]; + resolve(displayInteractionXdm); + } else { + reject(@"generateDisplayInteractionXdmForMultipleOffers", @"Error in generating Display interaction XDM for multiple offers.", nil); + } +} + +- (void)addListener:(NSString *)eventName { + _hasListeners = YES; +} + +- (void)removeListeners:(double)count { + _hasListeners = NO; +} + +- (NSArray *)createDecisionScopesArray:(NSArray *)decisionScopes { + NSMutableArray *decisionScopesArray = [[NSMutableArray alloc] init]; + for (NSString *name in decisionScopes) { + [decisionScopesArray addObject:[[AEPDecisionScope alloc] initWithName:name]]; + } + return decisionScopesArray; +} + +- (NSDictionary *> *)createPropositionDictionary: + (NSDictionary *)decisionScopePropositionDict { + NSMutableDictionary *> *propositionDictionary = + [[NSMutableDictionary alloc] initWithCapacity:decisionScopePropositionDict.count]; + for (AEPDecisionScope *key in decisionScopePropositionDict) { + AEPOptimizeProposition *proposition = decisionScopePropositionDict[key]; + if (proposition) { + propositionDictionary[key.name] = [self convertPropositionToDict:proposition]; + } + } + return propositionDictionary; +} + +- (NSDictionary *)createCallbackResponse:(NSDictionary *)decisionScopePropositionDict { + if (decisionScopePropositionDict.count > 0) { + return [self createPropositionDictionary:decisionScopePropositionDict]; + } + return @{}; +} + +- (NSDictionary *)convertPropositionToDict:(AEPOptimizeProposition *)proposition { + NSMutableDictionary *propositionDict = [[NSMutableDictionary alloc] init]; + if (!proposition) { + return propositionDict; + } + propositionDict[@"id"] = proposition.id; + propositionDict[@"scope"] = proposition.scope; + propositionDict[@"scopeDetails"] = [proposition scopeDetails]; + NSMutableArray *> *offersArray = [[NSMutableArray alloc] init]; + for (AEPOffer *offer in proposition.offers) { + [offersArray addObject:[self convertOfferToDict:offer]]; + } + propositionDict[@"items"] = offersArray; + if ([proposition activity]) { + propositionDict[@"activity"] = [proposition activity]; + } + if ([proposition placement]) { + propositionDict[@"placement"] = [proposition placement]; + } + return propositionDict; +} + +- (NSDictionary *)convertOfferToDict:(AEPOffer *)offer { + NSMutableDictionary *offerDict = [[NSMutableDictionary alloc] init]; + if (!offer) { + return offerDict; + } + offerDict[@"id"] = offer.id; + if ([offer etag]) { + offerDict[@"etag"] = [offer etag]; + } + if ([offer meta]) { + offerDict[@"meta"] = [offer meta]; + } + offerDict[@"schema"] = [offer schema]; + offerDict[@"score"] = @([offer score]); + NSMutableDictionary *data = [[NSMutableDictionary alloc] init]; + data[@"id"] = [offer id]; + data[@"format"] = [self convertOfferTypeToString:[offer type]]; + data[@"content"] = [offer content]; + if ([offer language]) { + data[@"language"] = [offer language]; + } + if ([offer characteristics]) { + data[@"characteristics"] = [offer characteristics]; + } + offerDict[@"data"] = data; + return offerDict; +} + +- (NSString *)convertOfferTypeToString:(AEPOfferType)offerType { + switch (offerType) { + case AEPOfferTypeHtml: + return @"text/html"; + case AEPOfferTypeJson: + return @"application/json"; + case AEPOfferTypeText: + return @"text/plain"; + case AEPOfferTypeImage: + return @"image/*"; + default: + return @""; + } +} + +- (NSDictionary *)convertNSErrorToOptimizeErrorDict:(NSError *)error { + if (!error) { + return @{}; + } + NSMutableDictionary *errorDict = [NSMutableDictionary dictionary]; + NSDictionary *userInfo = error.userInfo; + errorDict[@"type"] = userInfo[@"type"] ?: @""; + errorDict[@"status"] = userInfo[@"status"] ?: @(error.code) ; @(error.code); + errorDict[@"title"] = userInfo[@"title"] ?: @""; + errorDict[@"detail"] = userInfo[@"detail"] ?: @""; + errorDict[@"report"] = userInfo[@"report"] ?: @{} ; @{}; + id aepErrorValue = userInfo[@"aepError"]; + if (aepErrorValue && aepErrorValue != [NSNull null]) { + errorDict[@"aepError"] = aepErrorValue; + } else { + errorDict[@"aepError"] = @"general.unexpected"; + } + return errorDict; +} + +- (NSMutableArray *)getNativeOffersFromOffersArray:(NSArray *> *)offersArray { + NSMutableArray *nativeOffers = [[NSMutableArray alloc] init]; + if (!offersArray || offersArray.count == 0) { + return nativeOffers; + } + for (NSDictionary *offerDict in offersArray) { + if (!offerDict) { + continue; + } + NSString *uniquePropositionId = offerDict[@"uniquePropositionId"]; + NSString *offerId = offerDict[@"id"]; + if (!uniquePropositionId || !offerId) { + continue; + } + AEPOptimizeProposition *proposition = _propositionCache[uniquePropositionId]; + if (!proposition) { + continue; + } + for (AEPOffer *propositionOffer in [proposition offers]) { + if ([[propositionOffer id] isEqualToString:offerId]) { + [nativeOffers addObject:propositionOffer]; + break; + } + } + } + return nativeOffers; +} + +- (void)cachePropositions:(NSDictionary *)decisionScopePropositionDict { + for (AEPDecisionScope *key in decisionScopePropositionDict) { + AEPOptimizeProposition *proposition = decisionScopePropositionDict[key]; + if (!proposition) { + continue; + } + NSDictionary *propositionDict = [self convertPropositionToDict:proposition]; + NSString *activityId = nil; + NSDictionary *activity = propositionDict[@"activity"]; + if (propositionDict[@"activity"] && activity && activity[@"id"]) { + activityId = activity[@"id"]; + } else { + NSDictionary *scopeDetails = propositionDict[@"scopeDetails"]; + if (scopeDetails && scopeDetails[@"activity"]) { + NSDictionary *scopeDetailsActivity = scopeDetails[@"activity"]; + if (scopeDetailsActivity && scopeDetailsActivity[@"id"]) { + activityId = scopeDetailsActivity[@"id"]; + } + } + } + if (activityId) { + _propositionCache[activityId] = proposition; + } + } +} + +- (void)clearPropositionsCache { + [_propositionCache removeAllObjects]; +} + ++ (NSString *)moduleName { + return @"NativeAEPOptimize"; +} + +@end diff --git a/packages/optimize/package.json b/packages/optimize/package.json index 2f2a708f9..ec81c2283 100644 --- a/packages/optimize/package.json +++ b/packages/optimize/package.json @@ -6,6 +6,19 @@ "license": "Apache-2.0", "main": "./dist/index.js", "types": "./dist/index.d.ts", + "codegenConfig": { + "name": "NativeAEPOptimizeSpec", + "type": "modules", + "jsSrcsDir": "specs", + "android": { + "javaPackageName": "com.adobe.marketing.mobile.reactnative.optimize" + }, + "ios": { + "modulesProvider": { + "NativeAEPOptimize": "RCTNativeAEPOptimize" + } + } + }, "scripts": { "cleanup": "rm -rf node_modules", "tsc": "tsc" @@ -39,4 +52,4 @@ "installConfig": { "hoistingLimits": "dependencies" } -} +} \ No newline at end of file diff --git a/packages/optimize/specs/NativeAEPOptimize.d.ts b/packages/optimize/specs/NativeAEPOptimize.d.ts new file mode 100644 index 000000000..3612275f1 --- /dev/null +++ b/packages/optimize/specs/NativeAEPOptimize.d.ts @@ -0,0 +1,24 @@ +import type { TurboModule } from 'react-native'; +export interface Spec extends TurboModule { + extensionVersion(): Promise; + clearCachedPropositions(): void; + getPropositions(decisionScopeNames: Array): Promise; + updatePropositions(decisionScopeNames: Array, xdm?: Object, data?: Object, onSuccess?: (propositions: Object) => void, onError?: (error: Object) => void): void; + onPropositionsUpdate(): void; + multipleOffersDisplayed(offersArray: Array): void; + multipleOffersGenerateDisplayInteractionXdm(offersArray: Array): Promise; + offerDisplayed(offerId: string, propositionMap: Object): void; + offerTapped(offerId: string, propositionMap: Object): void; + generateDisplayInteractionXdm(offerId: string, propositionMap: Object): Promise; + generateTapInteractionXdm(offerId: string, propositionMap: Object): Promise; + generateReferenceXdm(propositionMap: Object): Promise; + addListener(eventName: string): void; + removeListeners(count: number): void; +} +/** + * Turbo module entry per React Native doc: + * https://reactnative.dev/docs/turbo-native-modules-introduction?platforms=android + * Export default so app/sdk can use: import NativeAEPOptimize from './specs/NativeAEPOptimize' + */ +declare const _default: Spec; +export default _default; diff --git a/packages/optimize/specs/NativeAEPOptimize.js b/packages/optimize/specs/NativeAEPOptimize.js new file mode 100644 index 000000000..9ec7a2577 --- /dev/null +++ b/packages/optimize/specs/NativeAEPOptimize.js @@ -0,0 +1,15 @@ +"use strict"; +/* + * Copyright 2022 Adobe. All rights reserved. + * This file is licensed to you under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const react_native_1 = require("react-native"); +/** + * Turbo module entry per React Native doc: + * https://reactnative.dev/docs/turbo-native-modules-introduction?platforms=android + * Export default so app/sdk can use: import NativeAEPOptimize from './specs/NativeAEPOptimize' + */ +exports.default = react_native_1.TurboModuleRegistry.getEnforcing('NativeAEPOptimize'); +//# sourceMappingURL=NativeAEPOptimize.js.map \ No newline at end of file diff --git a/packages/optimize/specs/NativeAEPOptimize.js.map b/packages/optimize/specs/NativeAEPOptimize.js.map new file mode 100644 index 000000000..4b052a911 --- /dev/null +++ b/packages/optimize/specs/NativeAEPOptimize.js.map @@ -0,0 +1 @@ +{"version":3,"file":"NativeAEPOptimize.js","sourceRoot":"","sources":["NativeAEPOptimize.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;AAGH,+CAAmD;AAyBnD;;;;GAIG;AACH,kBAAe,kCAAmB,CAAC,YAAY,CAAO,mBAAmB,CAAC,CAAC"} \ No newline at end of file diff --git a/packages/optimize/specs/NativeAEPOptimize.ts b/packages/optimize/specs/NativeAEPOptimize.ts new file mode 100644 index 000000000..d940cafcc --- /dev/null +++ b/packages/optimize/specs/NativeAEPOptimize.ts @@ -0,0 +1,38 @@ +/* + * Copyright 2022 Adobe. All rights reserved. + * This file is licensed to you under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + */ + +import type { TurboModule } from 'react-native'; +import { TurboModuleRegistry } from 'react-native'; + +export interface Spec extends TurboModule { + extensionVersion(): Promise; + clearCachedPropositions(): void; + getPropositions(decisionScopeNames: Array): Promise; + updatePropositions( + decisionScopeNames: Array, + xdm?: Object, + data?: Object, + onSuccess?: (propositions: Object) => void, + onError?: (error: Object) => void + ): void; + onPropositionsUpdate(): void; + multipleOffersDisplayed(offersArray: Array): void; + multipleOffersGenerateDisplayInteractionXdm(offersArray: Array): Promise; + offerDisplayed(offerId: string, propositionMap: Object): void; + offerTapped(offerId: string, propositionMap: Object): void; + generateDisplayInteractionXdm(offerId: string, propositionMap: Object): Promise; + generateTapInteractionXdm(offerId: string, propositionMap: Object): Promise; + generateReferenceXdm(propositionMap: Object): Promise; + addListener(eventName: string): void; + removeListeners(count: number): void; +} + +/** + * Turbo module entry per React Native doc: + * https://reactnative.dev/docs/turbo-native-modules-introduction?platforms=android + * Export default so app/sdk can use: import NativeAEPOptimize from './specs/NativeAEPOptimize' + */ +export default TurboModuleRegistry.getEnforcing('NativeAEPOptimize'); diff --git a/packages/optimize/src/NativeAEPOptimize.ts b/packages/optimize/src/NativeAEPOptimize.ts new file mode 100644 index 000000000..2f733d3eb --- /dev/null +++ b/packages/optimize/src/NativeAEPOptimize.ts @@ -0,0 +1,37 @@ +/* + * Copyright 2022 Adobe. All rights reserved. + * This file is licensed to you under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + */ + +import type { TurboModule } from 'react-native'; +import { TurboModuleRegistry } from 'react-native'; + +export interface Spec extends TurboModule { + extensionVersion(): Promise; + clearCachedPropositions(): void; + getPropositions(decisionScopeNames: Array): Promise; + updatePropositions( + decisionScopeNames: Array, + xdm?: Object, + data?: Object, + onSuccess?: (propositions: Object) => void, + onError?: (error: Object) => void + ): void; + onPropositionsUpdate(): void; + multipleOffersDisplayed(offersArray: Array): void; + multipleOffersGenerateDisplayInteractionXdm(offersArray: Array): Promise; + offerDisplayed(offerId: string, propositionMap: Object): void; + offerTapped(offerId: string, propositionMap: Object): void; + generateDisplayInteractionXdm(offerId: string, propositionMap: Object): Promise; + generateTapInteractionXdm(offerId: string, propositionMap: Object): Promise; + generateReferenceXdm(propositionMap: Object): Promise; + addListener(eventName: string): void; + removeListeners(count: number): void; +} + +/** + * Turbo module entry — single source of truth for the native module. + * Export default so Optimize.ts and app/sdk use this for all native calls. + */ +export default TurboModuleRegistry.getEnforcing('NativeAEPOptimize'); diff --git a/packages/optimize/src/Optimize.ts b/packages/optimize/src/Optimize.ts index ade9b6088..c1e48d299 100644 --- a/packages/optimize/src/Optimize.ts +++ b/packages/optimize/src/Optimize.ts @@ -10,14 +10,13 @@ OF ANY KIND, either express or implied. See the License for the specific languag governing permissions and limitations under the License. */ -import { EventSubscription, NativeModules } from 'react-native'; -import { NativeEventEmitter } from 'react-native'; +import { EventSubscription, NativeEventEmitter } from 'react-native'; import Proposition from './models/Proposition'; import DecisionScope from './models/DecisionScope'; import Offer from './models/Offer'; -import { AdobePropositionCallback } from './models/AdobePropositionCallback'; +import { AdobePropositionCallback } from './models/AdobePropositionCallback'; import AEPOptimizeError from './models/AEPOptimizeError'; - +import NativeAEPOptimize from './NativeAEPOptimize'; interface IOptimize { extensionVersion: () => Promise; @@ -35,8 +34,6 @@ interface IOptimize { generateDisplayInteractionXdm: (offers: Array) => Promise>; } -const RCTAEPOptimize = NativeModules.AEPOptimize; - declare var onPropositionUpdateSubscription: EventSubscription; var onPropositionUpdateSubscription: EventSubscription; @@ -50,35 +47,35 @@ const Optimize: IOptimize = { * Returns the version of the AEPOptimize extension * @return {string} - Promise a promise that resolves with the extension version */ - extensionVersion(): Promise { - return Promise.resolve(RCTAEPOptimize.extensionVersion()); + extensionVersion(): Promise { + return Promise.resolve(NativeAEPOptimize.extensionVersion()); }, /** * This API registers a permanent callback which is invoked whenever the Edge extension dispatches a response Event received from the Experience Edge Network upon a personalization query. * @param {Object} onPropositionUpdateCallback - the callback that will be called with the updated Propositions. */ - onPropositionUpdate(adobeCallback: AdobePropositionCallback) { - if(onPropositionUpdateSubscription) { + onPropositionUpdate(adobeCallback: AdobePropositionCallback) { + if (onPropositionUpdateSubscription) { onPropositionUpdateSubscription.remove(); } - - const eventEmitter = new NativeEventEmitter(RCTAEPOptimize); - onPropositionUpdateSubscription = eventEmitter.addListener("onPropositionsUpdate", (propositions: Proposition[]) => { + const native = NativeAEPOptimize; + const eventEmitter = new NativeEventEmitter(native); + onPropositionUpdateSubscription = eventEmitter.addListener('onPropositionsUpdate', (propositions: Proposition[]) => { const map = new Map(); for (const [key, value] of Object.entries(propositions)) { - map.set(key, new Proposition(value)); - } + map.set(key, new Proposition(value)); + } adobeCallback.call(map); - }); - RCTAEPOptimize.onPropositionsUpdate(); + }); + native.onPropositionsUpdate(); }, /** * Clears the client-side in-memory propositions cache. */ clearCachedPropositions() { - RCTAEPOptimize.clearCachedPropositions(); + NativeAEPOptimize.clearCachedPropositions(); }, /** @@ -89,10 +86,10 @@ const Optimize: IOptimize = { getPropositions(decisionScopes: Array): Promise> { var decisionScopeNames: Array = decisionScopes.map(decisionScope => decisionScope.getName()); return new Promise((resolve, reject) => { - RCTAEPOptimize.getPropositions(decisionScopeNames).then((propositions: Proposition[]) => { + NativeAEPOptimize.getPropositions(decisionScopeNames).then((propositions: any) => { const map = new Map(); for (const [key, value] of Object.entries(propositions)) { - map.set(key, new Proposition(value)); + map.set(key, new Proposition(value as any)); } resolve(map); }).catch((error: any) => reject(error)); @@ -115,7 +112,7 @@ const Optimize: IOptimize = { onError?: (error: AEPOptimizeError) => void ) { var decisionScopeNames: Array = decisionScopes.map(decisionScope => decisionScope.getName()); - RCTAEPOptimize.updatePropositions( + NativeAEPOptimize.updatePropositions( decisionScopeNames, xdm, data, @@ -136,7 +133,7 @@ const Optimize: IOptimize = { * @param {Array} offers - an array of Proposition Offers */ displayed(offers: Array) { - RCTAEPOptimize.multipleOffersDisplayed(offers); + NativeAEPOptimize.multipleOffersDisplayed(offers); }, /** @@ -145,8 +142,8 @@ const Optimize: IOptimize = { * @param {Array} offers - an array of Proposition Offers * @return {Promise>} - a promise that resolves to xdm map */ - generateDisplayInteractionXdm(offers: Array) { - return RCTAEPOptimize.multipleOffersGenerateDisplayInteractionXdm(offers); + generateDisplayInteractionXdm(offers: Array): Promise> { + return NativeAEPOptimize.multipleOffersGenerateDisplayInteractionXdm(offers) as Promise>; }, }; diff --git a/packages/optimize/src/models/Offer.ts b/packages/optimize/src/models/Offer.ts index 07b1c92ce..08f5617e4 100644 --- a/packages/optimize/src/models/Offer.ts +++ b/packages/optimize/src/models/Offer.ts @@ -10,9 +10,8 @@ OF ANY KIND, either express or implied. See the License for the specific languag governing permissions and limitations under the License. */ -import Proposition from'./Proposition'; -import { NativeModules } from 'react-native'; -const { AEPOptimize: RCTAEPOptimize } = NativeModules; +import Proposition from './Proposition'; +import NativeAEPOptimize from '../NativeAEPOptimize'; interface OfferData { id: string; @@ -75,7 +74,7 @@ class Offer { displayed(proposition: Proposition): void { const entries = Object.entries(proposition).filter(([_, value]) => typeof(value) !== "function"); const cleanedProposition = Object.fromEntries(entries); - RCTAEPOptimize.offerDisplayed(this.id, cleanedProposition); + NativeAEPOptimize.offerDisplayed(this.id, cleanedProposition); }; /** @@ -87,7 +86,7 @@ class Offer { console.log("Offer is tapped"); const entries = Object.entries(proposition).filter(([_, value]) => typeof(value) !== "function"); const cleanedProposition = Object.fromEntries(entries); - RCTAEPOptimize.offerTapped(this.id, cleanedProposition); + NativeAEPOptimize.offerTapped(this.id, cleanedProposition); }; /** @@ -101,7 +100,7 @@ class Offer { generateDisplayInteractionXdm(proposition: Proposition): Promise> { const entries = Object.entries(proposition).filter(([_, value]) => typeof(value) !== "function"); const cleanedProposition = Object.fromEntries(entries); - return Promise.resolve(RCTAEPOptimize.generateDisplayInteractionXdm(this.id, cleanedProposition)); + return NativeAEPOptimize.generateDisplayInteractionXdm(this.id, cleanedProposition) as Promise>; }; /** @@ -115,7 +114,7 @@ class Offer { generateTapInteractionXdm(proposition: Proposition): Promise> { const entries = Object.entries(proposition).filter(([_, value]) => typeof(value) !== "function"); const cleanedProposition = Object.fromEntries(entries); - return Promise.resolve(RCTAEPOptimize.generateTapInteractionXdm(this.id, cleanedProposition)); + return NativeAEPOptimize.generateTapInteractionXdm(this.id, cleanedProposition) as Promise>; }; }; diff --git a/packages/optimize/src/models/Proposition.ts b/packages/optimize/src/models/Proposition.ts index a81ef1912..9c2ae55df 100644 --- a/packages/optimize/src/models/Proposition.ts +++ b/packages/optimize/src/models/Proposition.ts @@ -12,7 +12,7 @@ governing permissions and limitations under the License. import Offer from './Offer'; -const RCTAEPOptimize = require('react-native').NativeModules.AEPOptimize; +import NativeAEPOptimize from '../NativeAEPOptimize'; interface Activity { id?: string; @@ -80,7 +80,7 @@ class Proposition { generateReferenceXdm(): Promise> { const entries = Object.entries(this).filter(([_,value]) => typeof(value) !== "function"); const proposition = Object.fromEntries(entries); - return Promise.resolve(RCTAEPOptimize.generateReferenceXdm(proposition)); + return NativeAEPOptimize.generateReferenceXdm(proposition) as Promise>; }; } diff --git a/packages/optimize/tsconfig.json b/packages/optimize/tsconfig.json index 399d6463d..33e9516bc 100644 --- a/packages/optimize/tsconfig.json +++ b/packages/optimize/tsconfig.json @@ -1,9 +1 @@ -{ - "extends": "../../tsconfig.json", - "compilerOptions": { - "noEmit": false, - "rootDir": "./src", - "outDir": "./dist" - }, - "exclude": ["__tests__", "dist"] -} \ No newline at end of file +{"extends":"../../tsconfig.json","compilerOptions":{"noEmit":false,"rootDir":"./src","outDir":"./dist"},"exclude":["__tests__","dist","specs"]} diff --git a/yarn.lock b/yarn.lock index fd2e93f8f..fa622753f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,94 +2,70 @@ # yarn lockfile v1 -"@0no-co/graphql.web@^1.0.5", "@0no-co/graphql.web@^1.0.8": - version "1.1.2" - resolved "https://registry.npmjs.org/@0no-co/graphql.web/-/graphql.web-1.1.2.tgz" - integrity sha512-N2NGsU5FLBhT8NZ+3l2YrzZSHITjNXNuDhC4iDiikv0IujaJ0Xc6xIxQZ/Ek3Cb+rgPjnLHYyJm11tInuJn+cw== +"@adobe/react-native-aepassurance@file:packages/assurance": + version "7.0.0" -"@ampproject/remapping@^2.2.0": - version "2.3.0" - resolved "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz" - integrity sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw== - dependencies: - "@jridgewell/gen-mapping" "^0.3.5" - "@jridgewell/trace-mapping" "^0.3.24" +"@adobe/react-native-aepcampaignclassic@file:packages/campaignclassic": + version "7.0.0" -"@babel/code-frame@7.10.4", "@babel/code-frame@~7.10.4": - version "7.10.4" - resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz" - integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== - dependencies: - "@babel/highlight" "^7.10.4" +"@adobe/react-native-aepcore@file:packages/core": + version "7.0.0" -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.20.0", "@babel/code-frame@^7.24.7", "@babel/code-frame@^7.27.1": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz" - integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg== - dependencies: - "@babel/helper-validator-identifier" "^7.27.1" - js-tokens "^4.0.0" - picocolors "^1.1.1" +"@adobe/react-native-aepedge@file:packages/edge": + version "7.0.0" -"@babel/code-frame@^7.28.6": - version "7.28.6" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.28.6.tgz#72499312ec58b1e2245ba4a4f550c132be4982f7" - integrity sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q== - dependencies: - "@babel/helper-validator-identifier" "^7.28.5" - js-tokens "^4.0.0" - picocolors "^1.1.1" +"@adobe/react-native-aepedgebridge@file:packages/edgebridge": + version "7.0.1" -"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.27.1": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.27.1.tgz" - integrity sha512-Q+E+rd/yBzNQhXkG+zQnF58e4zoZfBedaxwzPmicKsiK3nt8iJYrSrDbjwFFDGC4f+rPafqRaPH6TsDoSvMf7A== +"@adobe/react-native-aepedgeconsent@file:packages/edgeconsent": + version "7.0.0" -"@babel/compat-data@^7.27.2": - version "7.28.5" - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.5.tgz#a8a4962e1567121ac0b3b487f52107443b455c7f" - integrity sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA== +"@adobe/react-native-aepedgeidentity@file:packages/edgeidentity": + version "7.0.0" -"@babel/compat-data@^7.27.7", "@babel/compat-data@^7.28.6": - version "7.28.6" - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.6.tgz#103f466803fa0f059e82ccac271475470570d74c" - integrity sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg== +"@adobe/react-native-aepmessaging@file:packages/messaging": + version "7.3.0" -"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.20.0", "@babel/core@^7.23.9", "@babel/core@^7.25.2": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/core/-/core-7.27.1.tgz" - integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ== +"@adobe/react-native-aepoptimize@file:packages/optimize": + version "7.1.1" + +"@adobe/react-native-aepplaces@file:packages/places": + version "7.0.1" + +"@adobe/react-native-aeptarget@file:packages/target": + version "7.0.0" + +"@adobe/react-native-aepuserprofile@file:packages/userprofile": + version "7.0.0" + +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.24.7", "@babel/code-frame@^7.28.6", "@babel/code-frame@^7.29.0": + version "7.29.0" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.0.tgz#7cd7a59f15b3cc0dcd803038f7792712a7d0b15c" + integrity sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw== dependencies: - "@ampproject/remapping" "^2.2.0" - "@babel/code-frame" "^7.27.1" - "@babel/generator" "^7.27.1" - "@babel/helper-compilation-targets" "^7.27.1" - "@babel/helper-module-transforms" "^7.27.1" - "@babel/helpers" "^7.27.1" - "@babel/parser" "^7.27.1" - "@babel/template" "^7.27.1" - "@babel/traverse" "^7.27.1" - "@babel/types" "^7.27.1" - convert-source-map "^2.0.0" - debug "^4.1.0" - gensync "^1.0.0-beta.2" - json5 "^2.2.3" - semver "^6.3.1" + "@babel/helper-validator-identifier" "^7.28.5" + js-tokens "^4.0.0" + picocolors "^1.1.1" -"@babel/core@^7.25.0": - version "7.28.6" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.6.tgz#531bf883a1126e53501ba46eb3bb414047af507f" - integrity sha512-H3mcG6ZDLTlYfaSNi0iOKkigqMFvkTKlGUYlD8GW7nNOYRrevuA46iTypPyv+06V3fEmvvazfntkBU34L0azAw== +"@babel/compat-data@^7.28.6", "@babel/compat-data@^7.29.0": + version "7.29.0" + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.0.tgz#00d03e8c0ac24dd9be942c5370990cbe1f17d88d" + integrity sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg== + +"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.23.9", "@babel/core@^7.24.4", "@babel/core@^7.25.0", "@babel/core@^7.25.2": + version "7.29.0" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.0.tgz#5286ad785df7f79d656e88ce86e650d16ca5f322" + integrity sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA== dependencies: - "@babel/code-frame" "^7.28.6" - "@babel/generator" "^7.28.6" + "@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.28.6" + "@babel/parser" "^7.29.0" "@babel/template" "^7.28.6" - "@babel/traverse" "^7.28.6" - "@babel/types" "^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" @@ -97,76 +73,34 @@ json5 "^2.2.3" semver "^6.3.1" -"@babel/generator@^7.20.5", "@babel/generator@^7.25.0", "@babel/generator@^7.27.1", "@babel/generator@^7.27.5", "@babel/generator@^7.7.2": - version "7.27.5" - resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.27.5.tgz" - integrity sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw== - dependencies: - "@babel/parser" "^7.27.5" - "@babel/types" "^7.27.3" - "@jridgewell/gen-mapping" "^0.3.5" - "@jridgewell/trace-mapping" "^0.3.25" - jsesc "^3.0.2" - -"@babel/generator@^7.28.5": - version "7.28.5" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298" - integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ== +"@babel/eslint-parser@^7.25.1": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.28.6.tgz#6a294a4add732ebe7ded8a8d2792dd03dd81dc3f" + integrity sha512-QGmsKi2PBO/MHSQk+AAgA9R6OHQr+VqnniFE0eMWZcVcfBZoA2dKn2hUsl3Csg/Plt9opRUWdY7//VXsrIlEiA== dependencies: - "@babel/parser" "^7.28.5" - "@babel/types" "^7.28.5" - "@jridgewell/gen-mapping" "^0.3.12" - "@jridgewell/trace-mapping" "^0.3.28" - jsesc "^3.0.2" + "@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1" + eslint-visitor-keys "^2.1.0" + semver "^6.3.1" -"@babel/generator@^7.28.6": - version "7.28.6" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.6.tgz#48dcc65d98fcc8626a48f72b62e263d25fc3c3f1" - integrity sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw== +"@babel/generator@^7.25.0", "@babel/generator@^7.29.0", "@babel/generator@^7.7.2": + version "7.29.0" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.0.tgz#4cba5a76b3c71d8be31761b03329d5dc7768447f" + integrity sha512-vSH118/wwM/pLR38g/Sgk05sNtro6TlTJKuiMXDaZqPUfjTFcudpCOt00IhOfj+1BFAX+UFAlzCU+6WXr3GLFQ== dependencies: - "@babel/parser" "^7.28.6" - "@babel/types" "^7.28.6" + "@babel/parser" "^7.29.0" + "@babel/types" "^7.29.0" "@jridgewell/gen-mapping" "^0.3.12" "@jridgewell/trace-mapping" "^0.3.28" jsesc "^3.0.2" -"@babel/helper-annotate-as-pure@^7.27.1": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.1.tgz" - integrity sha512-WnuuDILl9oOBbKnb4L+DyODx7iC47XfzmNCpTttFsSp6hTG7XZxu60+4IO+2/hPfcGOoKbFiwoI/+zwARbNQow== - dependencies: - "@babel/types" "^7.27.1" - -"@babel/helper-annotate-as-pure@^7.27.3": +"@babel/helper-annotate-as-pure@^7.27.1", "@babel/helper-annotate-as-pure@^7.27.3": version "7.27.3" resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5" integrity sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg== dependencies: "@babel/types" "^7.27.3" -"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.27.1": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.1.tgz" - integrity sha512-2YaDd/Rd9E598B5+WIc8wJPmWETiiJXFYVE60oX8FDohv7rAUU3CQj+A1MgeEmcsk2+dQuEjIe/GDvig0SqL4g== - dependencies: - "@babel/compat-data" "^7.27.1" - "@babel/helper-validator-option" "^7.27.1" - browserslist "^4.24.0" - lru-cache "^5.1.1" - semver "^6.3.1" - -"@babel/helper-compilation-targets@^7.27.2": - version "7.27.2" - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d" - integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ== - dependencies: - "@babel/compat-data" "^7.27.2" - "@babel/helper-validator-option" "^7.27.1" - browserslist "^4.24.0" - lru-cache "^5.1.1" - semver "^6.3.1" - -"@babel/helper-compilation-targets@^7.28.6": +"@babel/helper-compilation-targets@^7.27.1", "@babel/helper-compilation-targets@^7.27.2", "@babel/helper-compilation-targets@^7.28.6": version "7.28.6" resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz#32c4a3f41f12ed1532179b108a4d746e105c2b25" integrity sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA== @@ -177,33 +111,7 @@ lru-cache "^5.1.1" semver "^6.3.1" -"@babel/helper-create-class-features-plugin@^7.27.1": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.1.tgz" - integrity sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A== - dependencies: - "@babel/helper-annotate-as-pure" "^7.27.1" - "@babel/helper-member-expression-to-functions" "^7.27.1" - "@babel/helper-optimise-call-expression" "^7.27.1" - "@babel/helper-replace-supers" "^7.27.1" - "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1" - "@babel/traverse" "^7.27.1" - semver "^6.3.1" - -"@babel/helper-create-class-features-plugin@^7.28.3": - version "7.28.5" - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz#472d0c28028850968979ad89f173594a6995da46" - integrity sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ== - 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-skip-transparent-expression-wrappers" "^7.27.1" - "@babel/traverse" "^7.28.5" - semver "^6.3.1" - -"@babel/helper-create-class-features-plugin@^7.28.6": +"@babel/helper-create-class-features-plugin@^7.27.1", "@babel/helper-create-class-features-plugin@^7.28.6": version "7.28.6" resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.6.tgz#611ff5482da9ef0db6291bcd24303400bca170fb" integrity sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow== @@ -216,16 +124,7 @@ "@babel/traverse" "^7.28.6" semver "^6.3.1" -"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.27.1": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.27.1.tgz" - integrity sha512-uVDC72XVf8UbrH5qQTc18Agb8emwjTiZrQE11Nv3CuBEZmVvTwwE9CBUEvHku06gQCAyYf8Nv6ja1IN+6LMbxQ== - dependencies: - "@babel/helper-annotate-as-pure" "^7.27.1" - regexpu-core "^6.2.0" - semver "^6.3.1" - -"@babel/helper-create-regexp-features-plugin@^7.28.5": +"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.27.1", "@babel/helper-create-regexp-features-plugin@^7.28.5": version "7.28.5" resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.28.5.tgz#7c1ddd64b2065c7f78034b25b43346a7e19ed997" integrity sha512-N1EhvLtHzOvj7QQOUCCS3NrPJP8c5W6ZXCHDn7Yialuy1iu4r5EmIYkXlKNqT99Ciw+W0mDqWoR6HWMZlFP3hw== @@ -234,41 +133,22 @@ regexpu-core "^6.3.1" semver "^6.3.1" -"@babel/helper-define-polyfill-provider@^0.6.3", "@babel/helper-define-polyfill-provider@^0.6.4": - version "0.6.4" - resolved "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.4.tgz" - integrity sha512-jljfR1rGnXXNWnmQg2K3+bvhkxB51Rl32QRaOTuwwjviGrHzIbSc8+x9CpraDtbT7mfyjXObULP4w/adunNwAw== - dependencies: - "@babel/helper-compilation-targets" "^7.22.6" - "@babel/helper-plugin-utils" "^7.22.5" - debug "^4.1.1" - lodash.debounce "^4.0.8" - resolve "^1.14.2" - -"@babel/helper-define-polyfill-provider@^0.6.5": - version "0.6.5" - resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.5.tgz#742ccf1cb003c07b48859fc9fa2c1bbe40e5f753" - integrity sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg== +"@babel/helper-define-polyfill-provider@^0.6.5", "@babel/helper-define-polyfill-provider@^0.6.6": + version "0.6.6" + resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.6.tgz#714dfe33d8bd710f556df59953720f6eeb6c1a14" + integrity sha512-mOAsxeeKkUKayvZR3HeTYD/fICpCPLJrU5ZjelT/PA6WHtNDBOE436YiaEUvHN454bRM3CebhDsIpieCc4texA== 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" "@babel/helper-globals@^7.28.0": version "7.28.0" resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674" integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw== -"@babel/helper-member-expression-to-functions@^7.27.1": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz" - integrity sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA== - dependencies: - "@babel/traverse" "^7.27.1" - "@babel/types" "^7.27.1" - "@babel/helper-member-expression-to-functions@^7.28.5": version "7.28.5" resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz#f3e07a10be37ed7a63461c63e6929575945a6150" @@ -277,14 +157,6 @@ "@babel/traverse" "^7.28.5" "@babel/types" "^7.28.5" -"@babel/helper-module-imports@^7.25.9", "@babel/helper-module-imports@^7.27.1": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz" - integrity sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w== - dependencies: - "@babel/traverse" "^7.27.1" - "@babel/types" "^7.27.1" - "@babel/helper-module-imports@^7.28.6": version "7.28.6" resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz#60632cbd6ffb70b22823187201116762a03e2d5c" @@ -293,16 +165,7 @@ "@babel/traverse" "^7.28.6" "@babel/types" "^7.28.6" -"@babel/helper-module-transforms@^7.27.1": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.27.1.tgz" - integrity sha512-9yHn519/8KvTU5BjTVEEeIM3w9/2yXNKoD82JifINImhpKkARMJKPP59kLo+BafpdN5zgNeIcS4jsGDmd3l58g== - dependencies: - "@babel/helper-module-imports" "^7.27.1" - "@babel/helper-validator-identifier" "^7.27.1" - "@babel/traverse" "^7.27.1" - -"@babel/helper-module-transforms@^7.28.3", "@babel/helper-module-transforms@^7.28.6": +"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.6": version "7.28.6" resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e" integrity sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA== @@ -313,40 +176,26 @@ "@babel/helper-optimise-call-expression@^7.27.1": version "7.27.1" - resolved "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz" + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200" integrity sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw== dependencies: "@babel/types" "^7.27.1" -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.27.1", "@babel/helper-plugin-utils@^7.8.0": - 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== - -"@babel/helper-plugin-utils@^7.28.6": +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.27.1", "@babel/helper-plugin-utils@^7.28.6", "@babel/helper-plugin-utils@^7.8.0": version "7.28.6" resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz#6f13ea251b68c8532e985fd532f28741a8af9ac8" integrity sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug== "@babel/helper-remap-async-to-generator@^7.27.1": version "7.27.1" - resolved "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz" + resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz#4601d5c7ce2eb2aea58328d43725523fcd362ce6" integrity sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA== dependencies: "@babel/helper-annotate-as-pure" "^7.27.1" "@babel/helper-wrap-function" "^7.27.1" "@babel/traverse" "^7.27.1" -"@babel/helper-replace-supers@^7.27.1": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz" - integrity sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA== - dependencies: - "@babel/helper-member-expression-to-functions" "^7.27.1" - "@babel/helper-optimise-call-expression" "^7.27.1" - "@babel/traverse" "^7.27.1" - -"@babel/helper-replace-supers@^7.28.6": +"@babel/helper-replace-supers@^7.27.1", "@babel/helper-replace-supers@^7.28.6": version "7.28.6" resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.28.6.tgz#94aa9a1d7423a00aead3f204f78834ce7d53fe44" integrity sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg== @@ -357,7 +206,7 @@ "@babel/helper-skip-transparent-expression-wrappers@^7.27.1": version "7.27.1" - resolved "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz" + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz#62bb91b3abba8c7f1fec0252d9dbea11b3ee7a56" integrity sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg== dependencies: "@babel/traverse" "^7.27.1" @@ -365,14 +214,9 @@ "@babel/helper-string-parser@^7.27.1": version "7.27.1" - resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz" + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== -"@babel/helper-validator-identifier@^7.25.9", "@babel/helper-validator-identifier@^7.27.1": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz" - integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow== - "@babel/helper-validator-identifier@^7.28.5": version "7.28.5" resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4" @@ -380,25 +224,17 @@ "@babel/helper-validator-option@^7.27.1": version "7.27.1" - resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f" integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg== "@babel/helper-wrap-function@^7.27.1": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.27.1.tgz" - integrity sha512-NFJK2sHUvrjo8wAU/nQTWU890/zB2jj0qBcCbZbbf+005cAsv6tMjXz31fBign6M5ov1o0Bllu+9nbqkfsjjJQ== - dependencies: - "@babel/template" "^7.27.1" - "@babel/traverse" "^7.27.1" - "@babel/types" "^7.27.1" - -"@babel/helpers@^7.27.1": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.27.1.tgz" - integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ== + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.28.6.tgz#4e349ff9222dab69a93a019cc296cdd8442e279a" + integrity sha512-z+PwLziMNBeSQJonizz2AGnndLsP2DeGHIxDAn+wdHOGuo4Fo1x1HBPPXeE9TAOPHNNWQKCSlA2VZyYyyibDnQ== dependencies: - "@babel/template" "^7.27.1" - "@babel/types" "^7.27.1" + "@babel/template" "^7.28.6" + "@babel/traverse" "^7.28.6" + "@babel/types" "^7.28.6" "@babel/helpers@^7.28.6": version "7.28.6" @@ -408,36 +244,12 @@ "@babel/template" "^7.28.6" "@babel/types" "^7.28.6" -"@babel/highlight@^7.10.4": - version "7.25.9" - resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.25.9.tgz" - integrity sha512-llL88JShoCsth8fF8R4SJnIn+WLvR6ccFxu1H3FlMhDontdcmZWf2HgIZ7AIqV3Xcck1idlohrN4EUBQz6klbw== - dependencies: - "@babel/helper-validator-identifier" "^7.25.9" - chalk "^2.4.2" - js-tokens "^4.0.0" - picocolors "^1.0.0" - -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.25.3", "@babel/parser@^7.27.1", "@babel/parser@^7.27.2", "@babel/parser@^7.27.5", "@babel/parser@^7.27.7": - version "7.27.7" - resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.27.7.tgz" - integrity sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q== - dependencies: - "@babel/types" "^7.27.7" - -"@babel/parser@^7.28.5": - version "7.28.5" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08" - integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ== - dependencies: - "@babel/types" "^7.28.5" - -"@babel/parser@^7.28.6": - version "7.28.6" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.6.tgz#f01a8885b7fa1e56dd8a155130226cd698ef13fd" - integrity sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ== +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.24.4", "@babel/parser@^7.25.3", "@babel/parser@^7.28.6", "@babel/parser@^7.29.0": + version "7.29.0" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.0.tgz#669ef345add7d057e92b7ed15f0bac07611831b6" + integrity sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww== dependencies: - "@babel/types" "^7.28.6" + "@babel/types" "^7.29.0" "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.28.5": version "7.28.5" @@ -478,18 +290,9 @@ "@babel/helper-plugin-utils" "^7.28.6" "@babel/traverse" "^7.28.6" -"@babel/plugin-proposal-decorators@^7.12.9": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.27.1.tgz" - integrity sha512-DTxe4LBPrtFdsWzgpmbBKevg3e9PBy+dXRt19kSbucbZvL2uqtdqwwpluL1jfxYE0wIDTFp1nTy/q6gNLsxXrg== - dependencies: - "@babel/helper-create-class-features-plugin" "^7.27.1" - "@babel/helper-plugin-utils" "^7.27.1" - "@babel/plugin-syntax-decorators" "^7.27.1" - "@babel/plugin-proposal-export-default-from@^7.24.7": version "7.27.1" - resolved "https://registry.npmjs.org/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.27.1.tgz" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.27.1.tgz#59b050b0e5fdc366162ab01af4fcbac06ea40919" integrity sha512-hjlsMBl1aJc5lp8MoCDEZCiYzlgdRAShOjAfRw6X+GlpLpUPU7c3XNLsKFZbQk/1cRzBlJ7CXg3xJAJMrFa1Uw== dependencies: "@babel/helper-plugin-utils" "^7.27.1" @@ -501,59 +304,52 @@ "@babel/plugin-syntax-async-generators@^7.8.4": version "7.8.4" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d" integrity sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== dependencies: "@babel/helper-plugin-utils" "^7.8.0" "@babel/plugin-syntax-bigint@^7.8.3": version "7.8.3" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz#4c9a6f669f5d0cdf1b90a1671e9a146be5300cea" integrity sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg== dependencies: "@babel/helper-plugin-utils" "^7.8.0" "@babel/plugin-syntax-class-properties@^7.12.13": version "7.12.13" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz#b5c987274c4a3a82b89714796931a6b53544ae10" integrity sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== dependencies: "@babel/helper-plugin-utils" "^7.12.13" "@babel/plugin-syntax-class-static-block@^7.14.5": version "7.14.5" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz#195df89b146b4b78b3bf897fd7a257c84659d406" integrity sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw== dependencies: "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-syntax-decorators@^7.27.1": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.27.1.tgz" - integrity sha512-YMq8Z87Lhl8EGkmb0MwYkt36QnxC+fzCgrl66ereamPlYToRpIk5nUjKUY3QKLWq8mwUB1BgbeXcTJhZOCDg5A== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - "@babel/plugin-syntax-dynamic-import@^7.8.3": version "7.8.3" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz#62bf98b2da3cd21d626154fc96ee5b3cb68eacb3" integrity sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== dependencies: "@babel/helper-plugin-utils" "^7.8.0" "@babel/plugin-syntax-export-default-from@^7.24.7": - 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.yarnpkg.com/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.28.6.tgz#8e19047560a8a48b11f1f5b46881f445f8692830" + integrity sha512-Svlx1fjJFnNz0LZeUaybRukSxZI3KkpApUmIRzEdXC5k8ErTOz0OD0kNrICi5Vc3GlpP5ZCeRyRO+mfWTSz+iQ== dependencies: - "@babel/helper-plugin-utils" "^7.27.1" + "@babel/helper-plugin-utils" "^7.28.6" "@babel/plugin-syntax-flow@^7.12.1", "@babel/plugin-syntax-flow@^7.27.1": - 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.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.28.6.tgz#447559a225e66c4cd477a3ffb1a74d8c1fe25a62" + integrity sha512-D+OrJumc9McXNEBI/JmFnc/0uCM2/Y3PEBG3gfV3QIYkKv5pvnpzFrl1kYCrcHJP8nOeFB/SHi1IHz29pNGuew== dependencies: - "@babel/helper-plugin-utils" "^7.27.1" + "@babel/helper-plugin-utils" "^7.28.6" "@babel/plugin-syntax-import-assertions@^7.28.6": version "7.28.6" @@ -562,14 +358,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.28.6" -"@babel/plugin-syntax-import-attributes@^7.24.7": - 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== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-syntax-import-attributes@^7.28.6": +"@babel/plugin-syntax-import-attributes@^7.24.7", "@babel/plugin-syntax-import-attributes@^7.28.6": version "7.28.6" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.28.6.tgz#b71d5914665f60124e133696f17cd7669062c503" integrity sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw== @@ -578,89 +367,82 @@ "@babel/plugin-syntax-import-meta@^7.10.4": version "7.10.4" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz#ee601348c370fa334d2207be158777496521fd51" integrity sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g== dependencies: "@babel/helper-plugin-utils" "^7.10.4" "@babel/plugin-syntax-json-strings@^7.8.3": version "7.8.3" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a" integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== dependencies: "@babel/helper-plugin-utils" "^7.8.0" -"@babel/plugin-syntax-jsx@^7.27.1", "@babel/plugin-syntax-jsx@^7.7.2": - 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== +"@babel/plugin-syntax-jsx@^7.27.1", "@babel/plugin-syntax-jsx@^7.28.6", "@babel/plugin-syntax-jsx@^7.7.2": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.28.6.tgz#f8ca28bbd84883b5fea0e447c635b81ba73997ee" + integrity sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w== dependencies: - "@babel/helper-plugin-utils" "^7.27.1" + "@babel/helper-plugin-utils" "^7.28.6" "@babel/plugin-syntax-logical-assignment-operators@^7.10.4": version "7.10.4" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699" integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== dependencies: "@babel/helper-plugin-utils" "^7.10.4" "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3": version "7.8.3" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9" integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== dependencies: "@babel/helper-plugin-utils" "^7.8.0" "@babel/plugin-syntax-numeric-separator@^7.10.4": version "7.10.4" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz#b9b070b3e33570cd9fd07ba7fa91c0dd37b9af97" integrity sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== dependencies: "@babel/helper-plugin-utils" "^7.10.4" "@babel/plugin-syntax-object-rest-spread@^7.8.3": version "7.8.3" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz#60e225edcbd98a640332a2e72dd3e66f1af55871" integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== dependencies: "@babel/helper-plugin-utils" "^7.8.0" "@babel/plugin-syntax-optional-catch-binding@^7.8.3": version "7.8.3" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz#6111a265bcfb020eb9efd0fdfd7d26402b9ed6c1" integrity sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== dependencies: "@babel/helper-plugin-utils" "^7.8.0" "@babel/plugin-syntax-optional-chaining@^7.8.3": version "7.8.3" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a" integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== dependencies: "@babel/helper-plugin-utils" "^7.8.0" "@babel/plugin-syntax-private-property-in-object@^7.14.5": version "7.14.5" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz#0dc6671ec0ea22b6e94a1114f857970cd39de1ad" integrity sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg== dependencies: "@babel/helper-plugin-utils" "^7.14.5" "@babel/plugin-syntax-top-level-await@^7.14.5": version "7.14.5" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz#c1cfdadc35a646240001f06138247b741c34d94c" integrity sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw== dependencies: "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-syntax-typescript@^7.27.1", "@babel/plugin-syntax-typescript@^7.7.2": - 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== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-syntax-typescript@^7.28.6": +"@babel/plugin-syntax-typescript@^7.28.6", "@babel/plugin-syntax-typescript@^7.7.2": version "7.28.6" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.28.6.tgz#c7b2ddf1d0a811145b1de800d1abd146af92e3a2" integrity sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A== @@ -675,41 +457,23 @@ "@babel/helper-create-regexp-features-plugin" "^7.18.6" "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-transform-arrow-functions@^7.0.0-0", "@babel/plugin-transform-arrow-functions@^7.24.7", "@babel/plugin-transform-arrow-functions@^7.27.1": +"@babel/plugin-transform-arrow-functions@7.27.1", "@babel/plugin-transform-arrow-functions@^7.24.7", "@babel/plugin-transform-arrow-functions@^7.27.1": version "7.27.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.27.1.tgz#6e2061067ba3ab0266d834a9f94811196f2aba9a" integrity sha512-8Z4TGic6xW70FKThA5HYEKKyBpOOsucTOD1DjU3fZxDg+K3zBJcXMFnt/4yQiZnf5+MiOMSXQ9PaEK/Ilh1DeA== dependencies: "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-transform-async-generator-functions@^7.25.4": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.27.1.tgz" - integrity sha512-eST9RrwlpaoJBDHShc+DS2SG4ATTi2MYNb4OxYkf3n+7eb49LWpnS+HSpVfW4x927qQwgk8A2hGNVaajAEw0EA== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - "@babel/helper-remap-async-to-generator" "^7.27.1" - "@babel/traverse" "^7.27.1" - -"@babel/plugin-transform-async-generator-functions@^7.28.6": - version "7.28.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.6.tgz#80cb86d3eaa2102e18ae90dd05ab87bdcad3877d" - integrity sha512-9knsChgsMzBV5Yh3kkhrZNxH3oCYAfMBkNNaVN4cP2RVlFPe8wYdwwcnOsAbkdDoV9UjFtOXWrWB52M8W4jNeA== +"@babel/plugin-transform-async-generator-functions@^7.25.4", "@babel/plugin-transform-async-generator-functions@^7.29.0": + version "7.29.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.29.0.tgz#63ed829820298f0bf143d5a4a68fb8c06ffd742f" + integrity sha512-va0VdWro4zlBr2JsXC+ofCPB2iG12wPtVGTWFx2WLDOM3nYQZZIGP82qku2eW/JR83sD+k2k+CsNtyEbUqhU6w== dependencies: "@babel/helper-plugin-utils" "^7.28.6" "@babel/helper-remap-async-to-generator" "^7.27.1" - "@babel/traverse" "^7.28.6" + "@babel/traverse" "^7.29.0" -"@babel/plugin-transform-async-to-generator@^7.24.7": - 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== - dependencies: - "@babel/helper-module-imports" "^7.27.1" - "@babel/helper-plugin-utils" "^7.27.1" - "@babel/helper-remap-async-to-generator" "^7.27.1" - -"@babel/plugin-transform-async-to-generator@^7.28.6": +"@babel/plugin-transform-async-to-generator@^7.24.7", "@babel/plugin-transform-async-to-generator@^7.28.6": version "7.28.6" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.28.6.tgz#bd97b42237b2d1bc90d74bcb486c39be5b4d7e77" integrity sha512-ilTRcmbuXjsMmcZ3HASTe4caH5Tpo93PkTxF9oG2VZsSWsahydmcEHhix9Ik122RcTnZnUzPbmux4wh1swfv7g== @@ -725,29 +489,22 @@ dependencies: "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-transform-block-scoping@^7.25.0": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.27.1.tgz" - integrity sha512-QEcFlMl9nGTgh1rn2nIeU5bkfb9BAjaQcWbiP4LvKxUot52ABcTkpcyJ7f2Q2U2RuQ84BNLgts3jRme2dTx6Fw== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-block-scoping@^7.28.6": +"@babel/plugin-transform-block-scoping@^7.25.0", "@babel/plugin-transform-block-scoping@^7.28.6": version "7.28.6" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.6.tgz#e1ef5633448c24e76346125c2534eeb359699a99" integrity sha512-tt/7wOtBmwHPNMPu7ax4pdPz6shjFrmHDghvNC+FG9Qvj7D6mJcoRQIF5dy4njmxR941l6rgtvfSB2zX3VlUIw== dependencies: "@babel/helper-plugin-utils" "^7.28.6" -"@babel/plugin-transform-class-properties@^7.0.0-0", "@babel/plugin-transform-class-properties@^7.25.4": +"@babel/plugin-transform-class-properties@7.27.1": version "7.27.1" - resolved "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz#dd40a6a370dfd49d32362ae206ddaf2bb082a925" integrity sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA== dependencies: "@babel/helper-create-class-features-plugin" "^7.27.1" "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-transform-class-properties@^7.28.6": +"@babel/plugin-transform-class-properties@^7.25.4", "@babel/plugin-transform-class-properties@^7.28.6": version "7.28.6" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.28.6.tgz#d274a4478b6e782d9ea987fda09bdb6d28d66b72" integrity sha512-dY2wS3I2G7D697VHndN91TJr8/AAfXQNt5ynCTI/MpxMsSzHp+52uNivYT5wCPax3whc47DR8Ba7cmlQMg24bw== @@ -755,14 +512,6 @@ "@babel/helper-create-class-features-plugin" "^7.28.6" "@babel/helper-plugin-utils" "^7.28.6" -"@babel/plugin-transform-class-static-block@^7.27.1": - version "7.28.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.3.tgz#d1b8e69b54c9993bc558203e1f49bfc979bfd852" - integrity sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg== - dependencies: - "@babel/helper-create-class-features-plugin" "^7.28.3" - "@babel/helper-plugin-utils" "^7.27.1" - "@babel/plugin-transform-class-static-block@^7.28.6": version "7.28.6" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.6.tgz#1257491e8259c6d125ac4d9a6f39f9d2bf3dba70" @@ -771,7 +520,7 @@ "@babel/helper-create-class-features-plugin" "^7.28.6" "@babel/helper-plugin-utils" "^7.28.6" -"@babel/plugin-transform-classes@^7.0.0-0": +"@babel/plugin-transform-classes@7.28.4": version "7.28.4" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.4.tgz#75d66175486788c56728a73424d67cbc7473495c" integrity sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA== @@ -783,19 +532,7 @@ "@babel/helper-replace-supers" "^7.27.1" "@babel/traverse" "^7.28.4" -"@babel/plugin-transform-classes@^7.25.4": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.27.1.tgz" - integrity sha512-7iLhfFAubmpeJe/Wo2TVuDrykh/zlWXLzPNdL0Jqn/Xu8R3QQ8h9ff8FQoISZOsw74/HFqFI7NX63HN7QFIHKA== - dependencies: - "@babel/helper-annotate-as-pure" "^7.27.1" - "@babel/helper-compilation-targets" "^7.27.1" - "@babel/helper-plugin-utils" "^7.27.1" - "@babel/helper-replace-supers" "^7.27.1" - "@babel/traverse" "^7.27.1" - globals "^11.1.0" - -"@babel/plugin-transform-classes@^7.28.6": +"@babel/plugin-transform-classes@^7.25.4", "@babel/plugin-transform-classes@^7.28.6": version "7.28.6" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.6.tgz#8f6fb79ba3703978e701ce2a97e373aae7dda4b7" integrity sha512-EF5KONAqC5zAqT783iMGuM2ZtmEBy+mJMOKl2BCvPZ2lVrwvXnB6o+OBWCS+CoeCCpVRF2sA2RBKUxvT8tQT5Q== @@ -807,15 +544,7 @@ "@babel/helper-replace-supers" "^7.28.6" "@babel/traverse" "^7.28.6" -"@babel/plugin-transform-computed-properties@^7.24.7": - 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== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - "@babel/template" "^7.27.1" - -"@babel/plugin-transform-computed-properties@^7.28.6": +"@babel/plugin-transform-computed-properties@^7.24.7", "@babel/plugin-transform-computed-properties@^7.28.6": version "7.28.6" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.28.6.tgz#936824fc71c26cb5c433485776d79c8e7b0202d2" integrity sha512-bcc3k0ijhHbc2lEfpFHgx7eYw9KNXqOerKWfzbxEHUGKnS3sz9C4CNL9OiFN1297bDNfUiSO7DaLzbvHQQQ1BQ== @@ -823,14 +552,7 @@ "@babel/helper-plugin-utils" "^7.28.6" "@babel/template" "^7.28.6" -"@babel/plugin-transform-destructuring@^7.24.8": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.27.1.tgz" - integrity sha512-ttDCqhfvpE9emVkXbPD8vyxxh4TWYACVybGkDj+oReOGwnp066ITEivDlLwe0b1R0+evJ13IXQuLNB5w1fhC5Q== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-destructuring@^7.28.5": +"@babel/plugin-transform-destructuring@^7.24.8", "@babel/plugin-transform-destructuring@^7.28.5": version "7.28.5" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz#b8402764df96179a2070bb7b501a1586cf8ad7a7" integrity sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw== @@ -853,10 +575,10 @@ dependencies: "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-transform-duplicate-named-capturing-groups-regex@^7.28.6": - version "7.28.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.28.6.tgz#e0c59ba54f1655dd682f2edf5f101b5910a8f6f3" - integrity sha512-5suVoXjC14lUN6ZL9OLKIHCNVWCrqGqlmEp/ixdXjvgnEl/kauLvvMO/Xw9NyMc95Joj1AeLVPVMvibBgSoFlA== +"@babel/plugin-transform-duplicate-named-capturing-groups-regex@^7.29.0": + version "7.29.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.29.0.tgz#8014b8a6cfd0e7b92762724443bf0d2400f26df1" + integrity sha512-zBPcW2lFGxdiD8PUnPwJjag2J9otbcLQzvbiOzDxpYXyCuYX9agOwMPGn1prVH0a4qzhCKu24rlH4c1f7yA8rw== dependencies: "@babel/helper-create-regexp-features-plugin" "^7.28.5" "@babel/helper-plugin-utils" "^7.28.6" @@ -883,7 +605,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.28.6" -"@babel/plugin-transform-export-namespace-from@^7.25.9", "@babel/plugin-transform-export-namespace-from@^7.27.1": +"@babel/plugin-transform-export-namespace-from@^7.27.1": version "7.27.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.27.1.tgz#71ca69d3471edd6daa711cf4dfc3400415df9c23" integrity sha512-tQvHWSZ3/jH2xuq/vZDy0jNn+ZdXJeM8gHvX4lnJmsc3+50yPlWdZXIc5ay+umX+2/tJIqHqiEqcJvxlmIvRvQ== @@ -929,14 +651,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-transform-logical-assignment-operators@^7.24.7": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.27.1.tgz" - integrity sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-logical-assignment-operators@^7.28.6": +"@babel/plugin-transform-logical-assignment-operators@^7.24.7", "@babel/plugin-transform-logical-assignment-operators@^7.28.6": version "7.28.6" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.6.tgz#53028a3d77e33c50ef30a8fce5ca17065936e605" integrity sha512-+anKKair6gpi8VsM/95kmomGNMD0eLz1NQ8+Pfw5sAwWH9fGYXT50E55ZpV0pHUHWf6IUTWPM+f/7AAff+wr9A== @@ -958,15 +673,7 @@ "@babel/helper-module-transforms" "^7.27.1" "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-transform-modules-commonjs@^7.24.8", "@babel/plugin-transform-modules-commonjs@^7.27.1": - 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== - dependencies: - "@babel/helper-module-transforms" "^7.27.1" - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-modules-commonjs@^7.28.6": +"@babel/plugin-transform-modules-commonjs@^7.24.8", "@babel/plugin-transform-modules-commonjs@^7.27.1", "@babel/plugin-transform-modules-commonjs@^7.28.6": version "7.28.6" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.28.6.tgz#c0232e0dfe66a734cc4ad0d5e75fc3321b6fdef1" integrity sha512-jppVbf8IV9iWWwWTQIxJMAJCWBuuKx71475wHwYytrRGQ2CWiDvYlADQno3tcYpS/T2UUWFQp3nVtYfK/YBQrA== @@ -974,15 +681,15 @@ "@babel/helper-module-transforms" "^7.28.6" "@babel/helper-plugin-utils" "^7.28.6" -"@babel/plugin-transform-modules-systemjs@^7.28.5": - version "7.28.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz#7439e592a92d7670dfcb95d0cbc04bd3e64801d2" - integrity sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew== +"@babel/plugin-transform-modules-systemjs@^7.29.0": + version "7.29.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.0.tgz#e458a95a17807c415924106a3ff188a3b8dee964" + integrity sha512-PrujnVFbOdUpw4UHiVwKvKRLMMic8+eC0CuNlxjsyZUiBjhFdPsewdXCkveh2KqBA9/waD0W1b4hXSOBQJezpQ== dependencies: - "@babel/helper-module-transforms" "^7.28.3" - "@babel/helper-plugin-utils" "^7.27.1" + "@babel/helper-module-transforms" "^7.28.6" + "@babel/helper-plugin-utils" "^7.28.6" "@babel/helper-validator-identifier" "^7.28.5" - "@babel/traverse" "^7.28.5" + "@babel/traverse" "^7.29.0" "@babel/plugin-transform-modules-umd@^7.27.1": version "7.27.1" @@ -992,13 +699,13 @@ "@babel/helper-module-transforms" "^7.27.1" "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-transform-named-capturing-groups-regex@^7.24.7", "@babel/plugin-transform-named-capturing-groups-regex@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.27.1.tgz#f32b8f7818d8fc0cc46ee20a8ef75f071af976e1" - integrity sha512-SstR5JYy8ddZvD6MhV0tM/j16Qds4mIpJTOd1Yu9J9pJjH93bxHECF7pgtc28XvkzTD6Pxcm/0Z73Hvk7kb3Ng== +"@babel/plugin-transform-named-capturing-groups-regex@^7.24.7", "@babel/plugin-transform-named-capturing-groups-regex@^7.29.0": + version "7.29.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.29.0.tgz#a26cd51e09c4718588fc4cce1c5d1c0152102d6a" + integrity sha512-1CZQA5KNAD6ZYQLPw7oi5ewtDNxH/2vuCh+6SmvgDfhumForvs8a1o9n0UrEoBD8HU4djO2yWngTQlXl1NDVEQ== 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" "@babel/plugin-transform-new-target@^7.27.1": version "7.27.1" @@ -1007,44 +714,28 @@ dependencies: "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-transform-nullish-coalescing-operator@^7.0.0-0", "@babel/plugin-transform-nullish-coalescing-operator@^7.24.7": +"@babel/plugin-transform-nullish-coalescing-operator@7.27.1": version "7.27.1" - resolved "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.27.1.tgz" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.27.1.tgz#4f9d3153bf6782d73dd42785a9d22d03197bc91d" integrity sha512-aGZh6xMo6q9vq1JGcw58lZ1Z0+i0xB2x0XaauNIUXd6O1xXc3RwoWEBlsTQrY4KQ9Jf0s5rgD6SiNkaUdJegTA== dependencies: "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-transform-nullish-coalescing-operator@^7.28.6": +"@babel/plugin-transform-nullish-coalescing-operator@^7.24.7", "@babel/plugin-transform-nullish-coalescing-operator@^7.28.6": version "7.28.6" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.28.6.tgz#9bc62096e90ab7a887f3ca9c469f6adec5679757" integrity sha512-3wKbRgmzYbw24mDJXT7N+ADXw8BC/imU9yo9c9X9NKaLF1fW+e5H1U5QjMUBe4Qo4Ox/o++IyUkl1sVCLgevKg== dependencies: "@babel/helper-plugin-utils" "^7.28.6" -"@babel/plugin-transform-numeric-separator@^7.24.7": - 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== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-numeric-separator@^7.28.6": +"@babel/plugin-transform-numeric-separator@^7.24.7", "@babel/plugin-transform-numeric-separator@^7.28.6": version "7.28.6" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.28.6.tgz#1310b0292762e7a4a335df5f580c3320ee7d9e9f" integrity sha512-SJR8hPynj8outz+SlStQSwvziMN4+Bq99it4tMIf5/Caq+3iOc0JtKyse8puvyXkk3eFRIA5ID/XfunGgO5i6w== - dependencies: - "@babel/helper-plugin-utils" "^7.28.6" - -"@babel/plugin-transform-object-rest-spread@^7.24.7": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.1.tgz" - integrity sha512-/sSliVc9gHE20/7D5qsdGlq7RG5NCDTWsAhyqzGuq174EtWJoGzIu1BQ7G56eDsTcy1jseBZwv50olSdXOlGuA== - dependencies: - "@babel/helper-compilation-targets" "^7.27.1" - "@babel/helper-plugin-utils" "^7.27.1" - "@babel/plugin-transform-parameters" "^7.27.1" + dependencies: + "@babel/helper-plugin-utils" "^7.28.6" -"@babel/plugin-transform-object-rest-spread@^7.28.6": +"@babel/plugin-transform-object-rest-spread@^7.24.7", "@babel/plugin-transform-object-rest-spread@^7.28.6": version "7.28.6" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.6.tgz#fdd4bc2d72480db6ca42aed5c051f148d7b067f7" integrity sha512-5rh+JR4JBC4pGkXLAcYdLHZjXudVxWMXbB6u6+E9lRL5TrGVbHt1TjxGbZ8CkmYw9zjkB7jutzOROArsqtncEA== @@ -1063,37 +754,22 @@ "@babel/helper-plugin-utils" "^7.27.1" "@babel/helper-replace-supers" "^7.27.1" -"@babel/plugin-transform-optional-catch-binding@^7.24.7": - 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== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-optional-catch-binding@^7.28.6": +"@babel/plugin-transform-optional-catch-binding@^7.24.7", "@babel/plugin-transform-optional-catch-binding@^7.28.6": version "7.28.6" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.28.6.tgz#75107be14c78385978201a49c86414a150a20b4c" integrity sha512-R8ja/Pyrv0OGAvAXQhSTmWyPJPml+0TMqXlO5w+AsMEiwb2fg3WkOvob7UxFSL3OIttFSGSRFKQsOhJ/X6HQdQ== dependencies: "@babel/helper-plugin-utils" "^7.28.6" -"@babel/plugin-transform-optional-chaining@^7.0.0-0": - version "7.28.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.5.tgz#8238c785f9d5c1c515a90bf196efb50d075a4b26" - integrity sha512-N6fut9IZlPnjPwgiQkXNhb+cT8wQKFlJNqcZkWlcTqkcqx6/kU4ynGmLFoa4LViBSirn05YAwk+sQBbPfxtYzQ== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1" - -"@babel/plugin-transform-optional-chaining@^7.24.8", "@babel/plugin-transform-optional-chaining@^7.27.1": +"@babel/plugin-transform-optional-chaining@7.27.1": version "7.27.1" - resolved "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.27.1.tgz" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.27.1.tgz#874ce3c4f06b7780592e946026eb76a32830454f" integrity sha512-BQmKPPIuc8EkZgNKsv0X4bPmOoayeu4F1YCwx2/CfmDSXDbp7GnzlUH+/ul5VGfRg1AoFPsrIThlEBj2xb4CAg== dependencies: "@babel/helper-plugin-utils" "^7.27.1" "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1" -"@babel/plugin-transform-optional-chaining@^7.28.6": +"@babel/plugin-transform-optional-chaining@^7.24.8", "@babel/plugin-transform-optional-chaining@^7.27.1", "@babel/plugin-transform-optional-chaining@^7.28.6": version "7.28.6" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.6.tgz#926cf150bd421fc8362753e911b4a1b1ce4356cd" integrity sha512-A4zobikRGJTsX9uqVFdafzGkqD30t26ck2LmOzAuLL8b2x6k3TIqRiT2xVvA9fNmFeTX484VpsdgmKNA0bS23w== @@ -1101,29 +777,14 @@ "@babel/helper-plugin-utils" "^7.28.6" "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1" -"@babel/plugin-transform-parameters@^7.24.7", "@babel/plugin-transform-parameters@^7.27.1": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.1.tgz" - integrity sha512-018KRk76HWKeZ5l4oTj2zPpSh+NbGdt0st5S6x0pga6HgrjBOJb24mMDHorFopOOd6YHkLgOZ+zaCjZGPO4aKg== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-parameters@^7.27.7": +"@babel/plugin-transform-parameters@^7.24.7", "@babel/plugin-transform-parameters@^7.27.7": version "7.27.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz#1fd2febb7c74e7d21cf3b05f7aebc907940af53a" integrity sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg== dependencies: "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-transform-private-methods@^7.24.7": - 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== - dependencies: - "@babel/helper-create-class-features-plugin" "^7.27.1" - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-private-methods@^7.28.6": +"@babel/plugin-transform-private-methods@^7.24.7", "@babel/plugin-transform-private-methods@^7.28.6": version "7.28.6" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.28.6.tgz#c76fbfef3b86c775db7f7c106fff544610bdb411" integrity sha512-piiuapX9CRv7+0st8lmuUlRSmX6mBcVeNQ1b4AYzJxfCMuBfB0vBXDiGSmm03pKJw1v6cZ8KSeM+oUnM6yAExg== @@ -1131,16 +792,7 @@ "@babel/helper-create-class-features-plugin" "^7.28.6" "@babel/helper-plugin-utils" "^7.28.6" -"@babel/plugin-transform-private-property-in-object@^7.24.7": - 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== - 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/plugin-transform-private-property-in-object@^7.28.6": +"@babel/plugin-transform-private-property-in-object@^7.24.7", "@babel/plugin-transform-private-property-in-object@^7.28.6": version "7.28.6" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.28.6.tgz#4fafef1e13129d79f1d75ac180c52aafefdb2811" integrity sha512-b97jvNSOb5+ehyQmBpmhOCiUC5oVK4PMnpRvO7+ymFBoqYjeDHIU9jnrNUuwHOiL9RpGDoKBpSViarV+BU+eVA== @@ -1156,64 +808,42 @@ dependencies: "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-transform-react-display-name@^7.24.7", "@babel/plugin-transform-react-display-name@^7.27.1": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.27.1.tgz" - integrity sha512-p9+Vl3yuHPmkirRrg021XiP+EETmPMQTLr6Ayjj85RLNEbb3Eya/4VI0vAdzQG9SEAl2Lnt7fy5lZyMzjYoZQQ== +"@babel/plugin-transform-react-display-name@^7.24.7": + version "7.28.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.28.0.tgz#6f20a7295fea7df42eb42fed8f896813f5b934de" + integrity sha512-D6Eujc2zMxKjfa4Zxl4GHMsmhKKZ9VpcqIchJLvwTxad9zWIYulwYItBovpDOoNLISpcZSXoDJ5gaGbQUDqViA== dependencies: "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-transform-react-jsx-development@^7.27.1": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.27.1.tgz" - integrity sha512-ykDdF5yI4f1WrAolLqeF3hmYU12j9ntLQl/AOG1HAS21jxyg1Q0/J/tpREuYLfatGdGmXp/3yS0ZA76kOlVq9Q== - dependencies: - "@babel/plugin-transform-react-jsx" "^7.27.1" - "@babel/plugin-transform-react-jsx-self@^7.24.7": version "7.27.1" - resolved "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz#af678d8506acf52c577cac73ff7fe6615c85fc92" integrity sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw== dependencies: "@babel/helper-plugin-utils" "^7.27.1" "@babel/plugin-transform-react-jsx-source@^7.24.7": version "7.27.1" - resolved "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz#dcfe2c24094bb757bf73960374e7c55e434f19f0" integrity sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw== dependencies: "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-transform-react-jsx@^7.25.2", "@babel/plugin-transform-react-jsx@^7.27.1": - 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== - 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/plugin-transform-react-pure-annotations@^7.27.1": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.27.1.tgz" - integrity sha512-JfuinvDOsD9FVMTHpzA/pBLisxpv1aSf+OIV8lgH3MuWrks19R27e6a6DipIg4aX1Zm9Wpb04p8wljfKrVSnPA== - dependencies: - "@babel/helper-annotate-as-pure" "^7.27.1" - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-regenerator@^7.24.7": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.27.1.tgz" - integrity sha512-B19lbbL7PMrKr52BNPjCqg1IyNUIjTcxKj8uX9zHO+PmWN93s19NDr/f69mIkEp2x9nmDJ08a7lgHaTTzvW7mw== +"@babel/plugin-transform-react-jsx@^7.25.2": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.28.6.tgz#f51cb70a90b9529fbb71ee1f75ea27b7078eed62" + integrity sha512-61bxqhiRfAACulXSLd/GxqmAedUSrRZIu/cbaT18T1CetkTmtDN15it7i80ru4DVqRK1WMxQhXs+Lf9kajm5Ow== dependencies: - "@babel/helper-plugin-utils" "^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" -"@babel/plugin-transform-regenerator@^7.28.6": - version "7.28.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.6.tgz#6ca2ed5b76cff87980f96eaacfc2ce833e8e7a1b" - integrity sha512-eZhoEZHYQLL5uc1gS5e9/oTknS0sSSAtd5TkKMUp3J+S/CaUjagc0kOUPsEbDmMeva0nC3WWl4SxVY6+OBuxfw== +"@babel/plugin-transform-regenerator@^7.24.7", "@babel/plugin-transform-regenerator@^7.29.0": + version "7.29.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.29.0.tgz#dec237cec1b93330876d6da9992c4abd42c9d18b" + integrity sha512-FijqlqMA7DmRdg/aINBSs04y8XNTYw/lr1gJ2WsmBnnaNw1iS43EPkJW+zK7z65auG3AWRFXWj+NcTQwYptUog== dependencies: "@babel/helper-plugin-utils" "^7.28.6" @@ -1233,33 +863,25 @@ "@babel/helper-plugin-utils" "^7.27.1" "@babel/plugin-transform-runtime@^7.24.7": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.27.1.tgz" - integrity sha512-TqGF3desVsTcp3WrJGj4HfKokfCXCLcHpt4PJF0D8/iT6LPd9RS82Upw3KPeyr6B22Lfd3DO8MVrmp0oRkUDdw== + version "7.29.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.29.0.tgz#a5fded13cc656700804bfd6e5ebd7fffd5266803" + integrity sha512-jlaRT5dJtMaMCV6fAuLbsQMSwz/QkvaHOHOSXRitGGwSpR1blCY4KUKoyP2tYO8vJcqYe8cEj96cqSztv3uF9w== dependencies: - "@babel/helper-module-imports" "^7.27.1" - "@babel/helper-plugin-utils" "^7.27.1" - babel-plugin-polyfill-corejs2 "^0.4.10" - babel-plugin-polyfill-corejs3 "^0.11.0" - babel-plugin-polyfill-regenerator "^0.6.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" semver "^6.3.1" -"@babel/plugin-transform-shorthand-properties@^7.0.0-0", "@babel/plugin-transform-shorthand-properties@^7.24.7", "@babel/plugin-transform-shorthand-properties@^7.27.1": +"@babel/plugin-transform-shorthand-properties@7.27.1", "@babel/plugin-transform-shorthand-properties@^7.24.7", "@babel/plugin-transform-shorthand-properties@^7.27.1": version "7.27.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.27.1.tgz#532abdacdec87bfee1e0ef8e2fcdee543fe32b90" integrity sha512-N/wH1vcn4oYawbJ13Y/FxcQrWk63jhfNa7jef0ih7PHSIHX2LB7GWE1rkPrOnka9kwMxb6hMl19p7lidA+EHmQ== dependencies: "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-transform-spread@^7.24.7": - 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== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1" - -"@babel/plugin-transform-spread@^7.28.6": +"@babel/plugin-transform-spread@^7.24.7", "@babel/plugin-transform-spread@^7.28.6": version "7.28.6" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.28.6.tgz#40a2b423f6db7b70f043ad027a58bcb44a9757b6" integrity sha512-9U4QObUC0FtJl05AsUcodau/RWDytrU6uKgkxu09mLR9HLDAtUMoPuuskm5huQsoktmsYpI+bGmq+iapDcriKA== @@ -1274,7 +896,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-transform-template-literals@^7.0.0-0", "@babel/plugin-transform-template-literals@^7.27.1": +"@babel/plugin-transform-template-literals@7.27.1", "@babel/plugin-transform-template-literals@^7.27.1": version "7.27.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.27.1.tgz#1a0eb35d8bb3e6efc06c9fd40eb0bcef548328b8" integrity sha512-fBJKiV7F2DxZUkg5EtHKXQdbsbURW3DZKQUWphDum0uRP6eHGGa/He9mc0mypL680pb+e/lDIthRohlv8NCHkg== @@ -1288,18 +910,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.27.1" -"@babel/plugin-transform-typescript@^7.25.2", "@babel/plugin-transform-typescript@^7.27.1": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.27.1.tgz" - integrity sha512-Q5sT5+O4QUebHdbwKedFBEwRLb02zJ7r4A5Gg2hUoLuU3FjdMcyqcywqUrLCaDsFCxzokf7u9kuy7qz51YUuAg== - 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-skip-transparent-expression-wrappers" "^7.27.1" - "@babel/plugin-syntax-typescript" "^7.27.1" - -"@babel/plugin-transform-typescript@^7.28.5": +"@babel/plugin-transform-typescript@^7.25.2", "@babel/plugin-transform-typescript@^7.27.1", "@babel/plugin-transform-typescript@^7.28.5": version "7.28.6" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.6.tgz#1e93d96da8adbefdfdade1d4956f73afa201a158" integrity sha512-0YWL2RFxOqEm9Efk5PvreamxPME8OyY0wM5wh5lHjF+VtVhdneCWGzZeSqzOfiobVqQaNCd2z0tQvnI9DaPWPw== @@ -1325,7 +936,7 @@ "@babel/helper-create-regexp-features-plugin" "^7.28.5" "@babel/helper-plugin-utils" "^7.28.6" -"@babel/plugin-transform-unicode-regex@^7.0.0-0", "@babel/plugin-transform-unicode-regex@^7.24.7", "@babel/plugin-transform-unicode-regex@^7.27.1": +"@babel/plugin-transform-unicode-regex@7.27.1", "@babel/plugin-transform-unicode-regex@^7.24.7", "@babel/plugin-transform-unicode-regex@^7.27.1": version "7.27.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.27.1.tgz#25948f5c395db15f609028e370667ed8bae9af97" integrity sha512-xvINq24TRojDuyt6JGtHmkVkrfVV3FPT16uytxImLeBZqW3/H52yN+kM1MGuyPkIQxrzKwPHs5U/MP3qKyzkGw== @@ -1341,12 +952,12 @@ "@babel/helper-create-regexp-features-plugin" "^7.28.5" "@babel/helper-plugin-utils" "^7.28.6" -"@babel/preset-env@^7.25.0": - version "7.28.6" - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.6.tgz#b4586bb59d8c61be6c58997f4912e7ea6bd17178" - integrity sha512-GaTI4nXDrs7l0qaJ6Rg06dtOXTBCG6TMDB44zbqofCIC4PqC7SEvmFFtpxzCDw9W5aJ7RKVshgXTLvLdBFV/qw== +"@babel/preset-env@^7.25.0", "@babel/preset-env@^7.25.3": + version "7.29.0" + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.29.0.tgz#c55db400c515a303662faaefd2d87e796efa08d0" + integrity sha512-fNEdfc0yi16lt6IZo2Qxk3knHVdfMYX33czNb4v8yWhemoBhibCpQK/uYHtSKIiO+p/zd3+8fYVXhQdOVV608w== dependencies: - "@babel/compat-data" "^7.28.6" + "@babel/compat-data" "^7.29.0" "@babel/helper-compilation-targets" "^7.28.6" "@babel/helper-plugin-utils" "^7.28.6" "@babel/helper-validator-option" "^7.27.1" @@ -1360,7 +971,7 @@ "@babel/plugin-syntax-import-attributes" "^7.28.6" "@babel/plugin-syntax-unicode-sets-regex" "^7.18.6" "@babel/plugin-transform-arrow-functions" "^7.27.1" - "@babel/plugin-transform-async-generator-functions" "^7.28.6" + "@babel/plugin-transform-async-generator-functions" "^7.29.0" "@babel/plugin-transform-async-to-generator" "^7.28.6" "@babel/plugin-transform-block-scoped-functions" "^7.27.1" "@babel/plugin-transform-block-scoping" "^7.28.6" @@ -1371,7 +982,7 @@ "@babel/plugin-transform-destructuring" "^7.28.5" "@babel/plugin-transform-dotall-regex" "^7.28.6" "@babel/plugin-transform-duplicate-keys" "^7.27.1" - "@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.28.6" + "@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.29.0" "@babel/plugin-transform-dynamic-import" "^7.27.1" "@babel/plugin-transform-explicit-resource-management" "^7.28.6" "@babel/plugin-transform-exponentiation-operator" "^7.28.6" @@ -1384,9 +995,9 @@ "@babel/plugin-transform-member-expression-literals" "^7.27.1" "@babel/plugin-transform-modules-amd" "^7.27.1" "@babel/plugin-transform-modules-commonjs" "^7.28.6" - "@babel/plugin-transform-modules-systemjs" "^7.28.5" + "@babel/plugin-transform-modules-systemjs" "^7.29.0" "@babel/plugin-transform-modules-umd" "^7.27.1" - "@babel/plugin-transform-named-capturing-groups-regex" "^7.27.1" + "@babel/plugin-transform-named-capturing-groups-regex" "^7.29.0" "@babel/plugin-transform-new-target" "^7.27.1" "@babel/plugin-transform-nullish-coalescing-operator" "^7.28.6" "@babel/plugin-transform-numeric-separator" "^7.28.6" @@ -1398,7 +1009,7 @@ "@babel/plugin-transform-private-methods" "^7.28.6" "@babel/plugin-transform-private-property-in-object" "^7.28.6" "@babel/plugin-transform-property-literals" "^7.27.1" - "@babel/plugin-transform-regenerator" "^7.28.6" + "@babel/plugin-transform-regenerator" "^7.29.0" "@babel/plugin-transform-regexp-modifiers" "^7.28.6" "@babel/plugin-transform-reserved-words" "^7.27.1" "@babel/plugin-transform-shorthand-properties" "^7.27.1" @@ -1411,10 +1022,10 @@ "@babel/plugin-transform-unicode-regex" "^7.27.1" "@babel/plugin-transform-unicode-sets-regex" "^7.28.6" "@babel/preset-modules" "0.1.6-no-external-plugins" - babel-plugin-polyfill-corejs2 "^0.4.14" - babel-plugin-polyfill-corejs3 "^0.13.0" - babel-plugin-polyfill-regenerator "^0.6.5" - core-js-compat "^3.43.0" + babel-plugin-polyfill-corejs2 "^0.4.15" + babel-plugin-polyfill-corejs3 "^0.14.0" + babel-plugin-polyfill-regenerator "^0.6.6" + core-js-compat "^3.48.0" semver "^6.3.1" "@babel/preset-flow@^7.25.0": @@ -1435,21 +1046,9 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/preset-react@^7.22.15": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.27.1.tgz" - integrity sha512-oJHWh2gLhU9dW9HHr42q0cI0/iHHXTLGe39qvpAZZzagHy0MzYLCnCVV0symeRvzmjHyVU7mw2K06E6u/JwbhA== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - "@babel/helper-validator-option" "^7.27.1" - "@babel/plugin-transform-react-display-name" "^7.27.1" - "@babel/plugin-transform-react-jsx" "^7.27.1" - "@babel/plugin-transform-react-jsx-development" "^7.27.1" - "@babel/plugin-transform-react-pure-annotations" "^7.27.1" - -"@babel/preset-typescript@^7.16.7", "@babel/preset-typescript@^7.23.0": +"@babel/preset-typescript@7.27.1": version "7.27.1" - resolved "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.27.1.tgz" + resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.27.1.tgz#190742a6428d282306648a55b0529b561484f912" integrity sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ== dependencies: "@babel/helper-plugin-utils" "^7.27.1" @@ -1469,30 +1068,12 @@ "@babel/plugin-transform-modules-commonjs" "^7.27.1" "@babel/plugin-transform-typescript" "^7.28.5" -"@babel/runtime@^7.18.6", "@babel/runtime@^7.20.0", "@babel/runtime@^7.25.0": - version "7.27.6" - resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.6.tgz" - integrity sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q== - -"@babel/template@^7.25.0", "@babel/template@^7.27.1", "@babel/template@^7.3.3": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/template/-/template-7.27.1.tgz" - integrity sha512-Fyo3ghWMqkHHpHQCoBs2VnYjR4iWFFjguTDEqA5WgZDOrFesVjMhMM2FSqTKSoUSDO1VQtavj8NFpdRBEvJTtg== - dependencies: - "@babel/code-frame" "^7.27.1" - "@babel/parser" "^7.27.1" - "@babel/types" "^7.27.1" - -"@babel/template@^7.27.2": - version "7.27.2" - resolved "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz" - integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== - dependencies: - "@babel/code-frame" "^7.27.1" - "@babel/parser" "^7.27.2" - "@babel/types" "^7.27.1" +"@babel/runtime@^7.25.0": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.6.tgz#d267a43cb1836dc4d182cce93ae75ba954ef6d2b" + integrity sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA== -"@babel/template@^7.28.6": +"@babel/template@^7.25.0", "@babel/template@^7.28.6", "@babel/template@^7.3.3": version "7.28.6" resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.28.6.tgz#0e7e56ecedb78aeef66ce7972b082fce76a23e57" integrity sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ== @@ -1502,473 +1083,152 @@ "@babel/types" "^7.28.6" "@babel/traverse--for-generate-function-map@npm:@babel/traverse@^7.25.3": - version "7.27.7" - resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.27.7.tgz" - integrity sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw== - dependencies: - "@babel/code-frame" "^7.27.1" - "@babel/generator" "^7.27.5" - "@babel/parser" "^7.27.7" - "@babel/template" "^7.27.2" - "@babel/types" "^7.27.7" - debug "^4.3.1" - globals "^11.1.0" - -"@babel/traverse@^7.25.3", "@babel/traverse@^7.27.1": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.27.1.tgz" - integrity sha512-ZCYtZciz1IWJB4U61UPu4KEaqyfj+r5T1Q5mqPo+IBpcG9kHv30Z0aD8LXPgC1trYa6rK0orRyAhqUgk4MjmEg== - dependencies: - "@babel/code-frame" "^7.27.1" - "@babel/generator" "^7.27.1" - "@babel/parser" "^7.27.1" - "@babel/template" "^7.27.1" - "@babel/types" "^7.27.1" - debug "^4.3.1" - globals "^11.1.0" - -"@babel/traverse@^7.28.4", "@babel/traverse@^7.28.5": - version "7.28.5" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b" - integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ== + version "7.29.0" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.0.tgz#f323d05001440253eead3c9c858adbe00b90310a" + integrity sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA== dependencies: - "@babel/code-frame" "^7.27.1" - "@babel/generator" "^7.28.5" + "@babel/code-frame" "^7.29.0" + "@babel/generator" "^7.29.0" "@babel/helper-globals" "^7.28.0" - "@babel/parser" "^7.28.5" - "@babel/template" "^7.27.2" - "@babel/types" "^7.28.5" + "@babel/parser" "^7.29.0" + "@babel/template" "^7.28.6" + "@babel/types" "^7.29.0" debug "^4.3.1" -"@babel/traverse@^7.28.6": - version "7.28.6" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.6.tgz#871ddc79a80599a5030c53b1cc48cbe3a5583c2e" - integrity sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg== +"@babel/traverse@^7.25.3", "@babel/traverse@^7.27.1", "@babel/traverse@^7.28.4", "@babel/traverse@^7.28.5", "@babel/traverse@^7.28.6", "@babel/traverse@^7.29.0": + version "7.29.0" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.0.tgz#f323d05001440253eead3c9c858adbe00b90310a" + integrity sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA== dependencies: - "@babel/code-frame" "^7.28.6" - "@babel/generator" "^7.28.6" + "@babel/code-frame" "^7.29.0" + "@babel/generator" "^7.29.0" "@babel/helper-globals" "^7.28.0" - "@babel/parser" "^7.28.6" + "@babel/parser" "^7.29.0" "@babel/template" "^7.28.6" - "@babel/types" "^7.28.6" + "@babel/types" "^7.29.0" debug "^4.3.1" -"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.25.2", "@babel/types@^7.27.1", "@babel/types@^7.3.3", "@babel/types@^7.4.4": - version "7.27.1" - resolved "https://registry.npmjs.org/@babel/types/-/types-7.27.1.tgz" - integrity sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q== - dependencies: - "@babel/helper-string-parser" "^7.27.1" - "@babel/helper-validator-identifier" "^7.27.1" - -"@babel/types@^7.26.0", "@babel/types@^7.28.5": - version "7.28.5" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b" - integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA== - dependencies: - "@babel/helper-string-parser" "^7.27.1" - "@babel/helper-validator-identifier" "^7.28.5" - -"@babel/types@^7.27.3", "@babel/types@^7.27.7": - version "7.27.7" - resolved "https://registry.npmjs.org/@babel/types/-/types-7.27.7.tgz" - integrity sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw== - dependencies: - "@babel/helper-string-parser" "^7.27.1" - "@babel/helper-validator-identifier" "^7.27.1" - -"@babel/types@^7.28.6": - version "7.28.6" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.6.tgz#c3e9377f1b155005bcc4c46020e7e394e13089df" - integrity sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg== +"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.25.2", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.5", "@babel/types@^7.28.6", "@babel/types@^7.29.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": + version "7.29.0" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7" + integrity sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A== dependencies: "@babel/helper-string-parser" "^7.27.1" "@babel/helper-validator-identifier" "^7.28.5" "@bcoe/v8-coverage@^0.2.3": version "0.2.3" - resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz" + resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== "@egjs/hammerjs@^2.0.17": version "2.0.17" - resolved "https://registry.npmjs.org/@egjs/hammerjs/-/hammerjs-2.0.17.tgz" + resolved "https://registry.yarnpkg.com/@egjs/hammerjs/-/hammerjs-2.0.17.tgz#5dc02af75a6a06e4c2db0202cae38c9263895124" integrity sha512-XQsZgjm2EcVUiZQf11UBJQfmZeEmOW8DpI1gsFeln6w0ae0ii4dMQEQ0kjl6DspdWX1aGY1/loyXnP0JS06e/A== dependencies: "@types/hammerjs" "^2.0.36" "@emnapi/core@^1.1.0": - version "1.4.3" - resolved "https://registry.npmjs.org/@emnapi/core/-/core-1.4.3.tgz" - integrity sha512-4m62DuCE07lw01soJwPiBGC0nAww0Q+RY70VZ+n49yDIO13yyinhbWCeNnaob0lakDtWQzSdtNWzJeOJt2ma+g== + version "1.8.1" + resolved "https://registry.yarnpkg.com/@emnapi/core/-/core-1.8.1.tgz#fd9efe721a616288345ffee17a1f26ac5dd01349" + integrity sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg== dependencies: - "@emnapi/wasi-threads" "1.0.2" + "@emnapi/wasi-threads" "1.1.0" tslib "^2.4.0" "@emnapi/runtime@^1.1.0": - version "1.4.3" - resolved "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.4.3.tgz" - integrity sha512-pBPWdu6MLKROBX05wSNKcNb++m5Er+KQ9QkB+WVM+pW2Kx9hoSrVTnu3BdkI5eBLZoKu/J6mW/B6i6bJB2ytXQ== + version "1.8.1" + resolved "https://registry.yarnpkg.com/@emnapi/runtime/-/runtime-1.8.1.tgz#550fa7e3c0d49c5fb175a116e8cd70614f9a22a5" + integrity sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg== dependencies: tslib "^2.4.0" -"@emnapi/wasi-threads@1.0.2": - version "1.0.2" - resolved "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.0.2.tgz" - integrity sha512-5n3nTJblwRi8LlXkJ9eBzu+kZR8Yxcc7ubakyQTFzPMtIhFpUBRbsnc2Dv88IZDIbCDlBiWrknhB4Lsz7mg6BA== +"@emnapi/wasi-threads@1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz#60b2102fddc9ccb78607e4a3cf8403ea69be41bf" + integrity sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ== dependencies: tslib "^2.4.0" -"@expo/cli@54.0.19": - version "54.0.19" - resolved "https://registry.yarnpkg.com/@expo/cli/-/cli-54.0.19.tgz#42f3e99a507717c5238c35f8005fd6beee271ea0" - integrity sha512-Za+Ena29uYkq2c1Lbh+r3VrooR/mW7c9dahoH4WvL1T9ttbfAeu7sJmCuWZo88bZ4bFsOpE5fYne71DK11iSrQ== - dependencies: - "@0no-co/graphql.web" "^1.0.8" - "@expo/code-signing-certificates" "^0.0.5" - "@expo/config" "~12.0.12" - "@expo/config-plugins" "~54.0.3" - "@expo/devcert" "^1.2.1" - "@expo/env" "~2.0.8" - "@expo/image-utils" "^0.8.8" - "@expo/json-file" "^10.0.8" - "@expo/metro" "~54.1.0" - "@expo/metro-config" "~54.0.11" - "@expo/osascript" "^2.3.8" - "@expo/package-manager" "^1.9.9" - "@expo/plist" "^0.4.8" - "@expo/prebuild-config" "^54.0.7" - "@expo/schema-utils" "^0.1.8" - "@expo/spawn-async" "^1.7.2" - "@expo/ws-tunnel" "^1.0.1" - "@expo/xcpretty" "^4.3.0" - "@react-native/dev-middleware" "0.81.5" - "@urql/core" "^5.0.6" - "@urql/exchange-retry" "^1.3.0" - accepts "^1.3.8" - arg "^5.0.2" - better-opn "~3.0.2" - bplist-creator "0.1.0" - bplist-parser "^0.3.1" - chalk "^4.0.0" - ci-info "^3.3.0" - compression "^1.7.4" - connect "^3.7.0" - debug "^4.3.4" - env-editor "^0.4.1" - expo-server "^1.0.5" - freeport-async "^2.0.0" - getenv "^2.0.0" - glob "^13.0.0" - lan-network "^0.1.6" - minimatch "^9.0.0" - node-forge "^1.3.1" - npm-package-arg "^11.0.0" - ora "^3.4.0" - picomatch "^3.0.1" - pretty-bytes "^5.6.0" - pretty-format "^29.7.0" - progress "^2.0.3" - prompts "^2.3.2" - qrcode-terminal "0.11.0" - require-from-string "^2.0.2" - requireg "^0.2.2" - resolve "^1.22.2" - resolve-from "^5.0.0" - resolve.exports "^2.0.3" - semver "^7.6.0" - send "^0.19.0" - slugify "^1.3.4" - source-map-support "~0.5.21" - stacktrace-parser "^0.1.10" - structured-headers "^0.4.1" - tar "^7.5.2" - terminal-link "^2.1.1" - undici "^6.18.2" - wrap-ansi "^7.0.0" - ws "^8.12.1" - -"@expo/code-signing-certificates@^0.0.5": - version "0.0.5" - resolved "https://registry.npmjs.org/@expo/code-signing-certificates/-/code-signing-certificates-0.0.5.tgz" - integrity sha512-BNhXkY1bblxKZpltzAx98G2Egj9g1Q+JRcvR7E99DOj862FTCX+ZPsAUtPTr7aHxwtrL7+fL3r0JSmM9kBm+Bw== - dependencies: - node-forge "^1.2.1" - nullthrows "^1.1.1" - -"@expo/config-plugins@~54.0.3", "@expo/config-plugins@~54.0.4": - version "54.0.4" - resolved "https://registry.yarnpkg.com/@expo/config-plugins/-/config-plugins-54.0.4.tgz#b31cb16f6651342abcdafba600118245ecd9fb00" - integrity sha512-g2yXGICdoOw5i3LkQSDxl2Q5AlQCrG7oniu0pCPPO+UxGb7He4AFqSvPSy8HpRUj55io17hT62FTjYRD+d6j3Q== - dependencies: - "@expo/config-types" "^54.0.10" - "@expo/json-file" "~10.0.8" - "@expo/plist" "^0.4.8" - "@expo/sdk-runtime-versions" "^1.0.0" - chalk "^4.1.2" - debug "^4.3.5" - getenv "^2.0.0" - glob "^13.0.0" - resolve-from "^5.0.0" - semver "^7.5.4" - slash "^3.0.0" - slugify "^1.6.6" - xcode "^3.0.1" - xml2js "0.6.0" - -"@expo/config-types@^54.0.10", "@expo/config-types@^54.0.9": - version "54.0.10" - resolved "https://registry.yarnpkg.com/@expo/config-types/-/config-types-54.0.10.tgz#688f4338255d2fdea970f44e2dfd8e8d37dec292" - integrity sha512-/J16SC2an1LdtCZ67xhSkGXpALYUVUNyZws7v+PVsFZxClYehDSoKLqyRaGkpHlYrCc08bS0RF5E0JV6g50psA== - -"@expo/config@~12.0.11", "@expo/config@~12.0.12": - version "12.0.12" - resolved "https://registry.yarnpkg.com/@expo/config/-/config-12.0.12.tgz#5e26390ec209ee56432e980451c08b361e0f07dd" - integrity sha512-X2MW86+ulLpMGvdgfvpl2EOBAKUlwvnvoPwdaZeeyWufGopn1nTUeh4C9gMsplDaP1kXv9sLXVhOoUoX6g9PvQ== - dependencies: - "@babel/code-frame" "~7.10.4" - "@expo/config-plugins" "~54.0.3" - "@expo/config-types" "^54.0.10" - "@expo/json-file" "^10.0.8" - deepmerge "^4.3.1" - getenv "^2.0.0" - glob "^13.0.0" - require-from-string "^2.0.2" - resolve-from "^5.0.0" - resolve-workspace-root "^2.0.0" - semver "^7.6.0" - slugify "^1.3.4" - sucrase "~3.35.1" - -"@expo/devcert@^1.2.1": - version "1.2.1" - resolved "https://registry.yarnpkg.com/@expo/devcert/-/devcert-1.2.1.tgz#1a687985bea1670866e54d5ba7c0ced963c354f4" - integrity sha512-qC4eaxmKMTmJC2ahwyui6ud8f3W60Ss7pMkpBq40Hu3zyiAaugPXnZ24145U7K36qO9UHdZUVxsCvIpz2RYYCA== - dependencies: - "@expo/sudo-prompt" "^9.3.1" - debug "^3.1.0" - -"@expo/devtools@0.1.8": - version "0.1.8" - resolved "https://registry.yarnpkg.com/@expo/devtools/-/devtools-0.1.8.tgz#bc5b297698f78b3b67037f04593a31e688330a7a" - integrity sha512-SVLxbuanDjJPgc0sy3EfXUMLb/tXzp6XIHkhtPVmTWJAp+FOr6+5SeiCfJrCzZFet0Ifyke2vX3sFcKwEvCXwQ== - dependencies: - chalk "^4.1.2" - -"@expo/env@~2.0.8": - version "2.0.8" - resolved "https://registry.yarnpkg.com/@expo/env/-/env-2.0.8.tgz#2aea906eed3d297b2e19608dc1a800fba0a3fe03" - integrity sha512-5VQD6GT8HIMRaSaB5JFtOXuvfDVU80YtZIuUT/GDhUF782usIXY13Tn3IdDz1Tm/lqA9qnRZQ1BF4t7LlvdJPA== - dependencies: - chalk "^4.0.0" - debug "^4.3.4" - dotenv "~16.4.5" - dotenv-expand "~11.0.6" - getenv "^2.0.0" - -"@expo/fingerprint@0.15.4": - version "0.15.4" - resolved "https://registry.yarnpkg.com/@expo/fingerprint/-/fingerprint-0.15.4.tgz#578bd1e1179a13313f7de682ebaaacb703b2b7ac" - integrity sha512-eYlxcrGdR2/j2M6pEDXo9zU9KXXF1vhP+V+Tl+lyY+bU8lnzrN6c637mz6Ye3em2ANy8hhUR03Raf8VsT9Ogng== +"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.9.1": + version "4.9.1" + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595" + integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ== dependencies: - "@expo/spawn-async" "^1.7.2" - arg "^5.0.2" - chalk "^4.1.2" - debug "^4.3.4" - getenv "^2.0.0" - glob "^13.0.0" - ignore "^5.3.1" - minimatch "^9.0.0" - p-limit "^3.1.0" - resolve-from "^5.0.0" - semver "^7.6.0" + eslint-visitor-keys "^3.4.3" -"@expo/image-utils@^0.8.8": - version "0.8.8" - resolved "https://registry.yarnpkg.com/@expo/image-utils/-/image-utils-0.8.8.tgz#db5d460fd0c7101b10e9d027ffbe42f9cf115248" - integrity sha512-HHHaG4J4nKjTtVa1GG9PCh763xlETScfEyNxxOvfTRr8IKPJckjTyqSLEtdJoFNJ1vqiABEjW7tqGhqGibZLeA== - dependencies: - "@expo/spawn-async" "^1.7.2" - chalk "^4.0.0" - getenv "^2.0.0" - jimp-compact "0.16.1" - parse-png "^2.1.0" - resolve-from "^5.0.0" - resolve-global "^1.0.0" - semver "^7.6.0" - temp-dir "~2.0.0" - unique-string "~2.0.0" +"@eslint-community/regexpp@^4.12.2", "@eslint-community/regexpp@^4.6.1": + version "4.12.2" + resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b" + integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew== -"@expo/json-file@^10.0.8", "@expo/json-file@~10.0.8": - version "10.0.8" - resolved "https://registry.yarnpkg.com/@expo/json-file/-/json-file-10.0.8.tgz#05e524d1ecc0011db0a6d66b525ea2f58cfe6d43" - integrity sha512-9LOTh1PgKizD1VXfGQ88LtDH0lRwq9lsTb4aichWTWSWqy3Ugfkhfm3BhzBIkJJfQQ5iJu3m/BoRlEIjoCGcnQ== +"@eslint/eslintrc@^2.1.4": + version "2.1.4" + resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad" + integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ== dependencies: - "@babel/code-frame" "~7.10.4" - json5 "^2.2.3" - -"@expo/metro-config@54.0.11", "@expo/metro-config@~54.0.11": - version "54.0.11" - resolved "https://registry.yarnpkg.com/@expo/metro-config/-/metro-config-54.0.11.tgz#a4fa797f288a9ec037cdd5139956a9fcfa8fb3d8" - integrity sha512-Bmht6VW9w6Wk49EFqkMzYpICV++Q3Kuqh2KygjH/e5mj/9wHSCWLkmJYmUn0XaOo4bm6BwOp/hO3r5YNKP3AeQ== - dependencies: - "@babel/code-frame" "^7.20.0" - "@babel/core" "^7.20.0" - "@babel/generator" "^7.20.5" - "@expo/config" "~12.0.12" - "@expo/env" "~2.0.8" - "@expo/json-file" "~10.0.8" - "@expo/metro" "~54.1.0" - "@expo/spawn-async" "^1.7.2" - browserslist "^4.25.0" - chalk "^4.1.0" + ajv "^6.12.4" debug "^4.3.2" - dotenv "~16.4.5" - dotenv-expand "~11.0.6" - getenv "^2.0.0" - glob "^13.0.0" - hermes-parser "^0.29.1" - jsc-safe-url "^0.2.4" - lightningcss "^1.30.1" - minimatch "^9.0.0" - postcss "~8.4.32" - resolve-from "^5.0.0" + espree "^9.6.0" + globals "^13.19.0" + ignore "^5.2.0" + import-fresh "^3.2.1" + js-yaml "^4.1.0" + minimatch "^3.1.2" + strip-json-comments "^3.1.1" -"@expo/metro-runtime@^6.1.2": - version "6.1.2" - resolved "https://registry.yarnpkg.com/@expo/metro-runtime/-/metro-runtime-6.1.2.tgz#5a4ff117df6115f9c9d4dcc561065e16d69c078b" - integrity sha512-nvM+Qv45QH7pmYvP8JB1G8JpScrWND3KrMA6ZKe62cwwNiX/BjHU28Ear0v/4bQWXlOY0mv6B8CDIm8JxXde9g== - dependencies: - anser "^1.4.9" - pretty-format "^29.7.0" - stacktrace-parser "^0.1.10" - whatwg-fetch "^3.0.0" +"@eslint/js@8.57.1": + version "8.57.1" + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2" + integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q== -"@expo/metro@~54.1.0": - version "54.1.0" - resolved "https://registry.yarnpkg.com/@expo/metro/-/metro-54.1.0.tgz#27765ef2c342c39086a2f5c9f932a375dc2ccad3" - integrity sha512-MgdeRNT/LH0v1wcO0TZp9Qn8zEF0X2ACI0wliPtv5kXVbXWI+yK9GyrstwLAiTXlULKVIg3HVSCCvmLu0M3tnw== - dependencies: - metro "0.83.2" - metro-babel-transformer "0.83.2" - metro-cache "0.83.2" - metro-cache-key "0.83.2" - metro-config "0.83.2" - metro-core "0.83.2" - metro-file-map "0.83.2" - metro-resolver "0.83.2" - metro-runtime "0.83.2" - metro-source-map "0.83.2" - metro-transform-plugins "0.83.2" - metro-transform-worker "0.83.2" - -"@expo/osascript@^2.3.8": - version "2.3.8" - resolved "https://registry.yarnpkg.com/@expo/osascript/-/osascript-2.3.8.tgz#6b376f09650e6476991f707356be54b5ea53d89e" - integrity sha512-/TuOZvSG7Nn0I8c+FcEaoHeBO07yu6vwDgk7rZVvAXoeAK5rkA09jRyjYsZo+0tMEFaToBeywA6pj50Mb3ny9w== - dependencies: - "@expo/spawn-async" "^1.7.2" - exec-async "^2.2.0" +"@hapi/hoek@^9.0.0", "@hapi/hoek@^9.3.0": + version "9.3.0" + resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-9.3.0.tgz#8368869dcb735be2e7f5cb7647de78e167a251fb" + integrity sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ== -"@expo/package-manager@^1.9.9": - version "1.9.9" - resolved "https://registry.yarnpkg.com/@expo/package-manager/-/package-manager-1.9.9.tgz#dd030d2bccebd095e02bfb6976852afaddcd122a" - integrity sha512-Nv5THOwXzPprMJwbnXU01iXSrCp3vJqly9M4EJ2GkKko9Ifer2ucpg7x6OUsE09/lw+npaoUnHMXwkw7gcKxlg== +"@hapi/topo@^5.1.0": + version "5.1.0" + resolved "https://registry.yarnpkg.com/@hapi/topo/-/topo-5.1.0.tgz#dc448e332c6c6e37a4dc02fd84ba8d44b9afb012" + integrity sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg== dependencies: - "@expo/json-file" "^10.0.8" - "@expo/spawn-async" "^1.7.2" - chalk "^4.0.0" - npm-package-arg "^11.0.0" - ora "^3.4.0" - resolve-workspace-root "^2.0.0" - -"@expo/plist@^0.4.8": - version "0.4.8" - resolved "https://registry.yarnpkg.com/@expo/plist/-/plist-0.4.8.tgz#e014511a4a5008cf2b832b91caa8e9f2704127cc" - integrity sha512-pfNtErGGzzRwHP+5+RqswzPDKkZrx+Cli0mzjQaus1ZWFsog5ibL+nVT3NcporW51o8ggnt7x813vtRbPiyOrQ== - dependencies: - "@xmldom/xmldom" "^0.8.8" - base64-js "^1.2.3" - xmlbuilder "^15.1.1" - -"@expo/prebuild-config@^54.0.7": - version "54.0.7" - resolved "https://registry.yarnpkg.com/@expo/prebuild-config/-/prebuild-config-54.0.7.tgz#b8b0769baca750495abc936c00670a5e37a1780d" - integrity sha512-cKqBsiwcFFzpDWgtvemrCqJULJRLDLKo2QMF74NusoGNpfPI3vQVry1iwnYLeGht02AeD3dvfhpqBczD3wchxA== - dependencies: - "@expo/config" "~12.0.11" - "@expo/config-plugins" "~54.0.3" - "@expo/config-types" "^54.0.9" - "@expo/image-utils" "^0.8.8" - "@expo/json-file" "^10.0.8" - "@react-native/normalize-colors" "0.81.5" - debug "^4.3.1" - resolve-from "^5.0.0" - semver "^7.6.0" - xml2js "0.6.0" - -"@expo/schema-utils@^0.1.8": - version "0.1.8" - resolved "https://registry.yarnpkg.com/@expo/schema-utils/-/schema-utils-0.1.8.tgz#8b9543d77fc4ac4954196e3fa00f8fcedd71426a" - integrity sha512-9I6ZqvnAvKKDiO+ZF8BpQQFYWXOJvTAL5L/227RUbWG1OVZDInFifzCBiqAZ3b67NRfeAgpgvbA7rejsqhY62A== + "@hapi/hoek" "^9.0.0" -"@expo/sdk-runtime-versions@^1.0.0": - version "1.0.0" - resolved "https://registry.npmjs.org/@expo/sdk-runtime-versions/-/sdk-runtime-versions-1.0.0.tgz" - integrity sha512-Doz2bfiPndXYFPMRwPyGa1k5QaKDVpY806UJj570epIiMzWaYyCtobasyfC++qfIXVb5Ocy7r3tP9d62hAQ7IQ== - -"@expo/spawn-async@^1.7.2": - version "1.7.2" - resolved "https://registry.npmjs.org/@expo/spawn-async/-/spawn-async-1.7.2.tgz" - integrity sha512-QdWi16+CHB9JYP7gma19OVVg0BFkvU8zNj9GjWorYI8Iv8FUxjOCcYRuAmX4s/h91e4e7BPsskc8cSrZYho9Ew== +"@humanwhocodes/config-array@^0.13.0": + version "0.13.0" + resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.13.0.tgz#fb907624df3256d04b9aa2df50d7aa97ec648748" + integrity sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw== dependencies: - cross-spawn "^7.0.3" - -"@expo/sudo-prompt@^9.3.1": - version "9.3.2" - resolved "https://registry.npmjs.org/@expo/sudo-prompt/-/sudo-prompt-9.3.2.tgz" - integrity sha512-HHQigo3rQWKMDzYDLkubN5WQOYXJJE2eNqIQC2axC2iO3mHdwnIR7FgZVvHWtBwAdzBgAP0ECp8KqS8TiMKvgw== - -"@expo/vector-icons@^15.0.3": - version "15.0.3" - resolved "https://registry.yarnpkg.com/@expo/vector-icons/-/vector-icons-15.0.3.tgz#12c38d4e6cc927dd0500e4591ac00672a8909748" - integrity sha512-SBUyYKphmlfUBqxSfDdJ3jAdEVSALS2VUPOUyqn48oZmb2TL/O7t7/PQm5v4NQujYEPLPMTLn9KVw6H7twwbTA== + "@humanwhocodes/object-schema" "^2.0.3" + debug "^4.3.1" + minimatch "^3.0.5" -"@expo/ws-tunnel@^1.0.1": - version "1.0.6" - resolved "https://registry.npmjs.org/@expo/ws-tunnel/-/ws-tunnel-1.0.6.tgz" - integrity sha512-nDRbLmSrJar7abvUjp3smDwH8HcbZcoOEa5jVPUv9/9CajgmWw20JNRwTuBRzWIWIkEJDkz20GoNA+tSwUqk0Q== +"@humanwhocodes/module-importer@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c" + integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA== -"@expo/xcpretty@^4.3.0": - version "4.3.2" - resolved "https://registry.npmjs.org/@expo/xcpretty/-/xcpretty-4.3.2.tgz" - integrity sha512-ReZxZ8pdnoI3tP/dNnJdnmAk7uLT4FjsKDGW7YeDdvdOMz2XCQSmSCM9IWlrXuWtMF9zeSB6WJtEhCQ41gQOfw== - dependencies: - "@babel/code-frame" "7.10.4" - chalk "^4.1.0" - find-up "^5.0.0" - js-yaml "^4.1.0" +"@humanwhocodes/object-schema@^2.0.3": + version "2.0.3" + resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3" + integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA== "@hutson/parse-repository-url@^3.0.0": version "3.0.2" - resolved "https://registry.npmjs.org/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz" + resolved "https://registry.yarnpkg.com/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz#98c23c950a3d9b6c8f0daed06da6c3af06981340" integrity sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q== -"@isaacs/balanced-match@^4.0.1": - version "4.0.1" - resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29" - integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ== - -"@isaacs/brace-expansion@^5.0.0": - version "5.0.0" - resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3" - integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA== +"@inquirer/external-editor@^1.0.0": + version "1.0.3" + resolved "https://registry.yarnpkg.com/@inquirer/external-editor/-/external-editor-1.0.3.tgz#c23988291ee676290fdab3fd306e64010a6d13b8" + integrity sha512-RWbSrDiYmO4LbejWY7ttpxczuwQyZLBUyygsA9Nsv95hpzUWwnNTVQmAq3xuh7vNwCp07UTmE5i11XAEExx4RA== dependencies: - "@isaacs/balanced-match" "^4.0.1" + chardet "^2.1.1" + iconv-lite "^0.7.0" "@isaacs/cliui@^8.0.2": version "8.0.2" - resolved "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz" + resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550" integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA== dependencies: string-width "^5.1.2" @@ -1978,26 +1238,19 @@ wrap-ansi "^8.1.0" wrap-ansi-cjs "npm:wrap-ansi@^7.0.0" -"@isaacs/fs-minipass@^4.0.0": - version "4.0.1" - resolved "https://registry.yarnpkg.com/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz#2d59ae3ab4b38fb4270bfa23d30f8e2e86c7fe32" - integrity sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w== - dependencies: - minipass "^7.0.4" - "@isaacs/string-locale-compare@^1.1.0": version "1.1.0" - resolved "https://registry.npmjs.org/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz" + resolved "https://registry.yarnpkg.com/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz#291c227e93fd407a96ecd59879a35809120e432b" integrity sha512-SQ7Kzhh9+D+ZW9MA0zkYv3VXhIDNx+LzM6EJ+/65I3QY+enU6Itte7E5XX7EWrqLW2FN4n06GWzBnPoC3th2aQ== "@isaacs/ttlcache@^1.4.1": version "1.4.1" - resolved "https://registry.npmjs.org/@isaacs/ttlcache/-/ttlcache-1.4.1.tgz" + resolved "https://registry.yarnpkg.com/@isaacs/ttlcache/-/ttlcache-1.4.1.tgz#21fb23db34e9b6220c6ba023a0118a2dd3461ea2" integrity sha512-RQgQ4uQ+pLbqXfOmieB91ejmLwvSgv9nLx6sT6sD83s7umBypgg+OIBOBbEUiJXrfpnp9j0mRhYYdzp9uqq3lA== "@istanbuljs/load-nyc-config@^1.0.0": version "1.1.0" - resolved "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz" + resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced" integrity sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ== dependencies: camelcase "^5.3.1" @@ -2008,12 +1261,12 @@ "@istanbuljs/schema@^0.1.2", "@istanbuljs/schema@^0.1.3": version "0.1.3" - resolved "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz" + resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98" integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA== "@jest/console@^29.7.0": version "29.7.0" - resolved "https://registry.npmjs.org/@jest/console/-/console-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/@jest/console/-/console-29.7.0.tgz#cd4822dbdb84529265c5a2bdb529a3c9cc950ffc" integrity sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg== dependencies: "@jest/types" "^29.6.3" @@ -2025,7 +1278,7 @@ "@jest/core@^29.7.0": version "29.7.0" - resolved "https://registry.npmjs.org/@jest/core/-/core-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/@jest/core/-/core-29.7.0.tgz#b6cccc239f30ff36609658c5a5e2291757ce448f" integrity sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg== dependencies: "@jest/console" "^29.7.0" @@ -2057,16 +1310,16 @@ slash "^3.0.0" strip-ansi "^6.0.0" -"@jest/create-cache-key-function@^29.2.1", "@jest/create-cache-key-function@^29.7.0": +"@jest/create-cache-key-function@^29.7.0": version "29.7.0" - resolved "https://registry.npmjs.org/@jest/create-cache-key-function/-/create-cache-key-function-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/@jest/create-cache-key-function/-/create-cache-key-function-29.7.0.tgz#793be38148fab78e65f40ae30c36785f4ad859f0" integrity sha512-4QqS3LY5PBmTRHj9sAg1HLoPzqAI0uOX6wI/TRqHIcOxlFidy6YEmCQJk6FSZjNLGCeubDMfmkWL+qaLKhSGQA== dependencies: "@jest/types" "^29.6.3" "@jest/environment@^29.7.0": version "29.7.0" - resolved "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-29.7.0.tgz#24d61f54ff1f786f3cd4073b4b94416383baf2a7" integrity sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw== dependencies: "@jest/fake-timers" "^29.7.0" @@ -2076,14 +1329,14 @@ "@jest/expect-utils@^29.7.0": version "29.7.0" - resolved "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/@jest/expect-utils/-/expect-utils-29.7.0.tgz#023efe5d26a8a70f21677d0a1afc0f0a44e3a1c6" integrity sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA== dependencies: jest-get-type "^29.6.3" "@jest/expect@^29.7.0": version "29.7.0" - resolved "https://registry.npmjs.org/@jest/expect/-/expect-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/@jest/expect/-/expect-29.7.0.tgz#76a3edb0cb753b70dfbfe23283510d3d45432bf2" integrity sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ== dependencies: expect "^29.7.0" @@ -2091,7 +1344,7 @@ "@jest/fake-timers@^29.7.0": version "29.7.0" - resolved "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-29.7.0.tgz#fd91bf1fffb16d7d0d24a426ab1a47a49881a565" integrity sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ== dependencies: "@jest/types" "^29.6.3" @@ -2101,9 +1354,9 @@ jest-mock "^29.7.0" jest-util "^29.7.0" -"@jest/globals@^29.2.1", "@jest/globals@^29.7.0": +"@jest/globals@^29.7.0": version "29.7.0" - resolved "https://registry.npmjs.org/@jest/globals/-/globals-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-29.7.0.tgz#8d9290f9ec47ff772607fa864ca1d5a2efae1d4d" integrity sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ== dependencies: "@jest/environment" "^29.7.0" @@ -2113,7 +1366,7 @@ "@jest/reporters@^29.7.0": version "29.7.0" - resolved "https://registry.npmjs.org/@jest/reporters/-/reporters-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-29.7.0.tgz#04b262ecb3b8faa83b0b3d321623972393e8f4c7" integrity sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg== dependencies: "@bcoe/v8-coverage" "^0.2.3" @@ -2143,14 +1396,14 @@ "@jest/schemas@^29.6.3": version "29.6.3" - resolved "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz" + resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.6.3.tgz#430b5ce8a4e0044a7e3819663305a7b3091c8e03" integrity sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA== dependencies: "@sinclair/typebox" "^0.27.8" "@jest/source-map@^29.6.3": version "29.6.3" - resolved "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.3.tgz" + resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-29.6.3.tgz#d90ba772095cf37a34a5eb9413f1b562a08554c4" integrity sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw== dependencies: "@jridgewell/trace-mapping" "^0.3.18" @@ -2159,7 +1412,7 @@ "@jest/test-result@^29.7.0": version "29.7.0" - resolved "https://registry.npmjs.org/@jest/test-result/-/test-result-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-29.7.0.tgz#8db9a80aa1a097bb2262572686734baed9b1657c" integrity sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA== dependencies: "@jest/console" "^29.7.0" @@ -2169,7 +1422,7 @@ "@jest/test-sequencer@^29.7.0": version "29.7.0" - resolved "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz#6cef977ce1d39834a3aea887a1726628a6f072ce" integrity sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw== dependencies: "@jest/test-result" "^29.7.0" @@ -2179,7 +1432,7 @@ "@jest/transform@^29.7.0": version "29.7.0" - resolved "https://registry.npmjs.org/@jest/transform/-/transform-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-29.7.0.tgz#df2dd9c346c7d7768b8a06639994640c642e284c" integrity sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw== dependencies: "@babel/core" "^7.11.6" @@ -2200,7 +1453,7 @@ "@jest/types@^29.6.3": version "29.6.3" - resolved "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz" + resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.6.3.tgz#1131f8cf634e7e84c5e77bab12f052af585fba59" integrity sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw== dependencies: "@jest/schemas" "^29.6.3" @@ -2210,7 +1463,7 @@ "@types/yargs" "^17.0.8" chalk "^4.0.0" -"@jridgewell/gen-mapping@^0.3.12": +"@jridgewell/gen-mapping@^0.3.12", "@jridgewell/gen-mapping@^0.3.5": version "0.3.13" resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz#6342a19f44347518c93e43b1ac69deb3c4656a1f" integrity sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA== @@ -2218,15 +1471,6 @@ "@jridgewell/sourcemap-codec" "^1.5.0" "@jridgewell/trace-mapping" "^0.3.24" -"@jridgewell/gen-mapping@^0.3.2", "@jridgewell/gen-mapping@^0.3.5": - version "0.3.8" - resolved "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz" - integrity sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA== - dependencies: - "@jridgewell/set-array" "^1.2.1" - "@jridgewell/sourcemap-codec" "^1.4.10" - "@jridgewell/trace-mapping" "^0.3.24" - "@jridgewell/remapping@^2.3.5": version "2.3.5" resolved "https://registry.yarnpkg.com/@jridgewell/remapping/-/remapping-2.3.5.tgz#375c476d1972947851ba1e15ae8f123047445aa1" @@ -2237,41 +1481,23 @@ "@jridgewell/resolve-uri@^3.1.0": version "3.1.2" - resolved "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz" + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6" integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw== -"@jridgewell/set-array@^1.2.1": - version "1.2.1" - resolved "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz" - integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A== - "@jridgewell/source-map@^0.3.3": - version "0.3.6" - resolved "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz" - integrity sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ== + version "0.3.11" + resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.11.tgz#b21835cbd36db656b857c2ad02ebd413cc13a9ba" + integrity sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA== dependencies: "@jridgewell/gen-mapping" "^0.3.5" "@jridgewell/trace-mapping" "^0.3.25" -"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14": - version "1.5.0" - resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz" - integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ== - -"@jridgewell/sourcemap-codec@^1.5.0": +"@jridgewell/sourcemap-codec@^1.4.14", "@jridgewell/sourcemap-codec@^1.5.0": version "1.5.5" resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz#6912b00d2c631c0d15ce1a7ab57cd657f2a8f8ba" integrity sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og== -"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.18", "@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25": - version "0.3.25" - resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz" - integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ== - dependencies: - "@jridgewell/resolve-uri" "^3.1.0" - "@jridgewell/sourcemap-codec" "^1.4.14" - -"@jridgewell/trace-mapping@^0.3.28": +"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.18", "@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25", "@jridgewell/trace-mapping@^0.3.28": version "0.3.31" resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz#db15d6781c931f3a251a3dac39501c98a6082fd0" integrity sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw== @@ -2279,10 +1505,10 @@ "@jridgewell/resolve-uri" "^3.1.0" "@jridgewell/sourcemap-codec" "^1.4.14" -"@lerna/create@8.2.2": - version "8.2.2" - resolved "https://registry.npmjs.org/@lerna/create/-/create-8.2.2.tgz" - integrity sha512-1yn1MvWn2Yz0SFgTTQnef2m1YedF7KwqLLVIOrGkgQrkVHzsveAIk1A1RcRa2yyUh+siKI1YcJ7lUZIEt+qQ3Q== +"@lerna/create@8.2.4": + version "8.2.4" + resolved "https://registry.yarnpkg.com/@lerna/create/-/create-8.2.4.tgz#59a050f58681e9236db38cc5bcc6986ae79d1389" + integrity sha512-A8AlzetnS2WIuhijdAzKUyFpR5YbLLfV3luQ4lzBgIBgRfuoBDZeF+RSZPhra+7A6/zTUlrbhKZIOi/MNhqgvQ== dependencies: "@npmcli/arborist" "7.5.4" "@npmcli/package-json" "5.2.0" @@ -2307,7 +1533,6 @@ get-stream "6.0.0" git-url-parse "14.0.0" glob-parent "6.0.2" - globby "11.1.0" graceful-fs "4.2.11" has-unicode "2.0.1" ini "^1.3.8" @@ -2318,7 +1543,6 @@ js-yaml "4.1.0" libnpmpublish "9.0.9" load-json-file "6.2.0" - lodash "^4.17.21" make-dir "4.0.0" minimatch "3.0.5" multimatch "5.0.0" @@ -2342,9 +1566,10 @@ slash "^3.0.0" ssri "^10.0.6" string-width "^4.2.3" - strong-log-transformer "2.1.0" tar "6.2.1" temp-dir "1.0.0" + through "2.3.8" + tinyglobby "0.2.12" upath "2.0.1" uuid "^10.0.0" validate-npm-package-license "^3.0.4" @@ -2357,16 +1582,23 @@ "@napi-rs/wasm-runtime@0.2.4": version "0.2.4" - resolved "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.4.tgz" + resolved "https://registry.yarnpkg.com/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.4.tgz#d27788176f250d86e498081e3c5ff48a17606918" integrity sha512-9zESzOO5aDByvhIAsOy9TbpZ0Ur2AJbUI7UT73kcUTS2mxAMHOBaa1st/jAymNoCtvrit99kkzT1FZuXVcgfIQ== dependencies: "@emnapi/core" "^1.1.0" "@emnapi/runtime" "^1.1.0" "@tybys/wasm-util" "^0.9.0" +"@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1": + version "5.1.1-v1" + resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz#dbf733a965ca47b1973177dc0bb6c889edcfb129" + integrity sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg== + dependencies: + eslint-scope "5.1.1" + "@nodelib/fs.scandir@2.1.5": version "2.1.5" - resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz" + resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g== dependencies: "@nodelib/fs.stat" "2.0.5" @@ -2374,12 +1606,12 @@ "@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2": version "2.0.5" - resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz" + resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b" integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A== -"@nodelib/fs.walk@^1.2.3": +"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8": version "1.2.8" - resolved "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz" + resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a" integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg== dependencies: "@nodelib/fs.scandir" "2.1.5" @@ -2387,7 +1619,7 @@ "@npmcli/agent@^2.0.0": version "2.2.2" - resolved "https://registry.npmjs.org/@npmcli/agent/-/agent-2.2.2.tgz" + resolved "https://registry.yarnpkg.com/@npmcli/agent/-/agent-2.2.2.tgz#967604918e62f620a648c7975461c9c9e74fc5d5" integrity sha512-OrcNPXdpSl9UX7qPVRWbmWMCSXrcDa2M9DvrbOTj7ao1S4PlqVFYv9/yLKMkrJKZ/V5A/kDBC690or307i26Og== dependencies: agent-base "^7.1.0" @@ -2398,7 +1630,7 @@ "@npmcli/arborist@7.5.4": version "7.5.4" - resolved "https://registry.npmjs.org/@npmcli/arborist/-/arborist-7.5.4.tgz" + resolved "https://registry.yarnpkg.com/@npmcli/arborist/-/arborist-7.5.4.tgz#3dd9e531d6464ef6715e964c188e0880c471ac9b" integrity sha512-nWtIc6QwwoUORCRNzKx4ypHqCk3drI+5aeYdMTQQiRCcn4lOOgfQh7WyZobGYTxXPSq1VwV53lkpN/BRlRk08g== dependencies: "@isaacs/string-locale-compare" "^1.1.0" @@ -2439,14 +1671,14 @@ "@npmcli/fs@^3.1.0", "@npmcli/fs@^3.1.1": version "3.1.1" - resolved "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.1.tgz" + resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-3.1.1.tgz#59cdaa5adca95d135fc00f2bb53f5771575ce726" integrity sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg== dependencies: semver "^7.3.5" "@npmcli/git@^5.0.0": version "5.0.8" - resolved "https://registry.npmjs.org/@npmcli/git/-/git-5.0.8.tgz" + resolved "https://registry.yarnpkg.com/@npmcli/git/-/git-5.0.8.tgz#8ba3ff8724192d9ccb2735a2aa5380a992c5d3d1" integrity sha512-liASfw5cqhjNW9UFd+ruwwdEf/lbOAQjLL2XY2dFW/bkJheXDYZgOyul/4gVvEV4BWkTXjYGmDqMw9uegdbJNQ== dependencies: "@npmcli/promise-spawn" "^7.0.0" @@ -2461,7 +1693,7 @@ "@npmcli/installed-package-contents@^2.0.1", "@npmcli/installed-package-contents@^2.1.0": version "2.1.0" - resolved "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-2.1.0.tgz" + resolved "https://registry.yarnpkg.com/@npmcli/installed-package-contents/-/installed-package-contents-2.1.0.tgz#63048e5f6e40947a3a88dcbcb4fd9b76fdd37c17" integrity sha512-c8UuGLeZpm69BryRykLuKRyKFZYJsZSCT4aVY5ds4omyZqJ172ApzgfKJ5eV/r3HgLdUYgFVe54KSFVjKoe27w== dependencies: npm-bundled "^3.0.0" @@ -2469,7 +1701,7 @@ "@npmcli/map-workspaces@^3.0.2": version "3.0.6" - resolved "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-3.0.6.tgz" + resolved "https://registry.yarnpkg.com/@npmcli/map-workspaces/-/map-workspaces-3.0.6.tgz#27dc06c20c35ef01e45a08909cab9cb3da08cea6" integrity sha512-tkYs0OYnzQm6iIRdfy+LcLBjcKuQCeE5YLb8KnrIlutJfheNaPvPpgoFEyEFgbjzl5PLZ3IA/BWAwRU0eHuQDA== dependencies: "@npmcli/name-from-folder" "^2.0.0" @@ -2479,7 +1711,7 @@ "@npmcli/metavuln-calculator@^7.1.1": version "7.1.1" - resolved "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-7.1.1.tgz" + resolved "https://registry.yarnpkg.com/@npmcli/metavuln-calculator/-/metavuln-calculator-7.1.1.tgz#4d3b6c3192f72bc8ad59476de0da939c33877fcf" integrity sha512-Nkxf96V0lAx3HCpVda7Vw4P23RILgdi/5K1fmj2tZkWIYLpXAN8k2UVVOsW16TsS5F8Ws2I7Cm+PU1/rsVF47g== dependencies: cacache "^18.0.0" @@ -2490,17 +1722,17 @@ "@npmcli/name-from-folder@^2.0.0": version "2.0.0" - resolved "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-2.0.0.tgz" + resolved "https://registry.yarnpkg.com/@npmcli/name-from-folder/-/name-from-folder-2.0.0.tgz#c44d3a7c6d5c184bb6036f4d5995eee298945815" integrity sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg== "@npmcli/node-gyp@^3.0.0": version "3.0.0" - resolved "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-3.0.0.tgz" + resolved "https://registry.yarnpkg.com/@npmcli/node-gyp/-/node-gyp-3.0.0.tgz#101b2d0490ef1aa20ed460e4c0813f0db560545a" integrity sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA== "@npmcli/package-json@5.2.0": version "5.2.0" - resolved "https://registry.npmjs.org/@npmcli/package-json/-/package-json-5.2.0.tgz" + resolved "https://registry.yarnpkg.com/@npmcli/package-json/-/package-json-5.2.0.tgz#a1429d3111c10044c7efbfb0fce9f2c501f4cfad" integrity sha512-qe/kiqqkW0AGtvBjL8TJKZk/eBBSpnJkUWvHdQ9jM2lKHXRYYJuyNpJPlJw3c8QjC2ow6NZYiLExhUaeJelbxQ== dependencies: "@npmcli/git" "^5.0.0" @@ -2513,7 +1745,7 @@ "@npmcli/package-json@^5.0.0", "@npmcli/package-json@^5.1.0": version "5.2.1" - resolved "https://registry.npmjs.org/@npmcli/package-json/-/package-json-5.2.1.tgz" + resolved "https://registry.yarnpkg.com/@npmcli/package-json/-/package-json-5.2.1.tgz#df69477b1023b81ff8503f2b9db4db4faea567ed" integrity sha512-f7zYC6kQautXHvNbLEWgD/uGu1+xCn9izgqBfgItWSx22U0ZDekxN08A1vM8cTxj/cRVe0Q94Ode+tdoYmIOOQ== dependencies: "@npmcli/git" "^5.0.0" @@ -2526,26 +1758,26 @@ "@npmcli/promise-spawn@^7.0.0": version "7.0.2" - resolved "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-7.0.2.tgz" + resolved "https://registry.yarnpkg.com/@npmcli/promise-spawn/-/promise-spawn-7.0.2.tgz#1d53d34ffeb5d151bfa8ec661bcccda8bbdfd532" integrity sha512-xhfYPXoV5Dy4UkY0D+v2KkwvnDfiA/8Mt3sWCGI/hM03NsYIH8ZaG6QzS9x7pje5vHZBZJ2v6VRFVTWACnqcmQ== dependencies: which "^4.0.0" "@npmcli/query@^3.1.0": version "3.1.0" - resolved "https://registry.npmjs.org/@npmcli/query/-/query-3.1.0.tgz" + resolved "https://registry.yarnpkg.com/@npmcli/query/-/query-3.1.0.tgz#bc202c59e122a06cf8acab91c795edda2cdad42c" integrity sha512-C/iR0tk7KSKGldibYIB9x8GtO/0Bd0I2mhOaDb8ucQL/bQVTmGoeREaFj64Z5+iCBRf3dQfed0CjJL7I8iTkiQ== dependencies: postcss-selector-parser "^6.0.10" "@npmcli/redact@^2.0.0": version "2.0.1" - resolved "https://registry.npmjs.org/@npmcli/redact/-/redact-2.0.1.tgz" + resolved "https://registry.yarnpkg.com/@npmcli/redact/-/redact-2.0.1.tgz#95432fd566e63b35c04494621767a4312c316762" integrity sha512-YgsR5jCQZhVmTJvjduTOIHph0L73pK8xwMVaDY0PatySqVM9AZj93jpoXYSJqfHFxFkN9dmqTw6OiqExsS3LPw== "@npmcli/run-script@8.1.0", "@npmcli/run-script@^8.0.0", "@npmcli/run-script@^8.1.0": version "8.1.0" - resolved "https://registry.npmjs.org/@npmcli/run-script/-/run-script-8.1.0.tgz" + resolved "https://registry.yarnpkg.com/@npmcli/run-script/-/run-script-8.1.0.tgz#a563e5e29b1ca4e648a6b1bbbfe7220b4bfe39fc" integrity sha512-y7efHHwghQfk28G2z3tlZ67pLG0XdfYbcVG26r7YIXALRsrVQcTq4/tdenSmdOrEsNahIYA/eh8aEVROWGFUDg== dependencies: "@npmcli/node-gyp" "^3.0.0" @@ -2556,9 +1788,9 @@ which "^4.0.0" "@nx/devkit@>=17.1.2 < 21": - version "20.8.2" - resolved "https://registry.npmjs.org/@nx/devkit/-/devkit-20.8.2.tgz" - integrity sha512-rr9p2/tZDQivIpuBUpZaFBK6bZ+b5SAjZk75V4tbCUqGW3+5OPuVvBPm+X+7PYwUF6rwSpewxkjWNeGskfCe+Q== + version "20.8.4" + resolved "https://registry.yarnpkg.com/@nx/devkit/-/devkit-20.8.4.tgz#5b1d132d437e90c30d83865694159e3b304ca77a" + integrity sha512-3r+6QmIXXAWL6K7m8vAbW31aniAZmZAZXeMhOhWcJoOAU7ggpCQaM8JP8/kO5ov/Bmhyf0i/SSVXI6kwiR5WNQ== dependencies: ejs "^3.1.7" enquirer "~2.3.6" @@ -2569,65 +1801,65 @@ tslib "^2.3.0" yargs-parser "21.1.1" -"@nx/nx-darwin-arm64@20.8.2": - version "20.8.2" - resolved "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-20.8.2.tgz" - integrity sha512-t+bmCn6sRPNGU6hnSyWNvbQYA/KgsxGZKYlaCLRwkNhI2akModcBUqtktJzCKd1XHDqs6EkEFBWjFr8/kBEkSg== - -"@nx/nx-darwin-x64@20.8.2": - version "20.8.2" - resolved "https://registry.yarnpkg.com/@nx/nx-darwin-x64/-/nx-darwin-x64-20.8.2.tgz#06a203a695509e4a6f05a82cb40cc00438a19b3a" - integrity sha512-pt/wmDLM31Es8/EzazlyT5U+ou2l60rfMNFGCLqleHEQ0JUTc0KWnOciBLbHIQFiPsCQZJFEKyfV5V/ncePmmw== - -"@nx/nx-freebsd-x64@20.8.2": - version "20.8.2" - resolved "https://registry.yarnpkg.com/@nx/nx-freebsd-x64/-/nx-freebsd-x64-20.8.2.tgz#c7c9ae6e331ca97571f6a048c0f69aa6c5fd2479" - integrity sha512-joZxFbgJfkHkB9uMIJr73Gpnm9pnpvr0XKGbWC409/d2x7q1qK77tKdyhGm+A3+kaZFwstNVPmCUtUwJYyU6LA== - -"@nx/nx-linux-arm-gnueabihf@20.8.2": - version "20.8.2" - resolved "https://registry.yarnpkg.com/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-20.8.2.tgz#a6ae89115efb7601baa4c3421649ee785d6aa3a9" - integrity sha512-98O/qsxn4vIMPY/FyzvmVrl7C5yFhCUVk0/4PF+PA2SvtQ051L1eMRY6bq/lb69qfN6szJPZ41PG5mPx0NeLZw== - -"@nx/nx-linux-arm64-gnu@20.8.2": - version "20.8.2" - resolved "https://registry.yarnpkg.com/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-20.8.2.tgz#e9a4676d830783ecad5d5bfaf7bf2579c519321c" - integrity sha512-h6a+HxwfSpxsi4KpxGgPh9GDBmD2E+XqGCdfYpobabxqEBvlnIlJyuDhlRR06cTWpuNXHpRdrVogmV6m/YbtDg== - -"@nx/nx-linux-arm64-musl@20.8.2": - version "20.8.2" - resolved "https://registry.yarnpkg.com/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-20.8.2.tgz#621657dc85c1cb042102f4ed4976cc5823fccea1" - integrity sha512-4Ev+jM0VAxDHV/dFgMXjQTCXS4I8W4oMe7FSkXpG8RUn6JK659DC8ExIDPoGIh+Cyqq6r6mw1CSia+ciQWICWQ== - -"@nx/nx-linux-x64-gnu@20.8.2": - version "20.8.2" - resolved "https://registry.yarnpkg.com/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-20.8.2.tgz#2b7b893a931b26a8688304d5352bdef0a2431194" - integrity sha512-nR0ev+wxu+nQYRd7bhqggOxK7UfkV6h+Ko1mumUFyrM5GvPpz/ELhjJFSnMcOkOMcvH0b6G5uTBJvN1XWCkbmg== - -"@nx/nx-linux-x64-musl@20.8.2": - version "20.8.2" - resolved "https://registry.yarnpkg.com/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-20.8.2.tgz#4188df5b222d6f42fff1e436d494a46af1d30b0b" - integrity sha512-ost41l5yc2aq2Gc9bMMpaPi/jkXqbXEMEPHrxWKuKmaek3K2zbVDQzvBBNcQKxf/mlCsrqN4QO0mKYSRRqag5A== - -"@nx/nx-win32-arm64-msvc@20.8.2": - version "20.8.2" - resolved "https://registry.yarnpkg.com/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-20.8.2.tgz#6d2122a1c827c100e89698f4a878410833911748" - integrity sha512-0SEOqT/daBG5WtM9vOGilrYaAuf1tiALdrFavY62+/arXYxXemUKmRI5qoKDTnvoLMBGkJs6kxhMO5b7aUXIvQ== - -"@nx/nx-win32-x64-msvc@20.8.2": - version "20.8.2" - resolved "https://registry.yarnpkg.com/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-20.8.2.tgz#60f4c381ad62369ff7ede9336d92262352514bc1" - integrity sha512-iIsY+tVqes/NOqTbJmggL9Juie/iaDYlWgXA9IUv88FE9thqWKhVj4/tCcPjsOwzD+1SVna3YISEEFsx5UV4ew== +"@nx/nx-darwin-arm64@20.8.4": + version "20.8.4" + resolved "https://registry.yarnpkg.com/@nx/nx-darwin-arm64/-/nx-darwin-arm64-20.8.4.tgz#80a8dfa808d3e0749ac2a7b90683ca9dfd38f999" + integrity sha512-8Y7+4wj1qoZsuDRpnuiHzSIsMt3VqtJ0su8dgd/MyGccvvi4pndan2R5yTiVw/wmbMxtBmZ6PO6Z8dgSIrMVog== + +"@nx/nx-darwin-x64@20.8.4": + version "20.8.4" + resolved "https://registry.yarnpkg.com/@nx/nx-darwin-x64/-/nx-darwin-x64-20.8.4.tgz#59a2a7ca04c45648e4829cbc453e53dbef654317" + integrity sha512-2lfuxRc56QWnAysMhcD03tpCPiRzV1+foUq0MhV2sSBIybXmgV4wHLkPZNhlBCl4FNXrWiZiN1OJ2X9AGiOdug== + +"@nx/nx-freebsd-x64@20.8.4": + version "20.8.4" + resolved "https://registry.yarnpkg.com/@nx/nx-freebsd-x64/-/nx-freebsd-x64-20.8.4.tgz#3905826ac68a0bc226266b858564b1e68c7223af" + integrity sha512-99vnUXZy+OUBHU+8Yhabre2qafepKg9GKkQkhmXvJGqOmuIsepK7wirUFo2PiVM8YhS6UV2rv6hKAZcQ7skYyg== + +"@nx/nx-linux-arm-gnueabihf@20.8.4": + version "20.8.4" + resolved "https://registry.yarnpkg.com/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-20.8.4.tgz#8c3dc73f17f064e10f98baca4f704fb1c015ebee" + integrity sha512-dht73zpnpzEUEzMHFQs4mfiwZH3WcJgQNWkD5p7WkeJewHq2Yyd0eG5Jg3kB7wnFtwPUV1eNJRM5rephgylkLA== + +"@nx/nx-linux-arm64-gnu@20.8.4": + version "20.8.4" + resolved "https://registry.yarnpkg.com/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-20.8.4.tgz#986a01154212da2b9946117ae1b5bd4aa1d00775" + integrity sha512-syXxbJZ0yPaqzVmB28QJgUtaarSiW/PQmv/5Z2Ps8rCi7kYylISPVNjP1NNiIOcGDRWbHqoBfM0bEGPfSp0rBQ== + +"@nx/nx-linux-arm64-musl@20.8.4": + version "20.8.4" + resolved "https://registry.yarnpkg.com/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-20.8.4.tgz#2c302efd47bd117cadbf2a2e6bf2aad7772665c4" + integrity sha512-AlZZFolS/S0FahRKG7rJ0Z9CgmIkyzHgGaoy3qNEMDEjFhR3jt2ZZSLp90W7zjgrxojOo90ajNMrg2UmtcQRDA== + +"@nx/nx-linux-x64-gnu@20.8.4": + version "20.8.4" + resolved "https://registry.yarnpkg.com/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-20.8.4.tgz#8939af035b60b333c6b9e2a6bdfbe9365b559a1a" + integrity sha512-MSu+xVNdR95tuuO+eL/a/ZeMlhfrZ627On5xaCZXnJ+lFxNg/S4nlKZQk0Eq5hYALCd/GKgFGasRdlRdOtvGPg== + +"@nx/nx-linux-x64-musl@20.8.4": + version "20.8.4" + resolved "https://registry.yarnpkg.com/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-20.8.4.tgz#5ac14b362cba6d750ae33fa2ef94e8e76dd44c8e" + integrity sha512-KxpQpyLCgIIHWZ4iRSUN9ohCwn1ZSDASbuFCdG3mohryzCy8WrPkuPcb+68J3wuQhmA5w//Xpp/dL0hHoit9zQ== + +"@nx/nx-win32-arm64-msvc@20.8.4": + version "20.8.4" + resolved "https://registry.yarnpkg.com/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-20.8.4.tgz#f535e90325f6075c43fa5c535a079e02f9753a72" + integrity sha512-ffLBrxM9ibk+eWSY995kiFFRTSRb9HkD5T1s/uZyxV6jfxYPaZDBAWAETDneyBXps7WtaOMu+kVZlXQ3X+TfIA== + +"@nx/nx-win32-x64-msvc@20.8.4": + version "20.8.4" + resolved "https://registry.yarnpkg.com/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-20.8.4.tgz#4f11cc0ce9ef6ace20764b1a2897e929f1c17844" + integrity sha512-JxuuZc4h8EBqoYAiRHwskimpTJx70yn4lhIRFBoW5ICkxXW1Rw0yip/1UVsWRHXg/x9BxmH7VVazdfaQWmGu6A== "@octokit/auth-token@^4.0.0": version "4.0.0" - resolved "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-4.0.0.tgz" + resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-4.0.0.tgz#40d203ea827b9f17f42a29c6afb93b7745ef80c7" integrity sha512-tY/msAuJo6ARbK6SPIxZrPBms3xPbfwBrulZe0Wtr/DIY9lje2HeV1uoebShn6mx7SjCHif6EjMvoREj+gZ+SA== "@octokit/core@^5.0.2": - version "5.2.1" - resolved "https://registry.npmjs.org/@octokit/core/-/core-5.2.1.tgz" - integrity sha512-dKYCMuPO1bmrpuogcjQ8z7ICCH3FP6WmxpwC03yjzGfZhj9fTJg6+bS1+UAplekbN2C+M61UNllGOOoAfGCrdQ== + version "5.2.2" + resolved "https://registry.yarnpkg.com/@octokit/core/-/core-5.2.2.tgz#252805732de9b4e8e4f658d34b80c4c9b2534761" + integrity sha512-/g2d4sW9nUDJOMz3mabVQvOGhVa4e/BN/Um7yca9Bb2XTzPPnfTWHWQg+IsEYO7M3Vx+EXvaM/I2pJWIMun1bg== dependencies: "@octokit/auth-token" "^4.0.0" "@octokit/graphql" "^7.1.0" @@ -2639,7 +1871,7 @@ "@octokit/endpoint@^9.0.6": version "9.0.6" - resolved "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-9.0.6.tgz" + resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-9.0.6.tgz#114d912108fe692d8b139cfe7fc0846dfd11b6c0" integrity sha512-H1fNTMA57HbkFESSt3Y9+FBICv+0jFceJFPWDePYlR/iMGrwM5ph+Dd4XRQs+8X+PUFURLQgX9ChPfhJ/1uNQw== dependencies: "@octokit/types" "^13.1.0" @@ -2647,7 +1879,7 @@ "@octokit/graphql@^7.1.0": version "7.1.1" - resolved "https://registry.npmjs.org/@octokit/graphql/-/graphql-7.1.1.tgz" + resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-7.1.1.tgz#79d9f3d0c96a8fd13d64186fe5c33606d48b79cc" integrity sha512-3mkDltSfcDUoa176nlGoA32RGjeWjl3K7F/BwHwRMJUW/IteSa4bnSV8p2ThNkcIcZU2umkZWxwETSSCJf2Q7g== dependencies: "@octokit/request" "^8.4.1" @@ -2656,36 +1888,36 @@ "@octokit/openapi-types@^24.2.0": version "24.2.0" - resolved "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-24.2.0.tgz" + resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-24.2.0.tgz#3d55c32eac0d38da1a7083a9c3b0cca77924f7d3" integrity sha512-9sIH3nSUttelJSXUrmGzl7QUBFul0/mB8HRYl3fOlgHbIWG+WnYDXU3v/2zMtAvuzZ/ed00Ei6on975FhBfzrg== "@octokit/plugin-enterprise-rest@6.0.1": version "6.0.1" - resolved "https://registry.npmjs.org/@octokit/plugin-enterprise-rest/-/plugin-enterprise-rest-6.0.1.tgz" + resolved "https://registry.yarnpkg.com/@octokit/plugin-enterprise-rest/-/plugin-enterprise-rest-6.0.1.tgz#e07896739618dab8da7d4077c658003775f95437" integrity sha512-93uGjlhUD+iNg1iWhUENAtJata6w5nE+V4urXOAlIXdco6xNZtUSfYY8dzp3Udy74aqO/B5UZL80x/YMa5PKRw== "@octokit/plugin-paginate-rest@11.4.4-cjs.2": version "11.4.4-cjs.2" - resolved "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-11.4.4-cjs.2.tgz" + resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-11.4.4-cjs.2.tgz#979a10d577bce7a393e8e65953887e42b0a05000" integrity sha512-2dK6z8fhs8lla5PaOTgqfCGBxgAv/le+EhPs27KklPhm1bKObpu6lXzwfUEQ16ajXzqNrKMujsFyo9K2eaoISw== dependencies: "@octokit/types" "^13.7.0" "@octokit/plugin-request-log@^4.0.0": version "4.0.1" - resolved "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-4.0.1.tgz" + resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-4.0.1.tgz#98a3ca96e0b107380664708111864cb96551f958" integrity sha512-GihNqNpGHorUrO7Qa9JbAl0dbLnqJVrV8OXe2Zm5/Y4wFkZQDfTreBzVmiRfJVfE4mClXdihHnbpyyO9FSX4HA== "@octokit/plugin-rest-endpoint-methods@13.3.2-cjs.1": version "13.3.2-cjs.1" - resolved "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-13.3.2-cjs.1.tgz" + resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-13.3.2-cjs.1.tgz#d0a142ff41d8f7892b6ccef45979049f51ecaa8d" integrity sha512-VUjIjOOvF2oELQmiFpWA1aOPdawpyaCUqcEBc/UOUnj3Xp6DJGrJ1+bjUIIDzdHjnFNO6q57ODMfdEZnoBkCwQ== dependencies: "@octokit/types" "^13.8.0" "@octokit/request-error@^5.1.1": version "5.1.1" - resolved "https://registry.npmjs.org/@octokit/request-error/-/request-error-5.1.1.tgz" + resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-5.1.1.tgz#b9218f9c1166e68bb4d0c89b638edc62c9334805" integrity sha512-v9iyEQJH6ZntoENr9/yXxjuezh4My67CBSu9r6Ve/05Iu5gNgnisNWOsoJHTP6k0Rr0+HQIpnH+kyammu90q/g== dependencies: "@octokit/types" "^13.1.0" @@ -2694,7 +1926,7 @@ "@octokit/request@^8.4.1": version "8.4.1" - resolved "https://registry.npmjs.org/@octokit/request/-/request-8.4.1.tgz" + resolved "https://registry.yarnpkg.com/@octokit/request/-/request-8.4.1.tgz#715a015ccf993087977ea4365c44791fc4572486" integrity sha512-qnB2+SY3hkCmBxZsR/MPCybNmbJe4KAlfWErXq+rBKkQJlbjdJeS85VI9r8UqeLYLvnAenU8Q1okM/0MBsAGXw== dependencies: "@octokit/endpoint" "^9.0.6" @@ -2704,7 +1936,7 @@ "@octokit/rest@20.1.2": version "20.1.2" - resolved "https://registry.npmjs.org/@octokit/rest/-/rest-20.1.2.tgz" + resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-20.1.2.tgz#1d74d0c72ade0d64f7c5416448d5c885f5e3ccc4" integrity sha512-GmYiltypkHHtihFwPRxlaorG5R9VAHuk/vbszVoRTGXnAsY60wYLkh/E2XiFmdZmqrisw+9FaazS1i5SbdWYgA== dependencies: "@octokit/core" "^5.0.2" @@ -2714,200 +1946,177 @@ "@octokit/types@^13.0.0", "@octokit/types@^13.1.0", "@octokit/types@^13.7.0", "@octokit/types@^13.8.0": version "13.10.0" - resolved "https://registry.npmjs.org/@octokit/types/-/types-13.10.0.tgz" + resolved "https://registry.yarnpkg.com/@octokit/types/-/types-13.10.0.tgz#3e7c6b19c0236c270656e4ea666148c2b51fd1a3" integrity sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA== dependencies: "@octokit/openapi-types" "^24.2.0" "@pkgjs/parseargs@^0.11.0": version "0.11.0" - resolved "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz" + resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33" integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== -"@radix-ui/primitive@1.1.3": - version "1.1.3" - resolved "https://registry.yarnpkg.com/@radix-ui/primitive/-/primitive-1.1.3.tgz#e2dbc13bdc5e4168f4334f75832d7bdd3e2de5ba" - integrity sha512-JTF99U/6XIjCBo0wqkU5sK10glYe27MRRsfwoiq5zzOEZLHU3A3KCMa5X/azekYRCJ0HlwI0crAXS/5dEHTzDg== - -"@radix-ui/react-collection@1.1.7": - version "1.1.7" - resolved "https://registry.yarnpkg.com/@radix-ui/react-collection/-/react-collection-1.1.7.tgz#d05c25ca9ac4695cc19ba91f42f686e3ea2d9aec" - integrity sha512-Fh9rGN0MoI4ZFUNyfFVNU4y9LUz93u9/0K+yLgA2bwRojxM8JU1DyvvMBabnZPBgMWREAJvU2jjVzq+LrFUglw== - dependencies: - "@radix-ui/react-compose-refs" "1.1.2" - "@radix-ui/react-context" "1.1.2" - "@radix-ui/react-primitive" "2.1.3" - "@radix-ui/react-slot" "1.2.3" - -"@radix-ui/react-compose-refs@1.1.2": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.2.tgz#a2c4c47af6337048ee78ff6dc0d090b390d2bb30" - integrity sha512-z4eqJvfiNnFMHIIvXP3CY57y2WJs5g2v3X0zm9mEJkrkNv4rDxu+sg9Jh8EkXyeqBkB7SOcboo9dMVqhyrACIg== - -"@radix-ui/react-context@1.1.2": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@radix-ui/react-context/-/react-context-1.1.2.tgz#61628ef269a433382c364f6f1e3788a6dc213a36" - integrity sha512-jCi/QKUM2r1Ju5a3J64TH2A5SpKAgh0LpknyqdQ4m6DCV0xJ2HG1xARRwNGPQfi1SLdLWZ1OJz6F4OMBBNiGJA== - -"@radix-ui/react-dialog@^1.1.1": - version "1.1.15" - resolved "https://registry.yarnpkg.com/@radix-ui/react-dialog/-/react-dialog-1.1.15.tgz#1de3d7a7e9a17a9874d29c07f5940a18a119b632" - integrity sha512-TCglVRtzlffRNxRMEyR36DGBLJpeusFcgMVD9PZEzAKnUs1lKCgX5u9BmC2Yg+LL9MgZDugFFs1Vl+Jp4t/PGw== - dependencies: - "@radix-ui/primitive" "1.1.3" - "@radix-ui/react-compose-refs" "1.1.2" - "@radix-ui/react-context" "1.1.2" - "@radix-ui/react-dismissable-layer" "1.1.11" - "@radix-ui/react-focus-guards" "1.1.3" - "@radix-ui/react-focus-scope" "1.1.7" - "@radix-ui/react-id" "1.1.1" - "@radix-ui/react-portal" "1.1.9" - "@radix-ui/react-presence" "1.1.5" - "@radix-ui/react-primitive" "2.1.3" - "@radix-ui/react-slot" "1.2.3" - "@radix-ui/react-use-controllable-state" "1.2.2" - aria-hidden "^1.2.4" - react-remove-scroll "^2.6.3" - -"@radix-ui/react-direction@1.1.1": - version "1.1.1" - resolved "https://registry.yarnpkg.com/@radix-ui/react-direction/-/react-direction-1.1.1.tgz#39e5a5769e676c753204b792fbe6cf508e550a14" - integrity sha512-1UEWRX6jnOA2y4H5WczZ44gOOjTEmlqv1uNW4GAJEO5+bauCBhv8snY65Iw5/VOS/ghKN9gr2KjnLKxrsvoMVw== - -"@radix-ui/react-dismissable-layer@1.1.11": - version "1.1.11" - resolved "https://registry.yarnpkg.com/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.11.tgz#e33ab6f6bdaa00f8f7327c408d9f631376b88b37" - integrity sha512-Nqcp+t5cTB8BinFkZgXiMJniQH0PsUt2k51FUhbdfeKvc4ACcG2uQniY/8+h1Yv6Kza4Q7lD7PQV0z0oicE0Mg== +"@react-native-community/cli-clean@20.0.0": + version "20.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-20.0.0.tgz#e685f5404195ded69c81d1394e8c5eb332b780bc" + integrity sha512-YmdNRcT+Dp8lC7CfxSDIfPMbVPEXVFzBH62VZNbYGxjyakqAvoQUFTYPgM2AyFusAr4wDFbDOsEv88gCDwR3ig== dependencies: - "@radix-ui/primitive" "1.1.3" - "@radix-ui/react-compose-refs" "1.1.2" - "@radix-ui/react-primitive" "2.1.3" - "@radix-ui/react-use-callback-ref" "1.1.1" - "@radix-ui/react-use-escape-keydown" "1.1.1" - -"@radix-ui/react-focus-guards@1.1.3": - version "1.1.3" - resolved "https://registry.yarnpkg.com/@radix-ui/react-focus-guards/-/react-focus-guards-1.1.3.tgz#2a5669e464ad5fde9f86d22f7fdc17781a4dfa7f" - integrity sha512-0rFg/Rj2Q62NCm62jZw0QX7a3sz6QCQU0LpZdNrJX8byRGaGVTqbrW9jAoIAHyMQqsNpeZ81YgSizOt5WXq0Pw== + "@react-native-community/cli-tools" "20.0.0" + chalk "^4.1.2" + execa "^5.0.0" + fast-glob "^3.3.2" -"@radix-ui/react-focus-scope@1.1.7": - version "1.1.7" - resolved "https://registry.yarnpkg.com/@radix-ui/react-focus-scope/-/react-focus-scope-1.1.7.tgz#dfe76fc103537d80bf42723a183773fd07bfb58d" - integrity sha512-t2ODlkXBQyn7jkl6TNaw/MtVEVvIGelJDCG41Okq/KwUsJBwQ4XVZsHAVUkK4mBv3ewiAS3PGuUWuY2BoK4ZUw== +"@react-native-community/cli-config-android@20.0.0": + version "20.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-config-android/-/cli-config-android-20.0.0.tgz#756bd8f2d5c47023964551612cc48a1fecc9a7e4" + integrity sha512-asv60qYCnL1v0QFWcG9r1zckeFlKG+14GGNyPXY72Eea7RX5Cxdx8Pb6fIPKroWH1HEWjYH9KKHksMSnf9FMKw== dependencies: - "@radix-ui/react-compose-refs" "1.1.2" - "@radix-ui/react-primitive" "2.1.3" - "@radix-ui/react-use-callback-ref" "1.1.1" + "@react-native-community/cli-tools" "20.0.0" + chalk "^4.1.2" + fast-glob "^3.3.2" + fast-xml-parser "^4.4.1" -"@radix-ui/react-id@1.1.1": - version "1.1.1" - resolved "https://registry.yarnpkg.com/@radix-ui/react-id/-/react-id-1.1.1.tgz#1404002e79a03fe062b7e3864aa01e24bd1471f7" - integrity sha512-kGkGegYIdQsOb4XjsfM97rXsiHaBwco+hFI66oO4s9LU+PLAC5oJ7khdOVFxkhsmlbpUqDAvXw11CluXP+jkHg== +"@react-native-community/cli-config-apple@20.0.0": + version "20.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-config-apple/-/cli-config-apple-20.0.0.tgz#eaef1db689a4f205cf665306c04e4d717c5d7d46" + integrity sha512-PS1gNOdpeQ6w7dVu1zi++E+ix2D0ZkGC2SQP6Y/Qp002wG4se56esLXItYiiLrJkhH21P28fXdmYvTEkjSm9/Q== dependencies: - "@radix-ui/react-use-layout-effect" "1.1.1" + "@react-native-community/cli-tools" "20.0.0" + chalk "^4.1.2" + execa "^5.0.0" + fast-glob "^3.3.2" -"@radix-ui/react-portal@1.1.9": - version "1.1.9" - resolved "https://registry.yarnpkg.com/@radix-ui/react-portal/-/react-portal-1.1.9.tgz#14c3649fe48ec474ac51ed9f2b9f5da4d91c4472" - integrity sha512-bpIxvq03if6UNwXZ+HTK71JLh4APvnXntDc6XOX8UVq4XQOVl7lwok0AvIl+b8zgCw3fSaVTZMpAPPagXbKmHQ== +"@react-native-community/cli-config@20.0.0": + version "20.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-20.0.0.tgz#890e3cdb7779f936bd50f2fe2601f0fdd917b3e6" + integrity sha512-5Ky9ceYuDqG62VIIpbOmkg8Lybj2fUjf/5wK4UO107uRqejBgNgKsbGnIZgEhREcaSEOkujWrroJ9gweueLfBg== dependencies: - "@radix-ui/react-primitive" "2.1.3" - "@radix-ui/react-use-layout-effect" "1.1.1" + "@react-native-community/cli-tools" "20.0.0" + chalk "^4.1.2" + cosmiconfig "^9.0.0" + deepmerge "^4.3.0" + fast-glob "^3.3.2" + joi "^17.2.1" + +"@react-native-community/cli-doctor@20.0.0": + version "20.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-20.0.0.tgz#4d19108dafffc4727654dc4fc17f8f170519f130" + integrity sha512-cPHspi59+Fy41FDVxt62ZWoicCZ1o34k8LAl64NVSY0lwPl+CEi78jipXJhtfkVqSTetloA8zexa/vSAcJy57Q== + dependencies: + "@react-native-community/cli-config" "20.0.0" + "@react-native-community/cli-platform-android" "20.0.0" + "@react-native-community/cli-platform-apple" "20.0.0" + "@react-native-community/cli-platform-ios" "20.0.0" + "@react-native-community/cli-tools" "20.0.0" + chalk "^4.1.2" + command-exists "^1.2.8" + deepmerge "^4.3.0" + envinfo "^7.13.0" + execa "^5.0.0" + node-stream-zip "^1.9.1" + ora "^5.4.1" + semver "^7.5.2" + wcwidth "^1.0.1" + yaml "^2.2.1" -"@radix-ui/react-presence@1.1.5": - version "1.1.5" - resolved "https://registry.yarnpkg.com/@radix-ui/react-presence/-/react-presence-1.1.5.tgz#5d8f28ac316c32f078afce2996839250c10693db" - integrity sha512-/jfEwNDdQVBCNvjkGit4h6pMOzq8bHkopq458dPt2lMjx+eBQUohZNG9A7DtO/O5ukSbxuaNGXMjHicgwy6rQQ== +"@react-native-community/cli-platform-android@20.0.0": + version "20.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-20.0.0.tgz#f2f6c666e8c878abf39bde1f3281198ba6e3d5b3" + integrity sha512-th3ji1GRcV6ACelgC0wJtt9daDZ+63/52KTwL39xXGoqczFjml4qERK90/ppcXU0Ilgq55ANF8Pr+UotQ2AB/A== dependencies: - "@radix-ui/react-compose-refs" "1.1.2" - "@radix-ui/react-use-layout-effect" "1.1.1" + "@react-native-community/cli-config-android" "20.0.0" + "@react-native-community/cli-tools" "20.0.0" + chalk "^4.1.2" + execa "^5.0.0" + logkitty "^0.7.1" -"@radix-ui/react-primitive@2.1.3": - version "2.1.3" - resolved "https://registry.yarnpkg.com/@radix-ui/react-primitive/-/react-primitive-2.1.3.tgz#db9b8bcff49e01be510ad79893fb0e4cda50f1bc" - integrity sha512-m9gTwRkhy2lvCPe6QJp4d3G1TYEUHn/FzJUtq9MjH46an1wJU+GdoGC5VLof8RX8Ft/DlpshApkhswDLZzHIcQ== - dependencies: - "@radix-ui/react-slot" "1.2.3" - -"@radix-ui/react-roving-focus@1.1.11": - version "1.1.11" - resolved "https://registry.yarnpkg.com/@radix-ui/react-roving-focus/-/react-roving-focus-1.1.11.tgz#ef54384b7361afc6480dcf9907ef2fedb5080fd9" - integrity sha512-7A6S9jSgm/S+7MdtNDSb+IU859vQqJ/QAtcYQcfFC6W8RS4IxIZDldLR0xqCFZ6DCyrQLjLPsxtTNch5jVA4lA== - dependencies: - "@radix-ui/primitive" "1.1.3" - "@radix-ui/react-collection" "1.1.7" - "@radix-ui/react-compose-refs" "1.1.2" - "@radix-ui/react-context" "1.1.2" - "@radix-ui/react-direction" "1.1.1" - "@radix-ui/react-id" "1.1.1" - "@radix-ui/react-primitive" "2.1.3" - "@radix-ui/react-use-callback-ref" "1.1.1" - "@radix-ui/react-use-controllable-state" "1.2.2" - -"@radix-ui/react-slot@1.2.0": - version "1.2.0" - resolved "https://registry.yarnpkg.com/@radix-ui/react-slot/-/react-slot-1.2.0.tgz#57727fc186ddb40724ccfbe294e1a351d92462ba" - integrity sha512-ujc+V6r0HNDviYqIK3rW4ffgYiZ8g5DEHrGJVk4x7kTlLXRDILnKX9vAUYeIsLOoDpDJ0ujpqMkjH4w2ofuo6w== +"@react-native-community/cli-platform-apple@20.0.0": + version "20.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-apple/-/cli-platform-apple-20.0.0.tgz#976f535278b6671703fce5dc91833cedd45a1040" + integrity sha512-rZZCnAjUHN1XBgiWTAMwEKpbVTO4IHBSecdd1VxJFeTZ7WjmstqA6L/HXcnueBgxrzTCRqvkRIyEQXxC1OfhGw== dependencies: - "@radix-ui/react-compose-refs" "1.1.2" - -"@radix-ui/react-slot@1.2.3": - version "1.2.3" - resolved "https://registry.yarnpkg.com/@radix-ui/react-slot/-/react-slot-1.2.3.tgz#502d6e354fc847d4169c3bc5f189de777f68cfe1" - integrity sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A== - dependencies: - "@radix-ui/react-compose-refs" "1.1.2" - -"@radix-ui/react-tabs@^1.1.12": - version "1.1.13" - resolved "https://registry.yarnpkg.com/@radix-ui/react-tabs/-/react-tabs-1.1.13.tgz#3537ce379d7e7ff4eeb6b67a0973e139c2ac1f15" - integrity sha512-7xdcatg7/U+7+Udyoj2zodtI9H/IIopqo+YOIcZOq1nJwXWBZ9p8xiu5llXlekDbZkca79a/fozEYQXIA4sW6A== - dependencies: - "@radix-ui/primitive" "1.1.3" - "@radix-ui/react-context" "1.1.2" - "@radix-ui/react-direction" "1.1.1" - "@radix-ui/react-id" "1.1.1" - "@radix-ui/react-presence" "1.1.5" - "@radix-ui/react-primitive" "2.1.3" - "@radix-ui/react-roving-focus" "1.1.11" - "@radix-ui/react-use-controllable-state" "1.2.2" - -"@radix-ui/react-use-callback-ref@1.1.1": - version "1.1.1" - resolved "https://registry.yarnpkg.com/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.1.tgz#62a4dba8b3255fdc5cc7787faeac1c6e4cc58d40" - integrity sha512-FkBMwD+qbGQeMu1cOHnuGB6x4yzPjho8ap5WtbEJ26umhgqVXbhekKUQO+hZEL1vU92a3wHwdp0HAcqAUF5iDg== + "@react-native-community/cli-config-apple" "20.0.0" + "@react-native-community/cli-tools" "20.0.0" + chalk "^4.1.2" + execa "^5.0.0" + fast-xml-parser "^4.4.1" -"@radix-ui/react-use-controllable-state@1.2.2": - version "1.2.2" - resolved "https://registry.yarnpkg.com/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.2.2.tgz#905793405de57d61a439f4afebbb17d0645f3190" - integrity sha512-BjasUjixPFdS+NKkypcyyN5Pmg83Olst0+c6vGov0diwTEo6mgdqVR6hxcEgFuh4QrAs7Rc+9KuGJ9TVCj0Zzg== +"@react-native-community/cli-platform-ios@20.0.0": + version "20.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-20.0.0.tgz#382c1781c352ef5d4c8a6357e552a2e51a722f75" + integrity sha512-Z35M+4gUJgtS4WqgpKU9/XYur70nmj3Q65c9USyTq6v/7YJ4VmBkmhC9BticPs6wuQ9Jcv0NyVCY0Wmh6kMMYw== dependencies: - "@radix-ui/react-use-effect-event" "0.0.2" - "@radix-ui/react-use-layout-effect" "1.1.1" + "@react-native-community/cli-platform-apple" "20.0.0" -"@radix-ui/react-use-effect-event@0.0.2": - version "0.0.2" - resolved "https://registry.yarnpkg.com/@radix-ui/react-use-effect-event/-/react-use-effect-event-0.0.2.tgz#090cf30d00a4c7632a15548512e9152217593907" - integrity sha512-Qp8WbZOBe+blgpuUT+lw2xheLP8q0oatc9UpmiemEICxGvFLYmHm9QowVZGHtJlGbS6A6yJ3iViad/2cVjnOiA== +"@react-native-community/cli-server-api@20.0.0": + version "20.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-20.0.0.tgz#67399e213341449f1785476a35753c58bae8a260" + integrity sha512-Ves21bXtjUK3tQbtqw/NdzpMW1vR2HvYCkUQ/MXKrJcPjgJnXQpSnTqHXz6ZdBlMbbwLJXOhSPiYzxb5/v4CDg== dependencies: - "@radix-ui/react-use-layout-effect" "1.1.1" + "@react-native-community/cli-tools" "20.0.0" + body-parser "^1.20.3" + compression "^1.7.1" + connect "^3.6.5" + errorhandler "^1.5.1" + nocache "^3.0.1" + open "^6.2.0" + pretty-format "^29.7.0" + serve-static "^1.13.1" + ws "^6.2.3" -"@radix-ui/react-use-escape-keydown@1.1.1": - version "1.1.1" - resolved "https://registry.yarnpkg.com/@radix-ui/react-use-escape-keydown/-/react-use-escape-keydown-1.1.1.tgz#b3fed9bbea366a118f40427ac40500aa1423cc29" - integrity sha512-Il0+boE7w/XebUHyBjroE+DbByORGR9KKmITzbR7MyQ4akpORYP/ZmbhAr0DG7RmmBqoOnZdy2QlvajJ2QA59g== +"@react-native-community/cli-tools@20.0.0": + version "20.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-20.0.0.tgz#a20a80e58da07dd0cc02c897e8dada21bd289bea" + integrity sha512-akSZGxr1IajJ8n0YCwQoA3DI0HttJ0WB7M3nVpb0lOM+rJpsBN7WG5Ft+8ozb6HyIPX+O+lLeYazxn5VNG/Xhw== dependencies: - "@radix-ui/react-use-callback-ref" "1.1.1" + "@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" + +"@react-native-community/cli-types@20.0.0": + version "20.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-20.0.0.tgz#f38988d21538a0537757782e3e44f088e6715708" + integrity sha512-7J4hzGWOPTBV1d30Pf2NidV+bfCWpjfCOiGO3HUhz1fH4MvBM0FbbBmE9LE5NnMz7M8XSRSi68ZGYQXgLBB2Qw== + dependencies: + joi "^17.2.1" + +"@react-native-community/cli@20.0.0": + version "20.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-20.0.0.tgz#a9155bd63e0cf45aafb4cc49c390ceb3bde64c74" + integrity sha512-/cMnGl5V1rqnbElY1Fvga1vfw0d3bnqiJLx2+2oh7l9ulnXfVRWb5tU2kgBqiMxuDOKA+DQoifC9q/tvkj5K2w== + dependencies: + "@react-native-community/cli-clean" "20.0.0" + "@react-native-community/cli-config" "20.0.0" + "@react-native-community/cli-doctor" "20.0.0" + "@react-native-community/cli-server-api" "20.0.0" + "@react-native-community/cli-tools" "20.0.0" + "@react-native-community/cli-types" "20.0.0" + chalk "^4.1.2" + commander "^9.4.1" + deepmerge "^4.3.0" + execa "^5.0.0" + find-up "^5.0.0" + fs-extra "^8.1.0" + graceful-fs "^4.1.3" + prompts "^2.4.2" + semver "^7.5.2" -"@radix-ui/react-use-layout-effect@1.1.1": - version "1.1.1" - resolved "https://registry.yarnpkg.com/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.1.tgz#0c4230a9eed49d4589c967e2d9c0d9d60a23971e" - integrity sha512-RbJRS4UWQFkzHTTwVymMTUv8EqYhOp8dOOviLj2ugtTiXRaRQS7GLGxZTLL1jWhMeoSCf5zmcZkqTl9IiYfXcQ== +"@react-native-masked-view/masked-view@^0.3.1": + version "0.3.2" + resolved "https://registry.yarnpkg.com/@react-native-masked-view/masked-view/-/masked-view-0.3.2.tgz#7064533a573e3539ec912f59c1f457371bf49dd9" + integrity sha512-XwuQoW7/GEgWRMovOQtX3A4PrXhyaZm0lVUiY8qJDvdngjLms9Cpdck6SmGAUNqQwcj2EadHC1HwL0bEyoa/SQ== -"@react-native/assets-registry@0.81.5": - version "0.81.5" - resolved "https://registry.yarnpkg.com/@react-native/assets-registry/-/assets-registry-0.81.5.tgz#d22c924fa6f6d4a463c5af34ce91f38756c0fa7d" - integrity sha512-705B6x/5Kxm1RKRvSv0ADYWm5JOnoiQ1ufW7h8uu2E6G9Of/eE6hP/Ivw3U5jI16ERqZxiKQwk34VJbB0niX9w== +"@react-native/assets-registry@0.83.0": + version "0.83.0" + resolved "https://registry.yarnpkg.com/@react-native/assets-registry/-/assets-registry-0.83.0.tgz#81a4a3c48069f4e2e4e9d55dbd4fbcb8102246be" + integrity sha512-EmGSKDvmnEnBrTK75T+0Syt6gy/HACOTfziw5+392Kr1Bb28Rv26GyOIkvptnT+bb2VDHU0hx9G0vSy5/S3rmQ== "@react-native/babel-plugin-codegen@0.81.5": version "0.81.5" @@ -2917,7 +2126,66 @@ "@babel/traverse" "^7.25.3" "@react-native/codegen" "0.81.5" -"@react-native/babel-preset@0.81.5", "@react-native/babel-preset@^0.81.0": +"@react-native/babel-plugin-codegen@0.83.0": + version "0.83.0" + resolved "https://registry.yarnpkg.com/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.83.0.tgz#8fa951c82911d5e64e2ca152a13d690f77fc325d" + integrity sha512-H5K0hnv9EhcenojZb9nUMIKPvHZ7ba9vpCyQIeGJmUTDYwZqjmXXyH73+uZo+GHjCIq1n0eF/soC5HJQzalh/Q== + dependencies: + "@babel/traverse" "^7.25.3" + "@react-native/codegen" "0.83.0" + +"@react-native/babel-preset@0.83.0": + version "0.83.0" + resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.83.0.tgz#d7a1aa27d32621ee4986d6ef6559a30e1c8cf478" + integrity sha512-v20aTae9+aergUgRQSiy3CLqRSJu5VrHLpPpyYcAkTJ2JWTbtTlKfYuEw0V/WMFpeYZnZ7IVtu/6gTISVV74UQ== + dependencies: + "@babel/core" "^7.25.2" + "@babel/plugin-proposal-export-default-from" "^7.24.7" + "@babel/plugin-syntax-dynamic-import" "^7.8.3" + "@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" + "@babel/plugin-transform-react-jsx" "^7.25.2" + "@babel/plugin-transform-react-jsx-self" "^7.24.7" + "@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.0" + babel-plugin-syntax-hermes-parser "0.32.0" + babel-plugin-transform-flow-enums "^0.0.2" + react-refresh "^0.14.0" + +"@react-native/babel-preset@^0.81.0": version "0.81.5" resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.81.5.tgz#e8b7969d21f87ef4e41e603248e8a70c44b4a5bb" integrity sha512-UoI/x/5tCmi+pZ3c1+Ypr1DaRMDLI3y+Q70pVLLVgrnC3DHsHRIbHcCHIeG/IJvoeFqFM2sTdhSOLJrf8lOPrA== @@ -2981,31 +2249,53 @@ nullthrows "^1.1.1" yargs "^17.6.2" -"@react-native/community-cli-plugin@0.81.5": - version "0.81.5" - resolved "https://registry.yarnpkg.com/@react-native/community-cli-plugin/-/community-cli-plugin-0.81.5.tgz#617789cda4da419d03dda00e2a78c36188b4391e" - integrity sha512-yWRlmEOtcyvSZ4+OvqPabt+NS36vg0K/WADTQLhrYrm9qdZSuXmq8PmdJWz/68wAqKQ+4KTILiq2kjRQwnyhQw== +"@react-native/codegen@0.83.0": + version "0.83.0" + resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.83.0.tgz#7741f906892c257d5a35bfea38e45d68faa869de" + integrity sha512-3fvMi/pSJHhikjwMZQplU4Ar9ANoR2GSBxotbkKIMI6iNduh+ln1FTvB2me69FA68aHtVZOO+cO+QpGCcvgaMA== + 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" + yargs "^17.6.2" + +"@react-native/community-cli-plugin@0.83.0": + version "0.83.0" + resolved "https://registry.yarnpkg.com/@react-native/community-cli-plugin/-/community-cli-plugin-0.83.0.tgz#f33388646eb4109f2572c715fb341695369dc48c" + integrity sha512-bJD5pLURgKY2YK0R6gUsFWHiblSAFt1Xyc2fsyCL8XBnB7kJfVhLAKGItk6j1QZbwm1Io41ekZxBmZdyQqIDrg== dependencies: - "@react-native/dev-middleware" "0.81.5" + "@react-native/dev-middleware" "0.83.0" debug "^4.4.0" invariant "^2.2.4" - metro "^0.83.1" - metro-config "^0.83.1" - metro-core "^0.83.1" + metro "^0.83.3" + metro-config "^0.83.3" + metro-core "^0.83.3" semver "^7.1.3" -"@react-native/debugger-frontend@0.81.5": - version "0.81.5" - resolved "https://registry.yarnpkg.com/@react-native/debugger-frontend/-/debugger-frontend-0.81.5.tgz#82ece0181e9a7a3dcbdfa86cf9decd654e13f81f" - integrity sha512-bnd9FSdWKx2ncklOetCgrlwqSGhMHP2zOxObJbOWXoj7GHEmih4MKarBo5/a8gX8EfA1EwRATdfNBQ81DY+h+w== +"@react-native/debugger-frontend@0.83.0": + version "0.83.0" + resolved "https://registry.yarnpkg.com/@react-native/debugger-frontend/-/debugger-frontend-0.83.0.tgz#1ce22e0699ebf80e0737ff5471e47107b97b345d" + integrity sha512-7XVbkH8nCjLKLe8z5DS37LNP62/QNNya/YuLlVoLfsiB54nR/kNZij5UU7rS0npAZ3WN7LR0anqLlYnzDd0JHA== -"@react-native/dev-middleware@0.81.5": - version "0.81.5" - resolved "https://registry.yarnpkg.com/@react-native/dev-middleware/-/dev-middleware-0.81.5.tgz#81e8ac545d7736ef6ebb2e59fdbaebc5cf9aedec" - integrity sha512-WfPfZzboYgo/TUtysuD5xyANzzfka8Ebni6RIb2wDxhb56ERi7qDrE4xGhtPsjCL4pQBXSVxyIlCy0d8I6EgGA== +"@react-native/debugger-shell@0.83.0": + version "0.83.0" + resolved "https://registry.yarnpkg.com/@react-native/debugger-shell/-/debugger-shell-0.83.0.tgz#879f34a7e6c3adc4be8a73a506ea2dba8281b5c8" + integrity sha512-rJJxRRLLsKW+cqd0ALSBoqwL5SQTmwpd5SGl6rq9sY+fInCUKfkLEIc5HWQ0ppqoPyDteQVWbQ3a5VN84aJaNg== + dependencies: + cross-spawn "^7.0.6" + fb-dotslash "0.5.8" + +"@react-native/dev-middleware@0.83.0": + version "0.83.0" + resolved "https://registry.yarnpkg.com/@react-native/dev-middleware/-/dev-middleware-0.83.0.tgz#1b4d3bf261bfd5ef162161d9ac28c2170fb7397d" + integrity sha512-HWn42tbp0h8RWttua6d6PjseaSr3IdwkaoqVxhiM9kVDY7Ro00eO7tdlVgSzZzhIibdVS2b2C3x+sFoWhag1fA== dependencies: "@isaacs/ttlcache" "^1.4.1" - "@react-native/debugger-frontend" "0.81.5" + "@react-native/debugger-frontend" "0.83.0" + "@react-native/debugger-shell" "0.83.0" chrome-launcher "^0.15.2" chromium-edge-launcher "^0.2.0" connect "^3.6.5" @@ -3014,49 +2304,97 @@ nullthrows "^1.1.1" open "^7.0.3" serve-static "^1.16.2" - ws "^6.2.3" + ws "^7.5.10" -"@react-native/gradle-plugin@0.81.5": - version "0.81.5" - resolved "https://registry.yarnpkg.com/@react-native/gradle-plugin/-/gradle-plugin-0.81.5.tgz#a58830f38789f6254b64449a17fe57455b589d00" - integrity sha512-hORRlNBj+ReNMLo9jme3yQ6JQf4GZpVEBLxmTXGGlIL78MAezDZr5/uq9dwElSbcGmLEgeiax6e174Fie6qPLg== +"@react-native/eslint-config@0.83.0": + version "0.83.0" + resolved "https://registry.yarnpkg.com/@react-native/eslint-config/-/eslint-config-0.83.0.tgz#8ff14fbfb721b0223c962a84040582f7ccdbbd22" + integrity sha512-HTJg5XGQSGkVqeTvO7kOm1a1fNZ0VyZqhaLKAdWNwry+cWLkSnk9uohztnEIIP33FbP0Aybc7JuZIQon9OI3+w== + dependencies: + "@babel/core" "^7.25.2" + "@babel/eslint-parser" "^7.25.1" + "@react-native/eslint-plugin" "0.83.0" + "@typescript-eslint/eslint-plugin" "^8.36.0" + "@typescript-eslint/parser" "^8.36.0" + eslint-config-prettier "^8.5.0" + eslint-plugin-eslint-comments "^3.2.0" + eslint-plugin-ft-flow "^2.0.1" + eslint-plugin-jest "^29.0.1" + eslint-plugin-react "^7.30.1" + eslint-plugin-react-hooks "^7.0.1" + eslint-plugin-react-native "^4.0.0" + +"@react-native/eslint-plugin@0.83.0": + version "0.83.0" + resolved "https://registry.yarnpkg.com/@react-native/eslint-plugin/-/eslint-plugin-0.83.0.tgz#cf612657685f7ed9fc9b7f1f12668e444bd2330d" + integrity sha512-a0lObGV1/1P6mrekSF+1KpRkdH2fefQ/8fm1kLTUNvR5mae8xXz+U+f+1lsgqqEHtoGHey5Ve5MUkjgj4WnqTQ== + +"@react-native/gradle-plugin@0.83.0": + version "0.83.0" + resolved "https://registry.yarnpkg.com/@react-native/gradle-plugin/-/gradle-plugin-0.83.0.tgz#85e00a918a5fd249b4caf1137d0b1a808e510df1" + integrity sha512-BXZRmfsbgPhEPkrRPjk2njA2AzhSelBqhuoklnv3DdLTdxaRjKYW+LW0zpKo1k3qPKj7kG1YGI3miol6l1GB5g== + +"@react-native/js-polyfills@0.83.0": + version "0.83.0" + resolved "https://registry.yarnpkg.com/@react-native/js-polyfills/-/js-polyfills-0.83.0.tgz#d45123c150286fb179ee00957d2d9e8ca815ab8c" + integrity sha512-cVB9BMqlfbQR0v4Wxi5M2yDhZoKiNqWgiEXpp7ChdZIXI0SEnj8WwLwE3bDkyOfF8tCHdytpInXyg/al2O+dLQ== + +"@react-native/metro-babel-transformer@0.83.0": + version "0.83.0" + resolved "https://registry.yarnpkg.com/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.83.0.tgz#24eb9351e3178e6f27aae3b2bbfc261043d6ca7c" + integrity sha512-hB5kpR5Ho9l9xKuh5uHZEIFqnuaW8T7rDYwqf1j0xvTZu88KwaHAXya2IpDZsjlWzVMCl50cAwPkVZOlEOfJvw== + dependencies: + "@babel/core" "^7.25.2" + "@react-native/babel-preset" "0.83.0" + hermes-parser "0.32.0" + nullthrows "^1.1.1" -"@react-native/js-polyfills@0.81.5": - version "0.81.5" - resolved "https://registry.yarnpkg.com/@react-native/js-polyfills/-/js-polyfills-0.81.5.tgz#2ca68188c8fff9b951f507b1dec7efe928848274" - integrity sha512-fB7M1CMOCIUudTRuj7kzxIBTVw2KXnsgbQ6+4cbqSxo8NmRRhA0Ul4ZUzZj3rFd3VznTL4Brmocv1oiN0bWZ8w== +"@react-native/metro-config@0.83.0": + version "0.83.0" + resolved "https://registry.yarnpkg.com/@react-native/metro-config/-/metro-config-0.83.0.tgz#f86a1cf84c11de495cc9fa0106e6b79a8b779dab" + integrity sha512-7mWZNZOJJLMJ8adBrAgAXcwtyn8PtPjAGavK8k3/mtsWYm79ncf5PD8D9puh6wBHCYwPu2ff/l23nNV8JsqLyg== + dependencies: + "@react-native/js-polyfills" "0.83.0" + "@react-native/metro-babel-transformer" "0.83.0" + metro-config "^0.83.3" + metro-runtime "^0.83.3" -"@react-native/normalize-colors@0.81.5": - version "0.81.5" - resolved "https://registry.yarnpkg.com/@react-native/normalize-colors/-/normalize-colors-0.81.5.tgz#1ca6cb6772bb7324df2b11aab35227eacd6bdfe7" - integrity sha512-0HuJ8YtqlTVRXGZuGeBejLE04wSQsibpTI+RGOyVqxZvgtlLLC/Ssw0UmbHhT4lYMp2fhdtvKZSs5emWB1zR/g== +"@react-native/new-app-screen@0.83.0": + version "0.83.0" + resolved "https://registry.yarnpkg.com/@react-native/new-app-screen/-/new-app-screen-0.83.0.tgz#62329de4cb71005757146c52412338be2924acb4" + integrity sha512-kqlN+vNwgXgQPJ7SxXWgizS8ogBCS/0qwVMl1g8UGtjVql2tZi/rSJ2znUgdH2tHMnN9SASM285Cc/g5r5gU6A== -"@react-native/normalize-colors@^0.74.1": - version "0.74.89" - resolved "https://registry.npmjs.org/@react-native/normalize-colors/-/normalize-colors-0.74.89.tgz" - integrity sha512-qoMMXddVKVhZ8PA1AbUCk83trpd6N+1nF2A6k1i6LsQObyS92fELuk8kU/lQs6M7BsMHwqyLCpQJ1uFgNvIQXg== +"@react-native/normalize-colors@0.83.0": + version "0.83.0" + resolved "https://registry.yarnpkg.com/@react-native/normalize-colors/-/normalize-colors-0.83.0.tgz#3aeb8967552b95400ee6ae1d95f4d11f289e409b" + integrity sha512-DG1ELOqQ6RS82R1zEUGTWa/pfSPOf+vwAnQB7Ao1vRuhW/xdd2OPQJyqx5a5QWMYpGrlkCb7ERxEVX6p2QODCA== -"@react-native/virtualized-lists@0.81.5": - version "0.81.5" - resolved "https://registry.yarnpkg.com/@react-native/virtualized-lists/-/virtualized-lists-0.81.5.tgz#24123fded16992d7e46ecc4ccd473be939ea8c1b" - integrity sha512-UVXgV/db25OPIvwZySeToXD/9sKKhOdkcWmmf4Jh8iBZuyfML+/5CasaZ1E7Lqg6g3uqVQq75NqIwkYmORJMPw== +"@react-native/typescript-config@0.83.0": + version "0.83.0" + resolved "https://registry.yarnpkg.com/@react-native/typescript-config/-/typescript-config-0.83.0.tgz#1fca30162eb8187896d4b3e926131436b23bff07" + integrity sha512-8IcgamT0qoBDL3D8Ho6YHkQrxUMf3fKHkRd6MYDjVKNamz0XtfXNLY/FNnUOolx1HbgMkkwKFcbP3AbIKFxirQ== + +"@react-native/virtualized-lists@0.83.0": + version "0.83.0" + resolved "https://registry.yarnpkg.com/@react-native/virtualized-lists/-/virtualized-lists-0.83.0.tgz#f65f70d9a5fe744aeb3c9ea6b8c21b39cf849716" + integrity sha512-AVnDppwPidQrPrzA4ETr4o9W+40yuijg3EVgFt2hnMldMZkqwPRrgJL2GSreQjCYe1NfM5Yn4Egyy4Kd0yp4Lw== dependencies: invariant "^2.2.4" nullthrows "^1.1.1" -"@react-navigation/bottom-tabs@^7.4.0": - version "7.9.0" - resolved "https://registry.yarnpkg.com/@react-navigation/bottom-tabs/-/bottom-tabs-7.9.0.tgz#b546adb0cedd72a1f0179e00b74039b3c8abb6bd" - integrity sha512-024FWdHp3ZsE5rP8tmGI4vh+1z3wg8u8E9Frep8eeGoYo1h9rQhvgofQDGxknmrKsb7t8o8Dim+IZSvl57cPFQ== +"@react-navigation/bottom-tabs@^7.3.0": + version "7.13.0" + resolved "https://registry.yarnpkg.com/@react-navigation/bottom-tabs/-/bottom-tabs-7.13.0.tgz#cef50768633cdbd272809aec7751ac37ce36dab0" + integrity sha512-qxxjRDpjhZ4vIZqG4rBU1Vx2jgOAO/ciUKc9sJqVlTM005E2E+aK1EaE3lGaBDyZxTpjonollAucZcqL7OTscQ== dependencies: - "@react-navigation/elements" "^2.9.3" + "@react-navigation/elements" "^2.9.5" color "^4.2.3" sf-symbols-typescript "^2.1.0" -"@react-navigation/core@^7.13.7": - version "7.13.7" - resolved "https://registry.yarnpkg.com/@react-navigation/core/-/core-7.13.7.tgz#1263903a703b5f183a08c22dfc5c3735ac4ef91c" - integrity sha512-k2ABo3250vq1ovOh/iVwXS6Hwr5PVRGXoPh/ewVFOOuEKTvOx9i//OBzt8EF+HokBxS2HBRlR2b+aCOmscRqBw== +"@react-navigation/core@^7.14.0": + version "7.14.0" + resolved "https://registry.yarnpkg.com/@react-navigation/core/-/core-7.14.0.tgz#d24f93d424ab33f645262dc4775e4708aa3d9a8b" + integrity sha512-tMpzskBzVp0E7CRNdNtJIdXjk54Kwe/TF9ViXAef+YFM1kSfGv4e/B2ozfXE+YyYgmh4WavTv8fkdJz1CNyu+g== dependencies: "@react-navigation/routers" "^7.5.3" escape-string-regexp "^4.0.0" @@ -3067,41 +2405,31 @@ use-latest-callback "^0.2.4" use-sync-external-store "^1.5.0" -"@react-navigation/drawer@^7.7.10": - version "7.7.10" - resolved "https://registry.yarnpkg.com/@react-navigation/drawer/-/drawer-7.7.10.tgz#c07651bcf917d163ff8b1a4e4c35ac527b11caa3" - integrity sha512-FGYU5Ebd2whTa4Z+RBCxnWqmyWIQGTJ7PAAhk2RjlVrEXLU0HaFR5JGmEHuNm/Cm9xX3xCwOxYZiA0Xi/DeyAA== +"@react-navigation/drawer@^7.8.0": + version "7.8.1" + resolved "https://registry.yarnpkg.com/@react-navigation/drawer/-/drawer-7.8.1.tgz#5a92332413361d6bc45ec2c17e2ad0a9c97c3609" + integrity sha512-LhRJthmQ66Glu4w4nrX7UlA6bS9hQzfFJPrFvEm4SWNvjFbd+BkvMbXayar7l5e5WT0vkWJ5k/v7TTfQ4zNGfQ== dependencies: - "@react-navigation/elements" "^2.9.3" + "@react-navigation/elements" "^2.9.5" color "^4.2.3" - react-native-drawer-layout "^4.2.1" + react-native-drawer-layout "^4.2.2" use-latest-callback "^0.2.4" -"@react-navigation/elements@^2.9.3": - version "2.9.3" - resolved "https://registry.yarnpkg.com/@react-navigation/elements/-/elements-2.9.3.tgz#505ae38af347a0bc5326155318a3d9a54e2071e3" - integrity sha512-3+eyvWiVPIEf6tN9UdduhOEHcTuNe3R5WovgiVkfH9+jApHMTZDc2loePTpY/i2HDJhObhhChpJzO6BVjrpdYQ== +"@react-navigation/elements@^2.9.5": + version "2.9.5" + resolved "https://registry.yarnpkg.com/@react-navigation/elements/-/elements-2.9.5.tgz#29f68c4975351724dcfe1d3bdc76c4d6dc65fc33" + integrity sha512-iHZU8rRN1014Upz73AqNVXDvSMZDh5/ktQ1CMe21rdgnOY79RWtHHBp9qOS3VtqlUVYGkuX5GEw5mDt4tKdl0g== dependencies: color "^4.2.3" use-latest-callback "^0.2.4" use-sync-external-store "^1.5.0" -"@react-navigation/native-stack@^7.3.16": - version "7.9.0" - resolved "https://registry.yarnpkg.com/@react-navigation/native-stack/-/native-stack-7.9.0.tgz#4fcd08a403ff86c465a908f3b49f86ab3f66d06a" - integrity sha512-C/mNPhI0Pnerl7C2cB+6fAkdgSmfKECMERrbyfjx3P6JmEuTC54o+GV1c62FUmlRaRUassVHbtw4EeaY2uLh0g== +"@react-navigation/native@^7.1.28": + version "7.1.28" + resolved "https://registry.yarnpkg.com/@react-navigation/native/-/native-7.1.28.tgz#1ee75cf3a8b3e4365f94c5d657bb3c015e387720" + integrity sha512-d1QDn+KNHfHGt3UIwOZvupvdsDdiHYZBEj7+wL2yDVo3tMezamYy60H9s3EnNVE1Ae1ty0trc7F2OKqo/RmsdQ== dependencies: - "@react-navigation/elements" "^2.9.3" - color "^4.2.3" - sf-symbols-typescript "^2.1.0" - warn-once "^0.1.1" - -"@react-navigation/native@^7.1.8": - version "7.1.26" - resolved "https://registry.yarnpkg.com/@react-navigation/native/-/native-7.1.26.tgz#220672e115f39014b95ca3ce8f2c37076a0e74f4" - integrity sha512-RhKmeD0E2ejzKS6z8elAfdfwShpcdkYY8zJzvHYLq+wv183BBcElTeyMLcIX6wIn7QutXeI92Yi21t7aUWfqNQ== - dependencies: - "@react-navigation/core" "^7.13.7" + "@react-navigation/core" "^7.14.0" escape-string-regexp "^4.0.0" fast-deep-equal "^3.1.3" nanoid "^3.3.11" @@ -3114,26 +2442,52 @@ dependencies: nanoid "^3.3.11" +"@react-navigation/stack@^7.5.0": + version "7.7.1" + resolved "https://registry.yarnpkg.com/@react-navigation/stack/-/stack-7.7.1.tgz#6e4564dc59b34cdd00bafb376ba9cd7c130905d9" + integrity sha512-aVxwWkl7tMgfmFW3iiklcTvu6Bt/j5lcUzkyzn16Q+g83Ng/mNx8LoBbjpASrXTnT4tgzINLdEtxdZ7EI1+Sdw== + dependencies: + "@react-navigation/elements" "^2.9.5" + color "^4.2.3" + use-latest-callback "^0.2.4" + +"@sideway/address@^4.1.5": + version "4.1.5" + resolved "https://registry.yarnpkg.com/@sideway/address/-/address-4.1.5.tgz#4bc149a0076623ced99ca8208ba780d65a99b9d5" + integrity sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q== + dependencies: + "@hapi/hoek" "^9.0.0" + +"@sideway/formula@^3.0.1": + version "3.0.1" + resolved "https://registry.yarnpkg.com/@sideway/formula/-/formula-3.0.1.tgz#80fcbcbaf7ce031e0ef2dd29b1bfc7c3f583611f" + integrity sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg== + +"@sideway/pinpoint@^2.0.0": + version "2.0.0" + resolved "https://registry.yarnpkg.com/@sideway/pinpoint/-/pinpoint-2.0.0.tgz#cff8ffadc372ad29fd3f78277aeb29e632cc70df" + integrity sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ== + "@sigstore/bundle@^2.3.2": version "2.3.2" - resolved "https://registry.npmjs.org/@sigstore/bundle/-/bundle-2.3.2.tgz" + resolved "https://registry.yarnpkg.com/@sigstore/bundle/-/bundle-2.3.2.tgz#ad4dbb95d665405fd4a7a02c8a073dbd01e4e95e" integrity sha512-wueKWDk70QixNLB363yHc2D2ItTgYiMTdPwK8D9dKQMR3ZQ0c35IxP5xnwQ8cNLoCgCRcHf14kE+CLIvNX1zmA== dependencies: "@sigstore/protobuf-specs" "^0.3.2" "@sigstore/core@^1.0.0", "@sigstore/core@^1.1.0": version "1.1.0" - resolved "https://registry.npmjs.org/@sigstore/core/-/core-1.1.0.tgz" + resolved "https://registry.yarnpkg.com/@sigstore/core/-/core-1.1.0.tgz#5583d8f7ffe599fa0a89f2bf289301a5af262380" integrity sha512-JzBqdVIyqm2FRQCulY6nbQzMpJJpSiJ8XXWMhtOX9eKgaXXpfNOF53lzQEjIydlStnd/eFtuC1dW4VYdD93oRg== "@sigstore/protobuf-specs@^0.3.2": version "0.3.3" - resolved "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.3.3.tgz" + resolved "https://registry.yarnpkg.com/@sigstore/protobuf-specs/-/protobuf-specs-0.3.3.tgz#7dd46d68b76c322873a2ef7581ed955af6f4dcde" integrity sha512-RpacQhBlwpBWd7KEJsRKcBQalbV28fvkxwTOJIqhIuDysMMaJW47V4OqW30iJB9uRpqOSxxEAQFdr8tTattReQ== "@sigstore/sign@^2.3.2": version "2.3.2" - resolved "https://registry.npmjs.org/@sigstore/sign/-/sign-2.3.2.tgz" + resolved "https://registry.yarnpkg.com/@sigstore/sign/-/sign-2.3.2.tgz#d3d01e56d03af96fd5c3a9b9897516b1233fc1c4" integrity sha512-5Vz5dPVuunIIvC5vBb0APwo7qKA4G9yM48kPWJT+OEERs40md5GoUR1yedwpekWZ4m0Hhw44m6zU+ObsON+iDA== dependencies: "@sigstore/bundle" "^2.3.2" @@ -3145,7 +2499,7 @@ "@sigstore/tuf@^2.3.4": version "2.3.4" - resolved "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.4.tgz" + resolved "https://registry.yarnpkg.com/@sigstore/tuf/-/tuf-2.3.4.tgz#da1d2a20144f3b87c0172920cbc8dcc7851ca27c" integrity sha512-44vtsveTPUpqhm9NCrbU8CWLe3Vck2HO1PNLw7RIajbB7xhtn5RBPm1VNSCMwqGYHhDsBJG8gDF0q4lgydsJvw== dependencies: "@sigstore/protobuf-specs" "^0.3.2" @@ -3153,7 +2507,7 @@ "@sigstore/verify@^1.2.1": version "1.2.1" - resolved "https://registry.npmjs.org/@sigstore/verify/-/verify-1.2.1.tgz" + resolved "https://registry.yarnpkg.com/@sigstore/verify/-/verify-1.2.1.tgz#c7e60241b432890dcb8bd8322427f6062ef819e1" integrity sha512-8iKx79/F73DKbGfRf7+t4dqrc0bRr0thdPrxAtCKWRm/F0tG71i6O1rvlnScncJLLBZHn3h8M3c1BSUAb9yu8g== dependencies: "@sigstore/bundle" "^2.3.2" @@ -3162,36 +2516,36 @@ "@sinclair/typebox@^0.27.8": version "0.27.8" - resolved "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz" + resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e" integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA== "@sinonjs/commons@^3.0.0": version "3.0.1" - resolved "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz" + resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-3.0.1.tgz#1029357e44ca901a615585f6d27738dbc89084cd" integrity sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ== dependencies: type-detect "4.0.8" "@sinonjs/fake-timers@^10.0.2": version "10.3.0" - resolved "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz" + resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz#55fdff1ecab9f354019129daf4df0dd4d923ea66" integrity sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA== dependencies: "@sinonjs/commons" "^3.0.0" "@tootallnate/once@2": version "2.0.0" - resolved "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz" + resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf" integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A== "@tufjs/canonical-json@2.0.0": version "2.0.0" - resolved "https://registry.npmjs.org/@tufjs/canonical-json/-/canonical-json-2.0.0.tgz" + resolved "https://registry.yarnpkg.com/@tufjs/canonical-json/-/canonical-json-2.0.0.tgz#a52f61a3d7374833fca945b2549bc30a2dd40d0a" integrity sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA== "@tufjs/models@2.0.1": version "2.0.1" - resolved "https://registry.npmjs.org/@tufjs/models/-/models-2.0.1.tgz" + resolved "https://registry.yarnpkg.com/@tufjs/models/-/models-2.0.1.tgz#e429714e753b6c2469af3212e7f320a6973c2812" integrity sha512-92F7/SFyufn4DXsha9+QfKnN03JGqtMFMXgSHbZOo8JG59WkTni7UzAouNQDf7AuP9OAMxVOPQcqG3sB7w+kkg== dependencies: "@tufjs/canonical-json" "2.0.0" @@ -3199,14 +2553,14 @@ "@tybys/wasm-util@^0.9.0": version "0.9.0" - resolved "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.9.0.tgz" + resolved "https://registry.yarnpkg.com/@tybys/wasm-util/-/wasm-util-0.9.0.tgz#3e75eb00604c8d6db470bf18c37b7d984a0e3355" integrity sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw== dependencies: tslib "^2.4.0" "@types/babel__core@^7.1.14": version "7.20.5" - resolved "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz" + resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.5.tgz#3df15f27ba85319caa07ba08d0721889bb39c017" integrity sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA== dependencies: "@babel/parser" "^7.20.7" @@ -3217,60 +2571,60 @@ "@types/babel__generator@*": version "7.27.0" - resolved "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz" + resolved "https://registry.yarnpkg.com/@types/babel__generator/-/babel__generator-7.27.0.tgz#b5819294c51179957afaec341442f9341e4108a9" integrity sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg== dependencies: "@babel/types" "^7.0.0" "@types/babel__template@*": version "7.4.4" - resolved "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz" + resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.4.4.tgz#5672513701c1b2199bc6dad636a9d7491586766f" integrity sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A== dependencies: "@babel/parser" "^7.1.0" "@babel/types" "^7.0.0" "@types/babel__traverse@*", "@types/babel__traverse@^7.0.6": - version "7.20.7" - resolved "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.7.tgz" - integrity sha512-dkO5fhS7+/oos4ciWxyEyjWe48zmG6wbCheo/G2ZnHx4fs3EU6YC6UM8rk56gAjNJ9P3MTH2jo5jb92/K6wbng== + version "7.28.0" + resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.28.0.tgz#07d713d6cce0d265c9849db0cbe62d3f61f36f74" + integrity sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q== dependencies: - "@babel/types" "^7.20.7" + "@babel/types" "^7.28.2" "@types/graceful-fs@^4.1.3": version "4.1.9" - resolved "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz" + resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.9.tgz#2a06bc0f68a20ab37b3e36aa238be6abdf49e8b4" integrity sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ== dependencies: "@types/node" "*" "@types/hammerjs@^2.0.36": version "2.0.46" - resolved "https://registry.npmjs.org/@types/hammerjs/-/hammerjs-2.0.46.tgz" + resolved "https://registry.yarnpkg.com/@types/hammerjs/-/hammerjs-2.0.46.tgz#381daaca1360ff8a7c8dff63f32e69745b9fb1e1" integrity sha512-ynRvcq6wvqexJ9brDMS4BnBLzmr0e14d6ZJTEShTBWKymQiHwlAyGu0ZPEFI2Fh1U53F7tN9ufClWM5KvqkKOw== "@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1": version "2.0.6" - resolved "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz" + resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz#7739c232a1fee9b4d3ce8985f314c0c6d33549d7" integrity sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w== "@types/istanbul-lib-report@*": version "3.0.3" - resolved "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz" + resolved "https://registry.yarnpkg.com/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz#53047614ae72e19fc0401d872de3ae2b4ce350bf" integrity sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA== dependencies: "@types/istanbul-lib-coverage" "*" "@types/istanbul-reports@^3.0.0": version "3.0.4" - resolved "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz" + resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz#0f03e3d2f670fbdac586e34b433783070cc16f54" integrity sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ== dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@^29.5.12": +"@types/jest@^29.5.12", "@types/jest@^29.5.13": version "29.5.14" - resolved "https://registry.npmjs.org/@types/jest/-/jest-29.5.14.tgz" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.14.tgz#2b910912fa1d6856cadcd0c1f95af7df1d6049e5" integrity sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ== dependencies: expect "^29.0.0" @@ -3278,7 +2632,7 @@ "@types/jsdom@^20.0.0": version "20.0.1" - resolved "https://registry.npmjs.org/@types/jsdom/-/jsdom-20.0.1.tgz" + resolved "https://registry.yarnpkg.com/@types/jsdom/-/jsdom-20.0.1.tgz#07c14bc19bd2f918c1929541cdaacae894744808" integrity sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ== dependencies: "@types/node" "*" @@ -3287,130 +2641,217 @@ "@types/minimatch@^3.0.3": version "3.0.5" - resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz" + resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40" integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ== "@types/minimist@^1.2.0": version "1.2.5" - resolved "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz" + resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.5.tgz#ec10755e871497bcd83efe927e43ec46e8c0747e" integrity sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag== -"@types/node@*", "@types/node@^22.9.0": - version "22.15.12" - resolved "https://registry.npmjs.org/@types/node/-/node-22.15.12.tgz" - integrity sha512-K0fpC/ZVeb8G9rm7bH7vI0KAec4XHEhBam616nVJCV51bKzJ6oA3luG4WdKoaztxe70QaNjS/xBmcDLmr4PiGw== +"@types/node@*": + version "25.2.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-25.2.0.tgz#015b7d228470c1dcbfc17fe9c63039d216b4d782" + integrity sha512-DZ8VwRFUNzuqJ5khrvwMXHmvPe+zGayJhr2CDNiKB1WBE1ST8Djl00D0IC4vvNmHMdj6DlbYRIaFE7WHjlDl5w== + dependencies: + undici-types "~7.16.0" + +"@types/node@^22.9.0": + version "22.19.8" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.19.8.tgz#b0c7812df8a98a001570950f4275f0c10fcad101" + integrity sha512-ebO/Yl+EAvVe8DnMfi+iaAyIqYdK0q/q0y0rw82INWEKJOBe6b/P3YWE8NW7oOlF/nXFNrHwhARrN/hdgDkraA== dependencies: undici-types "~6.21.0" "@types/normalize-package-data@^2.4.0": version "2.4.4" - resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz" + resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901" integrity sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA== "@types/prop-types@*": - version "15.7.14" - resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.14.tgz" - integrity sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ== + version "15.7.15" + resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.15.tgz#e6e5a86d602beaca71ce5163fadf5f95d70931c7" + integrity sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw== "@types/react-native@^0.66.16": version "0.66.34" - resolved "https://registry.npmjs.org/@types/react-native/-/react-native-0.66.34.tgz" + resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.66.34.tgz#e28c304de213a7599093aa69c3d8e861f1d46123" integrity sha512-ON5oCmPoWvA7dBam7FUx4eNn2uXhEXQ7cCgIf0xO8J9PjVMFdkn2HkTSS1j7xLCxcMnYU5zGY0h+RLi9ZRbQAA== dependencies: "@types/react" "^17" -"@types/react-test-renderer@^18.0.7": - version "18.3.1" - resolved "https://registry.npmjs.org/@types/react-test-renderer/-/react-test-renderer-18.3.1.tgz" - integrity sha512-vAhnk0tG2eGa37lkU9+s5SoroCsRI08xnsWFiAXOuPH2jqzMbcXvKExXViPi1P5fIklDeCvXqyrdmipFaSkZrA== +"@types/react-test-renderer@^19.1.0": + version "19.1.0" + resolved "https://registry.yarnpkg.com/@types/react-test-renderer/-/react-test-renderer-19.1.0.tgz#1d0af8f2e1b5931e245b8b5b234d1502b854dc10" + integrity sha512-XD0WZrHqjNrxA/MaR9O22w/RNidWR9YZmBdRGI7wcnWGrv/3dA8wKCJ8m63Sn+tLJhcjmuhOi629N66W6kgWzQ== + dependencies: + "@types/react" "*" + +"@types/react@*", "@types/react@^19.2.0": + version "19.2.14" + resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.14.tgz#39604929b5e3957e3a6fa0001dafb17c7af70bad" + integrity sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w== dependencies: - "@types/react" "^18" + csstype "^3.2.2" "@types/react@^17": - version "17.0.85" - resolved "https://registry.npmjs.org/@types/react/-/react-17.0.85.tgz" - integrity sha512-5oBDUsRDsrYq4DdyHaL99gE1AJCfuDhyxqF6/55fvvOIRkp1PpKuwJ+aMiGJR+GJt7YqMNclPROTHF20vY2cXA== + version "17.0.90" + resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.90.tgz#38b72ea265c7ea369cf2998b406f850f6f665825" + integrity sha512-P9beVR/x06U9rCJzSxtENnOr4BrbJ6VrsrDTc+73TtHv9XHhryXKbjGRB+6oooB2r0G/pQkD/S4dHo/7jUfwFw== dependencies: "@types/prop-types" "*" "@types/scheduler" "^0.16" - csstype "^3.0.2" + csstype "^3.2.2" -"@types/react@^18", "@types/react@^18.0.5": - version "18.3.21" - resolved "https://registry.npmjs.org/@types/react/-/react-18.3.21.tgz" - integrity sha512-gXLBtmlcRJeT09/sI4PxVwyrku6SaNUj/6cMubjE6T6XdY1fDmBL7r0nX0jbSZPU/Xr0KuwLLZh6aOYY5d91Xw== +"@types/react@^18.0.5": + version "18.3.27" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.27.tgz#74a3b590ea183983dc65a474dc17553ae1415c34" + integrity sha512-cisd7gxkzjBKU2GgdYrTdtQx1SORymWyaAFhaxQPK9bYO9ot3Y5OikQRvY0VYQtvwjeQnizCINJAenh/V7MK2w== dependencies: "@types/prop-types" "*" - csstype "^3.0.2" - -"@types/react@~19.1.10": - version "19.1.17" - resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.17.tgz#8be0b9c546cede389b930a98eb3fad1897f209c3" - integrity sha512-Qec1E3mhALmaspIrhWt9jkQMNdw6bReVu64mjvhbhq2NFPftLPVr+l1SZgmw/66WwBNpDh7ao5AT6gF5v41PFA== - dependencies: - csstype "^3.0.2" + csstype "^3.2.2" "@types/scheduler@^0.16": version "0.16.8" - resolved "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.8.tgz" + resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.8.tgz#ce5ace04cfeabe7ef87c0091e50752e36707deff" integrity sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A== "@types/stack-utils@^2.0.0": version "2.0.3" - resolved "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz" + resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.3.tgz#6209321eb2c1712a7e7466422b8cb1fc0d9dd5d8" integrity sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw== "@types/tough-cookie@*": version "4.0.5" - resolved "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz" + resolved "https://registry.yarnpkg.com/@types/tough-cookie/-/tough-cookie-4.0.5.tgz#cb6e2a691b70cb177c6e3ae9c1d2e8b2ea8cd304" integrity sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA== "@types/yargs-parser@*": version "21.0.3" - resolved "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz" + resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.3.tgz#815e30b786d2e8f0dcd85fd5bcf5e1a04d008f15" integrity sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ== "@types/yargs@^17.0.8": - version "17.0.33" - resolved "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.33.tgz" - integrity sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA== + version "17.0.35" + resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.35.tgz#07013e46aa4d7d7d50a49e15604c1c5340d4eb24" + integrity sha512-qUHkeCyQFxMXg79wQfTtfndEC+N9ZZg76HJftDJp+qH2tV7Gj4OJi7l+PiWwJ+pWtW8GwSmqsDj/oymhrTWXjg== dependencies: "@types/yargs-parser" "*" -"@ungap/structured-clone@^1.3.0": +"@typescript-eslint/eslint-plugin@^8.36.0": + version "8.55.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.55.0.tgz#086d2ef661507b561f7b17f62d3179d692a0765f" + integrity sha512-1y/MVSz0NglV1ijHC8OT49mPJ4qhPYjiK08YUQVbIOyu+5k862LKUHFkpKHWu//zmr7hDR2rhwUm6gnCGNmGBQ== + dependencies: + "@eslint-community/regexpp" "^4.12.2" + "@typescript-eslint/scope-manager" "8.55.0" + "@typescript-eslint/type-utils" "8.55.0" + "@typescript-eslint/utils" "8.55.0" + "@typescript-eslint/visitor-keys" "8.55.0" + ignore "^7.0.5" + natural-compare "^1.4.0" + ts-api-utils "^2.4.0" + +"@typescript-eslint/parser@^8.36.0": + version "8.55.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.55.0.tgz#6eace4e9e95f178d3447ed1f17f3d6a5dfdb345c" + integrity sha512-4z2nCSBfVIMnbuu8uinj+f0o4qOeggYJLbjpPHka3KH1om7e+H9yLKTYgksTaHcGco+NClhhY2vyO3HsMH1RGw== + dependencies: + "@typescript-eslint/scope-manager" "8.55.0" + "@typescript-eslint/types" "8.55.0" + "@typescript-eslint/typescript-estree" "8.55.0" + "@typescript-eslint/visitor-keys" "8.55.0" + debug "^4.4.3" + +"@typescript-eslint/project-service@8.55.0": + version "8.55.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.55.0.tgz#b8a71c06a625bdad481c24d5614b68e252f3ae9b" + integrity sha512-zRcVVPFUYWa3kNnjaZGXSu3xkKV1zXy8M4nO/pElzQhFweb7PPtluDLQtKArEOGmjXoRjnUZ29NjOiF0eCDkcQ== + dependencies: + "@typescript-eslint/tsconfig-utils" "^8.55.0" + "@typescript-eslint/types" "^8.55.0" + debug "^4.4.3" + +"@typescript-eslint/scope-manager@8.55.0": + version "8.55.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.55.0.tgz#8a0752c31c788651840dc98f840b0c2ebe143b8c" + integrity sha512-fVu5Omrd3jeqeQLiB9f1YsuK/iHFOwb04bCtY4BSCLgjNbOD33ZdV6KyEqplHr+IlpgT0QTZ/iJ+wT7hvTx49Q== + dependencies: + "@typescript-eslint/types" "8.55.0" + "@typescript-eslint/visitor-keys" "8.55.0" + +"@typescript-eslint/tsconfig-utils@8.55.0", "@typescript-eslint/tsconfig-utils@^8.55.0": + version "8.55.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.55.0.tgz#62f1d005419985e09d37a040b2f1450e4e805afa" + integrity sha512-1R9cXqY7RQd7WuqSN47PK9EDpgFUK3VqdmbYrvWJZYDd0cavROGn+74ktWBlmJ13NXUQKlZ/iAEQHI/V0kKe0Q== + +"@typescript-eslint/type-utils@8.55.0": + version "8.55.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.55.0.tgz#195d854b3e56308ce475fdea2165313bb1190200" + integrity sha512-x1iH2unH4qAt6I37I2CGlsNs+B9WGxurP2uyZLRz6UJoZWDBx9cJL1xVN/FiOmHEONEg6RIufdvyT0TEYIgC5g== + dependencies: + "@typescript-eslint/types" "8.55.0" + "@typescript-eslint/typescript-estree" "8.55.0" + "@typescript-eslint/utils" "8.55.0" + debug "^4.4.3" + ts-api-utils "^2.4.0" + +"@typescript-eslint/types@8.55.0", "@typescript-eslint/types@^8.55.0": + version "8.55.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.55.0.tgz#8449c5a7adac61184cac92dbf6315733569708c2" + integrity sha512-ujT0Je8GI5BJWi+/mMoR0wxwVEQaxM+pi30xuMiJETlX80OPovb2p9E8ss87gnSVtYXtJoU9U1Cowcr6w2FE0w== + +"@typescript-eslint/typescript-estree@8.55.0": + version "8.55.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.55.0.tgz#c83ac92c11ce79bedd984937c7780a65e7f7b2e3" + integrity sha512-EwrH67bSWdx/3aRQhCoxDaHM+CrZjotc2UCCpEDVqfCE+7OjKAGWNY2HsCSTEVvWH2clYQK8pdeLp42EVs+xQw== + dependencies: + "@typescript-eslint/project-service" "8.55.0" + "@typescript-eslint/tsconfig-utils" "8.55.0" + "@typescript-eslint/types" "8.55.0" + "@typescript-eslint/visitor-keys" "8.55.0" + debug "^4.4.3" + minimatch "^9.0.5" + semver "^7.7.3" + tinyglobby "^0.2.15" + ts-api-utils "^2.4.0" + +"@typescript-eslint/utils@8.55.0", "@typescript-eslint/utils@^8.0.0": + version "8.55.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.55.0.tgz#c1744d94a3901deb01f58b09d3478d811f96d619" + integrity sha512-BqZEsnPGdYpgyEIkDC1BadNY8oMwckftxBT+C8W0g1iKPdeqKZBtTfnvcq0nf60u7MkjFO8RBvpRGZBPw4L2ow== + dependencies: + "@eslint-community/eslint-utils" "^4.9.1" + "@typescript-eslint/scope-manager" "8.55.0" + "@typescript-eslint/types" "8.55.0" + "@typescript-eslint/typescript-estree" "8.55.0" + +"@typescript-eslint/visitor-keys@8.55.0": + version "8.55.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.55.0.tgz#3d9a40fd4e3705c63d8fae3af58988add3ed464d" + integrity sha512-AxNRwEie8Nn4eFS1FzDMJWIISMGoXMb037sgCBJ3UR6o0fQTzr2tqN9WT+DkWJPhIdQCfV7T6D387566VtnCJA== + dependencies: + "@typescript-eslint/types" "8.55.0" + eslint-visitor-keys "^4.2.1" + +"@ungap/structured-clone@^1.2.0": version "1.3.0" resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8" integrity sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g== -"@urql/core@^5.0.6", "@urql/core@^5.1.1": - version "5.1.1" - resolved "https://registry.npmjs.org/@urql/core/-/core-5.1.1.tgz" - integrity sha512-aGh024z5v2oINGD/In6rAtVKTm4VmQ2TxKQBAtk2ZSME5dunZFcjltw4p5ENQg+5CBhZ3FHMzl0Oa+rwqiWqlg== - dependencies: - "@0no-co/graphql.web" "^1.0.5" - wonka "^6.3.2" - -"@urql/exchange-retry@^1.3.0": - version "1.3.1" - resolved "https://registry.npmjs.org/@urql/exchange-retry/-/exchange-retry-1.3.1.tgz" - integrity sha512-EEmtFu8JTuwsInqMakhLq+U3qN8ZMd5V3pX44q0EqD2imqTDsa8ikZqJ1schVrN8HljOdN+C08cwZ1/r5uIgLw== - dependencies: - "@urql/core" "^5.1.1" - wonka "^6.3.2" - -"@xmldom/xmldom@^0.8.8": - version "0.8.10" - resolved "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz" - integrity sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw== +"@vscode/sudo-prompt@^9.0.0": + version "9.3.2" + resolved "https://registry.yarnpkg.com/@vscode/sudo-prompt/-/sudo-prompt-9.3.2.tgz#692ba38df40bd3502ccc4e9f099fbbaedbd5f04e" + integrity sha512-gcXoCN00METUNFeQOFJ+C9xUI0DKB+0EGMVg7wbVYRHBw2Eq3fKisDZOkRdOz3kqXRKOENMfShPOmypw1/8nOw== "@yarnpkg/lockfile@^1.1.0": version "1.1.0" - resolved "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz" + resolved "https://registry.yarnpkg.com/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz#e77a97fbd345b76d83245edcd17d393b1b41fb31" integrity sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ== "@yarnpkg/parsers@3.0.2": version "3.0.2" - resolved "https://registry.npmjs.org/@yarnpkg/parsers/-/parsers-3.0.2.tgz" + resolved "https://registry.yarnpkg.com/@yarnpkg/parsers/-/parsers-3.0.2.tgz#48a1517a0f49124827f4c37c284a689c607b2f32" integrity sha512-/HcYgtUSiJiot/XWGLOlGxPYUG65+/31V8oqk17vZLW1xlCoR4PampyePljOxY2n8/3jz9+tIFzICsyGujJZoA== dependencies: js-yaml "^3.10.0" @@ -3418,14 +2859,14 @@ "@zkochan/js-yaml@0.0.7": version "0.0.7" - resolved "https://registry.npmjs.org/@zkochan/js-yaml/-/js-yaml-0.0.7.tgz" + resolved "https://registry.yarnpkg.com/@zkochan/js-yaml/-/js-yaml-0.0.7.tgz#4b0cb785220d7c28ce0ec4d0804deb5d821eae89" integrity sha512-nrUSn7hzt7J6JWgWGz78ZYI8wj+gdIJdk0Ynjpp8l+trkn58Uqsf6RYrYkEK+3X18EX+TNdtJI0WxAtc+L84SQ== dependencies: argparse "^2.0.1" JSONStream@^1.3.5: version "1.3.5" - resolved "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz" + resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0" integrity sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ== dependencies: jsonparse "^1.2.0" @@ -3433,24 +2874,24 @@ JSONStream@^1.3.5: abab@^2.0.6: version "2.0.6" - resolved "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz" + resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.6.tgz#41b80f2c871d19686216b82309231cfd3cb3d291" integrity sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA== abbrev@^2.0.0: version "2.0.0" - resolved "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz" + resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-2.0.0.tgz#cf59829b8b4f03f89dda2771cb7f3653828c89bf" integrity sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ== abort-controller@^3.0.0: version "3.0.0" - resolved "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz" + resolved "https://registry.yarnpkg.com/abort-controller/-/abort-controller-3.0.0.tgz#eaf54d53b62bae4138e809ca225c8439a6efb392" integrity sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg== dependencies: event-target-shim "^5.0.0" -accepts@^1.3.7, accepts@^1.3.8: +accepts@^1.3.7, accepts@~1.3.8: version "1.3.8" - resolved "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz" + resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.8.tgz#0bf0be125b67014adcb0b0921e62db7bffe16b2e" integrity sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw== dependencies: mime-types "~2.1.34" @@ -3458,219 +2899,311 @@ accepts@^1.3.7, accepts@^1.3.8: acorn-globals@^7.0.0: version "7.0.1" - resolved "https://registry.npmjs.org/acorn-globals/-/acorn-globals-7.0.1.tgz" + resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-7.0.1.tgz#0dbf05c44fa7c94332914c02066d5beff62c40c3" integrity sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q== dependencies: acorn "^8.1.0" acorn-walk "^8.0.2" +acorn-jsx@^5.3.2: + version "5.3.2" + resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937" + integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ== + acorn-walk@^8.0.2: version "8.3.4" - resolved "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.4.tgz" + resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.3.4.tgz#794dd169c3977edf4ba4ea47583587c5866236b7" integrity sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g== dependencies: acorn "^8.11.0" -acorn@^8.1.0, acorn@^8.11.0, acorn@^8.14.0, acorn@^8.8.1: +acorn@^8.1.0, acorn@^8.11.0, acorn@^8.15.0, acorn@^8.8.1, acorn@^8.9.0: version "8.15.0" - resolved "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816" integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg== add-stream@^1.0.0: version "1.0.0" - resolved "https://registry.npmjs.org/add-stream/-/add-stream-1.0.0.tgz" + resolved "https://registry.yarnpkg.com/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa" integrity sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ== agent-base@6: version "6.0.2" - resolved "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz" + resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77" integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ== dependencies: debug "4" agent-base@^7.1.0, agent-base@^7.1.2: - version "7.1.3" - resolved "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz" - integrity sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw== + version "7.1.4" + resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.4.tgz#e3cd76d4c548ee895d3c3fd8dc1f6c5b9032e7a8" + integrity sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ== aggregate-error@^3.0.0: version "3.1.0" - resolved "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz" + resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a" integrity sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA== dependencies: clean-stack "^2.0.0" indent-string "^4.0.0" -ajv@^8.11.0: - version "8.17.1" - resolved "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz" - integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g== +ajv@^6.12.4: + version "6.12.6" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" + integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== dependencies: - fast-deep-equal "^3.1.3" - fast-uri "^3.0.1" - json-schema-traverse "^1.0.0" - require-from-string "^2.0.2" + fast-deep-equal "^3.1.1" + fast-json-stable-stringify "^2.0.0" + json-schema-traverse "^0.4.1" + uri-js "^4.2.2" anser@^1.4.9: version "1.4.10" - resolved "https://registry.npmjs.org/anser/-/anser-1.4.10.tgz" + resolved "https://registry.yarnpkg.com/anser/-/anser-1.4.10.tgz#befa3eddf282684bd03b63dcda3927aef8c2e35b" integrity sha512-hCv9AqTQ8ycjpSd3upOJd7vFwW1JaoYQ7tpham03GJ1ca8/65rqn0RpaWpItOAd6ylW9wAw6luXYPJIyPFVOww== ansi-colors@^4.1.1: version "4.1.3" - resolved "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz" + resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.3.tgz#37611340eb2243e70cc604cad35d63270d48781b" integrity sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw== -ansi-escapes@^4.2.1, ansi-escapes@^4.3.0: +ansi-escapes@^4.2.1: version "4.3.2" - resolved "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz" + resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e" integrity sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ== dependencies: type-fest "^0.21.3" -ansi-escapes@^6.0.0: - version "6.2.1" - resolved "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-6.2.1.tgz" - integrity sha512-4nJ3yixlEthEJ9Rk4vPcdBRkZvQZlYyu8j4/Mqz5sgIkddmEnH2Yj2ZrnP9S3tQOvSNRUIgVNF/1yPpRAGNRig== +ansi-fragments@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/ansi-fragments/-/ansi-fragments-0.2.1.tgz#24409c56c4cc37817c3d7caa99d8969e2de5a05e" + integrity sha512-DykbNHxuXQwUDRv5ibc2b0x7uw7wmwOGLBUd5RmaQ5z8Lhx19vwvKV+FAsM5rEA6dEcHxX+/Ad5s9eF2k2bB+w== + dependencies: + colorette "^1.0.7" + slice-ansi "^2.0.0" + strip-ansi "^5.0.0" ansi-regex@^4.1.0: version "4.1.1" - resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.1.tgz#164daac87ab2d6f6db3a29875e2d1766582dabed" integrity sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g== ansi-regex@^5.0.0, ansi-regex@^5.0.1: version "5.0.1" - resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== ansi-regex@^6.0.1: - version "6.1.0" - resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz" - integrity sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA== + version "6.2.2" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.2.2.tgz#60216eea464d864597ce2832000738a0589650c1" + integrity sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg== -ansi-styles@^3.2.1: +ansi-styles@^3.2.0: version "3.2.1" - resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== dependencies: color-convert "^1.9.0" ansi-styles@^4.0.0, ansi-styles@^4.1.0: version "4.3.0" - resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== dependencies: color-convert "^2.0.1" ansi-styles@^5.0.0: version "5.2.0" - resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b" integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA== ansi-styles@^6.1.0: - version "6.2.1" - resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz" - integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug== - -any-promise@^1.0.0: - version "1.3.0" - resolved "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz" - integrity sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A== + version "6.2.3" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.3.tgz#c044d5dcc521a076413472597a1acb1f103c4041" + integrity sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg== anymatch@^3.0.3: version "3.1.3" - resolved "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz" + resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e" integrity sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw== dependencies: normalize-path "^3.0.0" picomatch "^2.0.4" +appdirsjs@^1.2.4: + version "1.2.7" + resolved "https://registry.yarnpkg.com/appdirsjs/-/appdirsjs-1.2.7.tgz#50b4b7948a26ba6090d4aede2ae2dc2b051be3b3" + integrity sha512-Quji6+8kLBC3NnBeo14nPDq0+2jUs5s3/xEye+udFHumHhRk4M7aAMXp/PBJqkKYGuuyR9M/6Dq7d2AViiGmhw== + aproba@2.0.0: version "2.0.0" - resolved "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz" + resolved "https://registry.yarnpkg.com/aproba/-/aproba-2.0.0.tgz#52520b8ae5b569215b354efc0caa3fe1e45a8adc" integrity sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ== -arg@^5.0.2: - version "5.0.2" - resolved "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz" - integrity sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg== - argparse@^1.0.7: version "1.0.10" - resolved "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz" + resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== dependencies: sprintf-js "~1.0.2" argparse@^2.0.1: version "2.0.1" - resolved "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz" + resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38" integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== -aria-hidden@^1.2.4: - version "1.2.6" - resolved "https://registry.yarnpkg.com/aria-hidden/-/aria-hidden-1.2.6.tgz#73051c9b088114c795b1ea414e9c0fff874ffc1a" - integrity sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA== +array-buffer-byte-length@^1.0.1, array-buffer-byte-length@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz#384d12a37295aec3769ab022ad323a18a51ccf8b" + integrity sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw== dependencies: - tslib "^2.0.0" + call-bound "^1.0.3" + is-array-buffer "^3.0.5" array-differ@^3.0.0: version "3.0.0" - resolved "https://registry.npmjs.org/array-differ/-/array-differ-3.0.0.tgz" + resolved "https://registry.yarnpkg.com/array-differ/-/array-differ-3.0.0.tgz#3cbb3d0f316810eafcc47624734237d6aee4ae6b" integrity sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg== array-ify@^1.0.0: version "1.0.0" - resolved "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz" + resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece" integrity sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng== +array-includes@^3.1.6, array-includes@^3.1.8: + version "3.1.9" + resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.9.tgz#1f0ccaa08e90cdbc3eb433210f903ad0f17c3f3a" + integrity sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ== + dependencies: + call-bind "^1.0.8" + call-bound "^1.0.4" + define-properties "^1.2.1" + es-abstract "^1.24.0" + es-object-atoms "^1.1.1" + get-intrinsic "^1.3.0" + is-string "^1.1.1" + math-intrinsics "^1.1.0" + array-union@^2.1.0: version "2.1.0" - resolved "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz" + resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d" integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== +array.prototype.findlast@^1.2.5: + version "1.2.5" + resolved "https://registry.yarnpkg.com/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz#3e4fbcb30a15a7f5bf64cf2faae22d139c2e4904" + integrity sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ== + dependencies: + call-bind "^1.0.7" + define-properties "^1.2.1" + es-abstract "^1.23.2" + es-errors "^1.3.0" + es-object-atoms "^1.0.0" + es-shim-unscopables "^1.0.2" + +array.prototype.flat@^1.3.1: + version "1.3.3" + resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz#534aaf9e6e8dd79fb6b9a9917f839ef1ec63afe5" + integrity sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg== + dependencies: + call-bind "^1.0.8" + define-properties "^1.2.1" + es-abstract "^1.23.5" + es-shim-unscopables "^1.0.2" + +array.prototype.flatmap@^1.3.3: + version "1.3.3" + resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz#712cc792ae70370ae40586264629e33aab5dd38b" + integrity sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg== + dependencies: + call-bind "^1.0.8" + define-properties "^1.2.1" + es-abstract "^1.23.5" + es-shim-unscopables "^1.0.2" + +array.prototype.tosorted@^1.1.4: + version "1.1.4" + resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz#fe954678ff53034e717ea3352a03f0b0b86f7ffc" + integrity sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA== + dependencies: + call-bind "^1.0.7" + define-properties "^1.2.1" + es-abstract "^1.23.3" + es-errors "^1.3.0" + es-shim-unscopables "^1.0.2" + +arraybuffer.prototype.slice@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz#9d760d84dbdd06d0cbf92c8849615a1a7ab3183c" + integrity sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ== + dependencies: + array-buffer-byte-length "^1.0.1" + call-bind "^1.0.8" + define-properties "^1.2.1" + es-abstract "^1.23.5" + es-errors "^1.3.0" + get-intrinsic "^1.2.6" + is-array-buffer "^3.0.4" + arrify@^1.0.1: version "1.0.1" - resolved "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz" + resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" integrity sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA== arrify@^2.0.1: version "2.0.1" - resolved "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz" + resolved "https://registry.yarnpkg.com/arrify/-/arrify-2.0.1.tgz#c9655e9331e0abcd588d2a7cad7e9956f66701fa" integrity sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug== -asap@~2.0.3, asap@~2.0.6: +asap@~2.0.6: version "2.0.6" - resolved "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz" + resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46" integrity sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA== +astral-regex@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9" + integrity sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg== + +async-function@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/async-function/-/async-function-1.0.0.tgz#509c9fca60eaf85034c6829838188e4e4c8ffb2b" + integrity sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA== + async-limiter@~1.0.0: version "1.0.1" - resolved "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz" + resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd" integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ== -async@^3.2.3: +async@^3.2.6: version "3.2.6" - resolved "https://registry.npmjs.org/async/-/async-3.2.6.tgz" + resolved "https://registry.yarnpkg.com/async/-/async-3.2.6.tgz#1b0728e14929d51b85b449b7f06e27c1145e38ce" integrity sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA== asynckit@^0.4.0: version "0.4.0" - resolved "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz" + resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q== +available-typed-arrays@^1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz#a5cc375d6a03c2efc87a553f3e0b1522def14846" + integrity sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ== + dependencies: + possible-typed-array-names "^1.0.0" + axios@^1.8.3: - version "1.10.0" - resolved "https://registry.npmjs.org/axios/-/axios-1.10.0.tgz" - integrity sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw== + version "1.13.4" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.4.tgz#15d109a4817fb82f73aea910d41a2c85606076bc" + integrity sha512-1wVkUaAO6WyaYtCkcYCOx12ZgpGf9Zif+qXa4n+oYzK558YryKqiL6UWwd5DqiH3VRW0GYhTZQ/vlgJrCoNQlg== dependencies: follow-redirects "^1.15.6" - form-data "^4.0.0" + form-data "^4.0.4" proxy-from-env "^1.1.0" -babel-jest@^29.2.1, babel-jest@^29.7.0: +babel-jest@^29.7.0: version "29.7.0" - resolved "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.7.0.tgz#f4369919225b684c56085998ac63dbd05be020d5" integrity sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg== dependencies: "@jest/transform" "^29.7.0" @@ -3683,7 +3216,7 @@ babel-jest@^29.2.1, babel-jest@^29.7.0: babel-plugin-istanbul@^6.1.1: version "6.1.1" - resolved "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz" + resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz#fa88ec59232fd9b4e36dbbc540a8ec9a9b47da73" integrity sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA== dependencies: "@babel/helper-plugin-utils" "^7.0.0" @@ -3694,7 +3227,7 @@ babel-plugin-istanbul@^6.1.1: babel-plugin-jest-hoist@^29.6.3: version "29.6.3" - resolved "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz" + resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz#aadbe943464182a8922c3c927c3067ff40d24626" integrity sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg== dependencies: "@babel/template" "^7.3.3" @@ -3704,7 +3237,7 @@ babel-plugin-jest-hoist@^29.6.3: babel-plugin-module-resolver@^4.1.0: version "4.1.0" - resolved "https://registry.npmjs.org/babel-plugin-module-resolver/-/babel-plugin-module-resolver-4.1.0.tgz" + resolved "https://registry.yarnpkg.com/babel-plugin-module-resolver/-/babel-plugin-module-resolver-4.1.0.tgz#22a4f32f7441727ec1fbf4967b863e1e3e9f33e2" integrity sha512-MlX10UDheRr3lb3P0WcaIdtCSRlxdQsB1sBqL7W0raF070bGl1HQQq5K3T2vf2XAYie+ww+5AKC/WrkjRO2knA== dependencies: find-babel-config "^1.2.0" @@ -3713,32 +3246,15 @@ babel-plugin-module-resolver@^4.1.0: reselect "^4.0.0" resolve "^1.13.1" -babel-plugin-polyfill-corejs2@^0.4.10: - version "0.4.13" - resolved "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.13.tgz" - integrity sha512-3sX/eOms8kd3q2KZ6DAhKPc0dgm525Gqq5NtWKZ7QYYZEv57OQ54KtblzJzH1lQF/eQxO8KjWGIK9IPUJNus5g== - dependencies: - "@babel/compat-data" "^7.22.6" - "@babel/helper-define-polyfill-provider" "^0.6.4" - semver "^6.3.1" - -babel-plugin-polyfill-corejs2@^0.4.14: - version "0.4.14" - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.14.tgz#8101b82b769c568835611542488d463395c2ef8f" - integrity sha512-Co2Y9wX854ts6U8gAAPXfn0GmAyctHuK8n0Yhfjd6t30g7yvKjspvvOo9yG+z52PZRgFErt7Ka2pYnXCjLKEpg== +babel-plugin-polyfill-corejs2@^0.4.14, babel-plugin-polyfill-corejs2@^0.4.15: + version "0.4.15" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.15.tgz#808fa349686eea4741807cfaaa2aa3aa57ce120a" + integrity sha512-hR3GwrRwHUfYwGfrisXPIDP3JcYfBrW7wKE7+Au6wDYl7fm/ka1NEII6kORzxNU556JjfidZeBsO10kYvtV1aw== 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.6" semver "^6.3.1" -babel-plugin-polyfill-corejs3@^0.11.0: - version "0.11.1" - resolved "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.11.1.tgz" - integrity sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ== - dependencies: - "@babel/helper-define-polyfill-provider" "^0.6.3" - core-js-compat "^3.40.0" - babel-plugin-polyfill-corejs3@^0.13.0: version "0.13.0" resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.13.0.tgz#bb7f6aeef7addff17f7602a08a6d19a128c30164" @@ -3747,50 +3263,46 @@ babel-plugin-polyfill-corejs3@^0.13.0: "@babel/helper-define-polyfill-provider" "^0.6.5" core-js-compat "^3.43.0" -babel-plugin-polyfill-regenerator@^0.6.1: - version "0.6.4" - resolved "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.4.tgz" - integrity sha512-7gD3pRadPrbjhjLyxebmx/WrFYcuSjZ0XbdUujQMZ/fcE9oeewk2U/7PCvez84UeuK3oSjmPZ0Ch0dlupQvGzw== - dependencies: - "@babel/helper-define-polyfill-provider" "^0.6.4" - -babel-plugin-polyfill-regenerator@^0.6.5: - version "0.6.5" - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.5.tgz#32752e38ab6f6767b92650347bf26a31b16ae8c5" - integrity sha512-ISqQ2frbiNU9vIJkzg7dlPpznPZ4jOiUQ1uSmB0fEHeowtN3COYRsXr/xexn64NpU13P06jc/L5TgiJXOgrbEg== +babel-plugin-polyfill-corejs3@^0.14.0: + version "0.14.0" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.14.0.tgz#65b06cda48d6e447e1e926681f5a247c6ae2b9cf" + integrity sha512-AvDcMxJ34W4Wgy4KBIIePQTAOP1Ie2WFwkQp3dB7FQ/f0lI5+nM96zUnYEOE1P9sEg0es5VCP0HxiWu5fUHZAQ== dependencies: - "@babel/helper-define-polyfill-provider" "^0.6.5" + "@babel/helper-define-polyfill-provider" "^0.6.6" + core-js-compat "^3.48.0" -babel-plugin-react-compiler@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/babel-plugin-react-compiler/-/babel-plugin-react-compiler-1.0.0.tgz#bdf7360a23a4d5ebfca090255da3893efd07425f" - integrity sha512-Ixm8tFfoKKIPYdCCKYTsqv+Fd4IJ0DQqMyEimo+pxUOMUR9cVPlwTrFt9Avu+3cb6Zp3mAzl+t1MrG2fxxKsxw== +babel-plugin-polyfill-regenerator@^0.6.5, babel-plugin-polyfill-regenerator@^0.6.6: + version "0.6.6" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.6.tgz#69f5dd263cab933c42fe5ea05e83443b374bd4bf" + integrity sha512-hYm+XLYRMvupxiQzrvXUj7YyvFFVfv5gI0R71AJzudg1g2AI2vyCPPIFEBjk162/wFzti3inBHo7isWFuEVS/A== dependencies: - "@babel/types" "^7.26.0" + "@babel/helper-define-polyfill-provider" "^0.6.6" -babel-plugin-react-native-web@~0.21.0: - version "0.21.2" - resolved "https://registry.yarnpkg.com/babel-plugin-react-native-web/-/babel-plugin-react-native-web-0.21.2.tgz#d2f7fd673278da82577aa583457edb55d9cccbe0" - integrity sha512-SPD0J6qjJn8231i0HZhlAGH6NORe+QvRSQM2mwQEzJ2Fb3E4ruWTiiicPlHjmeWShDXLcvoorOCXjeR7k/lyWA== - -babel-plugin-syntax-hermes-parser@0.29.1, babel-plugin-syntax-hermes-parser@^0.29.1: +babel-plugin-syntax-hermes-parser@0.29.1: version "0.29.1" resolved "https://registry.yarnpkg.com/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.29.1.tgz#09ca9ecb0330eba1ef939b6d3f1f55bb06a9dc33" integrity sha512-2WFYnoWGdmih1I1J5eIqxATOeycOqRwYxAQBu3cUu/rhwInwHUg7k60AFNbuGjSDL8tje5GDrAnxzRLcu2pYcA== dependencies: hermes-parser "0.29.1" +babel-plugin-syntax-hermes-parser@0.32.0: + version "0.32.0" + resolved "https://registry.yarnpkg.com/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.32.0.tgz#06f7452bf91adf6cafd7c98e7467404d4eb65cec" + integrity sha512-m5HthL++AbyeEA2FcdwOLfVFvWYECOBObLHNqdR8ceY4TsEdn4LdX2oTvbB2QJSSElE2AWA/b2MXZ/PF/CqLZg== + dependencies: + hermes-parser "0.32.0" + babel-plugin-transform-flow-enums@^0.0.2: version "0.0.2" - resolved "https://registry.npmjs.org/babel-plugin-transform-flow-enums/-/babel-plugin-transform-flow-enums-0.0.2.tgz" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-flow-enums/-/babel-plugin-transform-flow-enums-0.0.2.tgz#d1d0cc9bdc799c850ca110d0ddc9f21b9ec3ef25" integrity sha512-g4aaCrDDOsWjbm0PUUeVnkcVd6AKJsVc/MbnPhEotEpkeJQP6b8nzewohQi7+QS8UyPehOhGWn0nOwjvWpmMvQ== dependencies: "@babel/plugin-syntax-flow" "^7.12.1" babel-preset-current-node-syntax@^1.0.0: - version "1.1.0" - resolved "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.1.0.tgz" - integrity sha512-ldYss8SbBlWva1bs28q78Ju5Zq1F+8BrqBZZ0VFhLBvhh6lCpC2o3gDJi/5DRLs9FgYZCnmPYIVFU4lRXCkyUw== + version "1.2.0" + resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.2.0.tgz#20730d6cdc7dda5d89401cab10ac6a32067acde6" + integrity sha512-E/VlAEzRrsLEb2+dv8yp3bo4scof3l9nR4lrld+Iy5NyVqgVYUJnDAmunkhPMisRI32Qc4iRiz425d8vM++2fg== dependencies: "@babel/plugin-syntax-async-generators" "^7.8.4" "@babel/plugin-syntax-bigint" "^7.8.3" @@ -3808,37 +3320,9 @@ babel-preset-current-node-syntax@^1.0.0: "@babel/plugin-syntax-private-property-in-object" "^7.14.5" "@babel/plugin-syntax-top-level-await" "^7.14.5" -babel-preset-expo@~54.0.8: - version "54.0.8" - resolved "https://registry.yarnpkg.com/babel-preset-expo/-/babel-preset-expo-54.0.8.tgz#13e084fe0b8259d772037eb18ed5b10af7d34661" - integrity sha512-3ZJ4Q7uQpm8IR/C9xbKhE/IUjGpLm+OIjF8YCedLgqoe/wN1Ns2wLT7HwG6ZXXb6/rzN8IMCiKFQ2F93qlN6GA== - dependencies: - "@babel/helper-module-imports" "^7.25.9" - "@babel/plugin-proposal-decorators" "^7.12.9" - "@babel/plugin-proposal-export-default-from" "^7.24.7" - "@babel/plugin-syntax-export-default-from" "^7.24.7" - "@babel/plugin-transform-class-static-block" "^7.27.1" - "@babel/plugin-transform-export-namespace-from" "^7.25.9" - "@babel/plugin-transform-flow-strip-types" "^7.25.2" - "@babel/plugin-transform-modules-commonjs" "^7.24.8" - "@babel/plugin-transform-object-rest-spread" "^7.24.7" - "@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-runtime" "^7.24.7" - "@babel/preset-react" "^7.22.15" - "@babel/preset-typescript" "^7.23.0" - "@react-native/babel-preset" "0.81.5" - babel-plugin-react-compiler "^1.0.0" - babel-plugin-react-native-web "~0.21.0" - babel-plugin-syntax-hermes-parser "^0.29.1" - babel-plugin-transform-flow-enums "^0.0.2" - debug "^4.3.4" - resolve-from "^5.0.0" - babel-preset-jest@^29.6.3: version "29.6.3" - resolved "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz" + resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz#fa05fa510e7d493896d7b0dd2033601c840f171c" integrity sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA== dependencies: babel-plugin-jest-hoist "^29.6.3" @@ -3846,39 +3330,27 @@ babel-preset-jest@^29.6.3: balanced-match@^1.0.0: version "1.0.2" - resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz" + resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== -base64-js@^1.2.3, base64-js@^1.3.1, base64-js@^1.5.1: +base64-js@^1.3.1, base64-js@^1.5.1: version "1.5.1" - resolved "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz" + resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== baseline-browser-mapping@^2.9.0: - version "2.9.9" - resolved "https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.9.9.tgz#68c17013c33ba9e8264c5f2ae107d506228428ee" - integrity sha512-V8fbOCSeOFvlDj7LLChUcqbZrdKD9RU/VR260piF1790vT0mfLSwGc/Qzxv3IqiTukOpNtItePa0HBpMAj7MDg== + version "2.9.19" + resolved "https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.9.19.tgz#3e508c43c46d961eb4d7d2e5b8d1dd0f9ee4f488" + integrity sha512-ipDqC8FrAl/76p2SSWKSI+H9tFwm7vYqXQrItCuiVPt26Km0jS+NzSsBWAaBusvSbQcfJG+JitdMm+wZAgTYqg== before-after-hook@^2.2.0: version "2.2.3" - resolved "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.3.tgz" + resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-2.2.3.tgz#c51e809c81a4e354084422b9b26bad88249c517c" integrity sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ== -better-opn@~3.0.2: - version "3.0.2" - resolved "https://registry.npmjs.org/better-opn/-/better-opn-3.0.2.tgz" - integrity sha512-aVNobHnJqLiUelTaHat9DZ1qM2w0C0Eym4LPI/3JxOnSokGVdsl1T1kN7TFvsEAD8G47A6VKQ0TVHqbBnYMJlQ== - dependencies: - open "^8.0.4" - -big-integer@1.6.x: - version "1.6.52" - resolved "https://registry.npmjs.org/big-integer/-/big-integer-1.6.52.tgz" - integrity sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg== - bin-links@^4.0.4: version "4.0.4" - resolved "https://registry.npmjs.org/bin-links/-/bin-links-4.0.4.tgz" + resolved "https://registry.yarnpkg.com/bin-links/-/bin-links-4.0.4.tgz#c3565832b8e287c85f109a02a17027d152a58a63" integrity sha512-cMtq4W5ZsEwcutJrVId+a/tjt8GSbS+h0oNkdl6+6rBuEv8Ot33Bevj5KPm40t309zuhVic8NjpuL42QCiJWWA== dependencies: cmd-shim "^6.0.0" @@ -3888,37 +3360,34 @@ bin-links@^4.0.4: bl@^4.0.3, bl@^4.1.0: version "4.1.0" - resolved "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz" + resolved "https://registry.yarnpkg.com/bl/-/bl-4.1.0.tgz#451535264182bec2fbbc83a62ab98cf11d9f7b3a" integrity sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w== dependencies: buffer "^5.5.0" inherits "^2.0.4" readable-stream "^3.4.0" -bplist-creator@0.1.0: - version "0.1.0" - resolved "https://registry.npmjs.org/bplist-creator/-/bplist-creator-0.1.0.tgz" - integrity sha512-sXaHZicyEEmY86WyueLTQesbeoH/mquvarJaQNbjuOQO+7gbFcDEWqKmcWA4cOTLzFlfgvkiVxolk1k5bBIpmg== - dependencies: - stream-buffers "2.2.x" - -bplist-parser@0.3.1: - version "0.3.1" - resolved "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.3.1.tgz" - integrity sha512-PyJxiNtA5T2PlLIeBot4lbp7rj4OadzjnMZD/G5zuBNt8ei/yCU7+wW0h2bag9vr8c+/WuRWmSxbqAl9hL1rBA== - dependencies: - big-integer "1.6.x" - -bplist-parser@^0.3.1: - version "0.3.2" - resolved "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.3.2.tgz" - integrity sha512-apC2+fspHGI3mMKj+dGevkGo/tCqVB8jMb6i+OX+E29p0Iposz07fABkRIfVUPNd5A5VbuOz1bZbnmkKLYF+wQ== +body-parser@^1.20.3: + version "1.20.4" + resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.4.tgz#f8e20f4d06ca8a50a71ed329c15dccad1cdc547f" + integrity sha512-ZTgYYLMOXY9qKU/57FAo8F+HA2dGX7bqGc71txDRC1rS4frdFI5R7NhluHxH6M0YItAP0sHB4uqAOcYKxO6uGA== dependencies: - big-integer "1.6.x" + bytes "~3.1.2" + content-type "~1.0.5" + debug "2.6.9" + depd "2.0.0" + destroy "~1.2.0" + http-errors "~2.0.1" + iconv-lite "~0.4.24" + on-finished "~2.4.1" + qs "~6.14.0" + raw-body "~2.5.3" + type-is "~1.6.18" + unpipe "~1.0.0" brace-expansion@^1.1.7: version "1.1.12" - resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.12.tgz#ab9b454466e5a8cc3a187beaad580412a9c5b843" integrity sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg== dependencies: balanced-match "^1.0.0" @@ -3926,29 +3395,19 @@ brace-expansion@^1.1.7: brace-expansion@^2.0.1: version "2.0.2" - resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7" integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ== dependencies: balanced-match "^1.0.0" braces@^3.0.3: version "3.0.3" - resolved "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz" + resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789" integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA== dependencies: fill-range "^7.1.1" -browserslist@^4.24.0, browserslist@^4.24.4: - version "4.24.5" - resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.24.5.tgz" - integrity sha512-FDToo4Wo82hIdgc1CQ+NQD0hEhmpPjrZ3hiUgwgOG6IuTdlpr8jdjyG24P6cNP1yJpTLzS5OcGgSw0xmDU1/Tw== - dependencies: - caniuse-lite "^1.0.30001716" - electron-to-chromium "^1.5.149" - node-releases "^2.0.19" - update-browserslist-db "^1.1.3" - -browserslist@^4.25.0, browserslist@^4.28.0: +browserslist@^4.24.0, browserslist@^4.28.1: version "4.28.1" resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.28.1.tgz#7f534594628c53c63101079e27e40de490456a95" integrity sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA== @@ -3961,26 +3420,26 @@ browserslist@^4.25.0, browserslist@^4.28.0: bs-logger@^0.2.6: version "0.2.6" - resolved "https://registry.npmjs.org/bs-logger/-/bs-logger-0.2.6.tgz" + resolved "https://registry.yarnpkg.com/bs-logger/-/bs-logger-0.2.6.tgz#eb7d365307a72cf974cc6cda76b68354ad336bd8" integrity sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog== dependencies: fast-json-stable-stringify "2.x" bser@2.1.1: version "2.1.1" - resolved "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz" + resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05" integrity sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ== dependencies: node-int64 "^0.4.0" buffer-from@^1.0.0: version "1.1.2" - resolved "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz" + resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5" integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ== -buffer@^5.4.3, buffer@^5.5.0: +buffer@^5.5.0: version "5.7.1" - resolved "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz" + resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0" integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== dependencies: base64-js "^1.3.1" @@ -3988,17 +3447,17 @@ buffer@^5.4.3, buffer@^5.5.0: byte-size@8.1.1: version "8.1.1" - resolved "https://registry.npmjs.org/byte-size/-/byte-size-8.1.1.tgz" + resolved "https://registry.yarnpkg.com/byte-size/-/byte-size-8.1.1.tgz#3424608c62d59de5bfda05d31e0313c6174842ae" integrity sha512-tUkzZWK0M/qdoLEqikxBWe4kumyuwjl3HO6zHTr4yEI23EojPtLYXdG1+AQY7MN0cGyNDvEaJ8wiYQm6P2bPxg== -bytes@3.1.2: +bytes@3.1.2, bytes@~3.1.2: version "3.1.2" - resolved "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz" + resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5" integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg== cacache@^18.0.0, cacache@^18.0.3: version "18.0.4" - resolved "https://registry.npmjs.org/cacache/-/cacache-18.0.4.tgz" + resolved "https://registry.yarnpkg.com/cacache/-/cacache-18.0.4.tgz#4601d7578dadb59c66044e157d02a3314682d6a5" integrity sha512-B+L5iIa9mgcjLbliir2th36yEwPftrzteHYujzsx3dFP/31GCHcIeS8f5MGd80odLOjaOvSpU3EEAmRQptkxLQ== dependencies: "@npmcli/fs" "^3.1.0" @@ -4014,76 +3473,72 @@ cacache@^18.0.0, cacache@^18.0.3: tar "^6.1.11" unique-filename "^3.0.0" -call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2: +call-bind-apply-helpers@^1.0.0, call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2: version "1.0.2" - resolved "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz" + resolved "https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz#4b5428c222be985d79c3d82657479dbe0b59b2d6" integrity sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ== dependencies: es-errors "^1.3.0" function-bind "^1.1.2" +call-bind@^1.0.7, call-bind@^1.0.8: + version "1.0.8" + resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.8.tgz#0736a9660f537e3388826f440d5ec45f744eaa4c" + integrity sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww== + dependencies: + call-bind-apply-helpers "^1.0.0" + es-define-property "^1.0.0" + get-intrinsic "^1.2.4" + set-function-length "^1.2.2" + +call-bound@^1.0.2, call-bound@^1.0.3, call-bound@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/call-bound/-/call-bound-1.0.4.tgz#238de935d2a2a692928c538c7ccfa91067fd062a" + integrity sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg== + dependencies: + call-bind-apply-helpers "^1.0.2" + get-intrinsic "^1.3.0" + callsites@^3.0.0: version "3.1.0" - resolved "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz" + resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== camelcase-keys@^6.2.2: version "6.2.2" - resolved "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz" + resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-6.2.2.tgz#5e755d6ba51aa223ec7d3d52f25778210f9dc3c0" integrity sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg== dependencies: camelcase "^5.3.1" map-obj "^4.0.0" quick-lru "^4.0.1" -camelcase@^5.3.1: +camelcase@^5.0.0, camelcase@^5.3.1: version "5.3.1" - resolved "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== camelcase@^6.2.0: version "6.3.0" - resolved "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a" integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== -caniuse-lite@^1.0.30001716: - version "1.0.30001717" - resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001717.tgz" - integrity sha512-auPpttCq6BDEG8ZAuHJIplGw6GODhjw+/11e7IjpnYCxZcW/ONgPs0KVBJ0d1bY3e2+7PRe5RCLyP+PfwVgkYw== - -caniuse-lite@^1.0.30001759: - version "1.0.30001760" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001760.tgz#bdd1960fafedf8d5f04ff16e81460506ff9b798f" - integrity sha512-7AAMPcueWELt1p3mi13HR/LHH0TJLT11cnwDJEs3xA4+CK/PLKeO9Kl1oru24htkyUKtkGCvAx4ohB0Ttry8Dw== - -chalk@4.1.0: - version "4.1.0" - resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz" - integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== - dependencies: - ansi-styles "^4.1.0" - supports-color "^7.1.0" - -chalk@^2.0.1, chalk@^2.4.2: - version "2.4.2" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" - integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== - dependencies: - ansi-styles "^3.2.1" - escape-string-regexp "^1.0.5" - supports-color "^5.3.0" +caniuse-lite@^1.0.30001759: + version "1.0.30001767" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001767.tgz#0279c498e862efb067938bba0a0aabafe8d0b730" + integrity sha512-34+zUAMhSH+r+9eKmYG+k2Rpt8XttfE4yXAjoZvkAPs15xcYQhyBYdalJ65BzivAvGRMViEjy6oKr/S91loekQ== -chalk@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz" - integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== +chalk@4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a" + integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== dependencies: ansi-styles "^4.1.0" supports-color "^7.1.0" -chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2: +chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2: version "4.1.2" - resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== dependencies: ansi-styles "^4.1.0" @@ -4091,32 +3546,22 @@ chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2: char-regex@^1.0.2: version "1.0.2" - resolved "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz" + resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf" integrity sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw== -char-regex@^2.0.0: - version "2.0.2" - resolved "https://registry.npmjs.org/char-regex/-/char-regex-2.0.2.tgz" - integrity sha512-cbGOjAptfM2LVmWhwRFHEKTPkLwNddVmuqYZQt895yXwAsWsXObCG+YN4DGQ/JBtT4GP1a1lPPdio2z413LmTg== - -chardet@^0.7.0: - version "0.7.0" - resolved "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz" - integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== +chardet@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/chardet/-/chardet-2.1.1.tgz#5c75593704a642f71ee53717df234031e65373c8" + integrity sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ== chownr@^2.0.0: version "2.0.0" - resolved "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz" + resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece" integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ== -chownr@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/chownr/-/chownr-3.0.0.tgz#9855e64ecd240a9cc4267ce8a4aa5d24a1da15e4" - integrity sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g== - chrome-launcher@^0.15.2: version "0.15.2" - resolved "https://registry.npmjs.org/chrome-launcher/-/chrome-launcher-0.15.2.tgz" + resolved "https://registry.yarnpkg.com/chrome-launcher/-/chrome-launcher-0.15.2.tgz#4e6404e32200095fdce7f6a1e1004f9bd36fa5da" integrity sha512-zdLEwNo3aUVzIhKhTtXfxhdvZhUghrnmkvcAq2NoDd+LeOHKf03H5jwZ8T/STsAlzyALkBVK552iaG1fGf1xVQ== dependencies: "@types/node" "*" @@ -4126,7 +3571,7 @@ chrome-launcher@^0.15.2: chromium-edge-launcher@^0.2.0: version "0.2.0" - resolved "https://registry.npmjs.org/chromium-edge-launcher/-/chromium-edge-launcher-0.2.0.tgz" + resolved "https://registry.yarnpkg.com/chromium-edge-launcher/-/chromium-edge-launcher-0.2.0.tgz#0c378f28c99aefc360705fa155de0113997f62fc" integrity sha512-JfJjUnq25y9yg4FABRRVPmBGWPZZi+AQXT4mxupb67766/0UlhG8PAZCz6xzEMXTbW3CsSoE8PcCWA49n35mKg== dependencies: "@types/node" "*" @@ -4138,66 +3583,63 @@ chromium-edge-launcher@^0.2.0: ci-info@^2.0.0: version "2.0.0" - resolved "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz" + resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46" integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== -ci-info@^3.2.0, ci-info@^3.3.0: +ci-info@^3.2.0, ci-info@^3.7.0: version "3.9.0" - resolved "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz" + resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.9.0.tgz#4279a62028a7b1f262f3473fc9605f5e218c59b4" integrity sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ== ci-info@^4.0.0: - version "4.2.0" - resolved "https://registry.npmjs.org/ci-info/-/ci-info-4.2.0.tgz" - integrity sha512-cYY9mypksY8NRqgDB1XD1RiJL338v/551niynFTGkZOO2LHuB2OmOYxDIe/ttN9AHwrqdum1360G3ald0W9kCg== + version "4.4.0" + resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-4.4.0.tgz#7d54eff9f54b45b62401c26032696eb59c8bd18c" + integrity sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg== cjs-module-lexer@^1.0.0: version "1.4.3" - resolved "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.4.3.tgz" + resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-1.4.3.tgz#0f79731eb8cfe1ec72acd4066efac9d61991b00d" integrity sha512-9z8TZaGM1pfswYeXrUpzPrkx8UnWYdhJclsiYMm6x/w5+nN+8Tf/LnAgfLGQCm59qAOxU8WwHEq2vNwF6i4j+Q== clean-stack@^2.0.0: version "2.2.0" - resolved "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz" + resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b" integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A== cli-cursor@3.1.0, cli-cursor@^3.1.0: version "3.1.0" - resolved "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz" + resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz#264305a7ae490d1d03bf0c9ba7c925d1753af307" integrity sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== dependencies: restore-cursor "^3.1.0" -cli-cursor@^2.1.0: - version "2.1.0" - resolved "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz" - integrity sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw== - dependencies: - restore-cursor "^2.0.0" - cli-spinners@2.6.1: version "2.6.1" - resolved "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.1.tgz" + resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.6.1.tgz#adc954ebe281c37a6319bfa401e6dd2488ffb70d" integrity sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g== -cli-spinners@^2.0.0, cli-spinners@^2.5.0: +cli-spinners@^2.5.0: version "2.9.2" - resolved "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz" + resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz#1773a8f4b9c4d6ac31563df53b3fc1d79462fe41" integrity sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg== cli-width@^3.0.0: version "3.0.0" - resolved "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz" + resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6" integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw== -client-only@^0.0.1: - version "0.0.1" - resolved "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz" - integrity sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA== +cliui@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1" + integrity sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ== + dependencies: + string-width "^4.2.0" + strip-ansi "^6.0.0" + wrap-ansi "^6.2.0" cliui@^7.0.2: version "7.0.4" - resolved "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f" integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ== dependencies: string-width "^4.2.0" @@ -4206,7 +3648,7 @@ cliui@^7.0.2: cliui@^8.0.1: version "8.0.1" - resolved "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa" integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ== dependencies: string-width "^4.2.0" @@ -4215,7 +3657,7 @@ cliui@^8.0.1: clone-deep@4.0.1: version "4.0.1" - resolved "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz" + resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387" integrity sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ== dependencies: is-plain-object "^2.0.4" @@ -4224,51 +3666,51 @@ clone-deep@4.0.1: clone@^1.0.2: version "1.0.4" - resolved "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz" + resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" integrity sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg== cmd-shim@6.0.3, cmd-shim@^6.0.0: version "6.0.3" - resolved "https://registry.npmjs.org/cmd-shim/-/cmd-shim-6.0.3.tgz" + resolved "https://registry.yarnpkg.com/cmd-shim/-/cmd-shim-6.0.3.tgz#c491e9656594ba17ac83c4bd931590a9d6e26033" integrity sha512-FMabTRlc5t5zjdenF6mS0MBeFZm0XqHqeOkcskKFb/LYCcRQ5fVgLOHVc4Lq9CqABd9zhjwPjMBCJvMCziSVtA== co@^4.6.0: version "4.6.0" - resolved "https://registry.npmjs.org/co/-/co-4.6.0.tgz" + resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" integrity sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ== collect-v8-coverage@^1.0.0: - version "1.0.2" - resolved "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz" - integrity sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q== + version "1.0.3" + resolved "https://registry.yarnpkg.com/collect-v8-coverage/-/collect-v8-coverage-1.0.3.tgz#cc1f01eb8d02298cbc9a437c74c70ab4e5210b80" + integrity sha512-1L5aqIkwPfiodaMgQunkF1zRhNqifHBmtbbbxcr6yVxxBnliw4TDOW6NxpO8DJLgJ16OT+Y4ztZqP6p/FtXnAw== color-convert@^1.9.0: version "1.9.3" - resolved "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz" + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== dependencies: color-name "1.1.3" color-convert@^2.0.1: version "2.0.1" - resolved "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz" + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== dependencies: color-name "~1.1.4" color-name@1.1.3: version "1.1.3" - resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz" + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw== color-name@^1.0.0, color-name@~1.1.4: version "1.1.4" - resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== color-string@^1.9.0: version "1.9.1" - resolved "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz" + resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.1.tgz#4467f9146f036f855b764dfb5bf8582bf342c7a4" integrity sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg== dependencies: color-name "^1.0.0" @@ -4276,20 +3718,25 @@ color-string@^1.9.0: color-support@1.1.3: version "1.1.3" - resolved "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz" + resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2" integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg== color@^4.2.3: version "4.2.3" - resolved "https://registry.npmjs.org/color/-/color-4.2.3.tgz" + resolved "https://registry.yarnpkg.com/color/-/color-4.2.3.tgz#d781ecb5e57224ee43ea9627560107c0e0c6463a" integrity sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A== dependencies: color-convert "^2.0.1" color-string "^1.9.0" +colorette@^1.0.7: + version "1.4.0" + resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.4.0.tgz#5190fbb87276259a86ad700bff2c6d6faa3fca40" + integrity sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g== + columnify@1.6.0: version "1.6.0" - resolved "https://registry.npmjs.org/columnify/-/columnify-1.6.0.tgz" + resolved "https://registry.yarnpkg.com/columnify/-/columnify-1.6.0.tgz#6989531713c9008bb29735e61e37acf5bd553cf3" integrity sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q== dependencies: strip-ansi "^6.0.1" @@ -4297,39 +3744,39 @@ columnify@1.6.0: combined-stream@^1.0.8: version "1.0.8" - resolved "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz" + resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== dependencies: delayed-stream "~1.0.0" +command-exists@^1.2.8: + version "1.2.9" + resolved "https://registry.yarnpkg.com/command-exists/-/command-exists-1.2.9.tgz#c50725af3808c8ab0260fd60b01fbfa25b954f69" + integrity sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w== + commander@^12.0.0: version "12.1.0" - resolved "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz" + resolved "https://registry.yarnpkg.com/commander/-/commander-12.1.0.tgz#01423b36f501259fdaac4d0e4d60c96c991585d3" integrity sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA== commander@^2.20.0: version "2.20.3" - resolved "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz" + resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== -commander@^4.0.0: - version "4.1.1" - resolved "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz" - integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA== - -commander@^7.2.0: - version "7.2.0" - resolved "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz" - integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw== +commander@^9.4.1: + version "9.5.0" + resolved "https://registry.yarnpkg.com/commander/-/commander-9.5.0.tgz#bc08d1eb5cedf7ccb797a96199d41c7bc3e60d30" + integrity sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ== common-ancestor-path@^1.0.1: version "1.0.1" - resolved "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz" + resolved "https://registry.yarnpkg.com/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz#4f7d2d1394d91b7abdf51871c62f71eadb0182a7" integrity sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w== compare-func@^2.0.0: version "2.0.0" - resolved "https://registry.npmjs.org/compare-func/-/compare-func-2.0.0.tgz" + resolved "https://registry.yarnpkg.com/compare-func/-/compare-func-2.0.0.tgz#fb65e75edbddfd2e568554e8b5b05fff7a51fcb3" integrity sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA== dependencies: array-ify "^1.0.0" @@ -4337,32 +3784,32 @@ compare-func@^2.0.0: compressible@~2.0.18: version "2.0.18" - resolved "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz" + resolved "https://registry.yarnpkg.com/compressible/-/compressible-2.0.18.tgz#af53cca6b070d4c3c0750fbd77286a6d7cc46fba" integrity sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg== dependencies: mime-db ">= 1.43.0 < 2" -compression@^1.7.4: - version "1.8.0" - resolved "https://registry.npmjs.org/compression/-/compression-1.8.0.tgz" - integrity sha512-k6WLKfunuqCYD3t6AsuPGvQWaKwuLLh2/xHNcX4qE+vIfDNXpSqnrhwA7O53R7WVQUnt8dVAIW+YHr7xTgOgGA== +compression@^1.7.1: + version "1.8.1" + resolved "https://registry.yarnpkg.com/compression/-/compression-1.8.1.tgz#4a45d909ac16509195a9a28bd91094889c180d79" + integrity sha512-9mAqGPHLakhCLeNyxPkK4xVo746zQ/czLH1Ky+vkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w== dependencies: bytes "3.1.2" compressible "~2.0.18" debug "2.6.9" negotiator "~0.6.4" - on-headers "~1.0.2" + on-headers "~1.1.0" safe-buffer "5.2.1" vary "~1.1.2" concat-map@0.0.1: version "0.0.1" - resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" + resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== concat-stream@^2.0.0: version "2.0.0" - resolved "https://registry.npmjs.org/concat-stream/-/concat-stream-2.0.0.tgz" + resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-2.0.0.tgz#414cf5af790a48c60ab9be4527d56d5e41133cb1" integrity sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A== dependencies: buffer-from "^1.0.0" @@ -4370,9 +3817,9 @@ concat-stream@^2.0.0: readable-stream "^3.0.2" typedarray "^0.0.6" -connect@^3.6.5, connect@^3.7.0: +connect@^3.6.5: version "3.7.0" - resolved "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz" + resolved "https://registry.yarnpkg.com/connect/-/connect-3.7.0.tgz#5d49348910caa5e07a01800b030d0c35f20484f8" integrity sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ== dependencies: debug "2.6.9" @@ -4382,19 +3829,24 @@ connect@^3.6.5, connect@^3.7.0: console-control-strings@^1.1.0: version "1.1.0" - resolved "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz" + resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" integrity sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ== +content-type@~1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918" + integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA== + conventional-changelog-angular@7.0.0: version "7.0.0" - resolved "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-7.0.0.tgz" + resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-7.0.0.tgz#5eec8edbff15aa9b1680a8dcfbd53e2d7eb2ba7a" integrity sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ== dependencies: compare-func "^2.0.0" conventional-changelog-core@5.0.1: version "5.0.1" - resolved "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-5.0.1.tgz" + resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-5.0.1.tgz#3c331b155d5b9850f47b4760aeddfc983a92ad49" integrity sha512-Rvi5pH+LvgsqGwZPZ3Cq/tz4ty7mjijhr3qR4m9IBXNbxGGYgTVVO+duXzz9aArmHxFtwZ+LRkrNIMDQzgoY4A== dependencies: add-stream "^1.0.0" @@ -4411,12 +3863,12 @@ conventional-changelog-core@5.0.1: conventional-changelog-preset-loader@^3.0.0: version "3.0.0" - resolved "https://registry.npmjs.org/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-3.0.0.tgz" + resolved "https://registry.yarnpkg.com/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-3.0.0.tgz#14975ef759d22515d6eabae6396c2ae721d4c105" integrity sha512-qy9XbdSLmVnwnvzEisjxdDiLA4OmV3o8db+Zdg4WiFw14fP3B6XNz98X0swPPpkTd/pc1K7+adKgEDM1JCUMiA== conventional-changelog-writer@^6.0.0: version "6.0.1" - resolved "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-6.0.1.tgz" + resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-6.0.1.tgz#d8d3bb5e1f6230caed969dcc762b1c368a8f7b01" integrity sha512-359t9aHorPw+U+nHzUXHS5ZnPBOizRxfQsWT5ZDHBfvfxQOAik+yfuhKXG66CN5LEWPpMNnIMHUTCKeYNprvHQ== dependencies: conventional-commits-filter "^3.0.0" @@ -4429,7 +3881,7 @@ conventional-changelog-writer@^6.0.0: conventional-commits-filter@^3.0.0: version "3.0.0" - resolved "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-3.0.0.tgz" + resolved "https://registry.yarnpkg.com/conventional-commits-filter/-/conventional-commits-filter-3.0.0.tgz#bf1113266151dd64c49cd269e3eb7d71d7015ee2" integrity sha512-1ymej8b5LouPx9Ox0Dw/qAO2dVdfpRFq28e5Y0jJEU8ZrLdy0vOSkkIInwmxErFGhg6SALro60ZrwYFVTUDo4Q== dependencies: lodash.ismatch "^4.4.0" @@ -4437,7 +3889,7 @@ conventional-commits-filter@^3.0.0: conventional-commits-parser@^4.0.0: version "4.0.0" - resolved "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-4.0.0.tgz" + resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-4.0.0.tgz#02ae1178a381304839bce7cea9da5f1b549ae505" integrity sha512-WRv5j1FsVM5FISJkoYMR6tPk07fkKT0UodruX4je86V4owk451yjXAKzKAPOs9l7y59E2viHUS9eQ+dfUA9NSg== dependencies: JSONStream "^1.3.5" @@ -4447,7 +3899,7 @@ conventional-commits-parser@^4.0.0: conventional-recommended-bump@7.0.1: version "7.0.1" - resolved "https://registry.npmjs.org/conventional-recommended-bump/-/conventional-recommended-bump-7.0.1.tgz" + resolved "https://registry.yarnpkg.com/conventional-recommended-bump/-/conventional-recommended-bump-7.0.1.tgz#ec01f6c7f5d0e2491c2d89488b0d757393392424" integrity sha512-Ft79FF4SlOFvX4PkwFDRnaNiIVX7YbmqGU0RwccUaiGvgp3S0a8ipR2/Qxk31vclDNM+GSdJOVs2KrsUCjblVA== dependencies: concat-stream "^2.0.0" @@ -4458,33 +3910,26 @@ conventional-recommended-bump@7.0.1: git-semver-tags "^5.0.0" meow "^8.1.2" -convert-source-map@^2.0.0: +convert-source-map@2.0.0, convert-source-map@^2.0.0: version "2.0.0" - resolved "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz" + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a" integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg== -core-js-compat@^3.40.0: - version "3.42.0" - resolved "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.42.0.tgz" - integrity sha512-bQasjMfyDGyaeWKBIu33lHh9qlSR0MFE/Nmc6nMjf/iU9b3rSMdAYz1Baxrv4lPdGUsTqZudHA4jIGSJy0SWZQ== - dependencies: - browserslist "^4.24.4" - -core-js-compat@^3.43.0: - version "3.47.0" - resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.47.0.tgz#698224bbdbb6f2e3f39decdda4147b161e3772a3" - integrity sha512-IGfuznZ/n7Kp9+nypamBhvwdwLsW6KC8IOaURw2doAK5e98AG3acVLdh0woOnEqCfUtS+Vu882JE4k/DAm3ItQ== +core-js-compat@^3.43.0, core-js-compat@^3.48.0: + version "3.48.0" + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.48.0.tgz#7efbe1fc1cbad44008190462217cc5558adaeaa6" + integrity sha512-OM4cAF3D6VtH/WkLtWvyNC56EZVXsZdU3iqaMG2B4WvYrlqU831pc4UtG5yp0sE9z8Y02wVN7PjW5Zf9Gt0f1Q== dependencies: - browserslist "^4.28.0" + browserslist "^4.28.1" core-util-is@~1.0.0: version "1.0.3" - resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz" + resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85" integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ== -cosmiconfig@9.0.0: +cosmiconfig@9.0.0, cosmiconfig@^9.0.0: version "9.0.0" - resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz" + resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-9.0.0.tgz#34c3fc58287b915f3ae905ab6dc3de258b55ad9d" integrity sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg== dependencies: env-paths "^2.2.1" @@ -4494,7 +3939,7 @@ cosmiconfig@9.0.0: create-jest@^29.7.0: version "29.7.0" - resolved "https://registry.npmjs.org/create-jest/-/create-jest-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/create-jest/-/create-jest-29.7.0.tgz#a355c5b3cb1e1af02ba177fe7afd7feee49a5320" integrity sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q== dependencies: "@jest/types" "^29.6.3" @@ -4505,109 +3950,101 @@ create-jest@^29.7.0: jest-util "^29.7.0" prompts "^2.0.1" -cross-fetch@^3.1.5: - version "3.2.0" - resolved "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.2.0.tgz" - integrity sha512-Q+xVJLoGOeIMXZmbUK4HYk+69cQH6LudR0Vu/pRm2YlU/hDV9CiS0gKUMaWY5f2NeUH9C1nV3bsTlCo0FsTV1Q== - dependencies: - node-fetch "^2.7.0" - -cross-spawn@^7.0.3, cross-spawn@^7.0.6: +cross-spawn@^7.0.2, cross-spawn@^7.0.3, cross-spawn@^7.0.6: version "7.0.6" - resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f" integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA== dependencies: path-key "^3.1.0" shebang-command "^2.0.0" which "^2.0.1" -crypto-random-string@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz" - integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA== - -css-in-js-utils@^3.1.0: - version "3.1.0" - resolved "https://registry.npmjs.org/css-in-js-utils/-/css-in-js-utils-3.1.0.tgz" - integrity sha512-fJAcud6B3rRu+KHYk+Bwf+WFL2MDCJJ1XG9x137tJQ0xYxor7XziQtuGFbWNdqrvF4Tk26O3H73nfVqXt/fW1A== - dependencies: - hyphenate-style-name "^1.0.3" - cssesc@^3.0.0: version "3.0.0" - resolved "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz" + resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee" integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== cssom@^0.5.0: version "0.5.0" - resolved "https://registry.npmjs.org/cssom/-/cssom-0.5.0.tgz" + resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.5.0.tgz#d254fa92cd8b6fbd83811b9fbaed34663cc17c36" integrity sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw== cssom@~0.3.6: version "0.3.8" - resolved "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz" + resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.3.8.tgz#9f1276f5b2b463f2114d3f2c75250af8c1a36f4a" integrity sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg== cssstyle@^2.3.0: version "2.3.0" - resolved "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz" + resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-2.3.0.tgz#ff665a0ddbdc31864b09647f34163443d90b0852" integrity sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A== dependencies: cssom "~0.3.6" -csstype@^3.0.2: - version "3.1.3" - resolved "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz" - integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw== +csstype@^3.2.2: + version "3.2.3" + resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.2.3.tgz#ec48c0f3e993e50648c86da559e2610995cf989a" + integrity sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ== dargs@^7.0.0: version "7.0.0" - resolved "https://registry.npmjs.org/dargs/-/dargs-7.0.0.tgz" + resolved "https://registry.yarnpkg.com/dargs/-/dargs-7.0.0.tgz#04015c41de0bcb69ec84050f3d9be0caf8d6d5cc" integrity sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg== data-urls@^3.0.2: version "3.0.2" - resolved "https://registry.npmjs.org/data-urls/-/data-urls-3.0.2.tgz" + resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-3.0.2.tgz#9cf24a477ae22bcef5cd5f6f0bfbc1d2d3be9143" integrity sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ== dependencies: abab "^2.0.6" whatwg-mimetype "^3.0.0" whatwg-url "^11.0.0" +data-view-buffer@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/data-view-buffer/-/data-view-buffer-1.0.2.tgz#211a03ba95ecaf7798a8c7198d79536211f88570" + integrity sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ== + dependencies: + call-bound "^1.0.3" + es-errors "^1.3.0" + is-data-view "^1.0.2" + +data-view-byte-length@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz#9e80f7ca52453ce3e93d25a35318767ea7704735" + integrity sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ== + dependencies: + call-bound "^1.0.3" + es-errors "^1.3.0" + is-data-view "^1.0.2" + +data-view-byte-offset@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz#068307f9b71ab76dbbe10291389e020856606191" + integrity sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ== + dependencies: + call-bound "^1.0.2" + es-errors "^1.3.0" + is-data-view "^1.0.1" + dateformat@^3.0.3: version "3.0.3" - resolved "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz" + resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae" integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q== +dayjs@^1.8.15: + version "1.11.19" + resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.19.tgz#15dc98e854bb43917f12021806af897c58ae2938" + integrity sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw== + debug@2.6.9, debug@^2.6.9: version "2.6.9" - resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz" + resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== dependencies: ms "2.0.0" -debug@4: - version "4.4.1" - resolved "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz" - integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ== - dependencies: - ms "^2.1.3" - -debug@^3.1.0: - version "3.2.7" - resolved "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz" - integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ== - dependencies: - ms "^2.1.1" - -debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5: - version "4.4.0" - resolved "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz" - integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA== - dependencies: - ms "^2.1.3" - -debug@^4.4.0, debug@^4.4.1: +debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.4.0, debug@^4.4.3: version "4.4.3" resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a" integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA== @@ -4616,288 +4053,383 @@ debug@^4.4.0, debug@^4.4.1: decamelize-keys@^1.1.0: version "1.1.1" - resolved "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.1.tgz" + resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.1.tgz#04a2d523b2f18d80d0158a43b895d56dff8d19d8" integrity sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg== dependencies: decamelize "^1.1.0" map-obj "^1.0.0" -decamelize@^1.1.0: +decamelize@^1.1.0, decamelize@^1.2.0: version "1.2.0" - resolved "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz" + resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" integrity sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA== decimal.js@^10.4.2: - version "10.5.0" - resolved "https://registry.npmjs.org/decimal.js/-/decimal.js-10.5.0.tgz" - integrity sha512-8vDa8Qxvr/+d94hSh5P3IJwI5t8/c0KsMp+g8bNw9cY2icONa5aPfvKeieW1WlG0WQYwwhJ7mjui2xtiePQSXw== + version "10.6.0" + resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.6.0.tgz#e649a43e3ab953a72192ff5983865e509f37ed9a" + integrity sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg== decode-uri-component@^0.2.2: version "0.2.2" - resolved "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz" + resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.2.tgz#e69dbe25d37941171dd540e024c444cd5188e1e9" integrity sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ== dedent@1.5.3: version "1.5.3" - resolved "https://registry.npmjs.org/dedent/-/dedent-1.5.3.tgz" + resolved "https://registry.yarnpkg.com/dedent/-/dedent-1.5.3.tgz#99aee19eb9bae55a67327717b6e848d0bf777e5a" integrity sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ== dedent@^1.0.0: - version "1.6.0" - resolved "https://registry.npmjs.org/dedent/-/dedent-1.6.0.tgz" - integrity sha512-F1Z+5UCFpmQUzJa11agbyPVMbpgT/qA3/SKyJ1jyBgm7dUcUEa8v9JwDkerSQXfakBwFljIxhOJqGkjUwZ9FSA== + version "1.7.1" + resolved "https://registry.yarnpkg.com/dedent/-/dedent-1.7.1.tgz#364661eea3d73f3faba7089214420ec2f8f13e15" + integrity sha512-9JmrhGZpOlEgOLdQgSm0zxFaYoQon408V1v49aqTWuXENVlnCuY9JBZcXZiCsZQWDjTm5Qf/nIvAy77mXDAjEg== -deep-extend@^0.6.0: - version "0.6.0" - resolved "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz" - integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== +deep-is@^0.1.3: + version "0.1.4" + resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831" + integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ== -deepmerge@^4.2.2, deepmerge@^4.3.1: +deepmerge@^4.2.2, deepmerge@^4.3.0: version "4.3.1" - resolved "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz" + resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.3.1.tgz#44b5f2147cd3b00d4b56137685966f26fd25dd4a" integrity sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A== defaults@^1.0.3: version "1.0.4" - resolved "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz" + resolved "https://registry.yarnpkg.com/defaults/-/defaults-1.0.4.tgz#b0b02062c1e2aa62ff5d9528f0f98baa90978d7a" integrity sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A== dependencies: clone "^1.0.2" +define-data-property@^1.0.1, define-data-property@^1.1.4: + version "1.1.4" + resolved "https://registry.yarnpkg.com/define-data-property/-/define-data-property-1.1.4.tgz#894dc141bb7d3060ae4366f6a0107e68fbe48c5e" + integrity sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A== + dependencies: + es-define-property "^1.0.0" + es-errors "^1.3.0" + gopd "^1.0.1" + define-lazy-prop@^2.0.0: version "2.0.0" - resolved "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz" + resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz#3f7ae421129bcaaac9bc74905c98a0009ec9ee7f" integrity sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og== +define-properties@^1.1.3, define-properties@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.2.1.tgz#10781cc616eb951a80a034bafcaa7377f6af2b6c" + integrity sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg== + dependencies: + define-data-property "^1.0.1" + has-property-descriptors "^1.0.0" + object-keys "^1.1.1" + delayed-stream@~1.0.0: version "1.0.0" - resolved "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz" + resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ== depd@2.0.0, depd@~2.0.0: version "2.0.0" - resolved "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz" + resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df" integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== deprecation@^2.0.0: version "2.3.1" - resolved "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz" + resolved "https://registry.yarnpkg.com/deprecation/-/deprecation-2.3.1.tgz#6368cbdb40abf3373b525ac87e4a260c3a700919" integrity sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ== -destroy@1.2.0: +destroy@1.2.0, destroy@~1.2.0: version "1.2.0" - resolved "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz" + resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.2.0.tgz#4803735509ad8be552934c67df614f94e66fa015" integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg== detect-indent@^5.0.0: version "5.0.0" - resolved "https://registry.npmjs.org/detect-indent/-/detect-indent-5.0.0.tgz" + resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-5.0.0.tgz#3871cc0a6a002e8c3e5b3cf7f336264675f06b9d" integrity sha512-rlpvsxUtM0PQvy9iZe640/IWwWYyBsTApREbA1pHOpmOUIl9MkP/U4z7vTtg4Oaojvqhxt7sdufnT0EzGaR31g== -detect-libc@^2.0.3: - version "2.1.2" - resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-2.1.2.tgz#689c5dcdc1900ef5583a4cb9f6d7b473742074ad" - integrity sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ== - detect-newline@^3.0.0: version "3.1.0" - resolved "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz" + resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651" integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA== -detect-node-es@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/detect-node-es/-/detect-node-es-1.1.0.tgz#163acdf643330caa0b4cd7c21e7ee7755d6fa493" - integrity sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ== - diff-sequences@^29.6.3: version "29.6.3" - resolved "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz" + resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-29.6.3.tgz#4deaf894d11407c51efc8418012f9e70b84ea921" integrity sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q== -dir-glob@^3.0.1: - version "3.0.1" - resolved "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz" - integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA== +doctrine@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d" + integrity sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw== + dependencies: + esutils "^2.0.2" + +doctrine@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961" + integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w== dependencies: - path-type "^4.0.0" + esutils "^2.0.2" domexception@^4.0.0: version "4.0.0" - resolved "https://registry.npmjs.org/domexception/-/domexception-4.0.0.tgz" + resolved "https://registry.yarnpkg.com/domexception/-/domexception-4.0.0.tgz#4ad1be56ccadc86fc76d033353999a8037d03673" integrity sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw== dependencies: webidl-conversions "^7.0.0" dot-prop@^5.1.0: version "5.3.0" - resolved "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz" + resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.3.0.tgz#90ccce708cd9cd82cc4dc8c3ddd9abdd55b20e88" integrity sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q== dependencies: is-obj "^2.0.0" dotenv-expand@~11.0.6: version "11.0.7" - resolved "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-11.0.7.tgz" + resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-11.0.7.tgz#af695aea007d6fdc84c86cd8d0ad7beb40a0bd08" integrity sha512-zIHwmZPRshsCdpMDyVsqGmgyP0yT8GAgXUnkdAoJisxvf33k7yO6OuoKmcTGuXPWSsm8Oh88nZicRLA9Y0rUeA== dependencies: dotenv "^16.4.5" dotenv@^16.4.5: - version "16.5.0" - resolved "https://registry.npmjs.org/dotenv/-/dotenv-16.5.0.tgz" - integrity sha512-m/C+AwOAr9/W1UOIZUo232ejMNnJAJtYQjUbHoNTBNTJSvqzzDh7vnrei3o3r3m9blf6ZoDkvcw0VmozNRFJxg== + version "16.6.1" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.6.1.tgz#773f0e69527a8315c7285d5ee73c4459d20a8020" + integrity sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow== dotenv@~16.4.5: version "16.4.7" - resolved "https://registry.npmjs.org/dotenv/-/dotenv-16.4.7.tgz" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.7.tgz#0e20c5b82950140aa99be360a8a5f52335f53c26" integrity sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ== -dunder-proto@^1.0.1: +dunder-proto@^1.0.0, dunder-proto@^1.0.1: version "1.0.1" - resolved "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz" + resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a" integrity sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A== dependencies: call-bind-apply-helpers "^1.0.1" es-errors "^1.3.0" gopd "^1.2.0" -duplexer@^0.1.1: - version "0.1.2" - resolved "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz" - integrity sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg== - eastasianwidth@^0.2.0: version "0.2.0" - resolved "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz" + resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb" integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== ee-first@1.1.1: version "1.1.1" - resolved "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz" + resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== -ejs@^3.1.10, ejs@^3.1.7: +ejs@^3.1.7: version "3.1.10" - resolved "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz" + resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b" integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA== dependencies: jake "^10.8.5" -electron-to-chromium@^1.5.149: - version "1.5.150" - resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.150.tgz" - integrity sha512-rOOkP2ZUMx1yL4fCxXQKDHQ8ZXwisb2OycOQVKHgvB3ZI4CvehOd4y2tfnnLDieJ3Zs1RL1Dlp3cMkyIn7nnXA== - electron-to-chromium@^1.5.263: - version "1.5.267" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.267.tgz#5d84f2df8cdb6bfe7e873706bb21bd4bfb574dc7" - integrity sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw== + version "1.5.286" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.286.tgz#142be1ab5e1cd5044954db0e5898f60a4960384e" + integrity sha512-9tfDXhJ4RKFNerfjdCcZfufu49vg620741MNs26a9+bhLThdB+plgMeou98CAaHu/WATj2iHOOHTp1hWtABj2A== emittery@^0.13.1: version "0.13.1" - resolved "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz" + resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.13.1.tgz#c04b8c3457490e0847ae51fced3af52d338e3dad" integrity sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ== emoji-regex@^8.0.0: version "8.0.0" - resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== emoji-regex@^9.2.2: version "9.2.2" - resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz" + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72" integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg== encodeurl@~1.0.2: version "1.0.2" - resolved "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz" + resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" integrity sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w== encodeurl@~2.0.0: version "2.0.0" - resolved "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz" + resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-2.0.0.tgz#7b8ea898077d7e409d3ac45474ea38eaf0857a58" integrity sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg== encoding@^0.1.13: version "0.1.13" - resolved "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz" + resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.13.tgz#56574afdd791f54a8e9b2785c0582a2d26210fa9" integrity sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A== dependencies: iconv-lite "^0.6.2" end-of-stream@^1.4.1: version "1.4.5" - resolved "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz" + resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.5.tgz#7344d711dea40e0b74abc2ed49778743ccedb08c" integrity sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg== dependencies: once "^1.4.0" enquirer@~2.3.6: version "2.3.6" - resolved "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz" + resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d" integrity sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg== dependencies: ansi-colors "^4.1.1" entities@^6.0.0: - version "6.0.0" - resolved "https://registry.npmjs.org/entities/-/entities-6.0.0.tgz" - integrity sha512-aKstq2TDOndCn4diEyp9Uq/Flu2i1GlLkc6XIDQSDMuaFE3OPW5OphLCyQ5SpSJZTb4reN+kTcYru5yIfXoRPw== - -env-editor@^0.4.1: - version "0.4.2" - resolved "https://registry.npmjs.org/env-editor/-/env-editor-0.4.2.tgz" - integrity sha512-ObFo8v4rQJAE59M69QzwloxPZtd33TpYEIjtKD1rrFDcM1Gd7IkDxEBU+HriziN6HSHQnBJi8Dmy+JWkav5HKA== + version "6.0.1" + resolved "https://registry.yarnpkg.com/entities/-/entities-6.0.1.tgz#c28c34a43379ca7f61d074130b2f5f7020a30694" + integrity sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g== env-paths@^2.2.0, env-paths@^2.2.1: version "2.2.1" - resolved "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz" + resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2" integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A== envinfo@7.13.0: version "7.13.0" - resolved "https://registry.npmjs.org/envinfo/-/envinfo-7.13.0.tgz" + resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.13.0.tgz#81fbb81e5da35d74e814941aeab7c325a606fb31" integrity sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q== +envinfo@^7.13.0: + version "7.21.0" + resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.21.0.tgz#04a251be79f92548541f37d13c8b6f22940c3bae" + integrity sha512-Lw7I8Zp5YKHFCXL7+Dz95g4CcbMEpgvqZNNq3AmlT5XAV6CgAAk6gyAMqn2zjw08K9BHfcNuKrMiCPLByGafow== + err-code@^2.0.2: version "2.0.3" - resolved "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz" + resolved "https://registry.yarnpkg.com/err-code/-/err-code-2.0.3.tgz#23c2f3b756ffdfc608d30e27c9a941024807e7f9" integrity sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA== error-ex@^1.3.1: - version "1.3.2" - resolved "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz" - integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== + version "1.3.4" + resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.4.tgz#b3a8d8bb6f92eecc1629e3e27d3c8607a8a32414" + integrity sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ== dependencies: is-arrayish "^0.2.1" error-stack-parser@^2.0.6: version "2.1.4" - resolved "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz" + resolved "https://registry.yarnpkg.com/error-stack-parser/-/error-stack-parser-2.1.4.tgz#229cb01cdbfa84440bfa91876285b94680188286" integrity sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ== dependencies: stackframe "^1.3.4" -es-define-property@^1.0.1: +errorhandler@^1.5.1: + version "1.5.2" + resolved "https://registry.yarnpkg.com/errorhandler/-/errorhandler-1.5.2.tgz#dd0aa3952eca44aff7c2985e7d246c5932d70444" + integrity sha512-kNAL7hESndBCrWwS72QyV3IVOTrVmj9D062FV5BQswNL5zEdeRmz/WJFyh6Aj/plvvSOrzddkxW57HgkZcR9Fw== + dependencies: + accepts "~1.3.8" + escape-html "~1.0.3" + +es-abstract@^1.17.5, es-abstract@^1.23.2, es-abstract@^1.23.3, es-abstract@^1.23.5, es-abstract@^1.23.6, es-abstract@^1.23.9, es-abstract@^1.24.0, es-abstract@^1.24.1: + version "1.24.1" + resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.24.1.tgz#f0c131ed5ea1bb2411134a8dd94def09c46c7899" + integrity sha512-zHXBLhP+QehSSbsS9Pt23Gg964240DPd6QCf8WpkqEXxQ7fhdZzYsocOr5u7apWonsS5EjZDmTF+/slGMyasvw== + dependencies: + array-buffer-byte-length "^1.0.2" + arraybuffer.prototype.slice "^1.0.4" + available-typed-arrays "^1.0.7" + call-bind "^1.0.8" + call-bound "^1.0.4" + data-view-buffer "^1.0.2" + data-view-byte-length "^1.0.2" + data-view-byte-offset "^1.0.1" + es-define-property "^1.0.1" + es-errors "^1.3.0" + es-object-atoms "^1.1.1" + es-set-tostringtag "^2.1.0" + es-to-primitive "^1.3.0" + function.prototype.name "^1.1.8" + get-intrinsic "^1.3.0" + get-proto "^1.0.1" + get-symbol-description "^1.1.0" + globalthis "^1.0.4" + gopd "^1.2.0" + has-property-descriptors "^1.0.2" + has-proto "^1.2.0" + has-symbols "^1.1.0" + hasown "^2.0.2" + internal-slot "^1.1.0" + is-array-buffer "^3.0.5" + is-callable "^1.2.7" + is-data-view "^1.0.2" + is-negative-zero "^2.0.3" + is-regex "^1.2.1" + is-set "^2.0.3" + is-shared-array-buffer "^1.0.4" + is-string "^1.1.1" + is-typed-array "^1.1.15" + is-weakref "^1.1.1" + math-intrinsics "^1.1.0" + object-inspect "^1.13.4" + object-keys "^1.1.1" + object.assign "^4.1.7" + own-keys "^1.0.1" + regexp.prototype.flags "^1.5.4" + safe-array-concat "^1.1.3" + safe-push-apply "^1.0.0" + safe-regex-test "^1.1.0" + set-proto "^1.0.0" + stop-iteration-iterator "^1.1.0" + string.prototype.trim "^1.2.10" + string.prototype.trimend "^1.0.9" + string.prototype.trimstart "^1.0.8" + typed-array-buffer "^1.0.3" + typed-array-byte-length "^1.0.3" + typed-array-byte-offset "^1.0.4" + typed-array-length "^1.0.7" + unbox-primitive "^1.1.0" + which-typed-array "^1.1.19" + +es-define-property@^1.0.0, es-define-property@^1.0.1: version "1.0.1" - resolved "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz" + resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.1.tgz#983eb2f9a6724e9303f61addf011c72e09e0b0fa" integrity sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g== es-errors@^1.3.0: version "1.3.0" - resolved "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz" + resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f" integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw== +es-iterator-helpers@^1.2.1: + version "1.2.2" + resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.2.2.tgz#d979a9f686e2b0b72f88dbead7229924544720bc" + integrity sha512-BrUQ0cPTB/IwXj23HtwHjS9n7O4h9FX94b4xc5zlTHxeLgTAdzYUDyy6KdExAl9lbN5rtfe44xpjpmj9grxs5w== + dependencies: + call-bind "^1.0.8" + call-bound "^1.0.4" + define-properties "^1.2.1" + es-abstract "^1.24.1" + es-errors "^1.3.0" + es-set-tostringtag "^2.1.0" + function-bind "^1.1.2" + get-intrinsic "^1.3.0" + globalthis "^1.0.4" + gopd "^1.2.0" + has-property-descriptors "^1.0.2" + has-proto "^1.2.0" + has-symbols "^1.1.0" + internal-slot "^1.1.0" + iterator.prototype "^1.1.5" + safe-array-concat "^1.1.3" + es-object-atoms@^1.0.0, es-object-atoms@^1.1.1: version "1.1.1" - resolved "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz" + resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz#1c4f2c4837327597ce69d2ca190a7fdd172338c1" integrity sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA== dependencies: es-errors "^1.3.0" es-set-tostringtag@^2.1.0: version "2.1.0" - resolved "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz" + resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d" integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA== dependencies: es-errors "^1.3.0" @@ -4905,34 +4437,50 @@ es-set-tostringtag@^2.1.0: has-tostringtag "^1.0.2" hasown "^2.0.2" +es-shim-unscopables@^1.0.2: + version "1.1.0" + resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz#438df35520dac5d105f3943d927549ea3b00f4b5" + integrity sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw== + dependencies: + hasown "^2.0.2" + +es-to-primitive@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.3.0.tgz#96c89c82cc49fd8794a24835ba3e1ff87f214e18" + integrity sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g== + dependencies: + is-callable "^1.2.7" + is-date-object "^1.0.5" + is-symbol "^1.0.4" + escalade@^3.1.1, escalade@^3.2.0: version "3.2.0" - resolved "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz" + resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.2.0.tgz#011a3f69856ba189dffa7dc8fcce99d2a87903e5" integrity sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA== escape-html@~1.0.3: version "1.0.3" - resolved "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz" + resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" integrity sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow== escape-string-regexp@^1.0.5: version "1.0.5" - resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg== escape-string-regexp@^2.0.0: version "2.0.0" - resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz#a30304e99daa32e23b2fd20f51babd07cffca344" integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w== escape-string-regexp@^4.0.0: version "4.0.0" - resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== escodegen@^2.0.0: version "2.1.0" - resolved "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz" + resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-2.1.0.tgz#ba93bbb7a43986d29d6041f99f5262da773e2e17" integrity sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w== dependencies: esprima "^4.0.1" @@ -4941,44 +4489,217 @@ escodegen@^2.0.0: optionalDependencies: source-map "~0.6.1" +eslint-config-prettier@^8.5.0: + version "8.10.2" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.10.2.tgz#0642e53625ebc62c31c24726b0f050df6bd97a2e" + integrity sha512-/IGJ6+Dka158JnP5n5YFMOszjDWrXggGz1LaK/guZq9vZTmniaKlHcsscvkAhn9y4U+BU3JuUdYvtAMcv30y4A== + +eslint-plugin-eslint-comments@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.2.0.tgz#9e1cd7b4413526abb313933071d7aba05ca12ffa" + integrity sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ== + dependencies: + escape-string-regexp "^1.0.5" + ignore "^5.0.5" + +eslint-plugin-ft-flow@^2.0.1: + version "2.0.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-ft-flow/-/eslint-plugin-ft-flow-2.0.3.tgz#3b3c113c41902bcbacf0e22b536debcfc3c819e8" + integrity sha512-Vbsd/b+LYA99jUbsL6viEUWShFaYQt2YQs3QN3f+aeszOhh2sgdcU0mjzDyD4yyBvMc8qy2uwvBBWfMzEX06tg== + dependencies: + lodash "^4.17.21" + string-natural-compare "^3.0.1" + +eslint-plugin-jest@^29.0.1: + version "29.15.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.15.0.tgz#58a5917a88244f7536ae10c68b5bd58d407896f0" + integrity sha512-ZCGr7vTH2WSo2hrK5oM2RULFmMruQ7W3cX7YfwoTiPfzTGTFBMmrVIz45jZHd++cGKj/kWf02li/RhTGcANJSA== + dependencies: + "@typescript-eslint/utils" "^8.0.0" + +eslint-plugin-react-hooks@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.1.tgz#66e258db58ece50723ef20cc159f8aa908219169" + integrity sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA== + dependencies: + "@babel/core" "^7.24.4" + "@babel/parser" "^7.24.4" + hermes-parser "^0.25.1" + zod "^3.25.0 || ^4.0.0" + zod-validation-error "^3.5.0 || ^4.0.0" + +eslint-plugin-react-native-globals@^0.1.1: + version "0.1.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-native-globals/-/eslint-plugin-react-native-globals-0.1.2.tgz#ee1348bc2ceb912303ce6bdbd22e2f045ea86ea2" + integrity sha512-9aEPf1JEpiTjcFAmmyw8eiIXmcNZOqaZyHO77wgm0/dWfT/oxC1SrIq8ET38pMxHYrcB6Uew+TzUVsBeczF88g== + +eslint-plugin-react-native@^4.0.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-native/-/eslint-plugin-react-native-4.1.0.tgz#5343acd3b2246bc1b857ac38be708f070d18809f" + integrity sha512-QLo7rzTBOl43FvVqDdq5Ql9IoElIuTdjrz9SKAXCvULvBoRZ44JGSkx9z4999ZusCsb4rK3gjS8gOGyeYqZv2Q== + dependencies: + eslint-plugin-react-native-globals "^0.1.1" + +eslint-plugin-react@^7.30.1: + version "7.37.5" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz#2975511472bdda1b272b34d779335c9b0e877065" + integrity sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA== + dependencies: + array-includes "^3.1.8" + array.prototype.findlast "^1.2.5" + array.prototype.flatmap "^1.3.3" + array.prototype.tosorted "^1.1.4" + doctrine "^2.1.0" + es-iterator-helpers "^1.2.1" + estraverse "^5.3.0" + hasown "^2.0.2" + jsx-ast-utils "^2.4.1 || ^3.0.0" + minimatch "^3.1.2" + object.entries "^1.1.9" + object.fromentries "^2.0.8" + object.values "^1.2.1" + prop-types "^15.8.1" + resolve "^2.0.0-next.5" + semver "^6.3.1" + string.prototype.matchall "^4.0.12" + string.prototype.repeat "^1.0.0" + +eslint-scope@5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c" + integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== + dependencies: + esrecurse "^4.3.0" + estraverse "^4.1.1" + +eslint-scope@^7.2.2: + version "7.2.2" + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f" + integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg== + dependencies: + esrecurse "^4.3.0" + estraverse "^5.2.0" + +eslint-visitor-keys@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303" + integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw== + +eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3: + version "3.4.3" + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800" + integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== + +eslint-visitor-keys@^4.2.1: + version "4.2.1" + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1" + integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ== + +eslint@^8.19.0: + version "8.57.1" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9" + integrity sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA== + dependencies: + "@eslint-community/eslint-utils" "^4.2.0" + "@eslint-community/regexpp" "^4.6.1" + "@eslint/eslintrc" "^2.1.4" + "@eslint/js" "8.57.1" + "@humanwhocodes/config-array" "^0.13.0" + "@humanwhocodes/module-importer" "^1.0.1" + "@nodelib/fs.walk" "^1.2.8" + "@ungap/structured-clone" "^1.2.0" + ajv "^6.12.4" + chalk "^4.0.0" + cross-spawn "^7.0.2" + debug "^4.3.2" + doctrine "^3.0.0" + escape-string-regexp "^4.0.0" + eslint-scope "^7.2.2" + eslint-visitor-keys "^3.4.3" + espree "^9.6.1" + esquery "^1.4.2" + esutils "^2.0.2" + fast-deep-equal "^3.1.3" + file-entry-cache "^6.0.1" + find-up "^5.0.0" + glob-parent "^6.0.2" + globals "^13.19.0" + graphemer "^1.4.0" + ignore "^5.2.0" + imurmurhash "^0.1.4" + is-glob "^4.0.0" + is-path-inside "^3.0.3" + js-yaml "^4.1.0" + json-stable-stringify-without-jsonify "^1.0.1" + levn "^0.4.1" + lodash.merge "^4.6.2" + minimatch "^3.1.2" + natural-compare "^1.4.0" + optionator "^0.9.3" + strip-ansi "^6.0.1" + text-table "^0.2.0" + +espree@^9.6.0, espree@^9.6.1: + version "9.6.1" + resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f" + integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ== + dependencies: + acorn "^8.9.0" + acorn-jsx "^5.3.2" + eslint-visitor-keys "^3.4.1" + esprima@^4.0.0, esprima@^4.0.1: version "4.0.1" - resolved "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz" + resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== -estraverse@^5.2.0: +esquery@^1.4.2: + version "1.7.0" + resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.7.0.tgz#08d048f261f0ddedb5bae95f46809463d9c9496d" + integrity sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g== + dependencies: + estraverse "^5.1.0" + +esrecurse@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921" + integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== + dependencies: + estraverse "^5.2.0" + +estraverse@^4.1.1: + version "4.3.0" + resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d" + integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== + +estraverse@^5.1.0, estraverse@^5.2.0, estraverse@^5.3.0: version "5.3.0" - resolved "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz" + resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123" integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA== esutils@^2.0.2: version "2.0.3" - resolved "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz" + resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== etag@~1.8.1: version "1.8.1" - resolved "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz" + resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887" integrity sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg== event-target-shim@^5.0.0: version "5.0.1" - resolved "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz" + resolved "https://registry.yarnpkg.com/event-target-shim/-/event-target-shim-5.0.1.tgz#5d4d3ebdf9583d63a5333ce2deb7480ab2b05789" integrity sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ== eventemitter3@^4.0.4: version "4.0.7" - resolved "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz" + resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f" integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== -exec-async@^2.2.0: - version "2.2.0" - resolved "https://registry.npmjs.org/exec-async/-/exec-async-2.2.0.tgz" - integrity sha512-87OpwcEiMia/DeiKFzaQNBNFeN3XkkpYIh9FyOqq5mS2oKv3CBE67PXoEKcr6nodWdXNogTiQ0jE2NGuoffXPw== - execa@5.0.0: version "5.0.0" - resolved "https://registry.npmjs.org/execa/-/execa-5.0.0.tgz" + resolved "https://registry.yarnpkg.com/execa/-/execa-5.0.0.tgz#4029b0007998a841fbd1032e5f4de86a3c1e3376" integrity sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ== dependencies: cross-spawn "^7.0.3" @@ -4993,7 +4714,7 @@ execa@5.0.0: execa@^5.0.0: version "5.1.1" - resolved "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz" + resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd" integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg== dependencies: cross-spawn "^7.0.3" @@ -5008,12 +4729,12 @@ execa@^5.0.0: exit@^0.1.2: version "0.1.2" - resolved "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz" + resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c" integrity sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ== expect@^29.0.0, expect@^29.7.0: version "29.7.0" - resolved "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/expect/-/expect-29.7.0.tgz#578874590dcb3214514084c08115d8aee61e11bc" integrity sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw== dependencies: "@jest/expect-utils" "^29.7.0" @@ -5022,183 +4743,19 @@ expect@^29.0.0, expect@^29.7.0: jest-message-util "^29.7.0" jest-util "^29.7.0" -expo-asset@~12.0.11: - version "12.0.11" - resolved "https://registry.yarnpkg.com/expo-asset/-/expo-asset-12.0.11.tgz#f1905538f35b7e3d6f730efbc633ce596d88f16d" - integrity sha512-pnK/gQ5iritDPBeK54BV35ZpG7yeW5DtgGvJHruIXkyDT9BCoQq3i0AAxfcWG/e4eiRmTzAt5kNVYFJi48uo+A== - dependencies: - "@expo/image-utils" "^0.8.8" - expo-constants "~18.0.11" - -expo-build-properties@~1.0.10: - version "1.0.10" - resolved "https://registry.yarnpkg.com/expo-build-properties/-/expo-build-properties-1.0.10.tgz#2c3fb4248f78828e952defa636635a653e3ad546" - integrity sha512-mFCZbrbrv0AP5RB151tAoRzwRJelqM7bCJzCkxpu+owOyH+p/rFC/q7H5q8B9EpVWj8etaIuszR+gKwohpmu1Q== - dependencies: - ajv "^8.11.0" - semver "^7.6.0" - -expo-constants@~18.0.11, expo-constants@~18.0.12: - version "18.0.12" - resolved "https://registry.yarnpkg.com/expo-constants/-/expo-constants-18.0.12.tgz#3e67f7109ffd03eaa5514c19875a767c39f5a2ca" - integrity sha512-WzcKYMVNRRu4NcSzfIVRD5aUQFnSpTZgXFrlWmm19xJoDa4S3/PQNi6PNTBRc49xz9h8FT7HMxRKaC8lr0gflA== - dependencies: - "@expo/config" "~12.0.12" - "@expo/env" "~2.0.8" - -expo-file-system@~19.0.21: - version "19.0.21" - resolved "https://registry.yarnpkg.com/expo-file-system/-/expo-file-system-19.0.21.tgz#e96a68107fb629cf0dd1906fe7b46b566ff13e10" - integrity sha512-s3DlrDdiscBHtab/6W1osrjGL+C2bvoInPJD7sOwmxfJ5Woynv2oc+Fz1/xVXaE/V7HE/+xrHC/H45tu6lZzzg== - -expo-font@~14.0.10: - version "14.0.10" - resolved "https://registry.yarnpkg.com/expo-font/-/expo-font-14.0.10.tgz#33fb9f6dc5661729192a6bc8cd6f08bd1a9097cc" - integrity sha512-UqyNaaLKRpj4pKAP4HZSLnuDQqueaO5tB1c/NWu5vh1/LF9ulItyyg2kF/IpeOp0DeOLk0GY0HrIXaKUMrwB+Q== - dependencies: - fontfaceobserver "^2.1.0" - -expo-keep-awake@~15.0.8: - version "15.0.8" - resolved "https://registry.yarnpkg.com/expo-keep-awake/-/expo-keep-awake-15.0.8.tgz#911c5effeba9baff2ccde79ef0ff5bf856215f8d" - integrity sha512-YK9M1VrnoH1vLJiQzChZgzDvVimVoriibiDIFLbQMpjYBnvyfUeHJcin/Gx1a+XgupNXy92EQJLgI/9ZuXajYQ== - -expo-linking@~8.0.10: - version "8.0.10" - resolved "https://registry.yarnpkg.com/expo-linking/-/expo-linking-8.0.10.tgz#9108dabf97085ea93fa5036d64143bb07ffc553d" - integrity sha512-0EKtn4Sk6OYmb/5ZqK8riO0k1Ic+wyT3xExbmDvUYhT7p/cKqlVUExMuOIAt3Cx3KUUU1WCgGmdd493W/D5XjA== - dependencies: - expo-constants "~18.0.11" - invariant "^2.2.4" - -expo-modules-autolinking@3.0.23: - version "3.0.23" - resolved "https://registry.yarnpkg.com/expo-modules-autolinking/-/expo-modules-autolinking-3.0.23.tgz#1b4349476d4c75b4f2dcefe716ff28c6746aa6ed" - integrity sha512-YZnaE0G+52xftjH5nsIRaWsoVBY38SQCECclpdgLisdbRY/6Mzo7ndokjauOv3mpFmzMZACHyJNu1YSAffQwTg== - dependencies: - "@expo/spawn-async" "^1.7.2" - chalk "^4.1.0" - commander "^7.2.0" - require-from-string "^2.0.2" - resolve-from "^5.0.0" - -expo-modules-core@3.0.29: - version "3.0.29" - resolved "https://registry.yarnpkg.com/expo-modules-core/-/expo-modules-core-3.0.29.tgz#99287eba52f21784bcb2e4f4edd4fc4c21b5b265" - integrity sha512-LzipcjGqk8gvkrOUf7O2mejNWugPkf3lmd9GkqL9WuNyeN2fRwU0Dn77e3ZUKI3k6sI+DNwjkq4Nu9fNN9WS7Q== - dependencies: - invariant "^2.2.4" - -expo-router@~6.0.20: - version "6.0.20" - resolved "https://registry.yarnpkg.com/expo-router/-/expo-router-6.0.20.tgz#3d73e55e80a0ed4cc923773a45deca979a6fd2f3" - integrity sha512-KgJV7jq7tCfr9zUCB3jlY2wu7qFVb8fNEX42XXDm3owDrptND++PzobIrPSPnn4nfdc/pWCLU8PKcaBOz7lJPQ== - dependencies: - "@expo/metro-runtime" "^6.1.2" - "@expo/schema-utils" "^0.1.8" - "@radix-ui/react-slot" "1.2.0" - "@radix-ui/react-tabs" "^1.1.12" - "@react-navigation/bottom-tabs" "^7.4.0" - "@react-navigation/native" "^7.1.8" - "@react-navigation/native-stack" "^7.3.16" - client-only "^0.0.1" - debug "^4.3.4" - escape-string-regexp "^4.0.0" - expo-server "^1.0.5" - fast-deep-equal "^3.1.3" - invariant "^2.2.4" - nanoid "^3.3.8" - query-string "^7.1.3" - react-fast-compare "^3.2.2" - react-native-is-edge-to-edge "^1.1.6" - semver "~7.6.3" - server-only "^0.0.1" - sf-symbols-typescript "^2.1.0" - shallowequal "^1.1.0" - use-latest-callback "^0.2.1" - vaul "^1.1.2" - -expo-server@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/expo-server/-/expo-server-1.0.5.tgz#2d52002199a2af99c2c8771d0657916004345ca9" - integrity sha512-IGR++flYH70rhLyeXF0Phle56/k4cee87WeQ4mamS+MkVAVP+dDlOHf2nN06Z9Y2KhU0Gp1k+y61KkghF7HdhA== - -expo-splash-screen@~31.0.12: - version "31.0.12" - resolved "https://registry.yarnpkg.com/expo-splash-screen/-/expo-splash-screen-31.0.12.tgz#917bc5ad533933fbf5788f61d3212b0aaa760a45" - integrity sha512-o466xFYh7Fld7CuBrzx5I12LONo7a4xzOSbxS+buOEObL/Wp4Xu4QhXg80ZY7puCGbJbtm7Ltjgg5olnWOU/Rg== - dependencies: - "@expo/prebuild-config" "^54.0.7" - -expo-status-bar@~3.0.9: - version "3.0.9" - resolved "https://registry.yarnpkg.com/expo-status-bar/-/expo-status-bar-3.0.9.tgz#87cfc803fa614f09a985b8e75e3dd7abd51ce2cb" - integrity sha512-xyYyVg6V1/SSOZWh4Ni3U129XHCnFHBTcUo0dhWtFDrZbNp/duw5AGsQfb2sVeU0gxWHXSY1+5F0jnKYC7WuOw== - dependencies: - react-native-is-edge-to-edge "^1.2.1" - -expo-system-ui@~6.0.9: - version "6.0.9" - resolved "https://registry.yarnpkg.com/expo-system-ui/-/expo-system-ui-6.0.9.tgz#09b4a4301ab25ec594ae39beb7d24197c231a30c" - integrity sha512-eQTYGzw1V4RYiYHL9xDLYID3Wsec2aZS+ypEssmF64D38aDrqbDgz1a2MSlHLQp2jHXSs3FvojhZ9FVela1Zcg== - dependencies: - "@react-native/normalize-colors" "0.81.5" - debug "^4.3.2" - -expo-web-browser@~15.0.10: - version "15.0.10" - resolved "https://registry.yarnpkg.com/expo-web-browser/-/expo-web-browser-15.0.10.tgz#ee7fb59b4f143f262c13c020433a83444181f1a3" - integrity sha512-fvDhW4bhmXAeWFNFiInmsGCK83PAqAcQaFyp/3pE/jbdKmFKoRCWr46uZGIfN4msLK/OODhaQ/+US7GSJNDHJg== - -expo@^54.0.0: - version "54.0.29" - resolved "https://registry.yarnpkg.com/expo/-/expo-54.0.29.tgz#c685e152b72883ab77c685b1dcd7bfa8dbf57a08" - integrity sha512-9C90gyOzV83y2S3XzCbRDCuKYNaiyCzuP9ketv46acHCEZn+QTamPK/DobdghoSiofCmlfoaiD6/SzfxDiHMnw== - dependencies: - "@babel/runtime" "^7.20.0" - "@expo/cli" "54.0.19" - "@expo/config" "~12.0.12" - "@expo/config-plugins" "~54.0.4" - "@expo/devtools" "0.1.8" - "@expo/fingerprint" "0.15.4" - "@expo/metro" "~54.1.0" - "@expo/metro-config" "54.0.11" - "@expo/vector-icons" "^15.0.3" - "@ungap/structured-clone" "^1.3.0" - babel-preset-expo "~54.0.8" - expo-asset "~12.0.11" - expo-constants "~18.0.12" - expo-file-system "~19.0.21" - expo-font "~14.0.10" - expo-keep-awake "~15.0.8" - expo-modules-autolinking "3.0.23" - expo-modules-core "3.0.29" - pretty-format "^29.7.0" - react-refresh "^0.14.2" - whatwg-url-without-unicode "8.0.0-3" - exponential-backoff@^3.1.1: - version "3.1.2" - resolved "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.2.tgz" - integrity sha512-8QxYTVXUkuy7fIIoitQkPwGonB8F3Zj8eEO8Sqg9Zv/bkI7RJAzowee4gr81Hak/dUTpA2Z7VfQgoijjPNlUZA== - -external-editor@^3.0.3: - version "3.1.0" - resolved "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz" - integrity sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew== - dependencies: - chardet "^0.7.0" - iconv-lite "^0.4.24" - tmp "^0.0.33" + version "3.1.3" + resolved "https://registry.yarnpkg.com/exponential-backoff/-/exponential-backoff-3.1.3.tgz#51cf92c1c0493c766053f9d3abee4434c244d2f6" + integrity sha512-ZgEeZXj30q+I0EN+CbSSpIyPaJ5HVQD18Z1m+u1FXbAeT94mr1zw50q4q6jiiC447Nl/YTcIYSAftiGqetwXCA== -fast-deep-equal@^3.1.3: +fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: version "3.1.3" - resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz" + resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== -fast-glob@^3.2.9: +fast-glob@^3.3.2: version "3.3.3" - resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz" + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818" integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg== dependencies: "@nodelib/fs.stat" "^2.0.2" @@ -5207,82 +4764,83 @@ fast-glob@^3.2.9: merge2 "^1.3.0" micromatch "^4.0.8" -fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.1.0: +fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0: version "2.1.0" - resolved "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz" + resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== -fast-uri@^3.0.1: - version "3.0.6" - resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.6.tgz" - integrity sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw== +fast-levenshtein@^2.0.6: + version "2.0.6" + resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" + integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== + +fast-xml-parser@^4.4.1: + version "4.5.3" + resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz#c54d6b35aa0f23dc1ea60b6c884340c006dc6efb" + integrity sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig== + dependencies: + strnum "^1.1.1" fastq@^1.6.0: - 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.yarnpkg.com/fastq/-/fastq-1.20.1.tgz#ca750a10dc925bc8b18839fd203e3ef4b3ced675" + integrity sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw== dependencies: reusify "^1.0.4" +fb-dotslash@0.5.8: + version "0.5.8" + resolved "https://registry.yarnpkg.com/fb-dotslash/-/fb-dotslash-0.5.8.tgz#c5ef3dacd75e1ddb2197c367052464ddde0115f5" + integrity sha512-XHYLKk9J4BupDxi9bSEhkfss0m+Vr9ChTrjhf9l2iw3jB5C7BnY4GVPoMcqbrTutsKJso6yj2nAB6BI/F2oZaA== + fb-watchman@^2.0.0: version "2.0.2" - resolved "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz" + resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.2.tgz#e9524ee6b5c77e9e5001af0f85f3adbb8623255c" integrity sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA== dependencies: bser "2.1.1" -fbjs-css-vars@^1.0.0: - version "1.0.2" - resolved "https://registry.npmjs.org/fbjs-css-vars/-/fbjs-css-vars-1.0.2.tgz" - integrity sha512-b2XGFAFdWZWg0phtAWLHCk836A1Xann+I+Dgd3Gk64MHKZO44FfoD1KxyvbSh0qZsIoXQGGlVztIY+oitJPpRQ== - -fbjs@^3.0.4: - version "3.0.5" - resolved "https://registry.npmjs.org/fbjs/-/fbjs-3.0.5.tgz" - integrity sha512-ztsSx77JBtkuMrEypfhgc3cI0+0h+svqeie7xHbh1k/IKdcydnvadp/mUaGgjAOXQmQSxsqgaRhS3q9fy+1kxg== - dependencies: - cross-fetch "^3.1.5" - fbjs-css-vars "^1.0.0" - loose-envify "^1.0.0" - object-assign "^4.1.0" - promise "^7.1.1" - setimmediate "^1.0.5" - ua-parser-js "^1.0.35" - -fdir@^6.5.0: +fdir@^6.4.3, fdir@^6.5.0: version "6.5.0" resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350" integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg== figures@3.2.0, figures@^3.0.0: version "3.2.0" - resolved "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz" + resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af" integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg== dependencies: escape-string-regexp "^1.0.5" +file-entry-cache@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027" + integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg== + dependencies: + flat-cache "^3.0.4" + filelist@^1.0.4: version "1.0.4" - resolved "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz" + resolved "https://registry.yarnpkg.com/filelist/-/filelist-1.0.4.tgz#f78978a1e944775ff9e62e744424f215e58352b5" integrity sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q== dependencies: minimatch "^5.0.1" fill-range@^7.1.1: version "7.1.1" - resolved "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz" + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292" integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg== dependencies: to-regex-range "^5.0.1" filter-obj@^1.1.0: version "1.1.0" - resolved "https://registry.npmjs.org/filter-obj/-/filter-obj-1.1.0.tgz" + resolved "https://registry.yarnpkg.com/filter-obj/-/filter-obj-1.1.0.tgz#9b311112bc6c6127a16e016c6c5d7f19e0805c5b" integrity sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ== finalhandler@1.1.2: version "1.1.2" - resolved "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz" + resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d" integrity sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA== dependencies: debug "2.6.9" @@ -5295,7 +4853,7 @@ finalhandler@1.1.2: find-babel-config@^1.2.0: version "1.2.2" - resolved "https://registry.npmjs.org/find-babel-config/-/find-babel-config-1.2.2.tgz" + resolved "https://registry.yarnpkg.com/find-babel-config/-/find-babel-config-1.2.2.tgz#41199b5cb9154dcb2fdc351cbe70eaf9198d5111" integrity sha512-oK59njMyw2y3yxto1BCfVK7MQp/OYf4FleHu0RgosH3riFJ1aOuo/7naLDLAObfrgn3ueFhw5sAT/cp0QuJI3Q== dependencies: json5 "^1.0.2" @@ -5303,21 +4861,21 @@ find-babel-config@^1.2.0: find-up@^2.0.0: version "2.1.0" - resolved "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7" integrity sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ== dependencies: locate-path "^2.0.0" find-up@^3.0.0: version "3.0.0" - resolved "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73" integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg== dependencies: locate-path "^3.0.0" find-up@^4.0.0, find-up@^4.1.0: version "4.1.0" - resolved "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== dependencies: locate-path "^5.0.0" @@ -5325,123 +4883,182 @@ find-up@^4.0.0, find-up@^4.1.0: find-up@^5.0.0: version "5.0.0" - resolved "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc" integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng== dependencies: locate-path "^6.0.0" path-exists "^4.0.0" +find-yarn-workspace-root@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/find-yarn-workspace-root/-/find-yarn-workspace-root-2.0.0.tgz#f47fb8d239c900eb78179aa81b66673eac88f7bd" + integrity sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ== + dependencies: + micromatch "^4.0.2" + +flat-cache@^3.0.4: + version "3.2.0" + resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.2.0.tgz#2c0c2d5040c99b1632771a9d105725c0115363ee" + integrity sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw== + dependencies: + flatted "^3.2.9" + keyv "^4.5.3" + rimraf "^3.0.2" + flat@^5.0.2: version "5.0.2" - resolved "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz" + resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241" integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ== +flatted@^3.2.9: + version "3.3.3" + resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.3.tgz#67c8fad95454a7c7abebf74bb78ee74a44023358" + integrity sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg== + flow-enums-runtime@^0.0.6: version "0.0.6" - resolved "https://registry.npmjs.org/flow-enums-runtime/-/flow-enums-runtime-0.0.6.tgz" + resolved "https://registry.yarnpkg.com/flow-enums-runtime/-/flow-enums-runtime-0.0.6.tgz#5bb0cd1b0a3e471330f4d109039b7eba5cb3e787" integrity sha512-3PYnM29RFXwvAN6Pc/scUfkI7RwhQ/xqyLUyPNlXUp9S40zI8nup9tUSrTLSVnWGBN38FNiGWbwZOB6uR4OGdw== follow-redirects@^1.15.6: - version "1.15.9" - resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz" - integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ== + version "1.15.11" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.11.tgz#777d73d72a92f8ec4d2e410eb47352a56b8e8340" + integrity sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ== -fontfaceobserver@^2.1.0: - version "2.3.0" - resolved "https://registry.npmjs.org/fontfaceobserver/-/fontfaceobserver-2.3.0.tgz" - integrity sha512-6FPvD/IVyT4ZlNe7Wcn5Fb/4ChigpucKYSvD6a+0iMoLn2inpo711eyIcKjmDtE5XNcgAkSH9uN/nfAeZzHEfg== +for-each@^0.3.3, for-each@^0.3.5: + version "0.3.5" + resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.5.tgz#d650688027826920feeb0af747ee7b9421a41d47" + integrity sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg== + dependencies: + is-callable "^1.2.7" foreground-child@^3.1.0: version "3.3.1" - resolved "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz" + resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f" integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw== dependencies: cross-spawn "^7.0.6" signal-exit "^4.0.1" -form-data@^4.0.0: - version "4.0.2" - resolved "https://registry.npmjs.org/form-data/-/form-data-4.0.2.tgz" - integrity sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w== +form-data@^4.0.0, form-data@^4.0.4: + version "4.0.5" + resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.5.tgz#b49e48858045ff4cbf6b03e1805cebcad3679053" + integrity sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w== dependencies: asynckit "^0.4.0" combined-stream "^1.0.8" es-set-tostringtag "^2.1.0" + hasown "^2.0.2" mime-types "^2.1.12" -freeport-async@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/freeport-async/-/freeport-async-2.0.0.tgz" - integrity sha512-K7od3Uw45AJg00XUmy15+Hae2hOcgKcmN3/EF6Y7i01O0gaqiRx8sUSpsb9+BRNL8RPBrhzPsVfy8q9ADlJuWQ== - -fresh@0.5.2, fresh@~0.5.2: +fresh@~0.5.2: version "0.5.2" - resolved "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz" + resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" integrity sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q== front-matter@^4.0.2: version "4.0.2" - resolved "https://registry.npmjs.org/front-matter/-/front-matter-4.0.2.tgz" + resolved "https://registry.yarnpkg.com/front-matter/-/front-matter-4.0.2.tgz#b14e54dc745cfd7293484f3210d15ea4edd7f4d5" integrity sha512-I8ZuJ/qG92NWX8i5x1Y8qyj3vizhXS31OxjKDu3LKP+7/qBgfIKValiZIEwoVoJKUHlhWtYrktkxV1XsX+pPlg== dependencies: js-yaml "^3.13.1" fs-constants@^1.0.0: version "1.0.0" - resolved "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz" + resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad" integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow== +fs-extra@^10.0.0: + version "10.1.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf" + integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ== + dependencies: + graceful-fs "^4.2.0" + jsonfile "^6.0.1" + universalify "^2.0.0" + fs-extra@^11.2.0: - version "11.3.0" - resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.0.tgz" - integrity sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew== + version "11.3.3" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.3.tgz#a27da23b72524e81ac6c3815cc0179b8c74c59ee" + integrity sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg== dependencies: graceful-fs "^4.2.0" jsonfile "^6.0.1" universalify "^2.0.0" +fs-extra@^8.1.0: + version "8.1.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0" + integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g== + dependencies: + graceful-fs "^4.2.0" + jsonfile "^4.0.0" + universalify "^0.1.0" + fs-minipass@^2.0.0: version "2.1.0" - resolved "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz" + resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz#7f5036fdbf12c63c169190cbe4199c852271f9fb" integrity sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg== dependencies: minipass "^3.0.0" fs-minipass@^3.0.0: version "3.0.3" - resolved "https://registry.npmjs.org/fs-minipass/-/fs-minipass-3.0.3.tgz" + resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-3.0.3.tgz#79a85981c4dc120065e96f62086bf6f9dc26cc54" integrity sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw== dependencies: minipass "^7.0.3" fs.realpath@^1.0.0: version "1.0.0" - resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" + resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== fsevents@^2.3.2: version "2.3.3" - resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6" integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw== function-bind@^1.1.2: version "1.1.2" - resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz" + resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c" integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA== +function.prototype.name@^1.1.6, function.prototype.name@^1.1.8: + version "1.1.8" + resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.8.tgz#e68e1df7b259a5c949eeef95cdbde53edffabb78" + integrity sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q== + dependencies: + call-bind "^1.0.8" + call-bound "^1.0.3" + define-properties "^1.2.1" + functions-have-names "^1.2.3" + hasown "^2.0.2" + is-callable "^1.2.7" + +functions-have-names@^1.2.3: + version "1.2.3" + resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834" + integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ== + +generator-function@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/generator-function/-/generator-function-2.0.1.tgz#0e75dd410d1243687a0ba2e951b94eedb8f737a2" + integrity sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g== + gensync@^1.0.0-beta.2: version "1.0.0-beta.2" - resolved "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz" + resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== -get-caller-file@^2.0.5: +get-caller-file@^2.0.1, get-caller-file@^2.0.5: version "2.0.5" - resolved "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz" + resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== -get-intrinsic@^1.2.6: +get-intrinsic@^1.2.4, get-intrinsic@^1.2.5, get-intrinsic@^1.2.6, get-intrinsic@^1.2.7, get-intrinsic@^1.3.0: version "1.3.0" - resolved "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz" + resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01" integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ== dependencies: call-bind-apply-helpers "^1.0.2" @@ -5455,19 +5072,14 @@ get-intrinsic@^1.2.6: hasown "^2.0.2" math-intrinsics "^1.1.0" -get-nonce@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/get-nonce/-/get-nonce-1.0.1.tgz#fdf3f0278073820d2ce9426c18f07481b1e0cdf3" - integrity sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q== - get-package-type@^0.1.0: version "0.1.0" - resolved "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz" + resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a" integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q== get-pkg-repo@^4.2.1: version "4.2.1" - resolved "https://registry.npmjs.org/get-pkg-repo/-/get-pkg-repo-4.2.1.tgz" + resolved "https://registry.yarnpkg.com/get-pkg-repo/-/get-pkg-repo-4.2.1.tgz#75973e1c8050c73f48190c52047c4cee3acbf385" integrity sha512-2+QbHjFRfGB74v/pYWjd5OhU3TDIC2Gv/YKUTk/tCvAz0pkn/Mz6P3uByuBimLOcPvN2jYdScl3xGFSrx0jEcA== dependencies: "@hutson/parse-repository-url" "^3.0.0" @@ -5477,12 +5089,12 @@ get-pkg-repo@^4.2.1: get-port@5.1.1: version "5.1.1" - resolved "https://registry.npmjs.org/get-port/-/get-port-5.1.1.tgz" + resolved "https://registry.yarnpkg.com/get-port/-/get-port-5.1.1.tgz#0469ed07563479de6efb986baf053dcd7d4e3193" integrity sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ== -get-proto@^1.0.1: +get-proto@^1.0.0, get-proto@^1.0.1: version "1.0.1" - resolved "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz" + resolved "https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz#150b3f2743869ef3e851ec0c49d15b1d14d00ee1" integrity sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g== dependencies: dunder-proto "^1.0.1" @@ -5490,22 +5102,26 @@ get-proto@^1.0.1: get-stream@6.0.0: version "6.0.0" - resolved "https://registry.npmjs.org/get-stream/-/get-stream-6.0.0.tgz" + resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.0.tgz#3e0012cb6827319da2706e601a1583e8629a6718" integrity sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg== get-stream@^6.0.0: version "6.0.1" - resolved "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz" + resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7" integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg== -getenv@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/getenv/-/getenv-2.0.0.tgz#b1698c7b0f29588f4577d06c42c73a5b475c69e0" - integrity sha512-VilgtJj/ALgGY77fiLam5iD336eSWi96Q15JSAG1zi8NRBysm3LXKdGnHb4m5cuyxvOLQQKWpBZAT6ni4FI2iQ== +get-symbol-description@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.1.0.tgz#7bdd54e0befe8ffc9f3b4e203220d9f1e881b6ee" + integrity sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg== + dependencies: + call-bound "^1.0.3" + es-errors "^1.3.0" + get-intrinsic "^1.2.6" git-raw-commits@^3.0.0: version "3.0.0" - resolved "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-3.0.0.tgz" + resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-3.0.0.tgz#5432f053a9744f67e8db03dbc48add81252cfdeb" integrity sha512-b5OHmZ3vAgGrDn/X0kS+9qCfNKWe4K/jFnhwzVWWg0/k5eLa3060tZShrRg8Dja5kPc+YjS0Gc6y7cRr44Lpjw== dependencies: dargs "^7.0.0" @@ -5514,7 +5130,7 @@ git-raw-commits@^3.0.0: git-remote-origin-url@^2.0.0: version "2.0.0" - resolved "https://registry.npmjs.org/git-remote-origin-url/-/git-remote-origin-url-2.0.0.tgz" + resolved "https://registry.yarnpkg.com/git-remote-origin-url/-/git-remote-origin-url-2.0.0.tgz#5282659dae2107145a11126112ad3216ec5fa65f" integrity sha512-eU+GGrZgccNJcsDH5LkXR3PB9M958hxc7sbA8DFJjrv9j4L2P/eZfKhM+QD6wyzpiv+b1BpK0XrYCxkovtjSLw== dependencies: gitconfiglocal "^1.0.0" @@ -5522,7 +5138,7 @@ git-remote-origin-url@^2.0.0: git-semver-tags@^5.0.0: version "5.0.1" - resolved "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-5.0.1.tgz" + resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-5.0.1.tgz#db748aa0e43d313bf38dcd68624d8443234e1c15" integrity sha512-hIvOeZwRbQ+7YEUmCkHqo8FOLQZCEn18yevLHADlFPZY02KJGsu5FZt9YW/lybfK2uhWFI7Qg/07LekJiTv7iA== dependencies: meow "^8.1.2" @@ -5530,7 +5146,7 @@ git-semver-tags@^5.0.0: git-up@^7.0.0: version "7.0.0" - resolved "https://registry.npmjs.org/git-up/-/git-up-7.0.0.tgz" + resolved "https://registry.yarnpkg.com/git-up/-/git-up-7.0.0.tgz#bace30786e36f56ea341b6f69adfd83286337467" integrity sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ== dependencies: is-ssh "^1.4.0" @@ -5538,36 +5154,36 @@ git-up@^7.0.0: git-url-parse@14.0.0: version "14.0.0" - resolved "https://registry.npmjs.org/git-url-parse/-/git-url-parse-14.0.0.tgz" + resolved "https://registry.yarnpkg.com/git-url-parse/-/git-url-parse-14.0.0.tgz#18ce834726d5fbca0c25a4555101aa277017418f" integrity sha512-NnLweV+2A4nCvn4U/m2AoYu0pPKlsmhK9cknG7IMwsjFY1S2jxM+mAhsDxyxfCIGfGaD+dozsyX4b6vkYc83yQ== dependencies: git-up "^7.0.0" gitconfiglocal@^1.0.0: version "1.0.0" - resolved "https://registry.npmjs.org/gitconfiglocal/-/gitconfiglocal-1.0.0.tgz" + resolved "https://registry.yarnpkg.com/gitconfiglocal/-/gitconfiglocal-1.0.0.tgz#41d045f3851a5ea88f03f24ca1c6178114464b9b" integrity sha512-spLUXeTAVHxDtKsJc8FkFVgFtMdEN9qPGpL23VfSHx4fP4+Ds097IXLvymbnDH8FnmxX5Nr9bPw3A+AQ6mWEaQ== dependencies: ini "^1.3.2" -glob-parent@6.0.2: +glob-parent@6.0.2, glob-parent@^6.0.2: version "6.0.2" - resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz" + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3" integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A== dependencies: is-glob "^4.0.3" glob-parent@^5.1.2: version "5.1.2" - resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== dependencies: is-glob "^4.0.1" glob@^10.2.2, glob@^10.3.10: - version "10.4.5" - resolved "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz" - integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg== + version "10.5.0" + resolved "https://registry.yarnpkg.com/glob/-/glob-10.5.0.tgz#8ec0355919cd3338c28428a23d4f24ecc5fe738c" + integrity sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg== dependencies: foreground-child "^3.1.0" jackspeak "^3.1.2" @@ -5576,18 +5192,9 @@ glob@^10.2.2, glob@^10.3.10: package-json-from-dist "^1.0.0" path-scurry "^1.11.1" -glob@^13.0.0: - version "13.0.0" - resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.0.tgz#9d9233a4a274fc28ef7adce5508b7ef6237a1be3" - integrity sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA== - dependencies: - minimatch "^10.1.1" - minipass "^7.1.2" - path-scurry "^2.0.0" - glob@^7.1.1, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6: version "7.2.3" - resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b" integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== dependencies: fs.realpath "^1.0.0" @@ -5599,7 +5206,7 @@ glob@^7.1.1, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6: glob@^9.2.0: version "9.3.5" - resolved "https://registry.npmjs.org/glob/-/glob-9.3.5.tgz" + resolved "https://registry.yarnpkg.com/glob/-/glob-9.3.5.tgz#ca2ed8ca452781a3009685607fdf025a899dfe21" integrity sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q== dependencies: fs.realpath "^1.0.0" @@ -5607,43 +5214,39 @@ glob@^9.2.0: minipass "^4.2.4" path-scurry "^1.6.1" -global-dirs@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445" - integrity sha512-NknMLn7F2J7aflwFOlGdNIuCDpN3VGoSoB+aap3KABFWbHVn1TCgFC+np23J8W2BiZbjfEw3BFBycSMv1AFblg== +globals@^13.19.0: + version "13.24.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171" + integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ== dependencies: - ini "^1.3.4" + type-fest "^0.20.2" -globals@^11.1.0: - version "11.12.0" - resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz" - integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== - -globby@11.1.0: - version "11.1.0" - resolved "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz" - integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g== +globalthis@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.4.tgz#7430ed3a975d97bfb59bcce41f5cabbafa651236" + integrity sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ== dependencies: - array-union "^2.1.0" - dir-glob "^3.0.1" - fast-glob "^3.2.9" - ignore "^5.2.0" - merge2 "^1.4.1" - slash "^3.0.0" + define-properties "^1.2.1" + gopd "^1.0.1" -gopd@^1.2.0: +gopd@^1.0.1, gopd@^1.2.0: version "1.2.0" - resolved "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz" + resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz#89f56b8217bdbc8802bd299df6d7f1081d7e51a1" integrity sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg== -graceful-fs@4.2.11, graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4, graceful-fs@^4.2.6, graceful-fs@^4.2.9: +graceful-fs@4.2.11, graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.3, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4, graceful-fs@^4.2.6, graceful-fs@^4.2.9: version "4.2.11" - resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3" integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== -handlebars@^4.7.7: +graphemer@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6" + integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag== + +handlebars@^4.7.7, handlebars@^4.7.8: version "4.7.8" - resolved "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz" + resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.8.tgz#41c42c18b1be2365439188c77c6afae71c0cd9e9" integrity sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ== dependencies: minimist "^1.2.5" @@ -5655,43 +5258,67 @@ handlebars@^4.7.7: hard-rejection@^2.1.0: version "2.1.0" - resolved "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz" + resolved "https://registry.yarnpkg.com/hard-rejection/-/hard-rejection-2.1.0.tgz#1c6eda5c1685c63942766d79bb40ae773cecd883" integrity sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA== -has-flag@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz" - integrity sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw== +has-bigints@^1.0.2: + version "1.1.0" + resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.1.0.tgz#28607e965ac967e03cd2a2c70a2636a1edad49fe" + integrity sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg== has-flag@^4.0.0: version "4.0.0" - resolved "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz" + resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== +has-property-descriptors@^1.0.0, has-property-descriptors@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz#963ed7d071dc7bf5f084c5bfbe0d1b6222586854" + integrity sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg== + dependencies: + es-define-property "^1.0.0" + +has-proto@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/has-proto/-/has-proto-1.2.0.tgz#5de5a6eabd95fdffd9818b43055e8065e39fe9d5" + integrity sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ== + dependencies: + dunder-proto "^1.0.0" + has-symbols@^1.0.3, has-symbols@^1.1.0: version "1.1.0" - resolved "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz" + resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.1.0.tgz#fc9c6a783a084951d0b971fe1018de813707a338" integrity sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ== has-tostringtag@^1.0.2: version "1.0.2" - resolved "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz" + resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc" integrity sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw== dependencies: has-symbols "^1.0.3" has-unicode@2.0.1: version "2.0.1" - resolved "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz" + resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" integrity sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ== hasown@^2.0.2: version "2.0.2" - resolved "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz" + resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003" integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ== dependencies: function-bind "^1.1.2" +hermes-compiler@0.14.0: + version "0.14.0" + resolved "https://registry.yarnpkg.com/hermes-compiler/-/hermes-compiler-0.14.0.tgz#ec0ec83132ab5954e7bd2c74e6331752742f188f" + integrity sha512-clxa193o+GYYwykWVFfpHduCATz8fR5jvU7ngXpfKHj+E9hr9vjLNtdLSEe8MUbObvVexV3wcyxQ00xTPIrB1Q== + +hermes-estree@0.25.1: + version "0.25.1" + resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.25.1.tgz#6aeec17d1983b4eabf69721f3aa3eb705b17f480" + integrity sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw== + hermes-estree@0.29.1: version "0.29.1" resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.29.1.tgz#043c7db076e0e8ef8c5f6ed23828d1ba463ebcc5" @@ -5702,7 +5329,7 @@ hermes-estree@0.32.0: resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.32.0.tgz#bb7da6613ab8e67e334a1854ea1e209f487d307b" integrity sha512-KWn3BqnlDOl97Xe1Yviur6NbgIZ+IP+UVSpshlZWkq+EtoHg6/cwiDj/osP9PCEgFE15KBm1O55JRwbMEm5ejQ== -hermes-parser@0.29.1, hermes-parser@^0.29.1: +hermes-parser@0.29.1: version "0.29.1" resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.29.1.tgz#436b24bcd7bb1e71f92a04c396ccc0716c288d56" integrity sha512-xBHWmUtRC5e/UL0tI7Ivt2riA/YBq9+SiYFU7C1oBa/j2jYGlIF9043oak1F47ihuDIxQ5nbsKueYJDRY02UgA== @@ -5716,60 +5343,56 @@ hermes-parser@0.32.0: dependencies: hermes-estree "0.32.0" +hermes-parser@^0.25.1: + version "0.25.1" + resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.25.1.tgz#5be0e487b2090886c62bd8a11724cd766d5f54d1" + integrity sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA== + dependencies: + hermes-estree "0.25.1" + hoist-non-react-statics@^3.3.0: version "3.3.2" - resolved "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz" + resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45" integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== dependencies: react-is "^16.7.0" hosted-git-info@^2.1.4: version "2.8.9" - resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz" + resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9" integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw== hosted-git-info@^4.0.0, hosted-git-info@^4.0.1: version "4.1.0" - resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz" + resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.1.0.tgz#827b82867e9ff1c8d0c4d9d53880397d2c86d224" integrity sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA== dependencies: lru-cache "^6.0.0" hosted-git-info@^7.0.0, hosted-git-info@^7.0.2: version "7.0.2" - resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz" + resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-7.0.2.tgz#9b751acac097757667f30114607ef7b661ff4f17" integrity sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w== dependencies: lru-cache "^10.0.1" html-encoding-sniffer@^3.0.0: version "3.0.0" - resolved "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz" + resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz#2cb1a8cf0db52414776e5b2a7a04d5dd98158de9" integrity sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA== dependencies: whatwg-encoding "^2.0.0" html-escaper@^2.0.0: version "2.0.2" - resolved "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz" + resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453" integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg== http-cache-semantics@^4.1.1: version "4.2.0" - resolved "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz" + resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz#205f4db64f8562b76a4ff9235aa5279839a09dd5" integrity sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ== -http-errors@2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz" - integrity sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ== - dependencies: - depd "2.0.0" - inherits "2.0.4" - setprototypeof "1.2.0" - statuses "2.0.1" - toidentifier "1.0.1" - http-errors@~2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-2.0.1.tgz#36d2f65bc909c8790018dd36fb4d93da6caae06b" @@ -5783,7 +5406,7 @@ http-errors@~2.0.1: http-proxy-agent@^5.0.0: version "5.0.0" - resolved "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz" + resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz#5129800203520d434f142bc78ff3c170800f2b43" integrity sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w== dependencies: "@tootallnate/once" "2" @@ -5792,7 +5415,7 @@ http-proxy-agent@^5.0.0: http-proxy-agent@^7.0.0: version "7.0.2" - resolved "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz" + resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz#9a8b1f246866c028509486585f62b8f2c18c270e" integrity sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig== dependencies: agent-base "^7.1.0" @@ -5800,7 +5423,7 @@ http-proxy-agent@^7.0.0: https-proxy-agent@^5.0.1: version "5.0.1" - resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz" + resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6" integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA== dependencies: agent-base "6" @@ -5808,7 +5431,7 @@ https-proxy-agent@^5.0.1: https-proxy-agent@^7.0.1, https-proxy-agent@^7.0.5: version "7.0.6" - resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz" + resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz#da8dfeac7da130b05c2ba4b59c9b6cd66611a6b9" integrity sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw== dependencies: agent-base "^7.1.2" @@ -5816,55 +5439,62 @@ https-proxy-agent@^7.0.1, https-proxy-agent@^7.0.5: human-signals@^2.1.0: version "2.1.0" - resolved "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz" + resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== -hyphenate-style-name@^1.0.3: - version "1.1.0" - resolved "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.1.0.tgz" - integrity sha512-WDC/ui2VVRrz3jOVi+XtjqkDjiVjTtFaAGiW37k6b+ohyQ5wYDOGkvCZa8+H0nx3gyvv0+BST9xuOgIyGQ00gw== - iconv-lite@0.6.3, iconv-lite@^0.6.2: version "0.6.3" - resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz" + resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501" integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw== dependencies: safer-buffer ">= 2.1.2 < 3.0.0" -iconv-lite@^0.4.24: +iconv-lite@^0.7.0: + version "0.7.2" + resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.7.2.tgz#d0bdeac3f12b4835b7359c2ad89c422a4d1cc72e" + integrity sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw== + dependencies: + safer-buffer ">= 2.1.2 < 3.0.0" + +iconv-lite@~0.4.24: version "0.4.24" - resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz" + resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== dependencies: safer-buffer ">= 2.1.2 < 3" ieee754@^1.1.13: version "1.2.1" - resolved "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz" + resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== ignore-walk@^6.0.4: version "6.0.5" - resolved "https://registry.npmjs.org/ignore-walk/-/ignore-walk-6.0.5.tgz" + resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-6.0.5.tgz#ef8d61eab7da169078723d1f82833b36e200b0dd" integrity sha512-VuuG0wCnjhnylG1ABXT3dAuIpTNDs/G8jlpmwXY03fXoXy/8ZK8/T+hMzt8L4WnrLCJgdybqgPagnF/f97cg3A== dependencies: minimatch "^9.0.0" -ignore@^5.0.4, ignore@^5.2.0, ignore@^5.3.1: +ignore@^5.0.4, ignore@^5.0.5, ignore@^5.2.0: version "5.3.2" - resolved "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5" integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g== +ignore@^7.0.5: + version "7.0.5" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9" + integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg== + image-size@^1.0.2: version "1.2.1" - resolved "https://registry.npmjs.org/image-size/-/image-size-1.2.1.tgz" + resolved "https://registry.yarnpkg.com/image-size/-/image-size-1.2.1.tgz#ee118aedfe666db1a6ee12bed5821cde3740276d" integrity sha512-rH+46sQJ2dlwfjfhCyNx5thzrv+dtmBIhPHk0zgRUukHzZ/kRueTJXoYYsclBaKcSMBWuGbOFXtioLpzTb5euw== dependencies: queue "6.0.2" -import-fresh@^3.3.0: +import-fresh@^3.2.1, import-fresh@^3.3.0: version "3.3.1" - resolved "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz" + resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.1.tgz#9cecb56503c0ada1f2741dbbd6546e4b13b57ccf" integrity sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ== dependencies: parent-module "^1.0.0" @@ -5872,7 +5502,7 @@ import-fresh@^3.3.0: import-local@3.1.0: version "3.1.0" - resolved "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz" + resolved "https://registry.yarnpkg.com/import-local/-/import-local-3.1.0.tgz#b4479df8a5fd44f6cdce24070675676063c95cb4" integrity sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg== dependencies: pkg-dir "^4.2.0" @@ -5880,7 +5510,7 @@ import-local@3.1.0: import-local@^3.0.2: version "3.2.0" - resolved "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz" + resolved "https://registry.yarnpkg.com/import-local/-/import-local-3.2.0.tgz#c3d5c745798c02a6f8b897726aba5100186ee260" integrity sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA== dependencies: pkg-dir "^4.2.0" @@ -5888,40 +5518,40 @@ import-local@^3.0.2: imurmurhash@^0.1.4: version "0.1.4" - resolved "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz" + resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" integrity sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA== indent-string@^4.0.0: version "4.0.0" - resolved "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz" + resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251" integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg== inflight@^1.0.4: version "1.0.6" - resolved "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz" + resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA== dependencies: once "^1.3.0" wrappy "1" -inherits@2, inherits@2.0.4, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.3, inherits@~2.0.4: +inherits@2, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.3, inherits@~2.0.4: version "2.0.4" - resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== -ini@^1.3.2, ini@^1.3.4, ini@^1.3.8, ini@~1.3.0: +ini@^1.3.2, ini@^1.3.8: version "1.3.8" - resolved "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz" + resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c" integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== ini@^4.1.3: version "4.1.3" - resolved "https://registry.npmjs.org/ini/-/ini-4.1.3.tgz" + resolved "https://registry.yarnpkg.com/ini/-/ini-4.1.3.tgz#4c359675a6071a46985eb39b14e4a2c0ec98a795" integrity sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg== init-package-json@6.0.3: version "6.0.3" - resolved "https://registry.npmjs.org/init-package-json/-/init-package-json-6.0.3.tgz" + resolved "https://registry.yarnpkg.com/init-package-json/-/init-package-json-6.0.3.tgz#2552fba75b6eed2495dc97f44183e2e5a5bcf8b0" integrity sha512-Zfeb5ol+H+eqJWHTaGca9BovufyGeIfr4zaaBorPmJBMrJ+KBnN+kQx2ZtXdsotUTgldHmHQV44xvUWOUA7E2w== dependencies: "@npmcli/package-json" "^5.0.0" @@ -5932,23 +5562,16 @@ init-package-json@6.0.3: validate-npm-package-license "^3.0.4" validate-npm-package-name "^5.0.0" -inline-style-prefixer@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/inline-style-prefixer/-/inline-style-prefixer-7.0.1.tgz#9310f3cfa2c6f3901d1480f373981c02691781e8" - integrity sha512-lhYo5qNTQp3EvSSp3sRvXMbVQTLrvGV6DycRMJ5dm2BLMiJ30wpXKdDdgX+GmJZ5uQMucwRKHamXSst3Sj/Giw== - dependencies: - css-in-js-utils "^3.1.0" - inquirer@^8.2.4: - version "8.2.6" - resolved "https://registry.npmjs.org/inquirer/-/inquirer-8.2.6.tgz" - integrity sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg== + version "8.2.7" + resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.7.tgz#62f6b931a9b7f8735dc42db927316d8fb6f71de8" + integrity sha512-UjOaSel/iddGZJ5xP/Eixh6dY1XghiBw4XK13rCCIJcJfyhhoul/7KhLLUGtebEj6GDYM6Vnx/mVsjx2L/mFIA== dependencies: + "@inquirer/external-editor" "^1.0.0" ansi-escapes "^4.2.1" chalk "^4.1.1" cli-cursor "^3.1.0" cli-width "^3.0.0" - external-editor "^3.0.3" figures "^3.0.0" lodash "^4.17.21" mute-stream "0.0.8" @@ -5960,6 +5583,15 @@ inquirer@^8.2.4: through "^2.3.6" wrap-ansi "^6.0.1" +internal-slot@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.1.0.tgz#1eac91762947d2f7056bc838d93e13b2e9604961" + integrity sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw== + dependencies: + es-errors "^1.3.0" + hasown "^2.0.2" + side-channel "^1.1.0" + invariant@2.2.4, invariant@^2.2.4: version "2.2.4" resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6" @@ -5967,166 +5599,342 @@ invariant@2.2.4, invariant@^2.2.4: dependencies: loose-envify "^1.0.0" -ip-address@^9.0.5: - version "9.0.5" - resolved "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz" - integrity sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g== +ip-address@^10.0.1: + version "10.1.0" + resolved "https://registry.yarnpkg.com/ip-address/-/ip-address-10.1.0.tgz#d8dcffb34d0e02eb241427444a6e23f5b0595aa4" + integrity sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q== + +is-array-buffer@^3.0.4, is-array-buffer@^3.0.5: + version "3.0.5" + resolved "https://registry.yarnpkg.com/is-array-buffer/-/is-array-buffer-3.0.5.tgz#65742e1e687bd2cc666253068fd8707fe4d44280" + integrity sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A== dependencies: - jsbn "1.1.0" - sprintf-js "^1.1.3" + call-bind "^1.0.8" + call-bound "^1.0.3" + get-intrinsic "^1.2.6" is-arrayish@^0.2.1: version "0.2.1" - resolved "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz" + resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg== is-arrayish@^0.3.1: - version "0.3.2" - resolved "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz" - integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ== + version "0.3.4" + resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.4.tgz#1ee5553818511915685d33bb13d31bf854e5059d" + integrity sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA== + +is-async-function@^2.0.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/is-async-function/-/is-async-function-2.1.1.tgz#3e69018c8e04e73b738793d020bfe884b9fd3523" + integrity sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ== + dependencies: + async-function "^1.0.0" + call-bound "^1.0.3" + get-proto "^1.0.1" + has-tostringtag "^1.0.2" + safe-regex-test "^1.1.0" + +is-bigint@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.1.0.tgz#dda7a3445df57a42583db4228682eba7c4170672" + integrity sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ== + dependencies: + has-bigints "^1.0.2" + +is-boolean-object@^1.2.1: + version "1.2.2" + resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.2.2.tgz#7067f47709809a393c71ff5bb3e135d8a9215d9e" + integrity sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A== + dependencies: + call-bound "^1.0.3" + has-tostringtag "^1.0.2" + +is-callable@^1.2.7: + version "1.2.7" + resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055" + integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA== is-ci@3.0.1: version "3.0.1" - resolved "https://registry.npmjs.org/is-ci/-/is-ci-3.0.1.tgz" + resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-3.0.1.tgz#db6ecbed1bd659c43dac0f45661e7674103d1867" integrity sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ== dependencies: ci-info "^3.2.0" -is-core-module@^2.16.0, is-core-module@^2.16.1, is-core-module@^2.5.0: +is-core-module@^2.13.0, is-core-module@^2.16.1, is-core-module@^2.5.0: version "2.16.1" resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4" integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w== dependencies: hasown "^2.0.2" +is-data-view@^1.0.1, is-data-view@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-data-view/-/is-data-view-1.0.2.tgz#bae0a41b9688986c2188dda6657e56b8f9e63b8e" + integrity sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw== + dependencies: + call-bound "^1.0.2" + get-intrinsic "^1.2.6" + is-typed-array "^1.1.13" + +is-date-object@^1.0.5, is-date-object@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.1.0.tgz#ad85541996fc7aa8b2729701d27b7319f95d82f7" + integrity sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg== + dependencies: + call-bound "^1.0.2" + has-tostringtag "^1.0.2" + is-docker@^2.0.0, is-docker@^2.1.1: version "2.2.1" - resolved "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz" + resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa" integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== is-extglob@^2.1.1: version "2.1.1" - resolved "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz" + resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ== +is-finalizationregistry@^1.1.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz#eefdcdc6c94ddd0674d9c85887bf93f944a97c90" + integrity sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg== + dependencies: + call-bound "^1.0.3" + +is-fullwidth-code-point@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" + integrity sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w== + is-fullwidth-code-point@^3.0.0: version "3.0.0" - resolved "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== is-generator-fn@^2.0.0: version "2.1.0" - resolved "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz" + resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118" integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ== -is-glob@^4.0.1, is-glob@^4.0.3: +is-generator-function@^1.0.10: + version "1.1.2" + resolved "https://registry.yarnpkg.com/is-generator-function/-/is-generator-function-1.1.2.tgz#ae3b61e3d5ea4e4839b90bad22b02335051a17d5" + integrity sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA== + dependencies: + call-bound "^1.0.4" + generator-function "^2.0.0" + get-proto "^1.0.1" + has-tostringtag "^1.0.2" + safe-regex-test "^1.1.0" + +is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3: version "4.0.3" - resolved "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz" + resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084" integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== dependencies: is-extglob "^2.1.1" is-interactive@^1.0.0: version "1.0.0" - resolved "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz" + resolved "https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz#cea6e6ae5c870a7b0a0004070b7b587e0252912e" integrity sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w== is-lambda@^1.0.1: version "1.0.1" - resolved "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz" + resolved "https://registry.yarnpkg.com/is-lambda/-/is-lambda-1.0.1.tgz#3d9877899e6a53efc0160504cde15f82e6f061d5" integrity sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ== +is-map@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.3.tgz#ede96b7fe1e270b3c4465e3a465658764926d62e" + integrity sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw== + +is-negative-zero@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.3.tgz#ced903a027aca6381b777a5743069d7376a49747" + integrity sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw== + +is-number-object@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.1.1.tgz#144b21e95a1bc148205dcc2814a9134ec41b2541" + integrity sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw== + dependencies: + call-bound "^1.0.3" + has-tostringtag "^1.0.2" + is-number@^7.0.0: version "7.0.0" - resolved "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz" + resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== is-obj@^2.0.0: version "2.0.0" - resolved "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz" + resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982" integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w== +is-path-inside@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283" + integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ== + is-plain-obj@^1.0.0, is-plain-obj@^1.1.0: version "1.1.0" - resolved "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz" + resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e" integrity sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg== is-plain-object@^2.0.4: version "2.0.4" - resolved "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz" + resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== dependencies: isobject "^3.0.1" is-potential-custom-element-name@^1.0.1: version "1.0.1" - resolved "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz" + resolved "https://registry.yarnpkg.com/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz#171ed6f19e3ac554394edf78caa05784a45bebb5" integrity sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ== +is-regex@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.2.1.tgz#76d70a3ed10ef9be48eb577887d74205bf0cad22" + integrity sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g== + dependencies: + call-bound "^1.0.2" + gopd "^1.2.0" + has-tostringtag "^1.0.2" + hasown "^2.0.2" + +is-set@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/is-set/-/is-set-2.0.3.tgz#8ab209ea424608141372ded6e0cb200ef1d9d01d" + integrity sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg== + +is-shared-array-buffer@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz#9b67844bd9b7f246ba0708c3a93e34269c774f6f" + integrity sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A== + dependencies: + call-bound "^1.0.3" + is-ssh@^1.4.0: version "1.4.1" - resolved "https://registry.npmjs.org/is-ssh/-/is-ssh-1.4.1.tgz" + resolved "https://registry.yarnpkg.com/is-ssh/-/is-ssh-1.4.1.tgz#76de1cdbe8f92a8b905d1a172b6bc09704c20396" integrity sha512-JNeu1wQsHjyHgn9NcWTaXq6zWSR6hqE0++zhfZlkFBbScNkyvxCdeV8sRkSBaeLKxmbpR21brail63ACNxJ0Tg== dependencies: protocols "^2.0.1" is-stream@2.0.0: version "2.0.0" - resolved "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz" + resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3" integrity sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw== is-stream@^2.0.0: version "2.0.1" - resolved "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz" + resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077" integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg== +is-string@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.1.1.tgz#92ea3f3d5c5b6e039ca8677e5ac8d07ea773cbb9" + integrity sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA== + dependencies: + call-bound "^1.0.3" + has-tostringtag "^1.0.2" + +is-symbol@^1.0.4, is-symbol@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.1.1.tgz#f47761279f532e2b05a7024a7506dbbedacd0634" + integrity sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w== + dependencies: + call-bound "^1.0.2" + has-symbols "^1.1.0" + safe-regex-test "^1.1.0" + is-text-path@^1.0.1: version "1.0.1" - resolved "https://registry.npmjs.org/is-text-path/-/is-text-path-1.0.1.tgz" + resolved "https://registry.yarnpkg.com/is-text-path/-/is-text-path-1.0.1.tgz#4e1aa0fb51bfbcb3e92688001397202c1775b66e" integrity sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w== dependencies: text-extensions "^1.0.0" +is-typed-array@^1.1.13, is-typed-array@^1.1.14, is-typed-array@^1.1.15: + version "1.1.15" + resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.15.tgz#4bfb4a45b61cee83a5a46fba778e4e8d59c0ce0b" + integrity sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ== + dependencies: + which-typed-array "^1.1.16" + is-unicode-supported@^0.1.0: version "0.1.0" - resolved "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz" + resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7" integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw== +is-weakmap@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/is-weakmap/-/is-weakmap-2.0.2.tgz#bf72615d649dfe5f699079c54b83e47d1ae19cfd" + integrity sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w== + +is-weakref@^1.0.2, is-weakref@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.1.1.tgz#eea430182be8d64174bd96bffbc46f21bf3f9293" + integrity sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew== + dependencies: + call-bound "^1.0.3" + +is-weakset@^2.0.3: + version "2.0.4" + resolved "https://registry.yarnpkg.com/is-weakset/-/is-weakset-2.0.4.tgz#c9f5deb0bc1906c6d6f1027f284ddf459249daca" + integrity sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ== + dependencies: + call-bound "^1.0.3" + get-intrinsic "^1.2.6" + +is-wsl@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d" + integrity sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw== + is-wsl@^2.1.1, is-wsl@^2.2.0: version "2.2.0" - resolved "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz" + resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271" integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== dependencies: is-docker "^2.0.0" +isarray@^2.0.5: + version "2.0.5" + resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723" + integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw== + isarray@~1.0.0: version "1.0.0" - resolved "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz" + resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" integrity sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ== isexe@^2.0.0: version "2.0.0" - resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" + resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== isexe@^3.1.1: version "3.1.1" - resolved "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz" + resolved "https://registry.yarnpkg.com/isexe/-/isexe-3.1.1.tgz#4a407e2bd78ddfb14bea0c27c6f7072dde775f0d" integrity sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ== isobject@^3.0.1: version "3.0.1" - resolved "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz" + resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" integrity sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg== istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.2.0: version "3.2.2" - resolved "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz" + resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz#2d166c4b0644d43a39f04bf6c2edd1e585f31756" integrity sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg== istanbul-lib-instrument@^5.0.4: version "5.2.1" - resolved "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz" + resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz#d10c8885c2125574e1c231cacadf955675e1ce3d" integrity sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg== dependencies: "@babel/core" "^7.12.3" @@ -6137,7 +5945,7 @@ istanbul-lib-instrument@^5.0.4: istanbul-lib-instrument@^6.0.0: version "6.0.3" - resolved "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz" + resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz#fa15401df6c15874bcb2105f773325d78c666765" integrity sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q== dependencies: "@babel/core" "^7.23.9" @@ -6148,7 +5956,7 @@ istanbul-lib-instrument@^6.0.0: istanbul-lib-report@^3.0.0: version "3.0.1" - resolved "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz" + resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz#908305bac9a5bd175ac6a74489eafd0fc2445a7d" integrity sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw== dependencies: istanbul-lib-coverage "^3.0.0" @@ -6157,7 +5965,7 @@ istanbul-lib-report@^3.0.0: istanbul-lib-source-maps@^4.0.0: version "4.0.1" - resolved "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz" + resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz#895f3a709fcfba34c6de5a42939022f3e4358551" integrity sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw== dependencies: debug "^4.1.1" @@ -6165,16 +5973,28 @@ istanbul-lib-source-maps@^4.0.0: source-map "^0.6.1" istanbul-reports@^3.1.3: - version "3.1.7" - resolved "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz" - integrity sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g== + version "3.2.0" + resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.2.0.tgz#cb4535162b5784aa623cee21a7252cf2c807ac93" + integrity sha512-HGYWWS/ehqTV3xN10i23tkPkpH46MLCIMFNCaaKNavAXTF1RkqxawEPtnjnGZ6XKSInBKkiOA5BKS+aZiY3AvA== dependencies: html-escaper "^2.0.0" istanbul-lib-report "^3.0.0" +iterator.prototype@^1.1.5: + version "1.1.5" + resolved "https://registry.yarnpkg.com/iterator.prototype/-/iterator.prototype-1.1.5.tgz#12c959a29de32de0aa3bbbb801f4d777066dae39" + integrity sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g== + dependencies: + define-data-property "^1.1.4" + es-object-atoms "^1.0.0" + get-intrinsic "^1.2.6" + get-proto "^1.0.0" + has-symbols "^1.1.0" + set-function-name "^2.0.2" + jackspeak@^3.1.2: version "3.4.3" - resolved "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz" + resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a" integrity sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw== dependencies: "@isaacs/cliui" "^8.0.2" @@ -6182,18 +6002,17 @@ jackspeak@^3.1.2: "@pkgjs/parseargs" "^0.11.0" jake@^10.8.5: - version "10.9.2" - resolved "https://registry.npmjs.org/jake/-/jake-10.9.2.tgz" - integrity sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA== + version "10.9.4" + resolved "https://registry.yarnpkg.com/jake/-/jake-10.9.4.tgz#d626da108c63d5cfb00ab5c25fadc7e0084af8e6" + integrity sha512-wpHYzhxiVQL+IV05BLE2Xn34zW1S223hvjtqk0+gsPrwd/8JNLXJgZZM/iPFsYc1xyphF+6M6EvdE5E9MBGkDA== dependencies: - async "^3.2.3" - chalk "^4.0.2" + async "^3.2.6" filelist "^1.0.4" - minimatch "^3.1.2" + picocolors "^1.1.1" jest-changed-files@^29.7.0: version "29.7.0" - resolved "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-29.7.0.tgz#1c06d07e77c78e1585d020424dedc10d6e17ac3a" integrity sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w== dependencies: execa "^5.0.0" @@ -6202,7 +6021,7 @@ jest-changed-files@^29.7.0: jest-circus@^29.7.0: version "29.7.0" - resolved "https://registry.npmjs.org/jest-circus/-/jest-circus-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-29.7.0.tgz#b6817a45fcc835d8b16d5962d0c026473ee3668a" integrity sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw== dependencies: "@jest/environment" "^29.7.0" @@ -6228,7 +6047,7 @@ jest-circus@^29.7.0: jest-cli@^29.7.0: version "29.7.0" - resolved "https://registry.npmjs.org/jest-cli/-/jest-cli-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-29.7.0.tgz#5592c940798e0cae677eec169264f2d839a37995" integrity sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg== dependencies: "@jest/core" "^29.7.0" @@ -6245,7 +6064,7 @@ jest-cli@^29.7.0: jest-config@^29.7.0: version "29.7.0" - resolved "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-29.7.0.tgz#bcbda8806dbcc01b1e316a46bb74085a84b0245f" integrity sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ== dependencies: "@babel/core" "^7.11.6" @@ -6273,7 +6092,7 @@ jest-config@^29.7.0: "jest-diff@>=29.4.3 < 30", jest-diff@^29.4.1, jest-diff@^29.7.0: version "29.7.0" - resolved "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-29.7.0.tgz#017934a66ebb7ecf6f205e84699be10afd70458a" integrity sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw== dependencies: chalk "^4.0.0" @@ -6283,14 +6102,14 @@ jest-config@^29.7.0: jest-docblock@^29.7.0: version "29.7.0" - resolved "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-29.7.0.tgz#8fddb6adc3cdc955c93e2a87f61cfd350d5d119a" integrity sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g== dependencies: detect-newline "^3.0.0" jest-each@^29.7.0: version "29.7.0" - resolved "https://registry.npmjs.org/jest-each/-/jest-each-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-29.7.0.tgz#162a9b3f2328bdd991beaabffbb74745e56577d1" integrity sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ== dependencies: "@jest/types" "^29.6.3" @@ -6299,9 +6118,9 @@ jest-each@^29.7.0: jest-util "^29.7.0" pretty-format "^29.7.0" -jest-environment-jsdom@^29.2.1, jest-environment-jsdom@^29.7.0: +jest-environment-jsdom@^29.7.0: version "29.7.0" - resolved "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-29.7.0.tgz#d206fa3551933c3fd519e5dfdb58a0f5139a837f" integrity sha512-k9iQbsf9OyOfdzWH8HDmrRT0gSIcX+FLNW7IQq94tFX0gynPwqDTW0Ho6iMVNjGz/nb+l/vW3dWM2bbLLpkbXA== dependencies: "@jest/environment" "^29.7.0" @@ -6315,7 +6134,7 @@ jest-environment-jsdom@^29.2.1, jest-environment-jsdom@^29.7.0: jest-environment-node@^29.7.0: version "29.7.0" - resolved "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-29.7.0.tgz#0b93e111dda8ec120bc8300e6d1fb9576e164376" integrity sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw== dependencies: "@jest/environment" "^29.7.0" @@ -6325,34 +6144,14 @@ jest-environment-node@^29.7.0: jest-mock "^29.7.0" jest-util "^29.7.0" -jest-expo@~54.0.16: - version "54.0.16" - resolved "https://registry.yarnpkg.com/jest-expo/-/jest-expo-54.0.16.tgz#debd1df7e59f4803e44f54df3181c87b939d8590" - integrity sha512-wPV5dddlNMORNSA7ZjEjePA+ztks3G5iKCOHLIauURnKQPTscnaat5juXPboK1Bv2I+c/RDfkt4uZtAmXdlu/g== - dependencies: - "@expo/config" "~12.0.12" - "@expo/json-file" "^10.0.8" - "@jest/create-cache-key-function" "^29.2.1" - "@jest/globals" "^29.2.1" - babel-jest "^29.2.1" - jest-environment-jsdom "^29.2.1" - jest-snapshot "^29.2.1" - jest-watch-select-projects "^2.0.0" - jest-watch-typeahead "2.2.1" - json5 "^2.2.3" - lodash "^4.17.19" - react-test-renderer "19.1.0" - server-only "^0.0.1" - stacktrace-js "^2.0.2" - jest-get-type@^29.6.3: version "29.6.3" - resolved "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz" + resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-29.6.3.tgz#36f499fdcea197c1045a127319c0481723908fd1" integrity sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw== jest-haste-map@^29.7.0: version "29.7.0" - resolved "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-29.7.0.tgz#3c2396524482f5a0506376e6c858c3bbcc17b104" integrity sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA== dependencies: "@jest/types" "^29.6.3" @@ -6371,7 +6170,7 @@ jest-haste-map@^29.7.0: jest-leak-detector@^29.7.0: version "29.7.0" - resolved "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz#5b7ec0dadfdfec0ca383dc9aa016d36b5ea4c728" integrity sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw== dependencies: jest-get-type "^29.6.3" @@ -6379,7 +6178,7 @@ jest-leak-detector@^29.7.0: jest-matcher-utils@^29.7.0: version "29.7.0" - resolved "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz#ae8fec79ff249fd592ce80e3ee474e83a6c44f12" integrity sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g== dependencies: chalk "^4.0.0" @@ -6389,7 +6188,7 @@ jest-matcher-utils@^29.7.0: jest-message-util@^29.7.0: version "29.7.0" - resolved "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-29.7.0.tgz#8bc392e204e95dfe7564abbe72a404e28e51f7f3" integrity sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w== dependencies: "@babel/code-frame" "^7.12.13" @@ -6404,7 +6203,7 @@ jest-message-util@^29.7.0: jest-mock@^29.7.0: version "29.7.0" - resolved "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.7.0.tgz#4e836cf60e99c6fcfabe9f99d017f3fdd50a6347" integrity sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw== dependencies: "@jest/types" "^29.6.3" @@ -6413,17 +6212,17 @@ jest-mock@^29.7.0: jest-pnp-resolver@^1.2.2: version "1.2.3" - resolved "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz" + resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz#930b1546164d4ad5937d5540e711d4d38d4cad2e" integrity sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w== -jest-regex-util@^29.0.0, jest-regex-util@^29.6.3: +jest-regex-util@^29.6.3: version "29.6.3" - resolved "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz" + resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-29.6.3.tgz#4a556d9c776af68e1c5f48194f4d0327d24e8a52" integrity sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg== jest-resolve-dependencies@^29.7.0: version "29.7.0" - resolved "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-29.7.0.tgz#1b04f2c095f37fc776ff40803dc92921b1e88428" integrity sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA== dependencies: jest-regex-util "^29.6.3" @@ -6431,7 +6230,7 @@ jest-resolve-dependencies@^29.7.0: jest-resolve@^29.7.0: version "29.7.0" - resolved "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-29.7.0.tgz#64d6a8992dd26f635ab0c01e5eef4399c6bcbc30" integrity sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA== dependencies: chalk "^4.0.0" @@ -6446,7 +6245,7 @@ jest-resolve@^29.7.0: jest-runner@^29.7.0: version "29.7.0" - resolved "https://registry.npmjs.org/jest-runner/-/jest-runner-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-29.7.0.tgz#809af072d408a53dcfd2e849a4c976d3132f718e" integrity sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ== dependencies: "@jest/console" "^29.7.0" @@ -6473,7 +6272,7 @@ jest-runner@^29.7.0: jest-runtime@^29.7.0: version "29.7.0" - resolved "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-29.7.0.tgz#efecb3141cf7d3767a3a0cc8f7c9990587d3d817" integrity sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ== dependencies: "@jest/environment" "^29.7.0" @@ -6499,9 +6298,9 @@ jest-runtime@^29.7.0: slash "^3.0.0" strip-bom "^4.0.0" -jest-snapshot@^29.2.1, jest-snapshot@^29.7.0: +jest-snapshot@^29.7.0: version "29.7.0" - resolved "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-29.7.0.tgz#c2c574c3f51865da1bb329036778a69bf88a6be5" integrity sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw== dependencies: "@babel/core" "^7.11.6" @@ -6525,9 +6324,9 @@ jest-snapshot@^29.2.1, jest-snapshot@^29.7.0: pretty-format "^29.7.0" semver "^7.5.3" -jest-util@^29.0.0, jest-util@^29.7.0: +jest-util@^29.7.0: version "29.7.0" - resolved "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.7.0.tgz#23c2b62bfb22be82b44de98055802ff3710fc0bc" integrity sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA== dependencies: "@jest/types" "^29.6.3" @@ -6539,7 +6338,7 @@ jest-util@^29.0.0, jest-util@^29.7.0: jest-validate@^29.7.0: version "29.7.0" - resolved "https://registry.npmjs.org/jest-validate/-/jest-validate-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-29.7.0.tgz#7bf705511c64da591d46b15fce41400d52147d9c" integrity sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw== dependencies: "@jest/types" "^29.6.3" @@ -6549,31 +6348,9 @@ jest-validate@^29.7.0: leven "^3.1.0" pretty-format "^29.7.0" -jest-watch-select-projects@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/jest-watch-select-projects/-/jest-watch-select-projects-2.0.0.tgz" - integrity sha512-j00nW4dXc2NiCW6znXgFLF9g8PJ0zP25cpQ1xRro/HU2GBfZQFZD0SoXnAlaoKkIY4MlfTMkKGbNXFpvCdjl1w== - dependencies: - ansi-escapes "^4.3.0" - chalk "^3.0.0" - prompts "^2.2.1" - -jest-watch-typeahead@2.2.1: - version "2.2.1" - resolved "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-2.2.1.tgz" - integrity sha512-jYpYmUnTzysmVnwq49TAxlmtOAwp8QIqvZyoofQFn8fiWhEDZj33ZXzg3JA4nGnzWFm1hbWf3ADpteUokvXgFA== - dependencies: - ansi-escapes "^6.0.0" - chalk "^4.0.0" - jest-regex-util "^29.0.0" - jest-watcher "^29.0.0" - slash "^5.0.0" - string-length "^5.0.1" - strip-ansi "^7.0.1" - -jest-watcher@^29.0.0, jest-watcher@^29.7.0: +jest-watcher@^29.7.0: version "29.7.0" - resolved "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-29.7.0.tgz#7810d30d619c3a62093223ce6bb359ca1b28a2f2" integrity sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g== dependencies: "@jest/test-result" "^29.7.0" @@ -6587,7 +6364,7 @@ jest-watcher@^29.0.0, jest-watcher@^29.7.0: jest-worker@^29.7.0: version "29.7.0" - resolved "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.7.0.tgz#acad073acbbaeb7262bd5389e1bcf43e10058d4a" integrity sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw== dependencies: "@types/node" "*" @@ -6595,9 +6372,9 @@ jest-worker@^29.7.0: merge-stream "^2.0.0" supports-color "^8.0.0" -jest@^29.2.1, jest@^29.7.0: +jest@^29.6.3, jest@^29.7.0: version "29.7.0" - resolved "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/jest/-/jest-29.7.0.tgz#994676fc24177f088f1c5e3737f5697204ff2613" integrity sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw== dependencies: "@jest/core" "^29.7.0" @@ -6605,49 +6382,52 @@ jest@^29.2.1, jest@^29.7.0: import-local "^3.0.2" jest-cli "^29.7.0" -jimp-compact@0.16.1: - version "0.16.1" - resolved "https://registry.npmjs.org/jimp-compact/-/jimp-compact-0.16.1.tgz" - integrity sha512-dZ6Ra7u1G8c4Letq/B5EzAxj4tLFHL+cGtdpR+PVm4yzPDj+lCk+AbivWt1eOM+ikzkowtyV7qSqX6qr3t71Ww== - -"js-tokens@^3.0.0 || ^4.0.0": - version "3.0.2" - resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz" - integrity sha512-RjTcuD4xjtthQkaWH7dFlH85L+QaVtSoOyGdZ3g6HFhS9dFNDfLyqgm2NFe2X6cQpeFmt0452FJjFG5UameExg== +joi@^17.2.1: + version "17.13.3" + resolved "https://registry.yarnpkg.com/joi/-/joi-17.13.3.tgz#0f5cc1169c999b30d344366d384b12d92558bcec" + integrity sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA== + dependencies: + "@hapi/hoek" "^9.3.0" + "@hapi/topo" "^5.1.0" + "@sideway/address" "^4.1.5" + "@sideway/formula" "^3.0.1" + "@sideway/pinpoint" "^2.0.0" -js-tokens@^4.0.0: +"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: version "4.0.0" - resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz" + resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== -js-yaml@4.1.0, js-yaml@^4.1.0: +js-yaml@4.1.0: version "4.1.0" - resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602" integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== dependencies: argparse "^2.0.1" js-yaml@^3.10.0, js-yaml@^3.13.1: - version "3.14.1" - resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz" - integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g== + version "3.14.2" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.2.tgz#77485ce1dd7f33c061fd1b16ecea23b55fcb04b0" + integrity sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg== dependencies: argparse "^1.0.7" esprima "^4.0.0" -jsbn@1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz" - integrity sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A== +js-yaml@^4.1.0: + version "4.1.1" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b" + integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA== + dependencies: + argparse "^2.0.1" -jsc-safe-url@^0.2.2, jsc-safe-url@^0.2.4: +jsc-safe-url@^0.2.2: version "0.2.4" - resolved "https://registry.npmjs.org/jsc-safe-url/-/jsc-safe-url-0.2.4.tgz" + resolved "https://registry.yarnpkg.com/jsc-safe-url/-/jsc-safe-url-0.2.4.tgz#141c14fbb43791e88d5dc64e85a374575a83477a" integrity sha512-0wM3YBWtYePOjfyXQH5MWQ8H7sdk5EXSwZvmSLKk2RboVQ2Bu239jycHDz5J/8Blf3K0Qnoy2b6xD+z10MFB+Q== jsdom@^20.0.0: version "20.0.3" - resolved "https://registry.npmjs.org/jsdom/-/jsdom-20.0.3.tgz" + resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-20.0.3.tgz#886a41ba1d4726f67a8858028c99489fed6ad4db" integrity sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ== dependencies: abab "^2.0.6" @@ -6679,106 +6459,161 @@ jsdom@^20.0.0: jsesc@^3.0.2, jsesc@~3.1.0: version "3.1.0" - resolved "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz" + resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.1.0.tgz#74d335a234f67ed19907fdadfac7ccf9d409825d" integrity sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA== -jsesc@~3.0.2: - version "3.0.2" - resolved "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz" - integrity sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g== +json-buffer@3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13" + integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ== json-parse-better-errors@^1.0.1: version "1.0.2" - resolved "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz" + resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== json-parse-even-better-errors@^2.3.0: version "2.3.1" - resolved "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz" + resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d" integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== json-parse-even-better-errors@^3.0.0, json-parse-even-better-errors@^3.0.2: version "3.0.2" - resolved "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.2.tgz" + resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.2.tgz#b43d35e89c0f3be6b5fbbe9dc6c82467b30c28da" integrity sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ== -json-schema-traverse@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz" - integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug== +json-schema-traverse@^0.4.1: + version "0.4.1" + resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" + integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== + +json-stable-stringify-without-jsonify@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651" + integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw== + +json-stable-stringify@^1.0.2: + version "1.3.0" + resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.3.0.tgz#8903cfac42ea1a0f97f35d63a4ce0518f0cc6a70" + integrity sha512-qtYiSSFlwot9XHtF9bD9c7rwKjr+RecWT//ZnPvSmEjpV5mmPOCN4j8UjY5hbjNkOwZ/jQv3J6R1/pL7RwgMsg== + dependencies: + call-bind "^1.0.8" + call-bound "^1.0.4" + isarray "^2.0.5" + jsonify "^0.0.1" + object-keys "^1.1.1" json-stringify-nice@^1.1.4: version "1.1.4" - resolved "https://registry.npmjs.org/json-stringify-nice/-/json-stringify-nice-1.1.4.tgz" + resolved "https://registry.yarnpkg.com/json-stringify-nice/-/json-stringify-nice-1.1.4.tgz#2c937962b80181d3f317dd39aa323e14f5a60a67" integrity sha512-5Z5RFW63yxReJ7vANgW6eZFGWaQvnPE3WNmZoOJrSkGju2etKA2L5rrOa1sm877TVTFt57A80BH1bArcmlLfPw== json-stringify-safe@^5.0.1: version "5.0.1" - resolved "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz" + resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" integrity sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA== json5@^1.0.2: version "1.0.2" - resolved "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz" + resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz#63d98d60f21b313b77c4d6da18bfa69d80e1d593" integrity sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA== dependencies: minimist "^1.2.0" json5@^2.2.2, json5@^2.2.3: version "2.2.3" - resolved "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz" + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== jsonc-parser@3.2.0: version "3.2.0" - resolved "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz" + resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.2.0.tgz#31ff3f4c2b9793f89c67212627c51c6394f88e76" integrity sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w== +jsonfile@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb" + integrity sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg== + optionalDependencies: + graceful-fs "^4.1.6" + jsonfile@^6.0.1: - version "6.1.0" - resolved "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz" - integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== + version "6.2.0" + resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.2.0.tgz#7c265bd1b65de6977478300087c99f1c84383f62" + integrity sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg== dependencies: universalify "^2.0.0" optionalDependencies: graceful-fs "^4.1.6" +jsonify@^0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.1.tgz#2aa3111dae3d34a0f151c63f3a45d995d9420978" + integrity sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg== + jsonparse@^1.2.0, jsonparse@^1.3.1: version "1.3.1" - resolved "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz" + resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280" integrity sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg== +"jsx-ast-utils@^2.4.1 || ^3.0.0": + version "3.3.5" + resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz#4766bd05a8e2a11af222becd19e15575e52a853a" + integrity sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ== + dependencies: + array-includes "^3.1.6" + array.prototype.flat "^1.3.1" + object.assign "^4.1.4" + object.values "^1.1.6" + just-diff-apply@^5.2.0: version "5.5.0" - resolved "https://registry.npmjs.org/just-diff-apply/-/just-diff-apply-5.5.0.tgz" + resolved "https://registry.yarnpkg.com/just-diff-apply/-/just-diff-apply-5.5.0.tgz#771c2ca9fa69f3d2b54e7c3f5c1dfcbcc47f9f0f" integrity sha512-OYTthRfSh55WOItVqwpefPtNt2VdKsq5AnAK6apdtR6yCH8pr0CmSr710J0Mf+WdQy7K/OzMy7K2MgAfdQURDw== just-diff@^6.0.0: version "6.0.2" - resolved "https://registry.npmjs.org/just-diff/-/just-diff-6.0.2.tgz" + resolved "https://registry.yarnpkg.com/just-diff/-/just-diff-6.0.2.tgz#03b65908543ac0521caf6d8eb85035f7d27ea285" integrity sha512-S59eriX5u3/QhMNq3v/gm8Kd0w8OS6Tz2FS1NG4blv+z0MuQcBRJyFWjdovM0Rad4/P4aUPFtnkNjMjyMlMSYA== +keyv@^4.5.3: + version "4.5.4" + resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93" + integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw== + dependencies: + json-buffer "3.0.1" + kind-of@^6.0.2, kind-of@^6.0.3: version "6.0.3" - resolved "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== +klaw-sync@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/klaw-sync/-/klaw-sync-6.0.0.tgz#1fd2cfd56ebb6250181114f0a581167099c2b28c" + integrity sha512-nIeuVSzdCCs6TDPTqI8w1Yre34sSq7AkZ4B3sfOBbI2CgVSB4Du4aLQijFU2+lhAFCwt9+42Hel6lQNIv6AntQ== + dependencies: + graceful-fs "^4.1.11" + kleur@^3.0.3: version "3.0.3" - resolved "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz" + resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e" integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w== -lan-network@^0.1.6: - version "0.1.7" - resolved "https://registry.yarnpkg.com/lan-network/-/lan-network-0.1.7.tgz#9fcb9967c6d951f10b2f9a9ffabe4a312d63f69d" - integrity sha512-mnIlAEMu4OyEvUNdzco9xpuB9YVcPkQec+QsgycBCtPZvEqWPCDPfbAE4OJMdBBWpZWtpCn1xw9jJYlwjWI5zQ== +launch-editor@^2.9.1: + version "2.12.0" + resolved "https://registry.yarnpkg.com/launch-editor/-/launch-editor-2.12.0.tgz#cc740f4e0263a6b62ead2485f9896e545321f817" + integrity sha512-giOHXoOtifjdHqUamwKq6c49GzBdLjvxrd2D+Q4V6uOHopJv7p9VJxikDsQ/CBXZbEITgUqSVHXLTG3VhPP1Dg== + dependencies: + picocolors "^1.1.1" + shell-quote "^1.8.3" lerna@^8.2.2: - version "8.2.2" - resolved "https://registry.npmjs.org/lerna/-/lerna-8.2.2.tgz" - integrity sha512-GkqBELTG4k7rfzAwRok2pKBvhNo046Hfwcj7TuhDah3q58/BBBAqvIFLfqEI5fglnNOs6maMSn6/MWjccQE55A== + version "8.2.4" + resolved "https://registry.yarnpkg.com/lerna/-/lerna-8.2.4.tgz#cb902f7772bf159b3612d7f63631e58302cb6fa5" + integrity sha512-0gaVWDIVT7fLfprfwpYcQajb7dBJv3EGavjG7zvJ+TmGx3/wovl5GklnSwM2/WeE0Z2wrIz7ndWhBcDUHVjOcQ== dependencies: - "@lerna/create" "8.2.2" + "@lerna/create" "8.2.4" "@npmcli/arborist" "7.5.4" "@npmcli/package-json" "5.2.0" "@npmcli/run-script" "8.1.0" @@ -6805,7 +6640,6 @@ lerna@^8.2.2: get-stream "6.0.0" git-url-parse "14.0.0" glob-parent "6.0.2" - globby "11.1.0" graceful-fs "4.2.11" has-unicode "2.0.1" import-local "3.1.0" @@ -6819,7 +6653,6 @@ lerna@^8.2.2: libnpmaccess "8.0.6" libnpmpublish "9.0.9" load-json-file "6.2.0" - lodash "^4.17.21" make-dir "4.0.0" minimatch "3.0.5" multimatch "5.0.0" @@ -6845,9 +6678,10 @@ lerna@^8.2.2: slash "3.0.0" ssri "^10.0.6" string-width "^4.2.3" - strong-log-transformer "2.1.0" tar "6.2.1" temp-dir "1.0.0" + through "2.3.8" + tinyglobby "0.2.12" typescript ">=3 < 6" upath "2.0.1" uuid "^10.0.0" @@ -6861,12 +6695,20 @@ lerna@^8.2.2: leven@^3.1.0: version "3.1.0" - resolved "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz" + resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2" integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A== +levn@^0.4.1: + version "0.4.1" + resolved "https://registry.yarnpkg.com/levn/-/levn-0.4.1.tgz#ae4562c007473b932a6200d403268dd2fffc6ade" + integrity sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ== + dependencies: + prelude-ls "^1.2.1" + type-check "~0.4.0" + libnpmaccess@8.0.6: version "8.0.6" - resolved "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-8.0.6.tgz" + resolved "https://registry.yarnpkg.com/libnpmaccess/-/libnpmaccess-8.0.6.tgz#73be4c236258babc0a0bca6d3b6a93a6adf937cf" integrity sha512-uM8DHDEfYG6G5gVivVl+yQd4pH3uRclHC59lzIbSvy7b5FEwR+mU49Zq1jEyRtRFv7+M99mUW9S0wL/4laT4lw== dependencies: npm-package-arg "^11.0.2" @@ -6874,7 +6716,7 @@ libnpmaccess@8.0.6: libnpmpublish@9.0.9: version "9.0.9" - resolved "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-9.0.9.tgz" + resolved "https://registry.yarnpkg.com/libnpmpublish/-/libnpmpublish-9.0.9.tgz#e737378c09f09738377d2a276734be35cffb85e2" integrity sha512-26zzwoBNAvX9AWOPiqqF6FG4HrSCPsHFkQm7nT+xU1ggAujL/eae81RnCv4CJ2In9q9fh10B88sYSzKCUh/Ghg== dependencies: ci-info "^4.0.0" @@ -6888,99 +6730,25 @@ libnpmpublish@9.0.9: lighthouse-logger@^1.0.0: version "1.4.2" - resolved "https://registry.npmjs.org/lighthouse-logger/-/lighthouse-logger-1.4.2.tgz" + resolved "https://registry.yarnpkg.com/lighthouse-logger/-/lighthouse-logger-1.4.2.tgz#aef90f9e97cd81db367c7634292ee22079280aaa" integrity sha512-gPWxznF6TKmUHrOQjlVo2UbaL2EJ71mb2CCeRs/2qBpi4L/g4LUVc9+3lKQ6DTUZwJswfM7ainGrLO1+fOqa2g== dependencies: debug "^2.6.9" marky "^1.2.2" -lightningcss-android-arm64@1.30.2: - version "1.30.2" - resolved "https://registry.yarnpkg.com/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz#6966b7024d39c94994008b548b71ab360eb3a307" - integrity sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A== - -lightningcss-darwin-arm64@1.30.2: - version "1.30.2" - resolved "https://registry.yarnpkg.com/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz#a5fa946d27c029e48c7ff929e6e724a7de46eb2c" - integrity sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA== - -lightningcss-darwin-x64@1.30.2: - version "1.30.2" - resolved "https://registry.yarnpkg.com/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz#5ce87e9cd7c4f2dcc1b713f5e8ee185c88d9b7cd" - integrity sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ== - -lightningcss-freebsd-x64@1.30.2: - version "1.30.2" - resolved "https://registry.yarnpkg.com/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz#6ae1d5e773c97961df5cff57b851807ef33692a5" - integrity sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA== - -lightningcss-linux-arm-gnueabihf@1.30.2: - version "1.30.2" - resolved "https://registry.yarnpkg.com/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz#62c489610c0424151a6121fa99d77731536cdaeb" - integrity sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA== - -lightningcss-linux-arm64-gnu@1.30.2: - version "1.30.2" - resolved "https://registry.yarnpkg.com/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz#2a3661b56fe95a0cafae90be026fe0590d089298" - integrity sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A== - -lightningcss-linux-arm64-musl@1.30.2: - version "1.30.2" - resolved "https://registry.yarnpkg.com/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz#d7ddd6b26959245e026bc1ad9eb6aa983aa90e6b" - integrity sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA== - -lightningcss-linux-x64-gnu@1.30.2: - version "1.30.2" - resolved "https://registry.yarnpkg.com/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz#5a89814c8e63213a5965c3d166dff83c36152b1a" - integrity sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w== - -lightningcss-linux-x64-musl@1.30.2: - version "1.30.2" - resolved "https://registry.yarnpkg.com/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz#808c2e91ce0bf5d0af0e867c6152e5378c049728" - integrity sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA== - -lightningcss-win32-arm64-msvc@1.30.2: - version "1.30.2" - resolved "https://registry.yarnpkg.com/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz#ab4a8a8a2e6a82a4531e8bbb6bf0ff161ee6625a" - integrity sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ== - -lightningcss-win32-x64-msvc@1.30.2: - version "1.30.2" - resolved "https://registry.yarnpkg.com/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz#f01f382c8e0a27e1c018b0bee316d210eac43b6e" - integrity sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw== - -lightningcss@^1.30.1: - version "1.30.2" - resolved "https://registry.yarnpkg.com/lightningcss/-/lightningcss-1.30.2.tgz#4ade295f25d140f487d37256f4cd40dc607696d0" - integrity sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ== - dependencies: - detect-libc "^2.0.3" - optionalDependencies: - lightningcss-android-arm64 "1.30.2" - lightningcss-darwin-arm64 "1.30.2" - lightningcss-darwin-x64 "1.30.2" - lightningcss-freebsd-x64 "1.30.2" - lightningcss-linux-arm-gnueabihf "1.30.2" - lightningcss-linux-arm64-gnu "1.30.2" - lightningcss-linux-arm64-musl "1.30.2" - lightningcss-linux-x64-gnu "1.30.2" - lightningcss-linux-x64-musl "1.30.2" - lightningcss-win32-arm64-msvc "1.30.2" - lightningcss-win32-x64-msvc "1.30.2" - lines-and-columns@2.0.3: version "2.0.3" - resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-2.0.3.tgz" + resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-2.0.3.tgz#b2f0badedb556b747020ab8ea7f0373e22efac1b" integrity sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w== lines-and-columns@^1.1.6: version "1.2.4" - resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz" + resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632" integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== load-json-file@6.2.0: version "6.2.0" - resolved "https://registry.npmjs.org/load-json-file/-/load-json-file-6.2.0.tgz" + resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-6.2.0.tgz#5c7770b42cafa97074ca2848707c61662f4251a1" integrity sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ== dependencies: graceful-fs "^4.1.15" @@ -6990,7 +6758,7 @@ load-json-file@6.2.0: load-json-file@^4.0.0: version "4.0.0" - resolved "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz" + resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b" integrity sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw== dependencies: graceful-fs "^4.1.2" @@ -7000,7 +6768,7 @@ load-json-file@^4.0.0: locate-path@^2.0.0: version "2.0.0" - resolved "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz" + resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e" integrity sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA== dependencies: p-locate "^2.0.0" @@ -7008,7 +6776,7 @@ locate-path@^2.0.0: locate-path@^3.0.0: version "3.0.0" - resolved "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz" + resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e" integrity sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A== dependencies: p-locate "^3.0.0" @@ -7016,99 +6784,106 @@ locate-path@^3.0.0: locate-path@^5.0.0: version "5.0.0" - resolved "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz" + resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0" integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g== dependencies: p-locate "^4.1.0" locate-path@^6.0.0: version "6.0.0" - resolved "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz" + resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286" integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw== dependencies: p-locate "^5.0.0" lodash.debounce@4.0.8, lodash.debounce@^4.0.8: version "4.0.8" - resolved "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz" + resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow== +lodash.isequal@^4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0" + integrity sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ== + lodash.ismatch@^4.4.0: version "4.4.0" - resolved "https://registry.npmjs.org/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz" + resolved "https://registry.yarnpkg.com/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz#756cb5150ca3ba6f11085a78849645f188f85f37" integrity sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g== lodash.memoize@^4.1.2: version "4.1.2" - resolved "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz" + resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe" integrity sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag== +lodash.merge@^4.6.2: + version "4.6.2" + resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a" + integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== + lodash.throttle@^4.1.1: version "4.1.1" - resolved "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz" + resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4" integrity sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ== -lodash@^4.17.19, lodash@^4.17.21: - version "4.17.21" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" - integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== - -log-symbols@^2.2.0: - version "2.2.0" - resolved "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz" - integrity sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg== - dependencies: - chalk "^2.0.1" +lodash@^4.17.21: + version "4.17.23" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a" + integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w== log-symbols@^4.0.0, log-symbols@^4.1.0: version "4.1.0" - resolved "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz" + resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503" integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg== dependencies: chalk "^4.1.0" is-unicode-supported "^0.1.0" -loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0: +logkitty@^0.7.1: + version "0.7.1" + resolved "https://registry.yarnpkg.com/logkitty/-/logkitty-0.7.1.tgz#8e8d62f4085a826e8d38987722570234e33c6aa7" + integrity sha512-/3ER20CTTbahrCrpYfPn7Xavv9diBROZpoXGVZDWMw4b/X4uuUwAC0ki85tgsdMRONURyIJbcOvS94QsUBYPbQ== + dependencies: + ansi-fragments "^0.2.1" + dayjs "^1.8.15" + yargs "^15.1.0" + +loose-envify@^1.0.0, loose-envify@^1.4.0: version "1.4.0" - resolved "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz" + resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== dependencies: js-tokens "^3.0.0 || ^4.0.0" lru-cache@^10.0.1, lru-cache@^10.2.0, lru-cache@^10.2.2: version "10.4.3" - resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119" integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ== -lru-cache@^11.0.0: - version "11.2.4" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.2.4.tgz#ecb523ebb0e6f4d837c807ad1abaea8e0619770d" - integrity sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg== - lru-cache@^5.1.1: version "5.1.1" - resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== dependencies: yallist "^3.0.2" lru-cache@^6.0.0: version "6.0.0" - resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== dependencies: yallist "^4.0.0" make-dir@4.0.0, make-dir@^4.0.0: version "4.0.0" - resolved "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz" + resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-4.0.0.tgz#c3c2307a771277cd9638305f915c29ae741b614e" integrity sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw== dependencies: semver "^7.5.3" make-dir@^2.1.0: version "2.1.0" - resolved "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz" + resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5" integrity sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA== dependencies: pify "^4.0.1" @@ -7116,12 +6891,12 @@ make-dir@^2.1.0: make-error@^1.3.6: version "1.3.6" - resolved "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz" + resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2" integrity sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw== make-fetch-happen@^13.0.0, make-fetch-happen@^13.0.1: version "13.0.1" - resolved "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-13.0.1.tgz" + resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-13.0.1.tgz#273ba2f78f45e1f3a6dca91cede87d9fa4821e36" integrity sha512-cKTUFc/rbKUd/9meOvgrpJ2WrNzymt6jfRDdwg5UCnVzv9dTpEj9JS5m3wtziXVCjluIXyL8pcaukYqezIzZQA== dependencies: "@npmcli/agent" "^2.0.0" @@ -7139,44 +6914,44 @@ make-fetch-happen@^13.0.0, make-fetch-happen@^13.0.1: makeerror@1.0.12: version "1.0.12" - resolved "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz" + resolved "https://registry.yarnpkg.com/makeerror/-/makeerror-1.0.12.tgz#3e5dd2079a82e812e983cc6610c4a2cb0eaa801a" integrity sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg== dependencies: tmpl "1.0.5" map-obj@^1.0.0: version "1.0.1" - resolved "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz" + resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d" integrity sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg== map-obj@^4.0.0: version "4.3.0" - resolved "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz" + resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a" integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ== marky@^1.2.2: version "1.3.0" - resolved "https://registry.npmjs.org/marky/-/marky-1.3.0.tgz" + resolved "https://registry.yarnpkg.com/marky/-/marky-1.3.0.tgz#422b63b0baf65022f02eda61a238eccdbbc14997" integrity sha512-ocnPZQLNpvbedwTy9kNrQEsknEfgvcLMvOtz3sFeWApDq1MXH1TqkCIx58xlpESsfwQOnuBO9beyQuNGzVvuhQ== math-intrinsics@^1.1.0: version "1.1.0" - resolved "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz" + resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9" integrity sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g== +media-typer@0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" + integrity sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ== + memoize-one@^5.0.0: version "5.2.1" - resolved "https://registry.npmjs.org/memoize-one/-/memoize-one-5.2.1.tgz" + resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-5.2.1.tgz#8337aa3c4335581839ec01c3d594090cebe8f00e" integrity sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q== -memoize-one@^6.0.0: - version "6.0.0" - resolved "https://registry.npmjs.org/memoize-one/-/memoize-one-6.0.0.tgz" - integrity sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw== - meow@^8.1.2: version "8.1.2" - resolved "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz" + resolved "https://registry.yarnpkg.com/meow/-/meow-8.1.2.tgz#bcbe45bda0ee1729d350c03cffc8395a36c4e897" integrity sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q== dependencies: "@types/minimist" "^1.2.0" @@ -7193,24 +6968,14 @@ meow@^8.1.2: merge-stream@^2.0.0: version "2.0.0" - resolved "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz" + resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== -merge2@^1.3.0, merge2@^1.4.1: +merge2@^1.3.0: version "1.4.1" - resolved "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz" + resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae" integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== -metro-babel-transformer@0.83.2: - version "0.83.2" - resolved "https://registry.yarnpkg.com/metro-babel-transformer/-/metro-babel-transformer-0.83.2.tgz#d3885f2a266f01e43f16bdcfb786b1d8f1598f56" - integrity sha512-rirY1QMFlA1uxH3ZiNauBninwTioOgwChnRdDcbB4tgRZ+bGX9DiXoh9QdpppiaVKXdJsII932OwWXGGV4+Nlw== - dependencies: - "@babel/core" "^7.25.2" - flow-enums-runtime "^0.0.6" - hermes-parser "0.32.0" - nullthrows "^1.1.1" - metro-babel-transformer@0.83.3: version "0.83.3" resolved "https://registry.yarnpkg.com/metro-babel-transformer/-/metro-babel-transformer-0.83.3.tgz#d8c134615530c9ee61364526d44ca4bb0c5343ea" @@ -7221,13 +6986,6 @@ metro-babel-transformer@0.83.3: hermes-parser "0.32.0" nullthrows "^1.1.1" -metro-cache-key@0.83.2: - version "0.83.2" - resolved "https://registry.yarnpkg.com/metro-cache-key/-/metro-cache-key-0.83.2.tgz#b34427fdafe551d567ac312f8a3c7e334a20f796" - integrity sha512-3EMG/GkGKYoTaf5RqguGLSWRqGTwO7NQ0qXKmNBjr0y6qD9s3VBXYlwB+MszGtmOKsqE9q3FPrE5Nd9Ipv7rZw== - dependencies: - flow-enums-runtime "^0.0.6" - metro-cache-key@0.83.3: version "0.83.3" resolved "https://registry.yarnpkg.com/metro-cache-key/-/metro-cache-key-0.83.3.tgz#ae6c5d4eb1ad8d06a92bf7294ca730a8d880b573" @@ -7235,16 +6993,6 @@ metro-cache-key@0.83.3: dependencies: flow-enums-runtime "^0.0.6" -metro-cache@0.83.2: - version "0.83.2" - resolved "https://registry.yarnpkg.com/metro-cache/-/metro-cache-0.83.2.tgz#d647d9253312801b19c4930be586c60976244540" - integrity sha512-Z43IodutUZeIS7OTH+yQFjc59QlFJ6s5OvM8p2AP9alr0+F8UKr8ADzFzoGKoHefZSKGa4bJx7MZJLF6GwPDHQ== - dependencies: - exponential-backoff "^3.1.1" - flow-enums-runtime "^0.0.6" - https-proxy-agent "^7.0.5" - metro-core "0.83.2" - metro-cache@0.83.3: version "0.83.3" resolved "https://registry.yarnpkg.com/metro-cache/-/metro-cache-0.83.3.tgz#f1245cc48570c47d8944495e61d67f0228f10172" @@ -7255,21 +7003,7 @@ metro-cache@0.83.3: https-proxy-agent "^7.0.5" metro-core "0.83.3" -metro-config@0.83.2: - version "0.83.2" - resolved "https://registry.yarnpkg.com/metro-config/-/metro-config-0.83.2.tgz#5ab5eba754c7affd0f3e44be98543aea37c9fab7" - integrity sha512-1FjCcdBe3e3D08gSSiU9u3Vtxd7alGH3x/DNFqWDFf5NouX4kLgbVloDDClr1UrLz62c0fHh2Vfr9ecmrOZp+g== - dependencies: - connect "^3.6.5" - flow-enums-runtime "^0.0.6" - jest-validate "^29.7.0" - metro "0.83.2" - metro-cache "0.83.2" - metro-core "0.83.2" - metro-runtime "0.83.2" - yaml "^2.6.1" - -metro-config@0.83.3, metro-config@^0.83.1: +metro-config@0.83.3, metro-config@^0.83.3: version "0.83.3" resolved "https://registry.yarnpkg.com/metro-config/-/metro-config-0.83.3.tgz#a30e7a69b5cf8c4ac4c4b68b1b4c33649ae129a2" integrity sha512-mTel7ipT0yNjKILIan04bkJkuCzUUkm2SeEaTads8VfEecCh+ltXchdq6DovXJqzQAXuR2P9cxZB47Lg4klriA== @@ -7283,16 +7017,7 @@ metro-config@0.83.3, metro-config@^0.83.1: metro-runtime "0.83.3" yaml "^2.6.1" -metro-core@0.83.2: - version "0.83.2" - resolved "https://registry.yarnpkg.com/metro-core/-/metro-core-0.83.2.tgz#8b6292482c8cd88bae5f56c5f4903ef7ee292631" - integrity sha512-8DRb0O82Br0IW77cNgKMLYWUkx48lWxUkvNUxVISyMkcNwE/9ywf1MYQUE88HaKwSrqne6kFgCSA/UWZoUT0Iw== - dependencies: - flow-enums-runtime "^0.0.6" - lodash.throttle "^4.1.1" - metro-resolver "0.83.2" - -metro-core@0.83.3, metro-core@^0.83.1: +metro-core@0.83.3, metro-core@^0.83.3: version "0.83.3" resolved "https://registry.yarnpkg.com/metro-core/-/metro-core-0.83.3.tgz#007e93f7d1983777da8988dfb103ad897c9835b8" integrity sha512-M+X59lm7oBmJZamc96usuF1kusd5YimqG/q97g4Ac7slnJ3YiGglW5CsOlicTR5EWf8MQFxxjDoB6ytTqRe8Hw== @@ -7301,21 +7026,6 @@ metro-core@0.83.3, metro-core@^0.83.1: lodash.throttle "^4.1.1" metro-resolver "0.83.3" -metro-file-map@0.83.2: - version "0.83.2" - resolved "https://registry.yarnpkg.com/metro-file-map/-/metro-file-map-0.83.2.tgz#8f943d608f27216fde8dd91787294b5a9409752e" - integrity sha512-cMSWnEqZrp/dzZIEd7DEDdk72PXz6w5NOKriJoDN9p1TDQ5nAYrY2lHi8d6mwbcGLoSlWmpPyny9HZYFfPWcGQ== - dependencies: - debug "^4.4.0" - fb-watchman "^2.0.0" - flow-enums-runtime "^0.0.6" - graceful-fs "^4.2.4" - invariant "^2.2.4" - jest-worker "^29.7.0" - micromatch "^4.0.4" - nullthrows "^1.1.1" - walker "^1.0.7" - metro-file-map@0.83.3: version "0.83.3" resolved "https://registry.yarnpkg.com/metro-file-map/-/metro-file-map-0.83.3.tgz#3d79fbb1d379ab178dd895ce54cb5ecb183d74a2" @@ -7328,16 +7038,8 @@ metro-file-map@0.83.3: invariant "^2.2.4" jest-worker "^29.7.0" micromatch "^4.0.4" - nullthrows "^1.1.1" - walker "^1.0.7" - -metro-minify-terser@0.83.2: - version "0.83.2" - resolved "https://registry.yarnpkg.com/metro-minify-terser/-/metro-minify-terser-0.83.2.tgz#17ea8aef987970f8505ed8f890ab00c47c419608" - integrity sha512-zvIxnh7U0JQ7vT4quasKsijId3dOAWgq+ip2jF/8TMrPUqQabGrs04L2dd0haQJ+PA+d4VvK/bPOY8X/vL2PWw== - dependencies: - flow-enums-runtime "^0.0.6" - terser "^5.15.0" + nullthrows "^1.1.1" + walker "^1.0.7" metro-minify-terser@0.83.3: version "0.83.3" @@ -7347,13 +7049,6 @@ metro-minify-terser@0.83.3: flow-enums-runtime "^0.0.6" terser "^5.15.0" -metro-resolver@0.83.2: - version "0.83.2" - resolved "https://registry.yarnpkg.com/metro-resolver/-/metro-resolver-0.83.2.tgz#d4a40a602615baacfb94d8a773e8b93eaac70d0f" - integrity sha512-Yf5mjyuiRE/Y+KvqfsZxrbHDA15NZxyfg8pIk0qg47LfAJhpMVEX+36e6ZRBq7KVBqy6VDX5Sq55iHGM4xSm7Q== - dependencies: - flow-enums-runtime "^0.0.6" - metro-resolver@0.83.3: version "0.83.3" resolved "https://registry.yarnpkg.com/metro-resolver/-/metro-resolver-0.83.3.tgz#06207bdddc280b9335722a8c992aeec017413942" @@ -7361,15 +7056,7 @@ metro-resolver@0.83.3: dependencies: flow-enums-runtime "^0.0.6" -metro-runtime@0.83.2: - version "0.83.2" - resolved "https://registry.yarnpkg.com/metro-runtime/-/metro-runtime-0.83.2.tgz#77c9715483fd3d449407435c1c160f7410c588d7" - integrity sha512-nnsPtgRvFbNKwemqs0FuyFDzXLl+ezuFsUXDbX8o0SXOfsOPijqiQrf3kuafO1Zx1aUWf4NOrKJMAQP5EEHg9A== - dependencies: - "@babel/runtime" "^7.25.0" - flow-enums-runtime "^0.0.6" - -metro-runtime@0.83.3, metro-runtime@^0.83.1: +metro-runtime@0.83.3, metro-runtime@^0.83.3: version "0.83.3" resolved "https://registry.yarnpkg.com/metro-runtime/-/metro-runtime-0.83.3.tgz#ff504df5d93f38b1af396715b327e589ba8d184d" integrity sha512-JHCJb9ebr9rfJ+LcssFYA2x1qPYuSD/bbePupIGhpMrsla7RCwC/VL3yJ9cSU+nUhU4c9Ixxy8tBta+JbDeZWw== @@ -7377,23 +7064,7 @@ metro-runtime@0.83.3, metro-runtime@^0.83.1: "@babel/runtime" "^7.25.0" flow-enums-runtime "^0.0.6" -metro-source-map@0.83.2: - version "0.83.2" - resolved "https://registry.yarnpkg.com/metro-source-map/-/metro-source-map-0.83.2.tgz#5688eeb3fc85a1ca0f5f5efede2257a872e2b9fe" - integrity sha512-5FL/6BSQvshIKjXOennt9upFngq2lFvDakZn5LfauIVq8+L4sxXewIlSTcxAtzbtjAIaXeOSVMtCJ5DdfCt9AA== - dependencies: - "@babel/traverse" "^7.25.3" - "@babel/traverse--for-generate-function-map" "npm:@babel/traverse@^7.25.3" - "@babel/types" "^7.25.2" - flow-enums-runtime "^0.0.6" - invariant "^2.2.4" - metro-symbolicate "0.83.2" - nullthrows "^1.1.1" - ob1 "0.83.2" - source-map "^0.5.6" - vlq "^1.0.0" - -metro-source-map@0.83.3, metro-source-map@^0.83.1: +metro-source-map@0.83.3, metro-source-map@^0.83.3: version "0.83.3" resolved "https://registry.yarnpkg.com/metro-source-map/-/metro-source-map-0.83.3.tgz#04bb464f7928ea48bcdfd18912c8607cf317c898" integrity sha512-xkC3qwUBh2psVZgVavo8+r2C9Igkk3DibiOXSAht1aYRRcztEZNFtAMtfSB7sdO2iFMx2Mlyu++cBxz/fhdzQg== @@ -7409,18 +7080,6 @@ metro-source-map@0.83.3, metro-source-map@^0.83.1: source-map "^0.5.6" vlq "^1.0.0" -metro-symbolicate@0.83.2: - version "0.83.2" - resolved "https://registry.yarnpkg.com/metro-symbolicate/-/metro-symbolicate-0.83.2.tgz#63a5f31cdb6db17371a00d259890643d84a75549" - integrity sha512-KoU9BLwxxED6n33KYuQQuc5bXkIxF3fSwlc3ouxrrdLWwhu64muYZNQrukkWzhVKRNFIXW7X2iM8JXpi2heIPw== - dependencies: - flow-enums-runtime "^0.0.6" - invariant "^2.2.4" - metro-source-map "0.83.2" - nullthrows "^1.1.1" - source-map "^0.5.6" - vlq "^1.0.0" - metro-symbolicate@0.83.3: version "0.83.3" resolved "https://registry.yarnpkg.com/metro-symbolicate/-/metro-symbolicate-0.83.3.tgz#67af03950f0dfe19a7c059e3983e39a31e95d03a" @@ -7433,18 +7092,6 @@ metro-symbolicate@0.83.3: source-map "^0.5.6" vlq "^1.0.0" -metro-transform-plugins@0.83.2: - version "0.83.2" - resolved "https://registry.yarnpkg.com/metro-transform-plugins/-/metro-transform-plugins-0.83.2.tgz#c4353147212cad1c76dcea8fd93c7f0c7b09b3a4" - integrity sha512-5WlW25WKPkiJk2yA9d8bMuZrgW7vfA4f4MBb9ZeHbTB3eIAoNN8vS8NENgG/X/90vpTB06X66OBvxhT3nHwP6A== - dependencies: - "@babel/core" "^7.25.2" - "@babel/generator" "^7.25.0" - "@babel/template" "^7.25.0" - "@babel/traverse" "^7.25.3" - flow-enums-runtime "^0.0.6" - nullthrows "^1.1.1" - metro-transform-plugins@0.83.3: version "0.83.3" resolved "https://registry.yarnpkg.com/metro-transform-plugins/-/metro-transform-plugins-0.83.3.tgz#2c59ba841e269363cf3acb13138cb992f0c75013" @@ -7457,25 +7104,6 @@ metro-transform-plugins@0.83.3: flow-enums-runtime "^0.0.6" nullthrows "^1.1.1" -metro-transform-worker@0.83.2: - version "0.83.2" - resolved "https://registry.yarnpkg.com/metro-transform-worker/-/metro-transform-worker-0.83.2.tgz#f97367b6384be87ea216a97072810705c19c3775" - integrity sha512-G5DsIg+cMZ2KNfrdLnWMvtppb3+Rp1GMyj7Bvd9GgYc/8gRmvq1XVEF9XuO87Shhb03kFhGqMTgZerz3hZ1v4Q== - dependencies: - "@babel/core" "^7.25.2" - "@babel/generator" "^7.25.0" - "@babel/parser" "^7.25.3" - "@babel/types" "^7.25.2" - flow-enums-runtime "^0.0.6" - metro "0.83.2" - metro-babel-transformer "0.83.2" - metro-cache "0.83.2" - metro-cache-key "0.83.2" - metro-minify-terser "0.83.2" - metro-source-map "0.83.2" - metro-transform-plugins "0.83.2" - nullthrows "^1.1.1" - metro-transform-worker@0.83.3: version "0.83.3" resolved "https://registry.yarnpkg.com/metro-transform-worker/-/metro-transform-worker-0.83.3.tgz#ca6ae4a02b0f61b33299e6e56bacaba32dcd607f" @@ -7495,53 +7123,7 @@ metro-transform-worker@0.83.3: metro-transform-plugins "0.83.3" nullthrows "^1.1.1" -metro@0.83.2: - version "0.83.2" - resolved "https://registry.yarnpkg.com/metro/-/metro-0.83.2.tgz#a56d31a604819951c8b9cf19d570897341e29b07" - integrity sha512-HQgs9H1FyVbRptNSMy/ImchTTE5vS2MSqLoOo7hbDoBq6hPPZokwJvBMwrYSxdjQZmLXz2JFZtdvS+ZfgTc9yw== - dependencies: - "@babel/code-frame" "^7.24.7" - "@babel/core" "^7.25.2" - "@babel/generator" "^7.25.0" - "@babel/parser" "^7.25.3" - "@babel/template" "^7.25.0" - "@babel/traverse" "^7.25.3" - "@babel/types" "^7.25.2" - accepts "^1.3.7" - 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.32.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.2" - metro-cache "0.83.2" - metro-cache-key "0.83.2" - metro-config "0.83.2" - metro-core "0.83.2" - metro-file-map "0.83.2" - metro-resolver "0.83.2" - metro-runtime "0.83.2" - metro-source-map "0.83.2" - metro-symbolicate "0.83.2" - metro-transform-plugins "0.83.2" - metro-transform-worker "0.83.2" - mime-types "^2.1.27" - nullthrows "^1.1.1" - serialize-error "^2.1.0" - source-map "^0.5.6" - throat "^5.0.0" - ws "^7.5.10" - yargs "^17.6.2" - -metro@0.83.3, metro@^0.83.1: +metro@0.83.3, metro@^0.83.3: version "0.83.3" resolved "https://registry.yarnpkg.com/metro/-/metro-0.83.3.tgz#1e7e04c15519af746f8932c7f9c553d92c39e922" integrity sha512-+rP+/GieOzkt97hSJ0MrPOuAH/jpaS21ZDvL9DJ35QYRDlQcwzcvUlGUf79AnQxq/2NPiS/AULhhM4TKutIt8Q== @@ -7587,9 +7169,9 @@ metro@0.83.3, metro@^0.83.1: ws "^7.5.10" yargs "^17.6.2" -micromatch@^4.0.4, micromatch@^4.0.8: +micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.8: version "4.0.8" - resolved "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202" integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA== dependencies: braces "^3.0.3" @@ -7597,93 +7179,86 @@ micromatch@^4.0.4, micromatch@^4.0.8: mime-db@1.52.0: version "1.52.0" - resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz" + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70" integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg== "mime-db@>= 1.43.0 < 2": version "1.54.0" - resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz" + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.54.0.tgz#cddb3ee4f9c64530dff640236661d42cb6a314f5" integrity sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ== -mime-types@^2.1.12, mime-types@^2.1.27, mime-types@~2.1.34: +mime-types@^2.1.12, mime-types@^2.1.27, mime-types@~2.1.24, mime-types@~2.1.34: version "2.1.35" - resolved "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz" + resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a" integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw== dependencies: mime-db "1.52.0" mime@1.6.0: version "1.6.0" - resolved "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz" + resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== -mimic-fn@^1.0.0: - version "1.2.0" - resolved "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz" - integrity sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ== +mime@^2.4.1: + version "2.6.0" + resolved "https://registry.yarnpkg.com/mime/-/mime-2.6.0.tgz#a2a682a95cd4d0cb1d6257e28f83da7e35800367" + integrity sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg== mimic-fn@^2.1.0: version "2.1.0" - resolved "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz" + resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== min-indent@^1.0.0: version "1.0.1" - resolved "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz" + resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869" integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== minimatch@3.0.5: version "3.0.5" - resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.5.tgz#4da8f1290ee0f0f8e83d60ca69f8f134068604a3" integrity sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw== dependencies: brace-expansion "^1.1.7" minimatch@9.0.3: version "9.0.3" - resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825" integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg== dependencies: brace-expansion "^2.0.1" -minimatch@^10.1.1: - version "10.1.1" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.1.1.tgz#e6e61b9b0c1dcab116b5a7d1458e8b6ae9e73a55" - integrity sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ== - dependencies: - "@isaacs/brace-expansion" "^5.0.0" - -minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2: +minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2: version "3.1.2" - resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== dependencies: brace-expansion "^1.1.7" minimatch@^5.0.1: version "5.1.6" - resolved "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96" integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g== dependencies: brace-expansion "^2.0.1" minimatch@^8.0.2: version "8.0.4" - resolved "https://registry.npmjs.org/minimatch/-/minimatch-8.0.4.tgz" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-8.0.4.tgz#847c1b25c014d4e9a7f68aaf63dedd668a626229" integrity sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA== dependencies: brace-expansion "^2.0.1" -minimatch@^9.0.0, minimatch@^9.0.4: +minimatch@^9.0.0, minimatch@^9.0.4, minimatch@^9.0.5: version "9.0.5" - resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5" integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow== dependencies: brace-expansion "^2.0.1" minimist-options@4.1.0: version "4.1.0" - resolved "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz" + resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619" integrity sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A== dependencies: arrify "^1.0.1" @@ -7692,19 +7267,19 @@ minimist-options@4.1.0: minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6: version "1.2.8" - resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA== minipass-collect@^2.0.1: version "2.0.1" - resolved "https://registry.npmjs.org/minipass-collect/-/minipass-collect-2.0.1.tgz" + resolved "https://registry.yarnpkg.com/minipass-collect/-/minipass-collect-2.0.1.tgz#1621bc77e12258a12c60d34e2276ec5c20680863" integrity sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw== dependencies: minipass "^7.0.3" minipass-fetch@^3.0.0: version "3.0.5" - resolved "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.5.tgz" + resolved "https://registry.yarnpkg.com/minipass-fetch/-/minipass-fetch-3.0.5.tgz#f0f97e40580affc4a35cc4a1349f05ae36cb1e4c" integrity sha512-2N8elDQAtSnFV0Dk7gt15KHsS0Fyz6CbYZ360h0WTYV1Ty46li3rAXVOQj1THMNLdmrD9Vt5pBPtWtVkpwGBqg== dependencies: minipass "^7.0.3" @@ -7715,85 +7290,78 @@ minipass-fetch@^3.0.0: minipass-flush@^1.0.5: version "1.0.5" - resolved "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz" + resolved "https://registry.yarnpkg.com/minipass-flush/-/minipass-flush-1.0.5.tgz#82e7135d7e89a50ffe64610a787953c4c4cbb373" integrity sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw== dependencies: minipass "^3.0.0" minipass-pipeline@^1.2.4: version "1.2.4" - resolved "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz" + resolved "https://registry.yarnpkg.com/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz#68472f79711c084657c067c5c6ad93cddea8214c" integrity sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A== dependencies: minipass "^3.0.0" minipass-sized@^1.0.3: version "1.0.3" - resolved "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz" + resolved "https://registry.yarnpkg.com/minipass-sized/-/minipass-sized-1.0.3.tgz#70ee5a7c5052070afacfbc22977ea79def353b70" integrity sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g== dependencies: minipass "^3.0.0" minipass@^3.0.0: version "3.3.6" - resolved "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.3.6.tgz#7bba384db3a1520d18c9c0e5251c3444e95dd94a" integrity sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw== dependencies: yallist "^4.0.0" minipass@^4.2.4: version "4.2.8" - resolved "https://registry.npmjs.org/minipass/-/minipass-4.2.8.tgz" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.8.tgz#f0010f64393ecfc1d1ccb5f582bcaf45f48e1a3a" integrity sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ== minipass@^5.0.0: version "5.0.0" - resolved "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d" integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ== -"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.0.2, minipass@^7.0.3, minipass@^7.0.4, minipass@^7.1.2: +"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.0.2, minipass@^7.0.3, minipass@^7.1.2: version "7.1.2" - resolved "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707" integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw== minizlib@^2.1.1, minizlib@^2.1.2: version "2.1.2" - resolved "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz" + resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931" integrity sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg== dependencies: minipass "^3.0.0" yallist "^4.0.0" -minizlib@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-3.1.0.tgz#6ad76c3a8f10227c9b51d1c9ac8e30b27f5a251c" - integrity sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw== - dependencies: - minipass "^7.1.2" - mkdirp@^1.0.3, mkdirp@^1.0.4: version "1.0.4" - resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz" + resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e" integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== modify-values@^1.0.1: version "1.0.1" - resolved "https://registry.npmjs.org/modify-values/-/modify-values-1.0.1.tgz" + resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022" integrity sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw== ms@2.0.0: version "2.0.0" - resolved "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" integrity sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A== -ms@2.1.3, ms@^2.1.1, ms@^2.1.3: +ms@2.1.3, ms@^2.1.3: version "2.1.3" - resolved "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== multimatch@5.0.0: version "5.0.0" - resolved "https://registry.npmjs.org/multimatch/-/multimatch-5.0.0.tgz" + resolved "https://registry.yarnpkg.com/multimatch/-/multimatch-5.0.0.tgz#932b800963cea7a31a033328fa1e0c3a1874dbe6" integrity sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA== dependencies: "@types/minimatch" "^3.0.3" @@ -7804,75 +7372,54 @@ multimatch@5.0.0: mute-stream@0.0.8: version "0.0.8" - resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz" + resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d" integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA== mute-stream@^1.0.0: version "1.0.0" - resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-1.0.0.tgz" + resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-1.0.0.tgz#e31bd9fe62f0aed23520aa4324ea6671531e013e" integrity sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA== -mz@^2.7.0: - version "2.7.0" - resolved "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz" - integrity sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q== - dependencies: - any-promise "^1.0.0" - object-assign "^4.0.1" - thenify-all "^1.0.0" - -nanoid@^3.3.11, nanoid@^3.3.7, nanoid@^3.3.8: +nanoid@^3.3.11: version "3.3.11" - resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11.tgz#4f4f112cefbe303202f2199838128936266d185b" integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w== natural-compare@^1.4.0: version "1.4.0" - resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz" + resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== negotiator@0.6.3: version "0.6.3" - resolved "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz" + resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd" integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg== negotiator@^0.6.3, negotiator@~0.6.4: version "0.6.4" - resolved "https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz" + resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.4.tgz#777948e2452651c570b712dd01c23e262713fff7" integrity sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w== neo-async@^2.6.2: version "2.6.2" - resolved "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz" + resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f" integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== -nested-error-stacks@~2.0.1: - version "2.0.1" - resolved "https://registry.npmjs.org/nested-error-stacks/-/nested-error-stacks-2.0.1.tgz" - integrity sha512-SrQrok4CATudVzBS7coSz26QRSmlK9TzzoFbeKfcPBUFPjcQM9Rqvr/DlJkOrwI/0KcgvMub1n1g5Jt9EgRn4A== +nocache@^3.0.1: + version "3.0.4" + resolved "https://registry.yarnpkg.com/nocache/-/nocache-3.0.4.tgz#5b37a56ec6e09fc7d401dceaed2eab40c8bfdf79" + integrity sha512-WDD0bdg9mbq6F4mRxEYcPWwfA1vxd0mrvKOyxI7Xj/atfRHVeutzuWByG//jfm4uPzp0y4Kj051EORCBSQMycw== node-fetch@2.6.7: version "2.6.7" - resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== dependencies: whatwg-url "^5.0.0" -node-fetch@^2.7.0: - version "2.7.0" - resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz" - integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A== - dependencies: - whatwg-url "^5.0.0" - -node-forge@^1.2.1, node-forge@^1.3.1: - version "1.3.1" - resolved "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz" - integrity sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA== - node-gyp@^10.0.0: version "10.3.1" - resolved "https://registry.npmjs.org/node-gyp/-/node-gyp-10.3.1.tgz" + resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-10.3.1.tgz#1dd1a1a1c6c5c59da1a76aea06a062786b2c8a1a" integrity sha512-Pp3nFHBThHzVtNY7U6JfPjvT/DTE8+o/4xKsLQtBoU+j2HLsGlhcfzflAoUreaJbNmYnX+LlLi0qjV8kpyO6xQ== dependencies: env-paths "^2.2.0" @@ -7888,34 +7435,34 @@ node-gyp@^10.0.0: node-int64@^0.4.0: version "0.4.0" - resolved "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz" + resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b" integrity sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw== node-machine-id@1.1.12: version "1.1.12" - resolved "https://registry.npmjs.org/node-machine-id/-/node-machine-id-1.1.12.tgz" + resolved "https://registry.yarnpkg.com/node-machine-id/-/node-machine-id-1.1.12.tgz#37904eee1e59b320bb9c5d6c0a59f3b469cb6267" integrity sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ== -node-releases@^2.0.19: - version "2.0.19" - resolved "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz" - integrity sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw== - node-releases@^2.0.27: version "2.0.27" resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.27.tgz#eedca519205cf20f650f61d56b070db111231e4e" integrity sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA== +node-stream-zip@^1.9.1: + version "1.15.0" + resolved "https://registry.yarnpkg.com/node-stream-zip/-/node-stream-zip-1.15.0.tgz#158adb88ed8004c6c49a396b50a6a5de3bca33ea" + integrity sha512-LN4fydt9TqhZhThkZIVQnF9cwjU3qmUH9h78Mx/K7d3VvfRqqwthLwJEUOEL0QPZ0XQmNN7be5Ggit5+4dq3Bw== + nopt@^7.0.0, nopt@^7.2.1: version "7.2.1" - resolved "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz" + resolved "https://registry.yarnpkg.com/nopt/-/nopt-7.2.1.tgz#1cac0eab9b8e97c9093338446eddd40b2c8ca1e7" integrity sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w== dependencies: abbrev "^2.0.0" normalize-package-data@^2.3.2, normalize-package-data@^2.5.0: version "2.5.0" - resolved "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz" + resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== dependencies: hosted-git-info "^2.1.4" @@ -7925,7 +7472,7 @@ normalize-package-data@^2.3.2, normalize-package-data@^2.5.0: normalize-package-data@^3.0.0, normalize-package-data@^3.0.3: version "3.0.3" - resolved "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz" + resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-3.0.3.tgz#dbcc3e2da59509a0983422884cd172eefdfa525e" integrity sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA== dependencies: hosted-git-info "^4.0.1" @@ -7935,7 +7482,7 @@ normalize-package-data@^3.0.0, normalize-package-data@^3.0.3: normalize-package-data@^6.0.0, normalize-package-data@^6.0.1: version "6.0.2" - resolved "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.2.tgz" + resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-6.0.2.tgz#a7bc22167fe24025412bcff0a9651eb768b03506" integrity sha512-V6gygoYb/5EmNI+MEGrWkC+e6+Rr7mTmfHrxDbLzxQogBkgzo76rkok0Am6thgSF7Mv2nLOajAJj5vDJZEFn7g== dependencies: hosted-git-info "^7.0.0" @@ -7944,31 +7491,31 @@ normalize-package-data@^6.0.0, normalize-package-data@^6.0.1: normalize-path@^3.0.0: version "3.0.0" - resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz" + resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== npm-bundled@^3.0.0: version "3.0.1" - resolved "https://registry.npmjs.org/npm-bundled/-/npm-bundled-3.0.1.tgz" + resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-3.0.1.tgz#cca73e15560237696254b10170d8f86dad62da25" integrity sha512-+AvaheE/ww1JEwRHOrn4WHNzOxGtVp+adrg2AeZS/7KuxGUYFuBta98wYpfHBbJp6Tg6j1NKSEVHNcfZzJHQwQ== dependencies: npm-normalize-package-bin "^3.0.0" npm-install-checks@^6.0.0, npm-install-checks@^6.2.0: version "6.3.0" - resolved "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-6.3.0.tgz" + resolved "https://registry.yarnpkg.com/npm-install-checks/-/npm-install-checks-6.3.0.tgz#046552d8920e801fa9f919cad569545d60e826fe" integrity sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw== dependencies: semver "^7.1.1" npm-normalize-package-bin@^3.0.0: version "3.0.1" - resolved "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz" + resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz#25447e32a9a7de1f51362c61a559233b89947832" integrity sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ== npm-package-arg@11.0.2: version "11.0.2" - resolved "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-11.0.2.tgz" + resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-11.0.2.tgz#1ef8006c4a9e9204ddde403035f7ff7d718251ca" integrity sha512-IGN0IAwmhDJwy13Wc8k+4PEbTPhpJnMtfR53ZbOyjkvmEcLS4nCwp6mvMWjS5sUjeiW3mpx6cHmuhKEu9XmcQw== dependencies: hosted-git-info "^7.0.0" @@ -7978,7 +7525,7 @@ npm-package-arg@11.0.2: npm-package-arg@^11.0.0, npm-package-arg@^11.0.2: version "11.0.3" - resolved "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-11.0.3.tgz" + resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-11.0.3.tgz#dae0c21199a99feca39ee4bfb074df3adac87e2d" integrity sha512-sHGJy8sOC1YraBywpzQlIKBE4pBbGbiF95U6Auspzyem956E0+FtDtsx1ZxlOJkQCZ1AFXAY/yuvtFYrOxF+Bw== dependencies: hosted-git-info "^7.0.0" @@ -7988,14 +7535,14 @@ npm-package-arg@^11.0.0, npm-package-arg@^11.0.2: npm-packlist@8.0.2, npm-packlist@^8.0.0: version "8.0.2" - resolved "https://registry.npmjs.org/npm-packlist/-/npm-packlist-8.0.2.tgz" + resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-8.0.2.tgz#5b8d1d906d96d21c85ebbeed2cf54147477c8478" integrity sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA== dependencies: ignore-walk "^6.0.4" npm-pick-manifest@^9.0.0, npm-pick-manifest@^9.0.1: version "9.1.0" - resolved "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-9.1.0.tgz" + resolved "https://registry.yarnpkg.com/npm-pick-manifest/-/npm-pick-manifest-9.1.0.tgz#83562afde52b0b07cb6244361788d319ce7e8636" integrity sha512-nkc+3pIIhqHVQr085X9d2JzPzLyjzQS96zbruppqC9aZRm/x8xx6xhI98gHtsfELP2bE+loHq8ZaHFHhe+NauA== dependencies: npm-install-checks "^6.0.0" @@ -8005,7 +7552,7 @@ npm-pick-manifest@^9.0.0, npm-pick-manifest@^9.0.1: npm-registry-fetch@^17.0.0, npm-registry-fetch@^17.0.1, npm-registry-fetch@^17.1.0: version "17.1.0" - resolved "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-17.1.0.tgz" + resolved "https://registry.yarnpkg.com/npm-registry-fetch/-/npm-registry-fetch-17.1.0.tgz#fb69e8e762d456f08bda2f5f169f7638fb92beb1" integrity sha512-5+bKQRH0J1xG1uZ1zMNvxW0VEyoNWgJpY9UDuluPFLKDfJ9u2JmmjmTJV1srBGQOROfdBMiVvnH2Zvpbm+xkVA== dependencies: "@npmcli/redact" "^2.0.0" @@ -8019,25 +7566,25 @@ npm-registry-fetch@^17.0.0, npm-registry-fetch@^17.0.1, npm-registry-fetch@^17.1 npm-run-path@^4.0.1: version "4.0.1" - resolved "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz" + resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea" integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== dependencies: path-key "^3.0.0" nullthrows@^1.1.1: version "1.1.1" - resolved "https://registry.npmjs.org/nullthrows/-/nullthrows-1.1.1.tgz" + resolved "https://registry.yarnpkg.com/nullthrows/-/nullthrows-1.1.1.tgz#7818258843856ae971eae4208ad7d7eb19a431b1" integrity sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw== nwsapi@^2.2.2: - version "2.2.20" - resolved "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.20.tgz" - integrity sha512-/ieB+mDe4MrrKMT8z+mQL8klXydZWGR5Dowt4RAGKbJ3kIGEx3X4ljUo+6V73IXtUPWgfOlU5B9MlGxFO5T+cA== + version "2.2.23" + resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.23.tgz#59712c3a88e6de2bb0b6ccc1070397267019cf6c" + integrity sha512-7wfH4sLbt4M0gCDzGE6vzQBo0bfTKjU7Sfpqy/7gs1qBfYz2vEJH6vXcBKpO3+6Yu1telwd0t9HpyOoLEQQbIQ== "nx@>=17.1.2 < 21": - version "20.8.2" - resolved "https://registry.npmjs.org/nx/-/nx-20.8.2.tgz" - integrity sha512-mDKpbH3vEpUFDx0rrLh+tTqLq1PYU8KiD/R7OVZGd1FxQxghx2HOl32MiqNsfPcw6AvKlXhslbwIESV+N55FLQ== + version "20.8.4" + resolved "https://registry.yarnpkg.com/nx/-/nx-20.8.4.tgz#bdbb4e41963fa7833c2aa3c972b5832f8b56983d" + integrity sha512-/++x0OM3/UTmDR+wmPeV13tSxeTr+QGzj3flgtH9DiOPmQnn2CjHWAMZiOhcSh/hHoE/V3ySL4757InQUsVtjQ== dependencies: "@napi-rs/wasm-runtime" "0.2.4" "@yarnpkg/lockfile" "^1.1.0" @@ -8074,23 +7621,16 @@ nwsapi@^2.2.2: yargs "^17.6.2" yargs-parser "21.1.1" optionalDependencies: - "@nx/nx-darwin-arm64" "20.8.2" - "@nx/nx-darwin-x64" "20.8.2" - "@nx/nx-freebsd-x64" "20.8.2" - "@nx/nx-linux-arm-gnueabihf" "20.8.2" - "@nx/nx-linux-arm64-gnu" "20.8.2" - "@nx/nx-linux-arm64-musl" "20.8.2" - "@nx/nx-linux-x64-gnu" "20.8.2" - "@nx/nx-linux-x64-musl" "20.8.2" - "@nx/nx-win32-arm64-msvc" "20.8.2" - "@nx/nx-win32-x64-msvc" "20.8.2" - -ob1@0.83.2: - version "0.83.2" - resolved "https://registry.yarnpkg.com/ob1/-/ob1-0.83.2.tgz#23c2e58b7d542fb01e627049710334d14c287cf8" - integrity sha512-XlK3w4M+dwd1g1gvHzVbxiXEbUllRONEgcF2uEO0zm4nxa0eKlh41c6N65q1xbiDOeKKda1tvNOAD33fNjyvCg== - dependencies: - flow-enums-runtime "^0.0.6" + "@nx/nx-darwin-arm64" "20.8.4" + "@nx/nx-darwin-x64" "20.8.4" + "@nx/nx-freebsd-x64" "20.8.4" + "@nx/nx-linux-arm-gnueabihf" "20.8.4" + "@nx/nx-linux-arm64-gnu" "20.8.4" + "@nx/nx-linux-arm64-musl" "20.8.4" + "@nx/nx-linux-x64-gnu" "20.8.4" + "@nx/nx-linux-x64-musl" "20.8.4" + "@nx/nx-win32-arm64-msvc" "20.8.4" + "@nx/nx-win32-x64-msvc" "20.8.4" ob1@0.83.3: version "0.83.3" @@ -8099,71 +7639,135 @@ ob1@0.83.3: dependencies: flow-enums-runtime "^0.0.6" -object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1: +object-assign@^4.1.1: version "4.1.1" - resolved "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz" + resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg== -on-finished@2.4.1, on-finished@~2.4.1: - version "2.4.1" - resolved "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz" - integrity sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg== +object-inspect@^1.13.3, object-inspect@^1.13.4: + version "1.13.4" + resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.4.tgz#8375265e21bc20d0fa582c22e1b13485d6e00213" + integrity sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew== + +object-keys@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" + integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== + +object.assign@^4.1.4, object.assign@^4.1.7: + version "4.1.7" + resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.7.tgz#8c14ca1a424c6a561b0bb2a22f66f5049a945d3d" + integrity sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw== dependencies: - ee-first "1.1.1" + call-bind "^1.0.8" + call-bound "^1.0.3" + define-properties "^1.2.1" + es-object-atoms "^1.0.0" + has-symbols "^1.1.0" + object-keys "^1.1.1" + +object.entries@^1.1.9: + version "1.1.9" + resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.9.tgz#e4770a6a1444afb61bd39f984018b5bede25f8b3" + integrity sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw== + dependencies: + call-bind "^1.0.8" + call-bound "^1.0.4" + define-properties "^1.2.1" + es-object-atoms "^1.1.1" + +object.fromentries@^2.0.8: + version "2.0.8" + resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.8.tgz#f7195d8a9b97bd95cbc1999ea939ecd1a2b00c65" + integrity sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ== + dependencies: + call-bind "^1.0.7" + define-properties "^1.2.1" + es-abstract "^1.23.2" + es-object-atoms "^1.0.0" + +object.values@^1.1.6, object.values@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.1.tgz#deed520a50809ff7f75a7cfd4bc64c7a038c6216" + integrity sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA== + dependencies: + call-bind "^1.0.8" + call-bound "^1.0.3" + define-properties "^1.2.1" + es-object-atoms "^1.0.0" on-finished@~2.3.0: version "2.3.0" - resolved "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz" + resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947" integrity sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww== dependencies: ee-first "1.1.1" -on-headers@~1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz" - integrity sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA== +on-finished@~2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.4.1.tgz#58c8c44116e54845ad57f14ab10b03533184ac3f" + integrity sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg== + dependencies: + ee-first "1.1.1" + +on-headers@~1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.1.0.tgz#59da4f91c45f5f989c6e4bcedc5a3b0aed70ff65" + integrity sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A== once@^1.3.0, once@^1.4.0: version "1.4.0" - resolved "https://registry.npmjs.org/once/-/once-1.4.0.tgz" + resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w== dependencies: wrappy "1" -onetime@^2.0.0: - version "2.0.1" - resolved "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz" - integrity sha512-oyyPpiMaKARvvcgip+JV+7zci5L8D1W9RZIz2l1o08AM3pfspitVWnPt3mzHcBPp12oYMTy0pqrFs/C+m3EwsQ== - dependencies: - mimic-fn "^1.0.0" - onetime@^5.1.0, onetime@^5.1.2: version "5.1.2" - resolved "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz" + resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e" integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== dependencies: mimic-fn "^2.1.0" -open@^7.0.3: +open@^6.2.0: + version "6.4.0" + resolved "https://registry.yarnpkg.com/open/-/open-6.4.0.tgz#5c13e96d0dc894686164f18965ecfe889ecfc8a9" + integrity sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg== + dependencies: + is-wsl "^1.1.0" + +open@^7.0.3, open@^7.4.2: version "7.4.2" - resolved "https://registry.npmjs.org/open/-/open-7.4.2.tgz" + resolved "https://registry.yarnpkg.com/open/-/open-7.4.2.tgz#b8147e26dcf3e426316c730089fd71edd29c2321" integrity sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q== dependencies: is-docker "^2.0.0" is-wsl "^2.1.1" -open@^8.0.4, open@^8.4.0: +open@^8.4.0: version "8.4.2" - resolved "https://registry.npmjs.org/open/-/open-8.4.2.tgz" + resolved "https://registry.yarnpkg.com/open/-/open-8.4.2.tgz#5b5ffe2a8f793dcd2aad73e550cb87b59cb084f9" integrity sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ== dependencies: define-lazy-prop "^2.0.0" is-docker "^2.1.1" is-wsl "^2.2.0" +optionator@^0.9.3: + version "0.9.4" + resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.4.tgz#7ea1c1a5d91d764fb282139c88fe11e182a3a734" + integrity sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g== + dependencies: + deep-is "^0.1.3" + fast-levenshtein "^2.0.6" + levn "^0.4.1" + prelude-ls "^1.2.1" + type-check "^0.4.0" + word-wrap "^1.2.5" + ora@5.3.0: version "5.3.0" - resolved "https://registry.npmjs.org/ora/-/ora-5.3.0.tgz" + resolved "https://registry.yarnpkg.com/ora/-/ora-5.3.0.tgz#fb832899d3a1372fe71c8b2c534bbfe74961bb6f" integrity sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g== dependencies: bl "^4.0.3" @@ -8175,21 +7779,9 @@ ora@5.3.0: strip-ansi "^6.0.0" wcwidth "^1.0.1" -ora@^3.4.0: - version "3.4.0" - resolved "https://registry.npmjs.org/ora/-/ora-3.4.0.tgz" - integrity sha512-eNwHudNbO1folBP3JsZ19v9azXWtQZjICdr3Q0TDPIaeBQ3mXLrh54wM+er0+hSp+dWKf+Z8KM58CYzEyIYxYg== - dependencies: - chalk "^2.4.2" - cli-cursor "^2.1.0" - cli-spinners "^2.0.0" - log-symbols "^2.2.0" - strip-ansi "^5.2.0" - wcwidth "^1.0.1" - ora@^5.4.1: version "5.4.1" - resolved "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz" + resolved "https://registry.yarnpkg.com/ora/-/ora-5.4.1.tgz#1b2678426af4ac4a509008e5e4ac9e9959db9e18" integrity sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ== dependencies: bl "^4.1.0" @@ -8202,85 +7794,89 @@ ora@^5.4.1: strip-ansi "^6.0.0" wcwidth "^1.0.1" -os-tmpdir@~1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz" - integrity sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g== +own-keys@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/own-keys/-/own-keys-1.0.1.tgz#e4006910a2bf913585289676eebd6f390cf51358" + integrity sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg== + dependencies: + get-intrinsic "^1.2.6" + object-keys "^1.1.1" + safe-push-apply "^1.0.0" p-finally@^1.0.0: version "1.0.0" - resolved "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz" + resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" integrity sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow== p-limit@^1.1.0: version "1.3.0" - resolved "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8" integrity sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q== dependencies: p-try "^1.0.0" p-limit@^2.0.0, p-limit@^2.2.0: version "2.3.0" - resolved "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1" integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== dependencies: p-try "^2.0.0" p-limit@^3.0.2, p-limit@^3.1.0: version "3.1.0" - resolved "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b" integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ== dependencies: yocto-queue "^0.1.0" p-locate@^2.0.0: version "2.0.0" - resolved "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz" + resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43" integrity sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg== dependencies: p-limit "^1.1.0" p-locate@^3.0.0: version "3.0.0" - resolved "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz" + resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4" integrity sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ== dependencies: p-limit "^2.0.0" p-locate@^4.1.0: version "4.1.0" - resolved "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz" + resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07" integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A== dependencies: p-limit "^2.2.0" p-locate@^5.0.0: version "5.0.0" - resolved "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz" + resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834" integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw== dependencies: p-limit "^3.0.2" p-map-series@2.1.0: version "2.1.0" - resolved "https://registry.npmjs.org/p-map-series/-/p-map-series-2.1.0.tgz" + resolved "https://registry.yarnpkg.com/p-map-series/-/p-map-series-2.1.0.tgz#7560d4c452d9da0c07e692fdbfe6e2c81a2a91f2" integrity sha512-RpYIIK1zXSNEOdwxcfe7FdvGcs7+y5n8rifMhMNWvaxRNMPINJHF5GDeuVxWqnfrcHPSCnp7Oo5yNXHId9Av2Q== p-map@4.0.0, p-map@^4.0.0: version "4.0.0" - resolved "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz" + resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b" integrity sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ== dependencies: aggregate-error "^3.0.0" p-pipe@3.1.0: version "3.1.0" - resolved "https://registry.npmjs.org/p-pipe/-/p-pipe-3.1.0.tgz" + resolved "https://registry.yarnpkg.com/p-pipe/-/p-pipe-3.1.0.tgz#48b57c922aa2e1af6a6404cb7c6bf0eb9cc8e60e" integrity sha512-08pj8ATpzMR0Y80x50yJHn37NF6vjrqHutASaX5LiH5npS9XPvrUmscd9MF5R4fuYRHOxQR1FfMIlF7AzwoPqw== p-queue@6.6.2: version "6.6.2" - resolved "https://registry.npmjs.org/p-queue/-/p-queue-6.6.2.tgz" + resolved "https://registry.yarnpkg.com/p-queue/-/p-queue-6.6.2.tgz#2068a9dcf8e67dd0ec3e7a2bcb76810faa85e426" integrity sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ== dependencies: eventemitter3 "^4.0.4" @@ -8288,41 +7884,41 @@ p-queue@6.6.2: p-reduce@2.1.0, p-reduce@^2.0.0, p-reduce@^2.1.0: version "2.1.0" - resolved "https://registry.npmjs.org/p-reduce/-/p-reduce-2.1.0.tgz" + resolved "https://registry.yarnpkg.com/p-reduce/-/p-reduce-2.1.0.tgz#09408da49507c6c274faa31f28df334bc712b64a" integrity sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw== p-timeout@^3.2.0: version "3.2.0" - resolved "https://registry.npmjs.org/p-timeout/-/p-timeout-3.2.0.tgz" + resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-3.2.0.tgz#c7e17abc971d2a7962ef83626b35d635acf23dfe" integrity sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg== dependencies: p-finally "^1.0.0" p-try@^1.0.0: version "1.0.0" - resolved "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz" + resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3" integrity sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww== p-try@^2.0.0: version "2.2.0" - resolved "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz" + resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== p-waterfall@2.1.1: version "2.1.1" - resolved "https://registry.npmjs.org/p-waterfall/-/p-waterfall-2.1.1.tgz" + resolved "https://registry.yarnpkg.com/p-waterfall/-/p-waterfall-2.1.1.tgz#63153a774f472ccdc4eb281cdb2967fcf158b2ee" integrity sha512-RRTnDb2TBG/epPRI2yYXsimO0v3BXC8Yd3ogr1545IaqKK17VGhbWVeGGN+XfCm/08OK8635nH31c8bATkHuSw== dependencies: p-reduce "^2.0.0" package-json-from-dist@^1.0.0: version "1.0.1" - resolved "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz" + resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505" integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw== pacote@^18.0.0, pacote@^18.0.6: version "18.0.6" - resolved "https://registry.npmjs.org/pacote/-/pacote-18.0.6.tgz" + resolved "https://registry.yarnpkg.com/pacote/-/pacote-18.0.6.tgz#ac28495e24f4cf802ef911d792335e378e86fac7" integrity sha512-+eK3G27SMwsB8kLIuj4h1FUhHtwiEUo21Tw8wNjmvdlpOEr613edv+8FUsTj/4F/VN5ywGE19X18N7CC2EJk6A== dependencies: "@npmcli/git" "^5.0.0" @@ -8345,14 +7941,14 @@ pacote@^18.0.0, pacote@^18.0.6: parent-module@^1.0.0: version "1.0.1" - resolved "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz" + resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2" integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== dependencies: callsites "^3.0.0" parse-conflict-json@^3.0.0: version "3.0.1" - resolved "https://registry.npmjs.org/parse-conflict-json/-/parse-conflict-json-3.0.1.tgz" + resolved "https://registry.yarnpkg.com/parse-conflict-json/-/parse-conflict-json-3.0.1.tgz#67dc55312781e62aa2ddb91452c7606d1969960c" integrity sha512-01TvEktc68vwbJOtWZluyWeVGWjP+bZwXtPDMQVbBKzbJ/vZBif0L69KH1+cHv1SZ6e0FKLvjyHe8mqsIqYOmw== dependencies: json-parse-even-better-errors "^3.0.0" @@ -8361,7 +7957,7 @@ parse-conflict-json@^3.0.0: parse-json@^4.0.0: version "4.0.0" - resolved "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz" + resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0" integrity sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw== dependencies: error-ex "^1.3.1" @@ -8369,7 +7965,7 @@ parse-json@^4.0.0: parse-json@^5.0.0, parse-json@^5.2.0: version "5.2.0" - resolved "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz" + resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd" integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== dependencies: "@babel/code-frame" "^7.0.0" @@ -8379,193 +7975,170 @@ parse-json@^5.0.0, parse-json@^5.2.0: parse-path@^7.0.0: version "7.1.0" - resolved "https://registry.npmjs.org/parse-path/-/parse-path-7.1.0.tgz" + resolved "https://registry.yarnpkg.com/parse-path/-/parse-path-7.1.0.tgz#41fb513cb122831807a4c7b29c8727947a09d8c6" integrity sha512-EuCycjZtfPcjWk7KTksnJ5xPMvWGA/6i4zrLYhRG0hGvC3GPU/jGUj3Cy+ZR0v30duV3e23R95T1lE2+lsndSw== dependencies: protocols "^2.0.0" -parse-png@^2.1.0: - version "2.1.0" - resolved "https://registry.npmjs.org/parse-png/-/parse-png-2.1.0.tgz" - integrity sha512-Nt/a5SfCLiTnQAjx3fHlqp8hRgTL3z7kTQZzvIMS9uCAepnCyjpdEc6M/sz69WqMBdaDBw9sF1F1UaHROYzGkQ== - dependencies: - pngjs "^3.3.0" - parse-url@^8.1.0: version "8.1.0" - resolved "https://registry.npmjs.org/parse-url/-/parse-url-8.1.0.tgz" + resolved "https://registry.yarnpkg.com/parse-url/-/parse-url-8.1.0.tgz#972e0827ed4b57fc85f0ea6b0d839f0d8a57a57d" integrity sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w== dependencies: parse-path "^7.0.0" parse5@^7.0.0, parse5@^7.1.1: version "7.3.0" - resolved "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz" + resolved "https://registry.yarnpkg.com/parse5/-/parse5-7.3.0.tgz#d7e224fa72399c7a175099f45fc2ad024b05ec05" integrity sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw== dependencies: entities "^6.0.0" parseurl@~1.3.3: version "1.3.3" - resolved "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz" + resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4" integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== +patch-package@^8.0.1: + version "8.0.1" + resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-8.0.1.tgz#79d02f953f711e06d1f8949c8a13e5d3d7ba1a60" + integrity sha512-VsKRIA8f5uqHQ7NGhwIna6Bx6D9s/1iXlA1hthBVBEbkq+t4kXD0HHt+rJhf/Z+Ci0F/HCB2hvn0qLdLG+Qxlw== + dependencies: + "@yarnpkg/lockfile" "^1.1.0" + chalk "^4.1.2" + ci-info "^3.7.0" + cross-spawn "^7.0.3" + find-yarn-workspace-root "^2.0.0" + fs-extra "^10.0.0" + json-stable-stringify "^1.0.2" + klaw-sync "^6.0.0" + minimist "^1.2.6" + open "^7.4.2" + semver "^7.5.3" + slash "^2.0.0" + tmp "^0.2.4" + yaml "^2.2.2" + path-exists@^3.0.0: version "3.0.0" - resolved "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz" + resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" integrity sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ== path-exists@^4.0.0: version "4.0.0" - resolved "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz" + resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3" integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== path-is-absolute@^1.0.0: version "1.0.1" - resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" + resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg== path-key@^3.0.0, path-key@^3.1.0: version "3.1.1" - resolved "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz" + resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== -path-parse@^1.0.5, path-parse@^1.0.7: +path-parse@^1.0.7: version "1.0.7" - resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz" + resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== path-scurry@^1.11.1, path-scurry@^1.6.1: version "1.11.1" - resolved "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz" + resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2" integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA== dependencies: lru-cache "^10.2.0" minipass "^5.0.0 || ^6.0.2 || ^7.0.0" -path-scurry@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.1.tgz#4b6572376cfd8b811fca9cd1f5c24b3cbac0fe10" - integrity sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA== - dependencies: - lru-cache "^11.0.0" - minipass "^7.1.2" - path-type@^3.0.0: version "3.0.0" - resolved "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz" + resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f" integrity sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg== dependencies: pify "^3.0.0" -path-type@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz" - integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== - -picocolors@^1.0.0, picocolors@^1.1.1: +picocolors@^1.1.1: version "1.1.1" - resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz" + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1: version "2.3.1" - resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== -picomatch@^3.0.1: - version "3.0.1" - resolved "https://registry.npmjs.org/picomatch/-/picomatch-3.0.1.tgz" - integrity sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag== - -picomatch@^4.0.3: +picomatch@^4.0.2, picomatch@^4.0.3: version "4.0.3" resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042" integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q== pify@5.0.0: version "5.0.0" - resolved "https://registry.npmjs.org/pify/-/pify-5.0.0.tgz" + resolved "https://registry.yarnpkg.com/pify/-/pify-5.0.0.tgz#1f5eca3f5e87ebec28cc6d54a0e4aaf00acc127f" integrity sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA== pify@^2.3.0: version "2.3.0" - resolved "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz" + resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" integrity sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog== pify@^3.0.0: version "3.0.0" - resolved "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz" + resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" integrity sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg== pify@^4.0.1: version "4.0.1" - resolved "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz" + resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== -pirates@^4.0.1, pirates@^4.0.4: +pirates@^4.0.4: version "4.0.7" - resolved "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz" + resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.7.tgz#643b4a18c4257c8a65104b73f3049ce9a0a15e22" integrity sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA== pkg-dir@^4.2.0: version "4.2.0" - resolved "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz" + resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3" integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ== dependencies: find-up "^4.0.0" pkg-up@^3.1.0: version "3.1.0" - resolved "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz" + resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-3.1.0.tgz#100ec235cc150e4fd42519412596a28512a0def5" integrity sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA== dependencies: find-up "^3.0.0" -plist@^3.0.5: - version "3.1.0" - resolved "https://registry.npmjs.org/plist/-/plist-3.1.0.tgz" - integrity sha512-uysumyrvkUX0rX/dEVqt8gC3sTBzd4zoWfLeS29nb53imdaXVvLINYXTI2GNqzaMuvacNx4uJQ8+b3zXR0pkgQ== - dependencies: - "@xmldom/xmldom" "^0.8.8" - base64-js "^1.5.1" - xmlbuilder "^15.1.1" - -pngjs@^3.3.0: - version "3.4.0" - resolved "https://registry.npmjs.org/pngjs/-/pngjs-3.4.0.tgz" - integrity sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w== +possible-typed-array-names@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz#93e3582bc0e5426586d9d07b79ee40fc841de4ae" + integrity sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg== postcss-selector-parser@^6.0.10: version "6.1.2" - resolved "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz" + resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz#27ecb41fb0e3b6ba7a1ec84fff347f734c7929de" integrity sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg== dependencies: cssesc "^3.0.0" util-deprecate "^1.0.2" -postcss-value-parser@^4.2.0: - version "4.2.0" - resolved "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz" - integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== - -postcss@~8.4.32: - version "8.4.49" - resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz" - integrity sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA== - dependencies: - nanoid "^3.3.7" - picocolors "^1.1.1" - source-map-js "^1.2.1" +prelude-ls@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" + integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== -pretty-bytes@^5.6.0: - version "5.6.0" - resolved "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz" - integrity sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg== +prettier@2.8.8: + version "2.8.8" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da" + integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q== pretty-format@^29.0.0, pretty-format@^29.7.0: version "29.7.0" - resolved "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz" + resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.7.0.tgz#ca42c758310f365bfa71a0bda0a807160b776812" integrity sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ== dependencies: "@jest/schemas" "^29.6.3" @@ -8574,64 +8147,52 @@ pretty-format@^29.0.0, pretty-format@^29.7.0: proc-log@^4.0.0, proc-log@^4.1.0, proc-log@^4.2.0: version "4.2.0" - resolved "https://registry.npmjs.org/proc-log/-/proc-log-4.2.0.tgz" + resolved "https://registry.yarnpkg.com/proc-log/-/proc-log-4.2.0.tgz#b6f461e4026e75fdfe228b265e9f7a00779d7034" integrity sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA== process-nextick-args@~2.0.0: version "2.0.1" - resolved "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz" + resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== proggy@^2.0.0: version "2.0.0" - resolved "https://registry.npmjs.org/proggy/-/proggy-2.0.0.tgz" + resolved "https://registry.yarnpkg.com/proggy/-/proggy-2.0.0.tgz#154bb0e41d3125b518ef6c79782455c2c47d94e1" integrity sha512-69agxLtnI8xBs9gUGqEnK26UfiexpHy+KUpBQWabiytQjnn5wFY8rklAi7GRfABIuPNnQ/ik48+LGLkYYJcy4A== -progress@^2.0.3: - version "2.0.3" - resolved "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz" - integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== - promise-all-reject-late@^1.0.0: version "1.0.1" - resolved "https://registry.npmjs.org/promise-all-reject-late/-/promise-all-reject-late-1.0.1.tgz" + resolved "https://registry.yarnpkg.com/promise-all-reject-late/-/promise-all-reject-late-1.0.1.tgz#f8ebf13483e5ca91ad809ccc2fcf25f26f8643c2" integrity sha512-vuf0Lf0lOxyQREH7GDIOUMLS7kz+gs8i6B+Yi8dC68a2sychGrHTJYghMBD6k7eUcH0H5P73EckCA48xijWqXw== promise-call-limit@^3.0.1: version "3.0.2" - resolved "https://registry.npmjs.org/promise-call-limit/-/promise-call-limit-3.0.2.tgz" + resolved "https://registry.yarnpkg.com/promise-call-limit/-/promise-call-limit-3.0.2.tgz#524b7f4b97729ff70417d93d24f46f0265efa4f9" integrity sha512-mRPQO2T1QQVw11E7+UdCJu7S61eJVWknzml9sC1heAdj1jxl0fWMBypIt9ZOcLFf8FkG995ZD7RnVk7HH72fZw== promise-inflight@^1.0.1: version "1.0.1" - resolved "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz" + resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3" integrity sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g== promise-retry@^2.0.1: version "2.0.1" - resolved "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz" + resolved "https://registry.yarnpkg.com/promise-retry/-/promise-retry-2.0.1.tgz#ff747a13620ab57ba688f5fc67855410c370da22" integrity sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g== dependencies: err-code "^2.0.2" retry "^0.12.0" -promise@^7.1.1: - version "7.3.1" - resolved "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz" - integrity sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg== - dependencies: - asap "~2.0.3" - promise@^8.3.0: version "8.3.0" - resolved "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz" + resolved "https://registry.yarnpkg.com/promise/-/promise-8.3.0.tgz#8cb333d1edeb61ef23869fbb8a4ea0279ab60e0a" integrity sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg== dependencies: asap "~2.0.6" -prompts@^2.0.1, prompts@^2.2.1, prompts@^2.3.2: +prompts@^2.0.1, prompts@^2.4.2: version "2.4.2" - resolved "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz" + resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.2.tgz#7b57e73b3a48029ad10ebd44f74b01722a4cb069" integrity sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q== dependencies: kleur "^3.0.3" @@ -8639,14 +8200,14 @@ prompts@^2.0.1, prompts@^2.2.1, prompts@^2.3.2: promzard@^1.0.0: version "1.0.2" - resolved "https://registry.npmjs.org/promzard/-/promzard-1.0.2.tgz" + resolved "https://registry.yarnpkg.com/promzard/-/promzard-1.0.2.tgz#2226e7c6508b1da3471008ae17066a7c3251e660" integrity sha512-2FPputGL+mP3jJ3UZg/Dl9YOkovB7DX0oOr+ck5QbZ5MtORtds8k/BZdn+02peDLI8/YWbmzx34k5fA+fHvCVQ== dependencies: read "^3.0.1" -prop-types@15.8.1: +prop-types@15.8.1, prop-types@^15.8.1: version "15.8.1" - resolved "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz" + resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5" integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg== dependencies: loose-envify "^1.4.0" @@ -8655,39 +8216,41 @@ prop-types@15.8.1: protocols@^2.0.0, protocols@^2.0.1: version "2.0.2" - resolved "https://registry.npmjs.org/protocols/-/protocols-2.0.2.tgz" + resolved "https://registry.yarnpkg.com/protocols/-/protocols-2.0.2.tgz#822e8fcdcb3df5356538b3e91bfd890b067fd0a4" integrity sha512-hHVTzba3wboROl0/aWRRG9dMytgH6ow//STBZh43l/wQgmMhYhOFi0EHWAPtoCz9IAUymsyP0TSBHkhgMEGNnQ== proxy-from-env@^1.1.0: version "1.1.0" - resolved "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz" + resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2" integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg== psl@^1.1.33: version "1.15.0" - resolved "https://registry.npmjs.org/psl/-/psl-1.15.0.tgz" + resolved "https://registry.yarnpkg.com/psl/-/psl-1.15.0.tgz#bdace31896f1d97cec6a79e8224898ce93d974c6" integrity sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w== dependencies: punycode "^2.3.1" -punycode@^2.1.1, punycode@^2.3.1: +punycode@^2.1.0, punycode@^2.1.1, punycode@^2.3.1: version "2.3.1" - resolved "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz" + resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5" integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg== pure-rand@^6.0.0: version "6.1.0" - resolved "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz" + resolved "https://registry.yarnpkg.com/pure-rand/-/pure-rand-6.1.0.tgz#d173cf23258231976ccbdb05247c9787957604f2" integrity sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA== -qrcode-terminal@0.11.0: - version "0.11.0" - resolved "https://registry.npmjs.org/qrcode-terminal/-/qrcode-terminal-0.11.0.tgz" - integrity sha512-Uu7ii+FQy4Qf82G4xu7ShHhjhGahEpCWc3x8UavY3CTcWV+ufmmCtwkr7ZKsX42jdL0kr1B5FKUeqJvAn51jzQ== +qs@~6.14.0: + version "6.14.2" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.14.2.tgz#b5634cf9d9ad9898e31fba3504e866e8efb6798c" + integrity sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q== + dependencies: + side-channel "^1.1.0" query-string@^7.1.3: version "7.1.3" - resolved "https://registry.npmjs.org/query-string/-/query-string-7.1.3.tgz" + resolved "https://registry.yarnpkg.com/query-string/-/query-string-7.1.3.tgz#a1cf90e994abb113a325804a972d98276fe02328" integrity sha512-hh2WYhq4fi8+b+/2Kg9CEge4fDPvHS534aOOvOZeQ3+Vf2mCFsaFBYj0i+iXcAq6I9Vzp5fjMFBlONvayDC1qg== dependencies: decode-uri-component "^0.2.2" @@ -8697,40 +8260,40 @@ query-string@^7.1.3: querystringify@^2.1.1: version "2.2.0" - resolved "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz" + resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6" integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ== queue-microtask@^1.2.2: version "1.2.3" - resolved "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz" + resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243" integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== queue@6.0.2: version "6.0.2" - resolved "https://registry.npmjs.org/queue/-/queue-6.0.2.tgz" + resolved "https://registry.yarnpkg.com/queue/-/queue-6.0.2.tgz#b91525283e2315c7553d2efa18d83e76432fed65" integrity sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA== dependencies: inherits "~2.0.3" quick-lru@^4.0.1: version "4.0.1" - resolved "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz" + resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-4.0.1.tgz#5b8878f113a58217848c6482026c73e1ba57727f" integrity sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g== range-parser@~1.2.1: version "1.2.1" - resolved "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz" + resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031" integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== -rc@~1.2.7: - version "1.2.8" - resolved "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz" - integrity sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw== +raw-body@~2.5.3: + version "2.5.3" + resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.3.tgz#11c6650ee770a7de1b494f197927de0c923822e2" + integrity sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA== dependencies: - deep-extend "^0.6.0" - ini "~1.3.0" - minimist "^1.2.0" - strip-json-comments "~2.0.1" + bytes "~3.1.2" + http-errors "~2.0.1" + iconv-lite "~0.4.24" + unpipe "~1.0.0" react-devtools-core@^6.1.5: version "6.1.5" @@ -8740,236 +8303,161 @@ react-devtools-core@^6.1.5: shell-quote "^1.6.1" ws "^7" -react-dom@19.1.0: - version "19.1.0" - resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.1.0.tgz#133558deca37fa1d682708df8904b25186793623" - integrity sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g== - dependencies: - scheduler "^0.26.0" - -react-fast-compare@^3.2.2: - version "3.2.2" - resolved "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.2.tgz" - integrity sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ== - react-freeze@^1.0.0: version "1.0.4" - resolved "https://registry.npmjs.org/react-freeze/-/react-freeze-1.0.4.tgz" + resolved "https://registry.yarnpkg.com/react-freeze/-/react-freeze-1.0.4.tgz#cbbea2762b0368b05cbe407ddc9d518c57c6f3ad" integrity sha512-r4F0Sec0BLxWicc7HEyo2x3/2icUTrRmDjaaRyzzn+7aDyFZliszMDOgLVwSnQnYENOlL1o569Ze2HZefk8clA== -"react-is@^16.12.0 || ^17.0.0 || ^18.0.0", react-is@^18.0.0, react-is@^18.2.0: - version "18.3.1" - resolved "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz" - integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg== - react-is@^16.13.1, react-is@^16.7.0: version "16.13.1" - resolved "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz" + resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== -react-is@^19.1.0: - version "19.1.0" - resolved "https://registry.npmjs.org/react-is/-/react-is-19.1.0.tgz" - integrity sha512-Oe56aUPnkHyyDxxkvqtd7KkdQP5uIUfHxd5XTb3wE9d/kRnZLmKbDB0GWk919tdQ+mxxPtG6EAs6RMT6i1qtHg== +react-is@^18.0.0: + version "18.3.1" + resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e" + integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg== -react-native-drawer-layout@^4.2.1: - version "4.2.1" - resolved "https://registry.yarnpkg.com/react-native-drawer-layout/-/react-native-drawer-layout-4.2.1.tgz#5c89425662c9b5216a227dbc87bc7f38c4ec8719" - integrity sha512-liwRJ7ynRU/ogRlUdiK1Yoi1VzUSq2Vu/RU+UgqlMB3XduslZ1DZg/mTX0f1uCEV2dJ4ec+1fRa3OlIierfyZg== +react-is@^19.1.0, react-is@^19.2.0: + version "19.2.4" + resolved "https://registry.yarnpkg.com/react-is/-/react-is-19.2.4.tgz#a080758243c572ccd4a63386537654298c99d135" + integrity sha512-W+EWGn2v0ApPKgKKCy/7s7WHXkboGcsrXE+2joLyVxkbyVQfO3MUEaUQDHoSmb8TFFrSKYa9mw64WZHNHSDzYA== + +react-native-drawer-layout@^4.2.2: + version "4.2.2" + resolved "https://registry.yarnpkg.com/react-native-drawer-layout/-/react-native-drawer-layout-4.2.2.tgz#57832c186158e1ce1df78eca5f024fc9fc53bb80" + integrity sha512-UG/PTTeyyr43KahbgoGyXri8LMO5USHY3/RUpeKBKwCc7xLVGnDLOVNSRrJw0dDc7YmPbmAyJ4oxp8nKboKKuw== dependencies: color "^4.2.3" use-latest-callback "^0.2.4" -react-native-gesture-handler@~2.28.0: - version "2.28.0" - resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.28.0.tgz#07fb4f5eae72f810aac3019b060d26c1835bfd0c" - integrity sha512-0msfJ1vRxXKVgTgvL+1ZOoYw3/0z1R+Ked0+udoJhyplC2jbVKIJ8Z1bzWdpQRCV3QcQ87Op0zJVE5DhKK2A0A== +react-native-gesture-handler@^2.30.0: + version "2.30.0" + resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.30.0.tgz#990c621fbeeefde853ececdcab7cbe1b621dbb8b" + integrity sha512-5YsnKHGa0X9C8lb5oCnKm0fLUPM6CRduvUUw2Bav4RIj/C3HcFh4RIUnF8wgG6JQWCL1//gRx4v+LVWgcIQdGA== dependencies: "@egjs/hammerjs" "^2.0.17" hoist-non-react-statics "^3.3.0" invariant "^2.2.4" -react-native-is-edge-to-edge@^1.1.6: - version "1.1.7" - resolved "https://registry.npmjs.org/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.1.7.tgz" - integrity sha512-EH6i7E8epJGIcu7KpfXYXiV2JFIYITtq+rVS8uEb+92naMRBdxhTuS8Wn2Q7j9sqyO0B+Xbaaf9VdipIAmGW4w== - -react-native-is-edge-to-edge@^1.2.1: +react-native-is-edge-to-edge@1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.2.1.tgz#64e10851abd9d176cbf2b40562f751622bde3358" integrity sha512-FLbPWl/MyYQWz+KwqOZsSyj2JmLKglHatd3xLZWskXOpRaio4LfEDEz8E/A6uD8QoTHW6Aobw1jbEwK7KMgR7Q== -react-native-reanimated@~4.1.1: - version "4.1.6" - resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-4.1.6.tgz#9d3d06416eaf48ab25594611185f66b34e404291" - integrity sha512-F+ZJBYiok/6Jzp1re75F/9aLzkgoQCOh4yxrnwATa8392RvM3kx+fiXXFvwcgE59v48lMwd9q0nzF1oJLXpfxQ== +react-native-reanimated@^4.2.1: + version "4.2.1" + resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-4.2.1.tgz#fbdee721bff0946a6e5ae67c8c38c37ca4a0a057" + integrity sha512-/NcHnZMyOvsD/wYXug/YqSKw90P9edN0kEPL5lP4PFf1aQ4F1V7MKe/E0tvfkXKIajy3Qocp5EiEnlcrK/+BZg== dependencies: - react-native-is-edge-to-edge "^1.2.1" - semver "7.7.2" + react-native-is-edge-to-edge "1.2.1" + semver "7.7.3" -react-native-safe-area-context@~5.6.0: +react-native-safe-area-context@^5.5.2: version "5.6.2" resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-5.6.2.tgz#283e006f5b434fb247fcb4be0971ad7473d5c560" integrity sha512-4XGqMNj5qjUTYywJqpdWZ9IG8jgkS3h06sfVjfw5yZQZfWnRFXczi0GnYyFyCc2EBps/qFmoCH8fez//WumdVg== -react-native-screens@~4.16.0: - version "4.16.0" - resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-4.16.0.tgz#efa42e77a092aa0b5277c9ae41391ea0240e0870" - integrity sha512-yIAyh7F/9uWkOzCi1/2FqvNvK6Wb9Y1+Kzn16SuGfN9YFJDTbwlzGRvePCNTOX0recpLQF3kc2FmvMUhyTCH1Q== +react-native-screens@^4.22.0: + version "4.23.0" + resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-4.23.0.tgz#81574b1b0cc4ac6c9ed63e46eca7126f37affe86" + integrity sha512-XhO3aK0UeLpBn4kLecd+J+EDeRRJlI/Ro9Fze06vo1q163VeYtzfU9QS09/VyDFMWR1qxDC1iazCArTPSFFiPw== dependencies: react-freeze "^1.0.0" - react-native-is-edge-to-edge "^1.2.1" warn-once "^0.1.0" -react-native-web@^0.21.0: - version "0.21.2" - resolved "https://registry.yarnpkg.com/react-native-web/-/react-native-web-0.21.2.tgz#0f6983dfea600d9cc1c66fda87ff9ca585eaa647" - integrity sha512-SO2t9/17zM4iEnFvlu2DA9jqNbzNhoUP+AItkoCOyFmDMOhUnBBznBDCYN92fGdfAkfQlWzPoez6+zLxFNsZEg== - dependencies: - "@babel/runtime" "^7.18.6" - "@react-native/normalize-colors" "^0.74.1" - fbjs "^3.0.4" - inline-style-prefixer "^7.0.1" - memoize-one "^6.0.0" - nullthrows "^1.1.1" - postcss-value-parser "^4.2.0" - styleq "^0.1.3" - -react-native-webview@13.15.0: - version "13.15.0" - resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-13.15.0.tgz#b6d2f8d8dd65897db76659ddd8198d2c74ec5a79" - integrity sha512-Vzjgy8mmxa/JO6l5KZrsTC7YemSdq+qB01diA0FqjUTaWGAGwuykpJ73MDj3+mzBSlaDxAEugHzTtkUQkQEQeQ== +react-native-webview@^13.12.5: + version "13.16.0" + resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-13.16.0.tgz#c995148f944a7eaf12389f0e6d5c6f5e6a775686" + integrity sha512-Nh13xKZWW35C0dbOskD7OX01nQQavOzHbCw9XoZmar4eXCo7AvrYJ0jlUfRVVIJzqINxHlpECYLdmAdFsl9xDA== dependencies: escape-string-regexp "^4.0.0" invariant "2.2.4" -react-native-worklets@0.5.1: - version "0.5.1" - resolved "https://registry.yarnpkg.com/react-native-worklets/-/react-native-worklets-0.5.1.tgz#d153242655e3757b6c62a474768831157316ad33" - integrity sha512-lJG6Uk9YuojjEX/tQrCbcbmpdLCSFxDK1rJlkDhgqkVi1KZzG7cdcBFQRqyNOOzR9Y0CXNuldmtWTGOyM0k0+w== - dependencies: - "@babel/plugin-transform-arrow-functions" "^7.0.0-0" - "@babel/plugin-transform-class-properties" "^7.0.0-0" - "@babel/plugin-transform-classes" "^7.0.0-0" - "@babel/plugin-transform-nullish-coalescing-operator" "^7.0.0-0" - "@babel/plugin-transform-optional-chaining" "^7.0.0-0" - "@babel/plugin-transform-shorthand-properties" "^7.0.0-0" - "@babel/plugin-transform-template-literals" "^7.0.0-0" - "@babel/plugin-transform-unicode-regex" "^7.0.0-0" - "@babel/preset-typescript" "^7.16.7" - convert-source-map "^2.0.0" - semver "7.7.2" - -react-native@0.81.5: - version "0.81.5" - resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.81.5.tgz#6c963f137d3979b22aef2d8482067775c8fe2fed" - integrity sha512-1w+/oSjEXZjMqsIvmkCRsOc8UBYv163bTWKTI8+1mxztvQPhCRYGTvZ/PL1w16xXHneIj/SLGfxWg2GWN2uexw== +react-native-worklets@^0.7.2: + version "0.7.3" + resolved "https://registry.yarnpkg.com/react-native-worklets/-/react-native-worklets-0.7.3.tgz#e561c006b576019feb21888c4acf60261b55ca24" + integrity sha512-m/CIUCHvLQulboBn0BtgpsesXjOTeubU7t+V0lCPpBj0t2ExigwqDHoKj3ck7OeErnjgkD27wdAtQCubYATe3g== + 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" + +react-native@0.83.0: + version "0.83.0" + resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.83.0.tgz#30f815ca6355c9fe32daa8772338075d3e2d84f1" + integrity sha512-a8wPjGfkktb1+Mjvzkky3d0u6j6zdWAzftZ2LdQtgRgqkMMfgQxD9S+ri3RNlfAFQpuCAOYUIyrNHiVkUQChxA== dependencies: "@jest/create-cache-key-function" "^29.7.0" - "@react-native/assets-registry" "0.81.5" - "@react-native/codegen" "0.81.5" - "@react-native/community-cli-plugin" "0.81.5" - "@react-native/gradle-plugin" "0.81.5" - "@react-native/js-polyfills" "0.81.5" - "@react-native/normalize-colors" "0.81.5" - "@react-native/virtualized-lists" "0.81.5" + "@react-native/assets-registry" "0.83.0" + "@react-native/codegen" "0.83.0" + "@react-native/community-cli-plugin" "0.83.0" + "@react-native/gradle-plugin" "0.83.0" + "@react-native/js-polyfills" "0.83.0" + "@react-native/normalize-colors" "0.83.0" + "@react-native/virtualized-lists" "0.83.0" abort-controller "^3.0.0" anser "^1.4.9" ansi-regex "^5.0.0" babel-jest "^29.7.0" - babel-plugin-syntax-hermes-parser "0.29.1" + babel-plugin-syntax-hermes-parser "0.32.0" base64-js "^1.5.1" commander "^12.0.0" flow-enums-runtime "^0.0.6" glob "^7.1.1" + hermes-compiler "0.14.0" invariant "^2.2.4" jest-environment-node "^29.7.0" memoize-one "^5.0.0" - metro-runtime "^0.83.1" - metro-source-map "^0.83.1" + metro-runtime "^0.83.3" + metro-source-map "^0.83.3" nullthrows "^1.1.1" pretty-format "^29.7.0" promise "^8.3.0" react-devtools-core "^6.1.5" react-refresh "^0.14.0" regenerator-runtime "^0.13.2" - scheduler "0.26.0" + scheduler "0.27.0" semver "^7.1.3" stacktrace-parser "^0.1.10" whatwg-fetch "^3.0.0" - ws "^6.2.3" + ws "^7.5.10" yargs "^17.6.2" -react-refresh@^0.14.0, react-refresh@^0.14.2: +react-refresh@^0.14.0: version "0.14.2" - resolved "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.2.tgz" + resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.14.2.tgz#3833da01ce32da470f1f936b9d477da5c7028bf9" integrity sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA== -react-remove-scroll-bar@^2.3.7: - version "2.3.8" - resolved "https://registry.yarnpkg.com/react-remove-scroll-bar/-/react-remove-scroll-bar-2.3.8.tgz#99c20f908ee467b385b68a3469b4a3e750012223" - integrity sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q== - dependencies: - react-style-singleton "^2.2.2" - tslib "^2.0.0" - -react-remove-scroll@^2.6.3: - version "2.7.2" - resolved "https://registry.yarnpkg.com/react-remove-scroll/-/react-remove-scroll-2.7.2.tgz#6442da56791117661978ae99cd29be9026fecca0" - integrity sha512-Iqb9NjCCTt6Hf+vOdNIZGdTiH1QSqr27H/Ek9sv/a97gfueI/5h1s3yRi1nngzMUaOOToin5dI1dXKdXiF+u0Q== - dependencies: - react-remove-scroll-bar "^2.3.7" - react-style-singleton "^2.2.3" - tslib "^2.1.0" - use-callback-ref "^1.3.3" - use-sidecar "^1.1.3" - -react-shallow-renderer@^16.15.0: - version "16.15.0" - resolved "https://registry.npmjs.org/react-shallow-renderer/-/react-shallow-renderer-16.15.0.tgz" - integrity sha512-oScf2FqQ9LFVQgA73vr86xl2NaOIX73rh+YFqcOp68CWj56tSfgtGKrEbyhCj0rSijyG9M1CYprTh39fBi5hzA== - dependencies: - object-assign "^4.1.1" - react-is "^16.12.0 || ^17.0.0 || ^18.0.0" - -react-style-singleton@^2.2.2, react-style-singleton@^2.2.3: - version "2.2.3" - resolved "https://registry.yarnpkg.com/react-style-singleton/-/react-style-singleton-2.2.3.tgz#4265608be69a4d70cfe3047f2c6c88b2c3ace388" - integrity sha512-b6jSvxvVnyptAiLjbkWLE/lOnR4lfTtDAl+eUC7RZy+QQWc6wRzIV2CE6xBuMmDxc2qIihtDCZD5NPOFl7fRBQ== - dependencies: - get-nonce "^1.0.0" - tslib "^2.0.0" - -react-test-renderer@18.2.0: - version "18.2.0" - resolved "https://registry.npmjs.org/react-test-renderer/-/react-test-renderer-18.2.0.tgz" - integrity sha512-JWD+aQ0lh2gvh4NM3bBM42Kx+XybOxCpgYK7F8ugAlpaTSnWsX+39Z4XkOykGZAHrjwwTZT3x3KxswVWxHPUqA== - dependencies: - react-is "^18.2.0" - react-shallow-renderer "^16.15.0" - scheduler "^0.23.0" - -react-test-renderer@19.1.0: - version "19.1.0" - resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-19.1.0.tgz#89e1baa9e45a6da064b9760f92251d5b8e1f34ab" - integrity sha512-jXkSl3CpvPYEF+p/eGDLB4sPoDX8pKkYvRl9+rR8HxLY0X04vW7hCm1/0zHoUSjPZ3bDa+wXWNTDVIw/R8aDVw== +react-test-renderer@19.2.0: + version "19.2.0" + resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-19.2.0.tgz#5c9782b4a4ba0630a77d7ce092779fdf9ccde209" + integrity sha512-zLCFMHFE9vy/w3AxO0zNxy6aAupnCuLSVOJYDe/Tp+ayGI1f2PLQsFVPANSD42gdSbmYx5oN+1VWDhcXtq7hAQ== dependencies: - react-is "^19.1.0" - scheduler "^0.26.0" + react-is "^19.2.0" + scheduler "^0.27.0" -react@19.1.0: - version "19.1.0" - resolved "https://registry.yarnpkg.com/react/-/react-19.1.0.tgz#926864b6c48da7627f004795d6cce50e90793b75" - integrity sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg== +react@19.2.0: + version "19.2.0" + resolved "https://registry.yarnpkg.com/react/-/react-19.2.0.tgz#d33dd1721698f4376ae57a54098cb47fc75d93a5" + integrity sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ== read-cmd-shim@4.0.0, read-cmd-shim@^4.0.0: version "4.0.0" - resolved "https://registry.npmjs.org/read-cmd-shim/-/read-cmd-shim-4.0.0.tgz" + resolved "https://registry.yarnpkg.com/read-cmd-shim/-/read-cmd-shim-4.0.0.tgz#640a08b473a49043e394ae0c7a34dd822c73b9bb" integrity sha512-yILWifhaSEEytfXI76kB9xEEiG1AiozaCJZ83A87ytjRiN+jVibXjedjCRNjoZviinhG+4UkalO3mWTd8u5O0Q== read-package-json-fast@^3.0.0, read-package-json-fast@^3.0.2: version "3.0.2" - resolved "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-3.0.2.tgz" + resolved "https://registry.yarnpkg.com/read-package-json-fast/-/read-package-json-fast-3.0.2.tgz#394908a9725dc7a5f14e70c8e7556dff1d2b1049" integrity sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw== dependencies: json-parse-even-better-errors "^3.0.0" @@ -8977,7 +8465,7 @@ read-package-json-fast@^3.0.0, read-package-json-fast@^3.0.2: read-pkg-up@^3.0.0: version "3.0.0" - resolved "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz" + resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-3.0.0.tgz#3ed496685dba0f8fe118d0691dc51f4a1ff96f07" integrity sha512-YFzFrVvpC6frF1sz8psoHDBGF7fLPc+llq/8NB43oagqWkx8ar5zYtsTORtOjw9W2RHLpWP+zTWwBvf1bCmcSw== dependencies: find-up "^2.0.0" @@ -8985,7 +8473,7 @@ read-pkg-up@^3.0.0: read-pkg-up@^7.0.1: version "7.0.1" - resolved "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz" + resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz#f3a6135758459733ae2b95638056e1854e7ef507" integrity sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg== dependencies: find-up "^4.1.0" @@ -8994,7 +8482,7 @@ read-pkg-up@^7.0.1: read-pkg@^3.0.0: version "3.0.0" - resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz" + resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389" integrity sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA== dependencies: load-json-file "^4.0.0" @@ -9003,7 +8491,7 @@ read-pkg@^3.0.0: read-pkg@^5.2.0: version "5.2.0" - resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz" + resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc" integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg== dependencies: "@types/normalize-package-data" "^2.4.0" @@ -9013,14 +8501,14 @@ read-pkg@^5.2.0: read@^3.0.1: version "3.0.1" - resolved "https://registry.npmjs.org/read/-/read-3.0.1.tgz" + resolved "https://registry.yarnpkg.com/read/-/read-3.0.1.tgz#926808f0f7c83fa95f1ef33c0e2c09dbb28fd192" integrity sha512-SLBrDU/Srs/9EoWhU5GdbAoxG1GzpQHo/6qiGItaoLJ1thmYpcNIM1qISEUvyHBzfGlWIyd6p2DNi1oV1VmAuw== dependencies: mute-stream "^1.0.0" readable-stream@^3.0.0, readable-stream@^3.0.2, readable-stream@^3.1.1, readable-stream@^3.4.0: version "3.6.2" - resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967" integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA== dependencies: inherits "^2.0.3" @@ -9029,7 +8517,7 @@ readable-stream@^3.0.0, readable-stream@^3.0.2, readable-stream@^3.1.1, readable readable-stream@~2.3.6: version "2.3.8" - resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.8.tgz#91125e8042bba1b9887f49345f6277027ce8be9b" integrity sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA== dependencies: core-util-is "~1.0.0" @@ -9040,9 +8528,9 @@ readable-stream@~2.3.6: string_decoder "~1.1.1" util-deprecate "~1.0.1" -recyclerlistview@^4.2.1: +recyclerlistview@^4.2.0: version "4.2.3" - resolved "https://registry.npmjs.org/recyclerlistview/-/recyclerlistview-4.2.3.tgz" + resolved "https://registry.yarnpkg.com/recyclerlistview/-/recyclerlistview-4.2.3.tgz#14032e7ad2f24396e24d5b3060c6ba76b567f000" integrity sha512-STR/wj/FyT8EMsBzzhZ1l2goYirMkIgfV3gYEPxI3Kf3lOnu6f7Dryhyw7/IkQrgX5xtTcDrZMqytvteH9rL3g== dependencies: lodash.debounce "4.0.8" @@ -9051,18 +8539,25 @@ recyclerlistview@^4.2.1: redent@^3.0.0: version "3.0.0" - resolved "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz" + resolved "https://registry.yarnpkg.com/redent/-/redent-3.0.0.tgz#e557b7998316bb53c9f1f56fa626352c6963059f" integrity sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg== dependencies: indent-string "^4.0.0" strip-indent "^3.0.0" -regenerate-unicode-properties@^10.2.0: - version "10.2.0" - resolved "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz" - integrity sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA== +reflect.getprototypeof@^1.0.6, reflect.getprototypeof@^1.0.9: + version "1.0.10" + resolved "https://registry.yarnpkg.com/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz#c629219e78a3316d8b604c765ef68996964e7bf9" + integrity sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw== dependencies: - regenerate "^1.4.2" + call-bind "^1.0.8" + define-properties "^1.2.1" + es-abstract "^1.23.9" + es-errors "^1.3.0" + es-object-atoms "^1.0.0" + get-intrinsic "^1.2.7" + get-proto "^1.0.1" + which-builtin-type "^1.2.1" regenerate-unicode-properties@^10.2.2: version "10.2.2" @@ -9073,25 +8568,25 @@ regenerate-unicode-properties@^10.2.2: regenerate@^1.4.2: version "1.4.2" - resolved "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz" + resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a" integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== regenerator-runtime@^0.13.2: version "0.13.11" - resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz" + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9" integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg== -regexpu-core@^6.2.0: - version "6.2.0" - resolved "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.2.0.tgz" - integrity sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA== +regexp.prototype.flags@^1.5.3, regexp.prototype.flags@^1.5.4: + version "1.5.4" + resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz#1ad6c62d44a259007e55b3970e00f746efbcaa19" + integrity sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA== dependencies: - regenerate "^1.4.2" - regenerate-unicode-properties "^10.2.0" - regjsgen "^0.8.0" - regjsparser "^0.12.0" - unicode-match-property-ecmascript "^2.0.0" - unicode-match-property-value-ecmascript "^2.1.0" + call-bind "^1.0.8" + define-properties "^1.2.1" + es-errors "^1.3.0" + get-proto "^1.0.1" + gopd "^1.2.0" + set-function-name "^2.0.2" regexpu-core@^6.3.1: version "6.4.0" @@ -9107,16 +8602,9 @@ regexpu-core@^6.3.1: regjsgen@^0.8.0: version "0.8.0" - resolved "https://registry.npmjs.org/regjsgen/-/regjsgen-0.8.0.tgz" + resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.8.0.tgz#df23ff26e0c5b300a6470cad160a9d090c3a37ab" integrity sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q== -regjsparser@^0.12.0: - version "0.12.0" - resolved "https://registry.npmjs.org/regjsparser/-/regjsparser-0.12.0.tgz" - integrity sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ== - dependencies: - jsesc "~3.0.2" - regjsparser@^0.13.0: version "0.13.0" resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.13.0.tgz#01f8351335cf7898d43686bc74d2dd71c847ecc0" @@ -9126,77 +8614,47 @@ regjsparser@^0.13.0: require-directory@^2.1.1: version "2.1.1" - resolved "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz" + resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q== -require-from-string@^2.0.2: - version "2.0.2" - resolved "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz" - integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw== - -requireg@^0.2.2: - version "0.2.2" - resolved "https://registry.npmjs.org/requireg/-/requireg-0.2.2.tgz" - integrity sha512-nYzyjnFcPNGR3lx9lwPPPnuQxv6JWEZd2Ci0u9opN7N5zUEPIhY/GbL3vMGOr2UXwEg9WwSyV9X9Y/kLFgPsOg== - dependencies: - nested-error-stacks "~2.0.1" - rc "~1.2.7" - resolve "~1.7.1" +require-main-filename@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b" + integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== requires-port@^1.0.0: version "1.0.0" - resolved "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz" + resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" integrity sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ== reselect@^4.0.0: version "4.1.8" - resolved "https://registry.npmjs.org/reselect/-/reselect-4.1.8.tgz" + resolved "https://registry.yarnpkg.com/reselect/-/reselect-4.1.8.tgz#3f5dc671ea168dccdeb3e141236f69f02eaec524" integrity sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ== resolve-cwd@^3.0.0: version "3.0.0" - resolved "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz" + resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-3.0.0.tgz#0f0075f1bb2544766cf73ba6a6e2adfebcb13f2d" integrity sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg== dependencies: resolve-from "^5.0.0" resolve-from@5.0.0, resolve-from@^5.0.0: version "5.0.0" - resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz" + resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69" integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== resolve-from@^4.0.0: version "4.0.0" - resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz" + resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== -resolve-global@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/resolve-global/-/resolve-global-1.0.0.tgz#a2a79df4af2ca3f49bf77ef9ddacd322dad19255" - integrity sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw== - dependencies: - global-dirs "^0.1.1" - -resolve-workspace-root@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/resolve-workspace-root/-/resolve-workspace-root-2.0.0.tgz" - integrity sha512-IsaBUZETJD5WsI11Wt8PKHwaIe45or6pwNc8yflvLJ4DWtImK9kuLoH5kUva/2Mmx/RdIyr4aONNSa2v9LTJsw== - -resolve.exports@2.0.3, resolve.exports@^2.0.0, resolve.exports@^2.0.3: +resolve.exports@2.0.3, resolve.exports@^2.0.0: version "2.0.3" - resolved "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.3.tgz" + resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-2.0.3.tgz#41955e6f1b4013b7586f873749a635dea07ebe3f" integrity sha512-OcXjMsGdhL4XnbShKpAcSqPMzQoYkYyhbEaeSko47MjRP9NfEQMhZkXL1DoFlt9LWQn4YttrdnV6X2OiyzBi+A== -resolve@^1.10.0, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.20.0, resolve@^1.22.2: - version "1.22.10" - resolved "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz" - integrity sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w== - dependencies: - is-core-module "^2.16.0" - path-parse "^1.0.7" - supports-preserve-symlinks-flag "^1.0.0" - -resolve@^1.22.10: +resolve@^1.10.0, resolve@^1.13.1, resolve@^1.20.0, resolve@^1.22.11: version "1.22.11" resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.11.tgz#aad857ce1ffb8bfa9b0b1ac29f1156383f68c262" integrity sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ== @@ -9205,24 +8663,18 @@ resolve@^1.22.10: path-parse "^1.0.7" supports-preserve-symlinks-flag "^1.0.0" -resolve@~1.7.1: - version "1.7.1" - resolved "https://registry.npmjs.org/resolve/-/resolve-1.7.1.tgz" - integrity sha512-c7rwLofp8g1U+h1KNyHL/jicrKg1Ek4q+Lr33AL65uZTinUZHe30D5HlyN5V9NW0JX1D5dXQ4jqW5l7Sy/kGfw== - dependencies: - path-parse "^1.0.5" - -restore-cursor@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz" - integrity sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q== +resolve@^2.0.0-next.5: + version "2.0.0-next.5" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.5.tgz#6b0ec3107e671e52b68cd068ef327173b90dc03c" + integrity sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA== dependencies: - onetime "^2.0.0" - signal-exit "^3.0.2" + is-core-module "^2.13.0" + path-parse "^1.0.7" + supports-preserve-symlinks-flag "^1.0.0" restore-cursor@^3.1.0: version "3.1.0" - resolved "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz" + resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e" integrity sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA== dependencies: onetime "^5.1.0" @@ -9230,129 +8682,121 @@ restore-cursor@^3.1.0: retry@^0.12.0: version "0.12.0" - resolved "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz" + resolved "https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b" integrity sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow== reusify@^1.0.4: version "1.1.0" - resolved "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz" + resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.1.0.tgz#0fe13b9522e1473f51b558ee796e08f11f9b489f" integrity sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw== rimraf@^3.0.2: version "3.0.2" - resolved "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== dependencies: glob "^7.1.3" rimraf@^4.4.1: version "4.4.1" - resolved "https://registry.npmjs.org/rimraf/-/rimraf-4.4.1.tgz" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.4.1.tgz#bd33364f67021c5b79e93d7f4fa0568c7c21b755" integrity sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og== dependencies: glob "^9.2.0" run-async@^2.4.0: version "2.4.1" - resolved "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz" + resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455" integrity sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ== run-parallel@^1.1.9: version "1.2.0" - resolved "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz" + resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee" integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA== dependencies: queue-microtask "^1.2.2" rxjs@^7.5.5: version "7.8.2" - resolved "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz" + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.2.tgz#955bc473ed8af11a002a2be52071bf475638607b" integrity sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA== dependencies: tslib "^2.1.0" +safe-array-concat@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/safe-array-concat/-/safe-array-concat-1.1.3.tgz#c9e54ec4f603b0bbb8e7e5007a5ee7aecd1538c3" + integrity sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q== + dependencies: + call-bind "^1.0.8" + call-bound "^1.0.2" + get-intrinsic "^1.2.6" + has-symbols "^1.1.0" + isarray "^2.0.5" + safe-buffer@5.2.1, safe-buffer@~5.2.0: version "5.2.1" - resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== safe-buffer@~5.1.0, safe-buffer@~5.1.1: version "5.1.2" - resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== +safe-push-apply@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/safe-push-apply/-/safe-push-apply-1.0.0.tgz#01850e981c1602d398c85081f360e4e6d03d27f5" + integrity sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA== + dependencies: + es-errors "^1.3.0" + isarray "^2.0.5" + +safe-regex-test@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/safe-regex-test/-/safe-regex-test-1.1.0.tgz#7f87dfb67a3150782eaaf18583ff5d1711ac10c1" + integrity sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw== + dependencies: + call-bound "^1.0.2" + es-errors "^1.3.0" + is-regex "^1.2.1" + "safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0": version "2.1.2" - resolved "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz" + resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== -sax@>=0.6.0: - version "1.4.1" - resolved "https://registry.npmjs.org/sax/-/sax-1.4.1.tgz" - integrity sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg== - saxes@^6.0.0: version "6.0.0" - resolved "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz" + resolved "https://registry.yarnpkg.com/saxes/-/saxes-6.0.0.tgz#fe5b4a4768df4f14a201b1ba6a65c1f3d9988cc5" integrity sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA== dependencies: xmlchars "^2.2.0" -scheduler@0.26.0, scheduler@^0.26.0: - version "0.26.0" - resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.26.0.tgz#4ce8a8c2a2095f13ea11bf9a445be50c555d6337" - integrity sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA== - -scheduler@^0.23.0: - version "0.23.2" - resolved "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz" - integrity sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ== - dependencies: - loose-envify "^1.1.0" +scheduler@0.27.0, scheduler@^0.27.0: + version "0.27.0" + resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.27.0.tgz#0c4ef82d67d1e5c1e359e8fc76d3a87f045fe5bd" + integrity sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q== "semver@2 || 3 || 4 || 5", semver@^5.6.0: version "5.7.2" - resolved "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz" + resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8" integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g== -semver@7.7.2, semver@^7.0.0, semver@^7.1.1, semver@^7.1.3, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8: - version "7.7.2" - resolved "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz" - integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA== +semver@7.7.3, semver@^7.0.0, semver@^7.1.1, semver@^7.1.3, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4, semver@^7.7.3: + version "7.7.3" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946" + integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q== semver@^6.3.0, semver@^6.3.1: version "6.3.1" - resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" + resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== -semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.7.1: - version "7.7.1" - resolved "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz" - integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA== - -semver@~7.6.3: - version "7.6.3" - resolved "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz" - integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A== - -send@^0.19.0: - version "0.19.1" - resolved "https://registry.npmjs.org/send/-/send-0.19.1.tgz" - integrity sha512-p4rRk4f23ynFEfcD9LA0xRYngj+IyGiEYyqqOak8kaN0TvNmuxC2dcVeBn62GpCeR2CpWqyHCNScTP91QbAVFg== - dependencies: - debug "2.6.9" - depd "2.0.0" - destroy "1.2.0" - encodeurl "~2.0.0" - escape-html "~1.0.3" - etag "~1.8.1" - fresh "0.5.2" - http-errors "2.0.0" - mime "1.6.0" - ms "2.1.3" - on-finished "2.4.1" - range-parser "~1.2.1" - statuses "2.0.1" +semver@^7.5.2: + version "7.7.4" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.4.tgz#28464e36060e991fa7a11d0279d2d3f3b57a7e8a" + integrity sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA== send@~0.19.1: version "0.19.2" @@ -9375,10 +8819,10 @@ send@~0.19.1: serialize-error@^2.1.0: version "2.1.0" - resolved "https://registry.npmjs.org/serialize-error/-/serialize-error-2.1.0.tgz" + resolved "https://registry.yarnpkg.com/serialize-error/-/serialize-error-2.1.0.tgz#50b679d5635cdf84667bdc8e59af4e5b81d5f60a" integrity sha512-ghgmKt5o4Tly5yEG/UJp8qTd0AN7Xalw4XBtDEKP655B699qMEtra1WlXeE6WIvdEG481JvRxULKsInq/iNysw== -serve-static@^1.16.2: +serve-static@^1.13.1, serve-static@^1.16.2: version "1.16.3" resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.16.3.tgz#a97b74d955778583f3862a4f0b841eb4d5d78cf9" integrity sha512-x0RTqQel6g5SY7Lg6ZreMmsOzncHFU7nhnRWkKgWuMTu5NN0DR5oruckMqRvacAN9d5w6ARnRBXl9xhDCgfMeA== @@ -9388,24 +8832,45 @@ serve-static@^1.16.2: parseurl "~1.3.3" send "~0.19.1" -server-only@^0.0.1: - version "0.0.1" - resolved "https://registry.npmjs.org/server-only/-/server-only-0.0.1.tgz" - integrity sha512-qepMx2JxAa5jjfzxG79yPPq+8BuFToHd1hm7kI+Z4zAq1ftQiP7HcxMhDDItrbtwVeLg/cY2JnKnrcFkmiswNA== - set-blocking@^2.0.0: version "2.0.0" - resolved "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz" + resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" integrity sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw== -setimmediate@^1.0.5: - version "1.0.5" - resolved "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz" - integrity sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA== +set-function-length@^1.2.2: + version "1.2.2" + resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.2.tgz#aac72314198eaed975cf77b2c3b6b880695e5449" + integrity sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg== + dependencies: + define-data-property "^1.1.4" + es-errors "^1.3.0" + function-bind "^1.1.2" + get-intrinsic "^1.2.4" + gopd "^1.0.1" + has-property-descriptors "^1.0.2" + +set-function-name@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/set-function-name/-/set-function-name-2.0.2.tgz#16a705c5a0dc2f5e638ca96d8a8cd4e1c2b90985" + integrity sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ== + dependencies: + define-data-property "^1.1.4" + es-errors "^1.3.0" + functions-have-names "^1.2.3" + has-property-descriptors "^1.0.2" + +set-proto@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/set-proto/-/set-proto-1.0.0.tgz#0760dbcff30b2d7e801fd6e19983e56da337565e" + integrity sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw== + dependencies: + dunder-proto "^1.0.1" + es-errors "^1.3.0" + es-object-atoms "^1.0.0" -setprototypeof@1.2.0, setprototypeof@~1.2.0: +setprototypeof@~1.2.0: version "1.2.0" - resolved "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz" + resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424" integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw== sf-symbols-typescript@^2.1.0: @@ -9415,46 +8880,81 @@ sf-symbols-typescript@^2.1.0: shallow-clone@^3.0.0: version "3.0.1" - resolved "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz" + resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-3.0.1.tgz#8f2981ad92531f55035b01fb230769a40e02efa3" integrity sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA== dependencies: kind-of "^6.0.2" -shallowequal@^1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz" - integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ== - shebang-command@^2.0.0: version "2.0.0" - resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz" + resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== dependencies: shebang-regex "^3.0.0" shebang-regex@^3.0.0: version "3.0.0" - resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz" + resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== -shell-quote@^1.6.1: +shell-quote@^1.6.1, shell-quote@^1.8.3: version "1.8.3" - resolved "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz" + resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.3.tgz#55e40ef33cf5c689902353a3d8cd1a6725f08b4b" integrity sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw== +side-channel-list@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/side-channel-list/-/side-channel-list-1.0.0.tgz#10cb5984263115d3b7a0e336591e290a830af8ad" + integrity sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA== + dependencies: + es-errors "^1.3.0" + object-inspect "^1.13.3" + +side-channel-map@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/side-channel-map/-/side-channel-map-1.0.1.tgz#d6bb6b37902c6fef5174e5f533fab4c732a26f42" + integrity sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA== + dependencies: + call-bound "^1.0.2" + es-errors "^1.3.0" + get-intrinsic "^1.2.5" + object-inspect "^1.13.3" + +side-channel-weakmap@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz#11dda19d5368e40ce9ec2bdc1fb0ecbc0790ecea" + integrity sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A== + dependencies: + call-bound "^1.0.2" + es-errors "^1.3.0" + get-intrinsic "^1.2.5" + object-inspect "^1.13.3" + side-channel-map "^1.0.1" + +side-channel@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.1.0.tgz#c3fcff9c4da932784873335ec9765fa94ff66bc9" + integrity sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw== + dependencies: + es-errors "^1.3.0" + object-inspect "^1.13.3" + side-channel-list "^1.0.0" + side-channel-map "^1.0.1" + side-channel-weakmap "^1.0.2" + signal-exit@3.0.7, signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7: version "3.0.7" - resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz" + resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== signal-exit@^4.0.1: version "4.1.0" - resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz" + resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04" integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw== sigstore@^2.2.0: version "2.3.1" - resolved "https://registry.npmjs.org/sigstore/-/sigstore-2.3.1.tgz" + resolved "https://registry.yarnpkg.com/sigstore/-/sigstore-2.3.1.tgz#0755dd2cc4820f2e922506da54d3d628e13bfa39" integrity sha512-8G+/XDU8wNsJOQS5ysDVO0Etg9/2uA5gR9l4ZwijjlwxBcrU6RPfwi2+jJmbP+Ap1Hlp/nVAaEO4Fj22/SL2gQ== dependencies: "@sigstore/bundle" "^2.3.2" @@ -9464,50 +8964,45 @@ sigstore@^2.2.0: "@sigstore/tuf" "^2.3.4" "@sigstore/verify" "^1.2.1" -simple-plist@^1.1.0: - version "1.3.1" - resolved "https://registry.npmjs.org/simple-plist/-/simple-plist-1.3.1.tgz" - integrity sha512-iMSw5i0XseMnrhtIzRb7XpQEXepa9xhWxGUojHBL43SIpQuDQkh3Wpy67ZbDzZVr6EKxvwVChnVpdl8hEVLDiw== - dependencies: - bplist-creator "0.1.0" - bplist-parser "0.3.1" - plist "^3.0.5" - simple-swizzle@^0.2.2: - version "0.2.2" - resolved "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz" - integrity sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg== + version "0.2.4" + resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.4.tgz#a8d11a45a11600d6a1ecdff6363329e3648c3667" + integrity sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw== dependencies: is-arrayish "^0.3.1" sisteransi@^1.0.5: version "1.0.5" - resolved "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz" + resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed" integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg== slash@3.0.0, slash@^3.0.0: version "3.0.0" - resolved "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz" + resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== -slash@^5.0.0: - version "5.1.0" - resolved "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz" - integrity sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg== +slash@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44" + integrity sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A== -slugify@^1.3.4, slugify@^1.6.6: - version "1.6.6" - resolved "https://registry.npmjs.org/slugify/-/slugify-1.6.6.tgz" - integrity sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw== +slice-ansi@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-2.1.0.tgz#cacd7693461a637a5788d92a7dd4fba068e81636" + integrity sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ== + dependencies: + ansi-styles "^3.2.0" + astral-regex "^1.0.0" + is-fullwidth-code-point "^2.0.0" smart-buffer@^4.2.0: version "4.2.0" - resolved "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz" + resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae" integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg== socks-proxy-agent@^8.0.3: version "8.0.5" - resolved "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.5.tgz" + resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-8.0.5.tgz#b9cdb4e7e998509d7659d689ce7697ac21645bee" integrity sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw== dependencies: agent-base "^7.1.2" @@ -9515,46 +9010,36 @@ socks-proxy-agent@^8.0.3: socks "^2.8.3" socks@^2.8.3: - version "2.8.5" - resolved "https://registry.npmjs.org/socks/-/socks-2.8.5.tgz" - integrity sha512-iF+tNDQla22geJdTyJB1wM/qrX9DMRwWrciEPwWLPRWAUEM8sQiyxgckLxWT1f7+9VabJS0jTGGr4QgBuvi6Ww== + version "2.8.7" + resolved "https://registry.yarnpkg.com/socks/-/socks-2.8.7.tgz#e2fb1d9a603add75050a2067db8c381a0b5669ea" + integrity sha512-HLpt+uLy/pxB+bum/9DzAgiKS8CX1EvbWxI4zlmgGCExImLdiad2iCwXT5Z4c9c3Eq8rP2318mPW2c+QbtjK8A== dependencies: - ip-address "^9.0.5" + ip-address "^10.0.1" smart-buffer "^4.2.0" sort-keys@^2.0.0: version "2.0.0" - resolved "https://registry.npmjs.org/sort-keys/-/sort-keys-2.0.0.tgz" + resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-2.0.0.tgz#658535584861ec97d730d6cf41822e1f56684128" integrity sha512-/dPCrG1s3ePpWm6yBbxZq5Be1dXGLyLn9Z791chDC3NFrpkVbWGzkBwPN1knaciexFXgRJ7hzdnwZ4stHSDmjg== dependencies: is-plain-obj "^1.0.0" -source-map-js@^1.2.1: - version "1.2.1" - resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz" - integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA== - source-map-support@0.5.13: version "0.5.13" - resolved "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz" + resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.13.tgz#31b24a9c2e73c2de85066c0feb7d44767ed52932" integrity sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w== dependencies: buffer-from "^1.0.0" source-map "^0.6.0" -source-map-support@~0.5.20, source-map-support@~0.5.21: +source-map-support@~0.5.20: version "0.5.21" - resolved "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz" + resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f" integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w== dependencies: buffer-from "^1.0.0" source-map "^0.6.0" -source-map@0.5.6: - version "0.5.6" - resolved "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz" - integrity sha512-MjZkVp0NHr5+TPihLcadqnlVoGIoWo4IBHptutGh9wI3ttUYvCG26HkSuDi+K6lsZ25syXJXcctwgyVCt//xqA== - source-map@^0.5.6: version "0.5.7" resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" @@ -9562,12 +9047,12 @@ source-map@^0.5.6: source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1: version "0.6.1" - resolved "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== spdx-correct@^3.0.0: version "3.2.0" - resolved "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz" + resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.2.0.tgz#4f5ab0668f0059e34f9c00dce331784a12de4e9c" integrity sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA== dependencies: spdx-expression-parse "^3.0.0" @@ -9575,109 +9060,75 @@ spdx-correct@^3.0.0: spdx-exceptions@^2.1.0: version "2.5.0" - resolved "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz" + resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz#5d607d27fc806f66d7b64a766650fa890f04ed66" integrity sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w== spdx-expression-parse@^3.0.0: version "3.0.1" - resolved "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz" + resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#cf70f50482eefdc98e3ce0a6833e4a53ceeba679" integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== dependencies: spdx-exceptions "^2.1.0" spdx-license-ids "^3.0.0" spdx-license-ids@^3.0.0: - version "3.0.21" - resolved "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.21.tgz" - integrity sha512-Bvg/8F5XephndSK3JffaRqdT+gyhfqIPwDHpX80tJrF8QQRYMo8sNMeaZ2Dp5+jhwKnUmIOyFFQfHRkjJm5nXg== + version "3.0.22" + resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.22.tgz#abf5a08a6f5d7279559b669f47f0a43e8f3464ef" + integrity sha512-4PRT4nh1EImPbt2jASOKHX7PB7I+e4IWNLvkKFDxNhJlfjbYlleYQh285Z/3mPTHSAK/AvdMmw5BNNuYH8ShgQ== split-on-first@^1.0.0: version "1.1.0" - resolved "https://registry.npmjs.org/split-on-first/-/split-on-first-1.1.0.tgz" + resolved "https://registry.yarnpkg.com/split-on-first/-/split-on-first-1.1.0.tgz#f610afeee3b12bce1d0c30425e76398b78249a5f" integrity sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw== split2@^3.2.2: version "3.2.2" - resolved "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz" + resolved "https://registry.yarnpkg.com/split2/-/split2-3.2.2.tgz#bf2cf2a37d838312c249c89206fd7a17dd12365f" integrity sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg== dependencies: readable-stream "^3.0.0" split@^1.0.1: version "1.0.1" - resolved "https://registry.npmjs.org/split/-/split-1.0.1.tgz" + resolved "https://registry.yarnpkg.com/split/-/split-1.0.1.tgz#605bd9be303aa59fb35f9229fbea0ddec9ea07d9" integrity sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg== dependencies: through "2" -sprintf-js@^1.1.3: - version "1.1.3" - resolved "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz" - integrity sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA== - sprintf-js@~1.0.2: version "1.0.3" - resolved "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz" + resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g== ssri@^10.0.0, ssri@^10.0.6: version "10.0.6" - resolved "https://registry.npmjs.org/ssri/-/ssri-10.0.6.tgz" + resolved "https://registry.yarnpkg.com/ssri/-/ssri-10.0.6.tgz#a8aade2de60ba2bce8688e3fa349bad05c7dc1e5" integrity sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ== dependencies: minipass "^7.0.3" -stack-generator@^2.0.5: - version "2.0.10" - resolved "https://registry.npmjs.org/stack-generator/-/stack-generator-2.0.10.tgz" - integrity sha512-mwnua/hkqM6pF4k8SnmZ2zfETsRUpWXREfA/goT8SLCV4iOFa4bzOX2nDipWAZFPTjLvQB82f5yaodMVhK0yJQ== - dependencies: - stackframe "^1.3.4" - stack-utils@^2.0.3: version "2.0.6" - resolved "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz" + resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.6.tgz#aaf0748169c02fc33c8232abccf933f54a1cc34f" integrity sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ== dependencies: escape-string-regexp "^2.0.0" stackframe@^1.3.4: version "1.3.4" - resolved "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz" + resolved "https://registry.yarnpkg.com/stackframe/-/stackframe-1.3.4.tgz#b881a004c8c149a5e8efef37d51b16e412943310" integrity sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw== -stacktrace-gps@^3.0.4: - version "3.1.2" - resolved "https://registry.npmjs.org/stacktrace-gps/-/stacktrace-gps-3.1.2.tgz" - integrity sha512-GcUgbO4Jsqqg6RxfyTHFiPxdPqF+3LFmQhm7MgCuYQOYuWyqxo5pwRPz5d/u6/WYJdEnWfK4r+jGbyD8TSggXQ== - dependencies: - source-map "0.5.6" - stackframe "^1.3.4" - -stacktrace-js@^2.0.2: - version "2.0.2" - resolved "https://registry.npmjs.org/stacktrace-js/-/stacktrace-js-2.0.2.tgz" - integrity sha512-Je5vBeY4S1r/RnLydLl0TBTi3F2qdfWmYsGvtfZgEI+SCprPppaIhQf5nGcal4gI4cGpCV/duLcAzT1np6sQqg== - dependencies: - error-stack-parser "^2.0.6" - stack-generator "^2.0.5" - stacktrace-gps "^3.0.4" - stacktrace-parser@^0.1.10: version "0.1.11" - resolved "https://registry.npmjs.org/stacktrace-parser/-/stacktrace-parser-0.1.11.tgz" + resolved "https://registry.yarnpkg.com/stacktrace-parser/-/stacktrace-parser-0.1.11.tgz#c7c08f9b29ef566b9a6f7b255d7db572f66fabc4" integrity sha512-WjlahMgHmCJpqzU8bIBy4qtsZdU9lRlcZE3Lvyej6t4tuOuv1vk57OW3MBrj6hXBFx/nNoC9MPMTcr5YA7NQbg== dependencies: type-fest "^0.7.1" -statuses@2.0.1: - version "2.0.1" - resolved "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz" - integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ== - statuses@~1.5.0: version "1.5.0" - resolved "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz" + resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA== statuses@~2.0.2: @@ -9685,35 +9136,35 @@ statuses@~2.0.2: resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.2.tgz#8f75eecef765b5e1cfcdc080da59409ed424e382" integrity sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw== -stream-buffers@2.2.x: - version "2.2.0" - resolved "https://registry.npmjs.org/stream-buffers/-/stream-buffers-2.2.0.tgz" - integrity sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg== +stop-iteration-iterator@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz#f481ff70a548f6124d0312c3aa14cbfa7aa542ad" + integrity sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ== + dependencies: + es-errors "^1.3.0" + internal-slot "^1.1.0" strict-uri-encode@^2.0.0: version "2.0.0" - resolved "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz" + resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz#b9c7330c7042862f6b142dc274bbcc5866ce3546" integrity sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ== string-length@^4.0.1: version "4.0.2" - resolved "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz" + resolved "https://registry.yarnpkg.com/string-length/-/string-length-4.0.2.tgz#a8a8dc7bd5c1a82b9b3c8b87e125f66871b6e57a" integrity sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ== dependencies: char-regex "^1.0.2" strip-ansi "^6.0.0" -string-length@^5.0.1: - version "5.0.1" - resolved "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz" - integrity sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow== - dependencies: - char-regex "^2.0.0" - strip-ansi "^7.0.1" +string-natural-compare@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4" + integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw== "string-width-cjs@npm:string-width@^4.2.0": version "4.2.3" - resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== dependencies: emoji-regex "^8.0.0" @@ -9722,7 +9173,7 @@ string-length@^5.0.1: "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: version "4.2.3" - resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== dependencies: emoji-regex "^8.0.0" @@ -9731,161 +9182,173 @@ string-length@^5.0.1: string-width@^5.0.1, string-width@^5.1.2: version "5.1.2" - resolved "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794" integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA== dependencies: eastasianwidth "^0.2.0" emoji-regex "^9.2.2" strip-ansi "^7.0.1" +string.prototype.matchall@^4.0.12: + version "4.0.12" + resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz#6c88740e49ad4956b1332a911e949583a275d4c0" + integrity sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA== + dependencies: + call-bind "^1.0.8" + call-bound "^1.0.3" + define-properties "^1.2.1" + es-abstract "^1.23.6" + es-errors "^1.3.0" + es-object-atoms "^1.0.0" + get-intrinsic "^1.2.6" + gopd "^1.2.0" + has-symbols "^1.1.0" + internal-slot "^1.1.0" + regexp.prototype.flags "^1.5.3" + set-function-name "^2.0.2" + side-channel "^1.1.0" + +string.prototype.repeat@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz#e90872ee0308b29435aa26275f6e1b762daee01a" + integrity sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w== + dependencies: + define-properties "^1.1.3" + es-abstract "^1.17.5" + +string.prototype.trim@^1.2.10: + version "1.2.10" + resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz#40b2dd5ee94c959b4dcfb1d65ce72e90da480c81" + integrity sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA== + dependencies: + call-bind "^1.0.8" + call-bound "^1.0.2" + define-data-property "^1.1.4" + define-properties "^1.2.1" + es-abstract "^1.23.5" + es-object-atoms "^1.0.0" + has-property-descriptors "^1.0.2" + +string.prototype.trimend@^1.0.9: + version "1.0.9" + resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz#62e2731272cd285041b36596054e9f66569b6942" + integrity sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ== + dependencies: + call-bind "^1.0.8" + call-bound "^1.0.2" + define-properties "^1.2.1" + es-object-atoms "^1.0.0" + +string.prototype.trimstart@^1.0.8: + version "1.0.8" + resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz#7ee834dda8c7c17eff3118472bb35bfedaa34dde" + integrity sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg== + dependencies: + call-bind "^1.0.7" + define-properties "^1.2.1" + es-object-atoms "^1.0.0" + string_decoder@^1.1.1: version "1.3.0" - resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz" + resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== dependencies: safe-buffer "~5.2.0" string_decoder@~1.1.1: version "1.1.1" - resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz" + resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== dependencies: safe-buffer "~5.1.0" "strip-ansi-cjs@npm:strip-ansi@^6.0.1": version "6.0.1" - resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== dependencies: ansi-regex "^5.0.1" -strip-ansi@^5.2.0: +strip-ansi@^5.0.0: version "5.2.0" - resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae" integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA== dependencies: ansi-regex "^4.1.0" strip-ansi@^6.0.0, strip-ansi@^6.0.1: version "6.0.1" - resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== dependencies: ansi-regex "^5.0.1" strip-ansi@^7.0.1: - version "7.1.0" - resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz" - integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ== + version "7.1.2" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.2.tgz#132875abde678c7ea8d691533f2e7e22bb744dba" + integrity sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA== dependencies: ansi-regex "^6.0.1" strip-bom@^3.0.0: version "3.0.0" - resolved "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz" + resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3" integrity sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA== strip-bom@^4.0.0: version "4.0.0" - resolved "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz" + resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-4.0.0.tgz#9c3505c1db45bcedca3d9cf7a16f5c5aa3901878" integrity sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w== strip-final-newline@^2.0.0: version "2.0.0" - resolved "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz" + resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad" integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== strip-indent@^3.0.0: version "3.0.0" - resolved "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz" + resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-3.0.0.tgz#c32e1cee940b6b3432c771bc2c54bcce73cd3001" integrity sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ== dependencies: min-indent "^1.0.0" strip-json-comments@^3.1.1: version "3.1.1" - resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz" + resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== -strip-json-comments@~2.0.1: - version "2.0.1" - resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz" - integrity sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ== - -strong-log-transformer@2.1.0: - version "2.1.0" - resolved "https://registry.npmjs.org/strong-log-transformer/-/strong-log-transformer-2.1.0.tgz" - integrity sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA== - dependencies: - duplexer "^0.1.1" - minimist "^1.2.0" - through "^2.3.4" - -structured-headers@^0.4.1: - version "0.4.1" - resolved "https://registry.npmjs.org/structured-headers/-/structured-headers-0.4.1.tgz" - integrity sha512-0MP/Cxx5SzeeZ10p/bZI0S6MpgD+yxAhi1BOQ34jgnMXsCq3j1t6tQnZu+KdlL7dvJTLT3g9xN8tl10TqgFMcg== - -styleq@^0.1.3: - version "0.1.3" - resolved "https://registry.npmjs.org/styleq/-/styleq-0.1.3.tgz" - integrity sha512-3ZUifmCDCQanjeej1f6kyl/BeP/Vae5EYkQ9iJfUm/QwZvlgnZzyflqAsAWYURdtea8Vkvswu2GrC57h3qffcA== - -sucrase@~3.35.1: - version "3.35.1" - resolved "https://registry.yarnpkg.com/sucrase/-/sucrase-3.35.1.tgz#4619ea50393fe8bd0ae5071c26abd9b2e346bfe1" - integrity sha512-DhuTmvZWux4H1UOnWMB3sk0sbaCVOoQZjv8u1rDoTV0HTdGem9hkAZtl4JZy8P2z4Bg0nT+YMeOFyVr4zcG5Tw== - dependencies: - "@jridgewell/gen-mapping" "^0.3.2" - commander "^4.0.0" - lines-and-columns "^1.1.6" - mz "^2.7.0" - pirates "^4.0.1" - tinyglobby "^0.2.11" - ts-interface-checker "^0.1.9" - -supports-color@^5.3.0: - version "5.5.0" - resolved "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz" - integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== - dependencies: - has-flag "^3.0.0" +strnum@^1.1.1: + version "1.1.2" + resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.1.2.tgz#57bca4fbaa6f271081715dbc9ed7cee5493e28e4" + integrity sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA== -supports-color@^7.0.0, supports-color@^7.1.0: +supports-color@^7.1.0: version "7.2.0" - resolved "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da" integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== dependencies: has-flag "^4.0.0" supports-color@^8.0.0: version "8.1.1" - resolved "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c" integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q== dependencies: has-flag "^4.0.0" -supports-hyperlinks@^2.0.0: - version "2.3.0" - resolved "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz" - integrity sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA== - dependencies: - has-flag "^4.0.0" - supports-color "^7.0.0" - supports-preserve-symlinks-flag@^1.0.0: version "1.0.0" - resolved "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz" + resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== symbol-tree@^3.2.4: version "3.2.4" - resolved "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz" + resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2" integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw== tar-stream@~2.2.0: version "2.2.0" - resolved "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz" + resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.2.0.tgz#acad84c284136b060dc3faa64474aa9aebd77287" integrity sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ== dependencies: bl "^4.0.3" @@ -9896,7 +9359,7 @@ tar-stream@~2.2.0: tar@6.2.1, tar@^6.1.11, tar@^6.2.1: version "6.2.1" - resolved "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz" + resolved "https://registry.yarnpkg.com/tar/-/tar-6.2.1.tgz#717549c541bc3c2af15751bea94b1dd068d4b03a" integrity sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A== dependencies: chownr "^2.0.0" @@ -9906,48 +9369,24 @@ tar@6.2.1, tar@^6.1.11, tar@^6.2.1: mkdirp "^1.0.3" yallist "^4.0.0" -tar@^7.5.2: - version "7.5.2" - resolved "https://registry.yarnpkg.com/tar/-/tar-7.5.2.tgz#115c061495ec51ff3c6745ff8f6d0871c5b1dedc" - integrity sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg== - dependencies: - "@isaacs/fs-minipass" "^4.0.0" - chownr "^3.0.0" - minipass "^7.1.2" - minizlib "^3.1.0" - yallist "^5.0.0" - temp-dir@1.0.0: version "1.0.0" - resolved "https://registry.npmjs.org/temp-dir/-/temp-dir-1.0.0.tgz" + resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-1.0.0.tgz#0a7c0ea26d3a39afa7e0ebea9c1fc0bc4daa011d" integrity sha512-xZFXEGbG7SNC3itwBzI3RYjq/cEhBkx2hJuKGIUOcEULmkQExXiHat2z/qkISYsuR+IKumhEfKKbV5qXmhICFQ== -temp-dir@~2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz" - integrity sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg== - -terminal-link@^2.1.1: - version "2.1.1" - resolved "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz" - integrity sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ== - dependencies: - ansi-escapes "^4.2.1" - supports-hyperlinks "^2.0.0" - terser@^5.15.0: - version "5.43.1" - resolved "https://registry.npmjs.org/terser/-/terser-5.43.1.tgz" - integrity sha512-+6erLbBm0+LROX2sPXlUYx/ux5PyE9K/a92Wrt6oA+WDAoFTdpHE5tCYCI5PNzq2y8df4rA+QgHLJuR4jNymsg== + version "5.46.0" + resolved "https://registry.yarnpkg.com/terser/-/terser-5.46.0.tgz#1b81e560d584bbdd74a8ede87b4d9477b0ff9695" + integrity sha512-jTwoImyr/QbOWFFso3YoU3ik0jBBDJ6JTOQiy/J2YxVJdZCc+5u7skhNwiOR3FQIygFqVUPHl7qbbxtjW2K3Qg== dependencies: "@jridgewell/source-map" "^0.3.3" - acorn "^8.14.0" + acorn "^8.15.0" commander "^2.20.0" source-map-support "~0.5.20" test-exclude@^6.0.0: version "6.0.0" - resolved "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz" + resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e" integrity sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w== dependencies: "@istanbuljs/schema" "^0.1.2" @@ -9956,42 +9395,41 @@ test-exclude@^6.0.0: text-extensions@^1.0.0: version "1.9.0" - resolved "https://registry.npmjs.org/text-extensions/-/text-extensions-1.9.0.tgz" + resolved "https://registry.yarnpkg.com/text-extensions/-/text-extensions-1.9.0.tgz#1853e45fee39c945ce6f6c36b2d659b5aabc2a26" integrity sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ== -thenify-all@^1.0.0: - version "1.6.0" - resolved "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz" - integrity sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA== - dependencies: - thenify ">= 3.1.0 < 4" - -"thenify@>= 3.1.0 < 4": - version "3.3.1" - resolved "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz" - integrity sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw== - dependencies: - any-promise "^1.0.0" +text-table@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" + integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw== throat@^5.0.0: version "5.0.0" - resolved "https://registry.npmjs.org/throat/-/throat-5.0.0.tgz" + resolved "https://registry.yarnpkg.com/throat/-/throat-5.0.0.tgz#c5199235803aad18754a667d659b5e72ce16764b" integrity sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA== through2@^2.0.0: version "2.0.5" - resolved "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz" + resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd" integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ== dependencies: readable-stream "~2.3.6" xtend "~4.0.1" -through@2, "through@>=2.2.7 <3", through@^2.3.4, through@^2.3.6: +through@2, through@2.3.8, "through@>=2.2.7 <3", through@^2.3.6: version "2.3.8" - resolved "https://registry.npmjs.org/through/-/through-2.3.8.tgz" + resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg== -tinyglobby@^0.2.11: +tinyglobby@0.2.12: + version "0.2.12" + resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.12.tgz#ac941a42e0c5773bd0b5d08f32de82e74a1a61b5" + integrity sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww== + dependencies: + fdir "^6.4.3" + picomatch "^4.0.2" + +tinyglobby@^0.2.15: version "0.2.15" resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2" integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ== @@ -9999,38 +9437,31 @@ tinyglobby@^0.2.11: fdir "^6.5.0" picomatch "^4.0.3" -tmp@^0.0.33: - version "0.0.33" - resolved "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz" - integrity sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw== - dependencies: - os-tmpdir "~1.0.2" - -tmp@~0.2.1: - version "0.2.3" - resolved "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz" - integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w== +tmp@^0.2.4, tmp@~0.2.1: + version "0.2.5" + resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.5.tgz#b06bcd23f0f3c8357b426891726d16015abfd8f8" + integrity sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow== tmpl@1.0.5: version "1.0.5" - resolved "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz" + resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc" integrity sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw== to-regex-range@^5.0.1: version "5.0.1" - resolved "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz" + resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== dependencies: is-number "^7.0.0" -toidentifier@1.0.1, toidentifier@~1.0.1: +toidentifier@~1.0.1: version "1.0.1" - resolved "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz" + resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35" integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA== tough-cookie@^4.1.2: version "4.1.4" - resolved "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz" + resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.4.tgz#945f1461b45b5a8c76821c33ea49c3ac192c1b36" integrity sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag== dependencies: psl "^1.1.33" @@ -10040,232 +9471,281 @@ tough-cookie@^4.1.2: tr46@^3.0.0: version "3.0.0" - resolved "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz" + resolved "https://registry.yarnpkg.com/tr46/-/tr46-3.0.0.tgz#555c4e297a950617e8eeddef633c87d4d9d6cbf9" integrity sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA== dependencies: punycode "^2.1.1" tr46@~0.0.3: version "0.0.3" - resolved "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz" + resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw== treeverse@^3.0.0: version "3.0.0" - resolved "https://registry.npmjs.org/treeverse/-/treeverse-3.0.0.tgz" + resolved "https://registry.yarnpkg.com/treeverse/-/treeverse-3.0.0.tgz#dd82de9eb602115c6ebd77a574aae67003cb48c8" integrity sha512-gcANaAnd2QDZFmHFEOF4k7uc1J/6a6z3DJMd/QwEyxLoKGiptJRwid582r7QIsFlFMIZ3SnxfS52S4hm2DHkuQ== trim-newlines@^3.0.0: version "3.0.1" - resolved "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz" + resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144" integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw== -ts-interface-checker@^0.1.9: - version "0.1.13" - resolved "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz" - integrity sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA== +ts-api-utils@^2.4.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.4.0.tgz#2690579f96d2790253bdcf1ca35d569ad78f9ad8" + integrity sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA== ts-jest@^29.1.1: - version "29.3.2" - resolved "https://registry.npmjs.org/ts-jest/-/ts-jest-29.3.2.tgz" - integrity sha512-bJJkrWc6PjFVz5g2DGCNUo8z7oFEYaz1xP1NpeDU7KNLMWPpEyV8Chbpkn8xjzgRDpQhnGMyvyldoL7h8JXyug== + version "29.4.6" + resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.6.tgz#51cb7c133f227396818b71297ad7409bb77106e9" + integrity sha512-fSpWtOO/1AjSNQguk43hb/JCo16oJDnMJf3CdEGNkqsEX3t0KX96xvyX1D7PfLCpVoKu4MfVrqUkFyblYoY4lA== dependencies: bs-logger "^0.2.6" - ejs "^3.1.10" fast-json-stable-stringify "^2.1.0" - jest-util "^29.0.0" + handlebars "^4.7.8" json5 "^2.2.3" lodash.memoize "^4.1.2" make-error "^1.3.6" - semver "^7.7.1" - type-fest "^4.39.1" + semver "^7.7.3" + type-fest "^4.41.0" yargs-parser "^21.1.1" ts-object-utils@0.0.5: version "0.0.5" - resolved "https://registry.npmjs.org/ts-object-utils/-/ts-object-utils-0.0.5.tgz" + resolved "https://registry.yarnpkg.com/ts-object-utils/-/ts-object-utils-0.0.5.tgz#95361cdecd7e52167cfc5e634c76345e90a26077" integrity sha512-iV0GvHqOmilbIKJsfyfJY9/dNHCs969z3so90dQWsO1eMMozvTpnB1MEaUbb3FYtZTGjv5sIy/xmslEz0Rg2TA== tsconfig-paths@^4.1.2: version "4.2.0" - resolved "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz" + resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz#ef78e19039133446d244beac0fd6a1632e2d107c" integrity sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg== dependencies: json5 "^2.2.2" minimist "^1.2.6" strip-bom "^3.0.0" -tslib@^2.0.0, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.3.1, tslib@^2.4.0: +tslib@^2.1.0, tslib@^2.3.0, tslib@^2.3.1, tslib@^2.4.0, tslib@^2.6.0: version "2.8.1" - resolved "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f" integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w== tuf-js@^2.2.1: version "2.2.1" - resolved "https://registry.npmjs.org/tuf-js/-/tuf-js-2.2.1.tgz" + resolved "https://registry.yarnpkg.com/tuf-js/-/tuf-js-2.2.1.tgz#fdd8794b644af1a75c7aaa2b197ddffeb2911b56" integrity sha512-GwIJau9XaA8nLVbUXsN3IlFi7WmQ48gBUrl3FTkkL/XLu/POhBzfmX9hd33FNMX1qAsfl6ozO1iMmW9NC8YniA== dependencies: "@tufjs/models" "2.0.1" debug "^4.3.4" make-fetch-happen "^13.0.1" +type-check@^0.4.0, type-check@~0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1" + integrity sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew== + dependencies: + prelude-ls "^1.2.1" + type-detect@4.0.8: version "4.0.8" - resolved "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz" + resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c" integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== type-fest@^0.18.0: version "0.18.1" - resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.18.1.tgz#db4bc151a4a2cf4eebf9add5db75508db6cc841f" integrity sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw== +type-fest@^0.20.2: + version "0.20.2" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4" + integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== + type-fest@^0.21.3: version "0.21.3" - resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37" integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w== type-fest@^0.4.1: version "0.4.1" - resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.4.1.tgz" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.4.1.tgz#8bdf77743385d8a4f13ba95f610f5ccd68c728f8" integrity sha512-IwzA/LSfD2vC1/YDYMv/zHP4rDF1usCwllsDpbolT3D4fUepIO7f9K70jjmUewU/LmGUKJcwcVtDCpnKk4BPMw== type-fest@^0.6.0: version "0.6.0" - resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b" integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg== type-fest@^0.7.1: version "0.7.1" - resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.7.1.tgz" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.7.1.tgz#8dda65feaf03ed78f0a3f9678f1869147f7c5c48" integrity sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg== type-fest@^0.8.1: version "0.8.1" - resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d" integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== -type-fest@^4.39.1: +type-fest@^4.41.0: version "4.41.0" - resolved "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.41.0.tgz#6ae1c8e5731273c2bf1f58ad39cbae2c91a46c58" integrity sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA== +type-is@~1.6.18: + version "1.6.18" + resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131" + integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== + dependencies: + media-typer "0.3.0" + mime-types "~2.1.24" + +typed-array-buffer@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz#a72395450a4869ec033fd549371b47af3a2ee536" + integrity sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw== + dependencies: + call-bound "^1.0.3" + es-errors "^1.3.0" + is-typed-array "^1.1.14" + +typed-array-byte-length@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz#8407a04f7d78684f3d252aa1a143d2b77b4160ce" + integrity sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg== + dependencies: + call-bind "^1.0.8" + for-each "^0.3.3" + gopd "^1.2.0" + has-proto "^1.2.0" + is-typed-array "^1.1.14" + +typed-array-byte-offset@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz#ae3698b8ec91a8ab945016108aef00d5bff12355" + integrity sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ== + dependencies: + available-typed-arrays "^1.0.7" + call-bind "^1.0.8" + for-each "^0.3.3" + gopd "^1.2.0" + has-proto "^1.2.0" + is-typed-array "^1.1.15" + reflect.getprototypeof "^1.0.9" + +typed-array-length@^1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/typed-array-length/-/typed-array-length-1.0.7.tgz#ee4deff984b64be1e118b0de8c9c877d5ce73d3d" + integrity sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg== + dependencies: + call-bind "^1.0.7" + for-each "^0.3.3" + gopd "^1.0.1" + is-typed-array "^1.1.13" + possible-typed-array-names "^1.0.0" + reflect.getprototypeof "^1.0.6" + typedarray@^0.0.6: version "0.0.6" - resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz" + resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA== -"typescript@>=3 < 6": - version "5.8.3" - resolved "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz" - integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ== - -typescript@^5.0.0, typescript@~5.9.2: +"typescript@>=3 < 6", typescript@^5.0.0, typescript@^5.8.3: version "5.9.3" resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f" integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw== -ua-parser-js@^1.0.35: - version "1.0.40" - resolved "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-1.0.40.tgz" - integrity sha512-z6PJ8Lml+v3ichVojCiB8toQJBuwR42ySM4ezjXIqXK3M0HczmKQ3LF4rhU55PfD99KEEXQG6yb7iOMyvYuHew== - uglify-js@^3.1.4: version "3.19.3" - resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.3.tgz" + resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.19.3.tgz#82315e9bbc6f2b25888858acd1fff8441035b77f" integrity sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ== +unbox-primitive@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.1.0.tgz#8d9d2c9edeea8460c7f35033a88867944934d1e2" + integrity sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw== + dependencies: + call-bound "^1.0.3" + has-bigints "^1.0.2" + has-symbols "^1.1.0" + which-boxed-primitive "^1.1.1" + undici-types@~6.21.0: version "6.21.0" - resolved "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb" integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ== -undici@^6.18.2: - version "6.21.2" - resolved "https://registry.npmjs.org/undici/-/undici-6.21.2.tgz" - integrity sha512-uROZWze0R0itiAKVPsYhFov9LxrPMHLMEQFszeI2gCN6bnIIZ8twzBCJcN2LJrBBLfrP0t1FW0g+JmKVl8Vk1g== +undici-types@~7.16.0: + version "7.16.0" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46" + integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw== unicode-canonical-property-names-ecmascript@^2.0.0: version "2.0.1" - resolved "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz" + resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz#cb3173fe47ca743e228216e4a3ddc4c84d628cc2" integrity sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg== unicode-match-property-ecmascript@^2.0.0: version "2.0.0" - resolved "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz" + resolved "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz#54fd16e0ecb167cf04cf1f756bdcc92eba7976c3" integrity sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q== dependencies: unicode-canonical-property-names-ecmascript "^2.0.0" unicode-property-aliases-ecmascript "^2.0.0" -unicode-match-property-value-ecmascript@^2.1.0: - version "2.2.0" - resolved "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz" - integrity sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg== - unicode-match-property-value-ecmascript@^2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.1.tgz#65a7adfad8574c219890e219285ce4c64ed67eaa" integrity sha512-JQ84qTuMg4nVkx8ga4A16a1epI9H6uTXAknqxkGF/aFfRLw1xC/Bp24HNLaZhHSkWd3+84t8iXnp1J0kYcZHhg== unicode-property-aliases-ecmascript@^2.0.0: - version "2.1.0" - resolved "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz" - integrity sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w== + version "2.2.0" + resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.2.0.tgz#301d4f8a43d2b75c97adfad87c9dd5350c9475d1" + integrity sha512-hpbDzxUY9BFwX+UeBnxv3Sh1q7HFxj48DTmXchNgRa46lO8uj3/1iEn3MiNUYTg1g9ctIqXCCERn8gYZhHC5lQ== unique-filename@^3.0.0: version "3.0.0" - resolved "https://registry.npmjs.org/unique-filename/-/unique-filename-3.0.0.tgz" + resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-3.0.0.tgz#48ba7a5a16849f5080d26c760c86cf5cf05770ea" integrity sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g== dependencies: unique-slug "^4.0.0" unique-slug@^4.0.0: version "4.0.0" - resolved "https://registry.npmjs.org/unique-slug/-/unique-slug-4.0.0.tgz" + resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-4.0.0.tgz#6bae6bb16be91351badd24cdce741f892a6532e3" integrity sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ== dependencies: imurmurhash "^0.1.4" -unique-string@~2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz" - integrity sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg== - dependencies: - crypto-random-string "^2.0.0" - universal-user-agent@^6.0.0: version "6.0.1" - resolved "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.1.tgz" + resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-6.0.1.tgz#15f20f55da3c930c57bddbf1734c6654d5fd35aa" integrity sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ== +universalify@^0.1.0: + version "0.1.2" + resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" + integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== + universalify@^0.2.0: version "0.2.0" - resolved "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz" + resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.2.0.tgz#6451760566fa857534745ab1dde952d1b1761be0" integrity sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg== universalify@^2.0.0: version "2.0.1" - resolved "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz" + resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.1.tgz#168efc2180964e6386d061e094df61afe239b18d" integrity sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw== unpipe@~1.0.0: version "1.0.0" - resolved "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz" + resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" integrity sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ== upath@2.0.1: version "2.0.1" - resolved "https://registry.npmjs.org/upath/-/upath-2.0.1.tgz" + resolved "https://registry.yarnpkg.com/upath/-/upath-2.0.1.tgz#50c73dea68d6f6b990f51d279ce6081665d61a8b" integrity sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w== -update-browserslist-db@^1.1.3: - version "1.1.3" - resolved "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz" - integrity sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw== - dependencies: - escalade "^3.2.0" - picocolors "^1.1.1" - update-browserslist-db@^1.2.0: version "1.2.3" resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz#64d76db58713136acbeb4c49114366cc6cc2e80d" @@ -10274,62 +9754,49 @@ update-browserslist-db@^1.2.0: escalade "^3.2.0" picocolors "^1.1.1" +uri-js@^4.2.2: + version "4.4.1" + resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e" + integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg== + dependencies: + punycode "^2.1.0" + url-parse@^1.5.3: version "1.5.10" - resolved "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz" + resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1" integrity sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ== dependencies: querystringify "^2.1.1" requires-port "^1.0.0" -use-callback-ref@^1.3.3: - version "1.3.3" - resolved "https://registry.yarnpkg.com/use-callback-ref/-/use-callback-ref-1.3.3.tgz#98d9fab067075841c5b2c6852090d5d0feabe2bf" - integrity sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg== - dependencies: - tslib "^2.0.0" - -use-latest-callback@^0.2.1, use-latest-callback@^0.2.4: +use-latest-callback@^0.2.4: version "0.2.6" resolved "https://registry.yarnpkg.com/use-latest-callback/-/use-latest-callback-0.2.6.tgz#e5ea752808c86219acc179ace0ae3c1203255e77" integrity sha512-FvRG9i1HSo0wagmX63Vrm8SnlUU3LMM3WyZkQ76RnslpBrX694AdG4A0zQBx2B3ZifFA0yv/BaEHGBnEax5rZg== -use-sidecar@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/use-sidecar/-/use-sidecar-1.1.3.tgz#10e7fd897d130b896e2c546c63a5e8233d00efdb" - integrity sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ== - dependencies: - detect-node-es "^1.1.0" - tslib "^2.0.0" - use-sync-external-store@^1.5.0: - version "1.5.0" - resolved "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.5.0.tgz" - integrity sha512-Rb46I4cGGVBmjamjphe8L/UnvJD+uPPtTkNvX5mZgqdbavhI4EbgIWJiIHXJ8bc/i9EQGPRh4DwEURJ552Do0A== + version "1.6.0" + resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz#b174bfa65cb2b526732d9f2ac0a408027876f32d" + integrity sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w== util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1: version "1.0.2" - resolved "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" + resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== utils-merge@1.0.1: version "1.0.1" - resolved "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz" + resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA== uuid@^10.0.0: version "10.0.0" - resolved "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-10.0.0.tgz#5a95aa454e6e002725c79055fd42aaba30ca6294" integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ== -uuid@^7.0.3: - 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== - v8-to-istanbul@^9.0.1: version "9.3.0" - resolved "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz" + resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz#b9572abfa62bd556c16d75fdebc1a411d5ff3175" integrity sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA== dependencies: "@jridgewell/trace-mapping" "^0.3.12" @@ -10338,7 +9805,7 @@ v8-to-istanbul@^9.0.1: validate-npm-package-license@3.0.4, validate-npm-package-license@^3.0.1, validate-npm-package-license@^3.0.4: version "3.0.4" - resolved "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz" + resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== dependencies: spdx-correct "^3.0.0" @@ -10346,101 +9813,80 @@ validate-npm-package-license@3.0.4, validate-npm-package-license@^3.0.1, validat validate-npm-package-name@5.0.1, validate-npm-package-name@^5.0.0: version "5.0.1" - resolved "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.1.tgz" + resolved "https://registry.yarnpkg.com/validate-npm-package-name/-/validate-npm-package-name-5.0.1.tgz#a316573e9b49f3ccd90dbb6eb52b3f06c6d604e8" integrity sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ== vary@~1.1.2: version "1.1.2" - resolved "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz" + resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg== -vaul@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/vaul/-/vaul-1.1.2.tgz#c959f8b9dc2ed4f7d99366caee433fbef91f5ba9" - integrity sha512-ZFkClGpWyI2WUQjdLJ/BaGuV6AVQiJ3uELGk3OYtP+B6yCO7Cmn9vPFXVJkRaGkOJu3m8bQMgtyzNHixULceQA== - dependencies: - "@radix-ui/react-dialog" "^1.1.1" - vlq@^1.0.0: version "1.0.1" - resolved "https://registry.npmjs.org/vlq/-/vlq-1.0.1.tgz" + resolved "https://registry.yarnpkg.com/vlq/-/vlq-1.0.1.tgz#c003f6e7c0b4c1edd623fd6ee50bbc0d6a1de468" integrity sha512-gQpnTgkubC6hQgdIcRdYGDSDc+SaujOdyesZQMv6JlfQee/9Mp0Qhnys6WxDWvQnL5WZdT7o2Ul187aSt0Rq+w== w3c-xmlserializer@^4.0.0: version "4.0.0" - resolved "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-4.0.0.tgz" + resolved "https://registry.yarnpkg.com/w3c-xmlserializer/-/w3c-xmlserializer-4.0.0.tgz#aebdc84920d806222936e3cdce408e32488a3073" integrity sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw== dependencies: xml-name-validator "^4.0.0" walk-up-path@^3.0.1: version "3.0.1" - resolved "https://registry.npmjs.org/walk-up-path/-/walk-up-path-3.0.1.tgz" + resolved "https://registry.yarnpkg.com/walk-up-path/-/walk-up-path-3.0.1.tgz#c8d78d5375b4966c717eb17ada73dbd41490e886" integrity sha512-9YlCL/ynK3CTlrSRrDxZvUauLzAswPCrsaCgilqFevUYpeEW0/3ScEjaa3kbW/T0ghhkEr7mv+fpjqn1Y1YuTA== walker@^1.0.7, walker@^1.0.8: version "1.0.8" - resolved "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz" + resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.8.tgz#bd498db477afe573dc04185f011d3ab8a8d7653f" integrity sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ== dependencies: makeerror "1.0.12" -warn-once@^0.1.0, warn-once@^0.1.1: +warn-once@^0.1.0: version "0.1.1" - resolved "https://registry.npmjs.org/warn-once/-/warn-once-0.1.1.tgz" + resolved "https://registry.yarnpkg.com/warn-once/-/warn-once-0.1.1.tgz#952088f4fb56896e73fd4e6a3767272a3fccce43" integrity sha512-VkQZJbO8zVImzYFteBXvBOZEl1qL175WH8VmZcxF2fZAoudNhNDvHi+doCaAEdU2l2vtcIwa2zn0QK5+I1HQ3Q== wcwidth@^1.0.0, wcwidth@^1.0.1: version "1.0.1" - resolved "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz" + resolved "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8" integrity sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg== dependencies: defaults "^1.0.3" webidl-conversions@^3.0.0: version "3.0.1" - resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz" + resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ== -webidl-conversions@^5.0.0: - version "5.0.0" - resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz" - integrity sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA== - webidl-conversions@^7.0.0: version "7.0.0" - resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz" + resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-7.0.0.tgz#256b4e1882be7debbf01d05f0aa2039778ea080a" integrity sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g== whatwg-encoding@^2.0.0: version "2.0.0" - resolved "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz" + resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz#e7635f597fd87020858626805a2729fa7698ac53" integrity sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg== dependencies: iconv-lite "0.6.3" whatwg-fetch@^3.0.0: version "3.6.20" - resolved "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz" + resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz#580ce6d791facec91d37c72890995a0b48d31c70" integrity sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg== whatwg-mimetype@^3.0.0: version "3.0.0" - resolved "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz" + resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz#5fa1a7623867ff1af6ca3dc72ad6b8a4208beba7" integrity sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q== -whatwg-url-without-unicode@8.0.0-3: - version "8.0.0-3" - resolved "https://registry.npmjs.org/whatwg-url-without-unicode/-/whatwg-url-without-unicode-8.0.0-3.tgz" - integrity sha512-HoKuzZrUlgpz35YO27XgD28uh/WJH4B0+3ttFqRo//lmq+9T/mIOJ6kqmINI9HpUpz1imRC/nR/lxKpJiv0uig== - dependencies: - buffer "^5.4.3" - punycode "^2.1.1" - webidl-conversions "^5.0.0" - whatwg-url@^11.0.0: version "11.0.0" - resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz" + resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-11.0.0.tgz#0a849eebb5faf2119b901bb76fd795c2848d4018" integrity sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ== dependencies: tr46 "^3.0.0" @@ -10448,55 +9894,113 @@ whatwg-url@^11.0.0: whatwg-url@^5.0.0: version "5.0.0" - resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz" + resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d" integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw== dependencies: tr46 "~0.0.3" webidl-conversions "^3.0.0" +which-boxed-primitive@^1.1.0, which-boxed-primitive@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz#d76ec27df7fa165f18d5808374a5fe23c29b176e" + integrity sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA== + dependencies: + is-bigint "^1.1.0" + is-boolean-object "^1.2.1" + is-number-object "^1.1.1" + is-string "^1.1.1" + is-symbol "^1.1.1" + +which-builtin-type@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/which-builtin-type/-/which-builtin-type-1.2.1.tgz#89183da1b4907ab089a6b02029cc5d8d6574270e" + integrity sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q== + dependencies: + call-bound "^1.0.2" + function.prototype.name "^1.1.6" + has-tostringtag "^1.0.2" + is-async-function "^2.0.0" + is-date-object "^1.1.0" + is-finalizationregistry "^1.1.0" + is-generator-function "^1.0.10" + is-regex "^1.2.1" + is-weakref "^1.0.2" + isarray "^2.0.5" + which-boxed-primitive "^1.1.0" + which-collection "^1.0.2" + which-typed-array "^1.1.16" + +which-collection@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/which-collection/-/which-collection-1.0.2.tgz#627ef76243920a107e7ce8e96191debe4b16c2a0" + integrity sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw== + dependencies: + is-map "^2.0.3" + is-set "^2.0.3" + is-weakmap "^2.0.2" + is-weakset "^2.0.3" + +which-module@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.1.tgz#776b1fe35d90aebe99e8ac15eb24093389a4a409" + integrity sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ== + +which-typed-array@^1.1.16, which-typed-array@^1.1.19: + version "1.1.20" + resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.20.tgz#3fdb7adfafe0ea69157b1509f3a1cd892bd1d122" + integrity sha512-LYfpUkmqwl0h9A2HL09Mms427Q1RZWuOHsukfVcKRq9q95iQxdw0ix1JQrqbcDR9PH1QDwf5Qo8OZb5lksZ8Xg== + dependencies: + available-typed-arrays "^1.0.7" + call-bind "^1.0.8" + call-bound "^1.0.4" + for-each "^0.3.5" + get-proto "^1.0.1" + gopd "^1.2.0" + has-tostringtag "^1.0.2" + which@^2.0.1: version "2.0.2" - resolved "https://registry.npmjs.org/which/-/which-2.0.2.tgz" + resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== dependencies: isexe "^2.0.0" which@^4.0.0: version "4.0.0" - resolved "https://registry.npmjs.org/which/-/which-4.0.0.tgz" + resolved "https://registry.yarnpkg.com/which/-/which-4.0.0.tgz#cd60b5e74503a3fbcfbf6cd6b4138a8bae644c1a" integrity sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg== dependencies: isexe "^3.1.1" wide-align@1.1.5: version "1.1.5" - resolved "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz" + resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.5.tgz#df1d4c206854369ecf3c9a4898f1b23fbd9d15d3" integrity sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg== dependencies: string-width "^1.0.2 || 2 || 3 || 4" -wonka@^6.3.2: - version "6.3.5" - resolved "https://registry.npmjs.org/wonka/-/wonka-6.3.5.tgz" - integrity sha512-SSil+ecw6B4/Dm7Pf2sAshKQ5hWFvfyGlfPbEd6A14dOH6VDjrmbY86u6nZvy9omGwwIPFR8V41+of1EezgoUw== +word-wrap@^1.2.5: + version "1.2.5" + resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34" + integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA== wordwrap@^1.0.0: version "1.0.0" - resolved "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz" + resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb" integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q== "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": version "7.0.0" - resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== dependencies: ansi-styles "^4.0.0" string-width "^4.1.0" strip-ansi "^6.0.0" -wrap-ansi@^6.0.1: +wrap-ansi@^6.0.1, wrap-ansi@^6.2.0: version "6.2.0" - resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53" integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA== dependencies: ansi-styles "^4.0.0" @@ -10505,7 +10009,7 @@ wrap-ansi@^6.0.1: wrap-ansi@^7.0.0: version "7.0.0" - resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== dependencies: ansi-styles "^4.0.0" @@ -10514,7 +10018,7 @@ wrap-ansi@^7.0.0: wrap-ansi@^8.1.0: version "8.1.0" - resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214" integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ== dependencies: ansi-styles "^6.1.0" @@ -10523,12 +10027,12 @@ wrap-ansi@^8.1.0: wrappy@1: version "1.0.2" - resolved "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" + resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== write-file-atomic@5.0.1, write-file-atomic@^5.0.0: version "5.0.1" - resolved "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz" + resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-5.0.1.tgz#68df4717c55c6fa4281a7860b4c2ba0a6d2b11e7" integrity sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw== dependencies: imurmurhash "^0.1.4" @@ -10536,7 +10040,7 @@ write-file-atomic@5.0.1, write-file-atomic@^5.0.0: write-file-atomic@^2.4.2: version "2.4.3" - resolved "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz" + resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.4.3.tgz#1fd2e9ae1df3e75b8d8c367443c692d4ca81f481" integrity sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ== dependencies: graceful-fs "^4.1.11" @@ -10545,7 +10049,7 @@ write-file-atomic@^2.4.2: write-file-atomic@^4.0.2: version "4.0.2" - resolved "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz" + resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-4.0.2.tgz#a9df01ae5b77858a027fd2e80768ee433555fcfd" integrity sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg== dependencies: imurmurhash "^0.1.4" @@ -10553,7 +10057,7 @@ write-file-atomic@^4.0.2: write-json-file@^3.2.0: version "3.2.0" - resolved "https://registry.npmjs.org/write-json-file/-/write-json-file-3.2.0.tgz" + resolved "https://registry.yarnpkg.com/write-json-file/-/write-json-file-3.2.0.tgz#65bbdc9ecd8a1458e15952770ccbadfcff5fe62a" integrity sha512-3xZqT7Byc2uORAatYiP3DHUUAVEkNOswEWNs9H5KXiicRTvzYzYqKjYc4G7p+8pltvAw641lVByKVtMpf+4sYQ== dependencies: detect-indent "^5.0.0" @@ -10565,7 +10069,7 @@ write-json-file@^3.2.0: write-pkg@4.0.0: version "4.0.0" - resolved "https://registry.npmjs.org/write-pkg/-/write-pkg-4.0.0.tgz" + resolved "https://registry.yarnpkg.com/write-pkg/-/write-pkg-4.0.0.tgz#675cc04ef6c11faacbbc7771b24c0abbf2a20039" integrity sha512-v2UQ+50TNf2rNHJ8NyWttfm/EJUBWMJcx6ZTYZr6Qp52uuegWw/lBkCtCbnYZEmPRNL61m+u67dAmGxo+HTULA== dependencies: sort-keys "^2.0.0" @@ -10574,105 +10078,82 @@ write-pkg@4.0.0: ws@^6.2.3: version "6.2.3" - resolved "https://registry.npmjs.org/ws/-/ws-6.2.3.tgz" + resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.3.tgz#ccc96e4add5fd6fedbc491903075c85c5a11d9ee" integrity sha512-jmTjYU0j60B+vHey6TfR3Z7RD61z/hmxBS3VMSGIrroOWXQEneK1zNuotOUrGyBHQj0yrpsLHPWtigEFd13ndA== dependencies: async-limiter "~1.0.0" ws@^7, ws@^7.5.10: version "7.5.10" - resolved "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz" + resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.10.tgz#58b5c20dc281633f6c19113f39b349bd8bd558d9" integrity sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ== -ws@^8.11.0, ws@^8.12.1: - version "8.18.2" - resolved "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz" - integrity sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ== - -xcode@^3.0.1: - version "3.0.1" - resolved "https://registry.npmjs.org/xcode/-/xcode-3.0.1.tgz" - integrity sha512-kCz5k7J7XbJtjABOvkc5lJmkiDh8VhjVCGNiqdKCscmVpdVUpEAyXv1xmCLkQJ5dsHqx3IPO4XW+NTDhU/fatA== - dependencies: - simple-plist "^1.1.0" - uuid "^7.0.3" +ws@^8.11.0: + version "8.19.0" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.19.0.tgz#ddc2bdfa5b9ad860204f5a72a4863a8895fd8c8b" + integrity sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg== xml-name-validator@^4.0.0: version "4.0.0" - resolved "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz" + resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz#79a006e2e63149a8600f15430f0a4725d1524835" integrity sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw== -xml2js@0.6.0: - version "0.6.0" - resolved "https://registry.npmjs.org/xml2js/-/xml2js-0.6.0.tgz" - integrity sha512-eLTh0kA8uHceqesPqSE+VvO1CDDJWMwlQfB6LuN6T8w6MaDJ8Txm8P7s5cHD0miF0V+GGTZrDQfxPZQVsur33w== - dependencies: - sax ">=0.6.0" - xmlbuilder "~11.0.0" - -xmlbuilder@^15.1.1: - version "15.1.1" - resolved "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-15.1.1.tgz" - integrity sha512-yMqGBqtXyeN1e3TGYvgNgDVZ3j84W4cwkOXQswghol6APgZWaff9lnbvN7MHYJOiXsvGPXtjTYJEiC9J2wv9Eg== - -xmlbuilder@~11.0.0: - version "11.0.1" - resolved "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz" - integrity sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA== - xmlchars@^2.2.0: version "2.2.0" - resolved "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz" + resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb" integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw== xtend@~4.0.1: version "4.0.2" - resolved "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz" + resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== +y18n@^4.0.0: + version "4.0.3" + resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.3.tgz#b5f259c82cd6e336921efd7bfd8bf560de9eeedf" + integrity sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ== + y18n@^5.0.5: version "5.0.8" - resolved "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz" + resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55" integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== yallist@^3.0.2: version "3.1.1" - resolved "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== yallist@^4.0.0: version "4.0.0" - resolved "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== -yallist@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-5.0.0.tgz#00e2de443639ed0d78fd87de0d27469fbcffb533" - integrity sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw== - -yaml@^2.6.0: - version "2.8.0" - resolved "https://registry.npmjs.org/yaml/-/yaml-2.8.0.tgz" - integrity sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ== - -yaml@^2.6.1: +yaml@^2.2.1, yaml@^2.2.2, yaml@^2.6.0, yaml@^2.6.1: version "2.8.2" resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.8.2.tgz#5694f25eca0ce9c3e7a9d9e00ce0ddabbd9e35c5" integrity sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A== yargs-parser@21.1.1, yargs-parser@^21.1.1: version "21.1.1" - resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35" integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw== +yargs-parser@^18.1.2: + version "18.1.3" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0" + integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ== + dependencies: + camelcase "^5.0.0" + decamelize "^1.2.0" + yargs-parser@^20.2.2, yargs-parser@^20.2.3: version "20.2.9" - resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee" integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w== yargs@17.7.2, yargs@^17.3.1, yargs@^17.6.2: version "17.7.2" - resolved "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269" integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w== dependencies: cliui "^8.0.1" @@ -10683,9 +10164,26 @@ yargs@17.7.2, yargs@^17.3.1, yargs@^17.6.2: y18n "^5.0.5" yargs-parser "^21.1.1" +yargs@^15.1.0: + version "15.4.1" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8" + integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A== + dependencies: + cliui "^6.0.0" + decamelize "^1.2.0" + find-up "^4.1.0" + get-caller-file "^2.0.1" + require-directory "^2.1.1" + require-main-filename "^2.0.0" + set-blocking "^2.0.0" + string-width "^4.2.0" + which-module "^2.0.0" + y18n "^4.0.0" + yargs-parser "^18.1.2" + yargs@^16.2.0: version "16.2.0" - resolved "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66" integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw== dependencies: cliui "^7.0.2" @@ -10698,5 +10196,15 @@ yargs@^16.2.0: yocto-queue@^0.1.0: version "0.1.0" - resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz" + resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== + +"zod-validation-error@^3.5.0 || ^4.0.0": + version "4.0.2" + resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-4.0.2.tgz#bc605eba49ce0fcd598c127fee1c236be3f22918" + integrity sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ== + +"zod@^3.25.0 || ^4.0.0": + version "4.3.6" + resolved "https://registry.yarnpkg.com/zod/-/zod-4.3.6.tgz#89c56e0aa7d2b05107d894412227087885ab112a" + integrity sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==