Skip to content

Commit c3a3171

Browse files
authored
Bump faraday from 1.10.5 to 1.10.6 (#1836)
2 parents 511a444 + 6dd46d2 commit c3a3171

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem 'fastlane-plugin-wpmreleasetoolkit', '~> 13.8'
1111

1212
# Security: https://github.com/lostisland/faraday/pull/1665
1313
# Faraday 2.0 is not compatible with Fastlane
14-
gem 'faraday', '~> 1.10', '>= 1.10.5'
14+
gem 'faraday', '~> 1.10'
1515

1616
# Pinned to pull in the fix for GHSA-c4rq-3m3g-8wgx (CSS selector ReDoS).
1717
# Drop once `fastlane-plugin-wpmreleasetoolkit` moves to >= 14.4.1, whose

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ GEM
9494
drb (2.2.3)
9595
emoji_regex (3.2.3)
9696
excon (0.112.0)
97-
faraday (1.10.5)
97+
faraday (1.10.6)
9898
faraday-em_http (~> 1.0)
9999
faraday-em_synchrony (~> 1.0)
100100
faraday-excon (~> 1.1)
@@ -367,7 +367,7 @@ PLATFORMS
367367

368368
DEPENDENCIES
369369
danger-dangermattic (~> 1.3)
370-
faraday (~> 1.10, >= 1.10.5)
370+
faraday (~> 1.10)
371371
fastlane (~> 2.236)
372372
fastlane-plugin-wpmreleasetoolkit (~> 13.8)
373373
nokogiri (~> 1.19)

0 commit comments

Comments
 (0)