Skip to content

Commit

Permalink
fix(deps): update dependency nokogiri to v1.16.2 [security] (#2127)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Peabody <[email protected]>
  • Loading branch information
renovate-bot and apeabody authored Feb 7, 2024
1 parent 597308a commit e712072
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion infra/build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ OPA_VERSION := 0.52.0
# Updated by Update Tooling Workflow
GCRANE_VERSION := 0.18.0

DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.19.0
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.19.1
DOCKER_TAG_MAJOR_VERSION_DEVELOPER_TOOLS := $(firstword $(subst ., , $(DOCKER_TAG_VERSION_DEVELOPER_TOOLS)))
DOCKER_TAG_MINOR_VERSION_DEVELOPER_TOOLS := $(shell echo "${DOCKER_TAG_VERSION_DEVELOPER_TOOLS}" | awk -F. '{print $$1"."$$2}')

Expand Down
6 changes: 3 additions & 3 deletions infra/build/developer-tools/build/data/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
mini_portile2 (2.8.5)
minitest (5.19.0)
mixlib-config (3.0.27)
tomlrb
Expand Down Expand Up @@ -488,7 +488,7 @@ GEM
net-ssh-gateway (2.0.0)
net-ssh (>= 4.0.0)
netrc (0.11.0)
nokogiri (1.15.4)
nokogiri (1.16.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nori (2.6.0)
Expand All @@ -508,7 +508,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.3)
racc (1.7.1)
racc (1.7.3)
rainbow (3.1.1)
rake (13.0.6)
recursive-open-struct (1.1.3)
Expand Down

0 comments on commit e712072

Please sign in to comment.