Skip to content

Commit 74b47bb

Browse files
authored
fix(github_hooks): GHSA-353f-x4gh-cqq8 (#450)
## πŸ“ Description Address GHSA-353f-x4gh-cqq8 in github_hooks service. ## βœ… Checklist - [x] I have tested this change - [ ] This change requires documentation update
1 parent 5d95608 commit 74b47bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žgithub_hooks/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ gem "sentry-rails"
3434
gem "sentry-sidekiq"
3535

3636
gem "sprockets", "< 4"
37-
gem "nokogiri", "~> 1.18.8"
37+
gem "nokogiri", "~> 1.18.9"
3838

3939
gem "rt-watchman", :require => "watchman", :github => "renderedtext/watchman", :ref => "74530687a232aea678b6738114c82dfc163657cd"
4040
gem "rt-logman", :require => "logman"

β€Žgithub_hooks/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ DEPENDENCIES
468468
lograge
469469
net-http
470470
net-imap (~> 0.5.7)
471-
nokogiri (~> 1.18.8)
471+
nokogiri (~> 1.18.9)
472472
octokit
473473
pg (~> 1.1)
474474
pry-byebug (~> 3.10, >= 3.10.1)

0 commit comments

Comments
Β (0)