Skip to content

Commit 9310e92

Browse files
fix/dependabot issues (#197)
* chore: solved dependabot issues * fix: solved remaining dependabot issues * chore: restored appdelegate files
1 parent a802a1f commit 9310e92

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1557
-1045
lines changed

Diff for: Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ source "https://rubygems.org"
22

33
gem "fastlane"
44
gem "cocoapods", '1.15.2'
5+
gem "rexml", ">= 3.3.6"
56

Diff for: Gemfile.lock

+4-3
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ GEM
238238
trailblazer-option (>= 0.1.1, < 0.2.0)
239239
uber (< 0.2.0)
240240
retriable (3.1.2)
241-
rexml (3.2.6)
241+
rexml (3.4.1)
242242
rouge (2.0.7)
243243
ruby-macho (2.5.1)
244244
ruby2_keywords (0.0.5)
@@ -267,13 +267,13 @@ GEM
267267
uber (0.1.0)
268268
unicode-display_width (2.6.0)
269269
word_wrap (1.0.0)
270-
xcodeproj (1.24.0)
270+
xcodeproj (1.25.1)
271271
CFPropertyList (>= 2.3.3, < 4.0)
272272
atomos (~> 0.1.3)
273273
claide (>= 1.0.2, < 2.0)
274274
colored2 (~> 3.1)
275275
nanaimo (~> 0.3.0)
276-
rexml (~> 3.2.4)
276+
rexml (>= 3.3.6, < 4.0)
277277
xcpretty (0.3.0)
278278
rouge (~> 2.0.7)
279279
xcpretty-travis-formatter (1.0.1)
@@ -286,6 +286,7 @@ PLATFORMS
286286
DEPENDENCIES
287287
cocoapods (= 1.15.2)
288288
fastlane
289+
rexml (>= 3.3.6)
289290

290291
BUNDLED WITH
291292
2.4.10

Diff for: dapps/ModalEthers/Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ source 'https://rubygems.org'
44
ruby ">= 2.6.10"
55

66
gem 'cocoapods', '~> 1.12'
7+
gem 'rexml', '>= 3.3.6'

Diff for: dapps/ModalEthers/Gemfile.lock

+3-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ GEM
7171
nap (1.1.0)
7272
netrc (0.11.0)
7373
public_suffix (4.0.7)
74-
rexml (3.3.9)
74+
rexml (3.4.1)
7575
ruby-macho (2.5.1)
7676
typhoeus (1.4.0)
7777
ethon (>= 0.9.0)
@@ -90,9 +90,10 @@ PLATFORMS
9090

9191
DEPENDENCIES
9292
cocoapods (~> 1.12)
93+
rexml (>= 3.3.6)
9394

9495
RUBY VERSION
9596
ruby 2.7.6p219
9697

9798
BUNDLED WITH
98-
2.1.4
99+
2.4.10

Diff for: dapps/ModalEthers/package.json

+28-2
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,26 @@
2121
"@walletconnect/encoding": "1.0.2",
2222
"@walletconnect/modal-react-native": "1.1.0",
2323
"@walletconnect/react-native-compat": "2.11.0",
24+
"cross-spawn": "^7.0.6",
25+
"elliptic": "^6.6.1",
2426
"ethers": "5.7.2",
27+
"fast-xml-parser": "^5.0.9",
28+
"ip": "^2.0.1",
29+
"micromatch": "^4.0.8",
30+
"nanoid": "^5.1.3",
2531
"react": "18.2.0",
2632
"react-native": "0.72.4",
2733
"react-native-get-random-values": "1.9.0",
2834
"react-native-modal": "13.0.1",
29-
"react-native-svg": "13.13.0"
35+
"react-native-svg": "13.13.0",
36+
"ws": "^8.18.1"
3037
},
3138
"devDependencies": {
3239
"@babel/core": "^7.20.0",
40+
"@babel/helpers": "^7.26.10",
3341
"@babel/preset-env": "^7.20.0",
34-
"@babel/runtime": "^7.20.0",
42+
"@babel/runtime": "^7.26.10",
43+
"@babel/traverse": "^7.26.10",
3544
"@react-native/eslint-config": "^0.72.2",
3645
"@react-native/metro-config": "^0.72.11",
3746
"@tsconfig/react-native": "^3.0.0",
@@ -48,5 +57,22 @@
4857
},
4958
"engines": {
5059
"node": ">=16"
60+
},
61+
"resolutions": {
62+
"cross-spawn": "^7.0.6",
63+
"ws": "^8.18.1",
64+
"ip": "^2.0.1",
65+
"micromatch": "^4.0.8",
66+
"nanoid": "^5.1.3",
67+
"@babel/runtime": "^7.26.10",
68+
"@babel/helpers": "^7.26.10",
69+
"@babel/traverse": "^7.26.10",
70+
"elliptic": "^6.6.1",
71+
"braces": "^3.0.3",
72+
"semver": "^7.5.2",
73+
"tar": "^6.2.1",
74+
"send": "^0.19.0",
75+
"serve-static": "^1.16.0",
76+
"react-devtools-core": "^4.28.4"
5177
}
5278
}

0 commit comments

Comments
 (0)