Skip to content

Commit

Permalink
Bump version to 2.3.2
Browse files Browse the repository at this point in the history
- Native PowerAuth mobile SDK set to 1.7.7
- Fixed detected vulnerabilities in dependencies
  • Loading branch information
hvge committed Feb 23, 2023
1 parent 70f1e86 commit 01150e8
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ repositories {

dependencies {
implementation 'com.facebook.react:react-native:+'
api "com.wultra.android.powerauth:powerauth-sdk:1.7.5"
api "com.wultra.android.powerauth:powerauth-sdk:1.7.7"
}

allprojects {
Expand Down
4 changes: 2 additions & 2 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ project 'PowerAuth'
target 'PowerAuth' do
config = use_native_modules!
use_react_native!(
:path => config["reactNativePath"]
:path => config[:reactNativePath]
)
pod 'PowerAuth2', '~> 1.7.5'
pod 'PowerAuth2', '~> 1.7.7'
# Uncomment to use not-published SDK in project. This is effective only if you manually open 'ios/PowerAuth.xcworkspace'
#pod 'PowerAuth2', :git => 'https://github.com/wultra/powerauth-mobile-sdk.git', :branch => 'develop', :submodules => true
end
18 changes: 9 additions & 9 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ PODS:
- ReactCommon/turbomodule/core (= 0.68.2)
- fmt (6.2.1)
- glog (0.3.5)
- PowerAuth2 (1.7.5):
- PowerAuthCore (~> 1.7.5)
- PowerAuthCore (1.7.5)
- PowerAuth2 (1.7.7):
- PowerAuthCore (~> 1.7.7)
- PowerAuthCore (1.7.7)
- RCT-Folly (2021.06.28.00-v2):
- boost
- DoubleConversion
Expand Down Expand Up @@ -294,7 +294,7 @@ DEPENDENCIES:
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
- FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`)
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
- PowerAuth2 (~> 1.7.5)
- PowerAuth2 (~> 1.7.7)
- RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
- RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
- RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`)
Expand Down Expand Up @@ -396,13 +396,13 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
boost: a7c83b31436843459a1961bfd74b96033dc77234
DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
FBLazyVector: a7a655862f6b09625d11c772296b01cd5164b648
FBReactNativeSpec: 81ce99032d5b586fddd6a38d450f8595f7e04be4
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 73c2498ac6884b13ede40eda8228cb1eee9d9d62
PowerAuth2: 00a96bf634778dbf633742cdd832c9386a76d6a8
PowerAuthCore: 58eb5ccea0d45a3e39ef18df1927ce5d2a600bee
glog: 476ee3e89abb49e07f822b48323c51c57124b572
PowerAuth2: 8403297bab718992e410c56051e3c319bbb91ba8
PowerAuthCore: ef4fbff87702980846083b3043365a47fe3409e7
RCT-Folly: 4d8508a426467c48885f1151029bc15fa5d7b3b8
RCTRequired: 3e917ea5377751094f38145fdece525aa90545a0
RCTTypeSafety: c43c072a4bd60feb49a9570b0517892b4305c45e
Expand Down Expand Up @@ -430,6 +430,6 @@ SPEC CHECKSUMS:
ReactCommon: 095366164a276d91ea704ce53cb03825c487a3f2
Yoga: 99652481fcd320aefa4a7ef90095b95acd181952

PODFILE CHECKSUM: 67188858cd5ee0a31fccc0b81ce4049da72d5922
PODFILE CHECKSUM: 2763ab877158cdc5256d7c9d1c97e502be9be987

COCOAPODS: 1.11.3
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-powerauth-mobile-sdk",
"title": "PowerAuth SDK for React Native Mobile Apps",
"version": "2.3.1",
"version": "2.3.2",
"description": "Wultra PowerAuth Mobile SDK React Native component for iOS and Android",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion react-native-powerauth-mobile-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.dependency "React"
s.dependency "PowerAuth2", "~> 1.7.5"
s.dependency "PowerAuth2", "~> 1.7.7"
end

0 comments on commit 01150e8

Please sign in to comment.