Skip to content

Commit b22c815

Browse files
SK-1807: Fix vulnerabilities (#97)
* SK-1807: Fix vulnerabilities
1 parent 17177c0 commit b22c815

File tree

3 files changed

+624
-780
lines changed

3 files changed

+624
-780
lines changed

example/Gemfile.lock

Lines changed: 45 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,53 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.6)
4+
CFPropertyList (3.0.7)
5+
base64
6+
nkf
57
rexml
6-
activesupport (6.1.7.2)
8+
activesupport (7.1.5.1)
9+
base64
10+
benchmark (>= 0.3)
11+
bigdecimal
712
concurrent-ruby (~> 1.0, >= 1.0.2)
13+
connection_pool (>= 2.2.5)
14+
drb
815
i18n (>= 1.6, < 2)
16+
logger (>= 1.4.2)
917
minitest (>= 5.1)
18+
mutex_m
19+
securerandom (>= 0.3)
1020
tzinfo (~> 2.0)
11-
zeitwerk (~> 2.3)
12-
addressable (2.8.1)
13-
public_suffix (>= 2.0.2, < 6.0)
21+
addressable (2.8.7)
22+
public_suffix (>= 2.0.2, < 7.0)
1423
algoliasearch (1.27.5)
1524
httpclient (~> 2.8, >= 2.8.3)
1625
json (>= 1.5.1)
1726
atomos (0.1.3)
27+
base64 (0.2.0)
28+
benchmark (0.4.0)
29+
bigdecimal (3.1.9)
1830
claide (1.1.0)
19-
cocoapods (1.11.3)
31+
cocoapods (1.16.2)
2032
addressable (~> 2.8)
2133
claide (>= 1.0.2, < 2.0)
22-
cocoapods-core (= 1.11.3)
34+
cocoapods-core (= 1.16.2)
2335
cocoapods-deintegrate (>= 1.0.3, < 2.0)
24-
cocoapods-downloader (>= 1.4.0, < 2.0)
36+
cocoapods-downloader (>= 2.1, < 3.0)
2537
cocoapods-plugins (>= 1.0.0, < 2.0)
2638
cocoapods-search (>= 1.0.0, < 2.0)
27-
cocoapods-trunk (>= 1.4.0, < 2.0)
39+
cocoapods-trunk (>= 1.6.0, < 2.0)
2840
cocoapods-try (>= 1.1.0, < 2.0)
2941
colored2 (~> 3.1)
3042
escape (~> 0.0.4)
3143
fourflusher (>= 2.3.0, < 3.0)
3244
gh_inspector (~> 1.0)
3345
molinillo (~> 0.8.0)
3446
nap (~> 1.0)
35-
ruby-macho (>= 1.0, < 3.0)
36-
xcodeproj (>= 1.21.0, < 2.0)
37-
cocoapods-core (1.11.3)
38-
activesupport (>= 5.0, < 7)
47+
ruby-macho (>= 2.3.0, < 3.0)
48+
xcodeproj (>= 1.27.0, < 2.0)
49+
cocoapods-core (1.16.2)
50+
activesupport (>= 5.0, < 8)
3951
addressable (~> 2.8)
4052
algoliasearch (~> 1.0)
4153
concurrent-ruby (~> 1.1)
@@ -45,7 +57,7 @@ GEM
4557
public_suffix (~> 4.0)
4658
typhoeus (~> 1.0)
4759
cocoapods-deintegrate (1.0.5)
48-
cocoapods-downloader (1.6.3)
60+
cocoapods-downloader (2.1)
4961
cocoapods-plugins (1.0.0)
5062
nap
5163
cocoapods-search (1.0.1)
@@ -54,38 +66,43 @@ GEM
5466
netrc (~> 0.11)
5567
cocoapods-try (1.2.0)
5668
colored2 (3.1.2)
57-
concurrent-ruby (1.2.0)
69+
concurrent-ruby (1.3.4)
70+
connection_pool (2.4.1)
71+
drb (2.2.1)
5872
escape (0.0.4)
5973
ethon (0.16.0)
6074
ffi (>= 1.15.0)
61-
ffi (1.15.5)
75+
ffi (1.17.1)
6276
fourflusher (2.3.1)
6377
fuzzy_match (2.0.4)
6478
gh_inspector (1.1.3)
6579
httpclient (2.8.3)
66-
i18n (1.12.0)
80+
i18n (1.14.6)
6781
concurrent-ruby (~> 1.0)
68-
json (2.6.3)
69-
minitest (5.17.0)
82+
json (2.9.1)
83+
logger (1.6.4)
84+
minitest (5.25.4)
7085
molinillo (0.8.0)
71-
nanaimo (0.3.0)
86+
mutex_m (0.3.0)
87+
nanaimo (0.4.0)
7288
nap (1.1.0)
7389
netrc (0.11.0)
90+
nkf (0.2.0)
7491
public_suffix (4.0.7)
75-
rexml (3.2.5)
92+
rexml (3.4.0)
7693
ruby-macho (2.5.1)
77-
typhoeus (1.4.0)
94+
securerandom (0.3.2)
95+
typhoeus (1.4.1)
7896
ethon (>= 0.9.0)
79-
tzinfo (2.0.5)
97+
tzinfo (2.0.6)
8098
concurrent-ruby (~> 1.0)
81-
xcodeproj (1.22.0)
99+
xcodeproj (1.27.0)
82100
CFPropertyList (>= 2.3.3, < 4.0)
83101
atomos (~> 0.1.3)
84102
claide (>= 1.0.2, < 2.0)
85103
colored2 (~> 3.1)
86-
nanaimo (~> 0.3.0)
87-
rexml (~> 3.2.4)
88-
zeitwerk (2.6.6)
104+
nanaimo (~> 0.4.0)
105+
rexml (>= 3.3.6, < 4.0)
89106

90107
PLATFORMS
91108
ruby
@@ -97,4 +114,4 @@ RUBY VERSION
97114
ruby 2.7.4p191
98115

99116
BUNDLED WITH
100-
2.1.4
117+
2.1.4

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"react": "18.2.0",
15-
"react-native": "0.71.8"
15+
"react-native": "^0.71.19"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.12.10",

0 commit comments

Comments
 (0)