Skip to content

Commit

Permalink
fix: docs/Gemfile & docs/Gemfile.lock to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-6228056
  • Loading branch information
snyk-bot committed Apr 5, 2024
1 parent 41a6186 commit b2aeb24
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ gem 'json'
gem 'rb-fsevent'

# For markdown header cleanup
gem 'sanitize', '~>2.0'
gem 'sanitize', '~> 2.1', '>= 2.1.0'
15 changes: 10 additions & 5 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,24 @@ GEM
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
mercenary (0.3.4)
mini_portile (0.6.0)
nokogiri (1.6.3.1)
mini_portile (= 0.6.0)
mini_portile2 (2.8.5)
nokogiri (1.15.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parslet (1.5.0)
blankslate (~> 2.0)
posix-spawn (0.3.9)
pygments.rb (0.6.0)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0)
racc (1.7.3)
rake (10.3.2)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
redcarpet (3.1.2)
safe_yaml (1.0.4)
sanitize (2.0.6)
sanitize (2.1.1)
nokogiri (>= 1.4.4)
sass (3.3.14)
timers (1.1.0)
Expand All @@ -79,4 +81,7 @@ DEPENDENCIES
json
rake
rb-fsevent
sanitize (~> 2.0)
sanitize (~> 2.1, >= 2.1.0)

BUNDLED WITH
2.1.4

0 comments on commit b2aeb24

Please sign in to comment.