Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade nokogiri package (low severity vulnerability) #3829

Merged
merged 2 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions svc-bgs-api/src/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ gem 'bgs_ext', git: 'https://github.com/department-of-veterans-affairs/bgs-ext.g
gem 'datadog_api_client', '>=2.23.0'
gem 'rexml', '~> 3.3.9'
gem 'async', '>= 2.17.0'
gem 'nokogiri', '>= 1.16.8'

group :development, :test do
gem 'rspec'
Expand Down
8 changes: 5 additions & 3 deletions svc-bgs-api/src/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ GEM
net-smtp (0.5.0)
net-protocol
nkf (0.2.0)
nokogiri (1.16.5-arm64-darwin)
nokogiri (1.16.8-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
nokogiri (1.16.8-x86_64-linux)
racc (~> 1.4)
nori (2.7.0)
bigdecimal
public_suffix (5.0.5)
racc (1.8.0)
racc (1.8.1)
rack (2.2.9)
rbtree (0.4.6)
rexml (3.3.9)
Expand Down Expand Up @@ -135,6 +135,7 @@ GEM
zeitwerk (2.6.15)

PLATFORMS
arm64-darwin-22
arm64-darwin-23
x86_64-linux

Expand All @@ -145,6 +146,7 @@ DEPENDENCIES
bunny (>= 2.13.0)
cgi (~> 0.3.6)
datadog_api_client (>= 2.23.0)
nokogiri (>= 1.16.8)
rexml (~> 3.3.9)
rspec

Expand Down
Loading