Skip to content

Commit

Permalink
Update vuln libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdeepnanua-okta committed Mar 5, 2024
1 parent 78bda3d commit 27cb314
Show file tree
Hide file tree
Showing 3 changed files with 664 additions and 1,098 deletions.
6 changes: 6 additions & 0 deletions e2e/android/forceVersions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ def forceVersions(ConfigurationContainer configurations) {
force 'org.xerial:sqlite-jdbc:3.44.1.0'
force 'com.google.code.gson:gson:2.10.1'
force 'org.json:json:20231013'
force 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.10'
force 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.10'
force 'org.bouncycastle:bcutil-jdk15to18:1.77'
force 'org.bouncycastle:bcprov-jdk15to18:1.77'
force 'junit:junit:4.13.2'
force 'commons-io:commons-io:2.15.1'
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"@okta/okta-react-native": "file:../dist",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.16",
"expo": "^50.0.0-preview.4",
"expo": "^50.0.8",
"expo-splash-screen": "~0.26.0",
"expo-status-bar": "~1.11.0",
"expo-updates": "~0.24.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.0",
"react-native": "0.73.5",
"react-native-dotenv": "^3.4.9",
"react-native-gesture-handler": "~2.14.0",
"react-native-reanimated": "^3.6.1",
Expand Down
Loading

0 comments on commit 27cb314

Please sign in to comment.