Skip to content

Commit a07420c

Browse files
Fix CVE-2022-36943 (#2447)
* Update Podfile.lock * FixCVE
1 parent d26464b commit a07420c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CodePush.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Pod::Spec.new do |s|
2121
# we explicitly let CocoaPods pull in the versions below so all dependencies are resolved and
2222
# linked properly at a parent workspace level.
2323
s.dependency 'React-Core'
24-
s.dependency 'SSZipArchive', '~> 2.2.2'
24+
s.dependency 'SSZipArchive', '~> 2.5.4'
2525
s.dependency 'JWT', '~> 3.0.0-beta.12'
2626
s.dependency 'Base64', '~> 1.1'
2727
end

Examples/CodePushDemoApp/ios/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PODS:
66
- Base64 (~> 1.1)
77
- JWT (~> 3.0.0-beta.12)
88
- React-Core
9-
- SSZipArchive (~> 2.2.2)
9+
- SSZipArchive (2.5.4)
1010
- DoubleConversion (1.1.6)
1111
- FBLazyVector (0.66.0)
1212
- FBReactNativeSpec (0.66.0):
@@ -345,7 +345,7 @@ PODS:
345345
- React-jsi (= 0.66.0)
346346
- React-logger (= 0.66.0)
347347
- React-perflogger (= 0.66.0)
348-
- SSZipArchive (2.2.3)
348+
- SSZipArchive (2.5.4)
349349
- Yoga (1.14.0)
350350
- YogaKit (1.18.1):
351351
- Yoga (~> 1.14)

0 commit comments

Comments
 (0)