diff --git a/.snyk b/.snyk index ff7de6eb..458878c5 100644 --- a/.snyk +++ b/.snyk @@ -4,22 +4,47 @@ version: v1.25.0 ignore: SNYK-JS-BRACES-6838727: - '*': - reason: Latest version of expo had this vulnerability - expires: 2024-09-01T05:42:12.684Z + reason: Updating dependey as fast follow up + expires: 2025-01-31T05:44:59.682Z created: 2024-08-02T05:42:12.691Z SNYK-JS-INFLIGHT-6095116: - '*': - reason: Latest version of expo had this vulnerability - expires: 2024-09-01T05:42:54.232Z + reason: Updating dependey as fast follow up + expires: 2025-01-31T05:44:59.682Z created: 2024-08-02T05:42:54.239Z SNYK-JS-MICROMATCH-6838728: - '*': - reason: Latest version of expo had this vulnerability - expires: 2024-09-01T05:43:37.950Z + reason: Updating dependey as fast follow up + expires: 2025-01-31T05:44:59.682Z created: 2024-08-02T05:43:37.959Z SNYK-JS-WS-7266574: - '*': - reason: Latest version of react-native had this vulnerability - expires: 2024-09-01T05:44:19.469Z + reason: Updating dependey as fast follow up + expires: 2025-01-31T05:44:59.682Z created: 2024-08-02T05:44:19.472Z -patch: {} + + SNYK-JS-SEND-7926862: + - '*': + reason: Updating dependey as fast follow up + expires: 2025-01-31T05:44:59.682Z + created: 2025-01-27T05:44:59.685Z + + + SNYK-JS-SERVESTATIC-7926865: + - '*': + reason: Updating dependey as fast follow up + expires: 2025-01-31T05:44:59.682Z + created: 2025-01-27T05:44:59.685Z + + SNYK-JS-CROSSSPAWN-8303230: + - '*': + reason: Updating dependey as fast follow up + expires: 2025-01-31T05:44:59.682Z + created: 2025-01-27T05:44:59.685Z + + SNYK-JS-NANOID-8492085: + - '*': + reason: Updating dependey as fast follow up + expires: 2025-01-31T05:44:59.682Z + created: 2025-01-27T05:44:59.685Z +patch: {} \ No newline at end of file diff --git a/android/build.gradle b/android/build.gradle index b9c6b2e5..d5d91980 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -27,6 +27,7 @@ def DEFAULT_TARGET_SDK_VERSION = 28 android { compileSdkVersion safeExtGet('compileSdkVersion', DEFAULT_COMPILE_SDK_VERSION) buildToolsVersion safeExtGet('buildToolsVersion', DEFAULT_BUILD_TOOLS_VERSION) + namespace 'com.auth0.react' defaultConfig { minSdkVersion safeExtGet('minSdkVersion', DEFAULT_MIN_SDK_VERSION)