From e712072536833b7374bd8e3d98f86470e8e95e62 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 7 Feb 2024 18:59:22 +0100 Subject: [PATCH] fix(deps): update dependency nokogiri to v1.16.2 [security] (#2127) Co-authored-by: Andrew Peabody --- infra/build/Makefile | 2 +- infra/build/developer-tools/build/data/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/infra/build/Makefile b/infra/build/Makefile index 1c8617c4843..6aff0715de1 100644 --- a/infra/build/Makefile +++ b/infra/build/Makefile @@ -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}') diff --git a/infra/build/developer-tools/build/data/Gemfile.lock b/infra/build/developer-tools/build/data/Gemfile.lock index ce6b50902ba..24ecd90df17 100644 --- a/infra/build/developer-tools/build/data/Gemfile.lock +++ b/infra/build/developer-tools/build/data/Gemfile.lock @@ -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 @@ -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) @@ -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)