From 536dfe5ef7811998421999d04a38f6ffe8757edc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 03:19:48 +0000 Subject: [PATCH 1/4] Bump thor from 1.3.2 to 1.4.0 Bumps [thor](https://github.com/rails/thor) from 1.3.2 to 1.4.0. - [Release notes](https://github.com/rails/thor/releases) - [Commits](https://github.com/rails/thor/compare/v1.3.2...v1.4.0) --- updated-dependencies: - dependency-name: thor dependency-version: 1.4.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1deaf8d0f..5ea9c5013 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -750,7 +750,7 @@ GEM railties (>= 6.0.0) tailwindcss-rails (2.4.0-x86_64-linux) railties (>= 6.0.0) - thor (1.3.2) + thor (1.4.0) tilt (2.4.0) timecop (0.9.6) timeout (0.4.3) From 99b232e19e46baa7477a9aa4c8b7083d8901372f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 08:44:48 +0000 Subject: [PATCH 2/4] Bump nokogiri from 1.18.8 to 1.18.9 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.18.8 to 1.18.9. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.18.8...v1.18.9) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.18.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 64d0d3293..69ed0c7e9 100644 --- a/Gemfile +++ b/Gemfile @@ -58,7 +58,7 @@ gem 'jbuilder' # JSON structures via a Builder-style DSL gem 'logging', '~> 2.0.0' gem 'mime-types', '~> 3.4' gem 'nested_form_fields' -gem 'nokogiri', '~> 1.18.8' # HTML/XML parser +gem 'nokogiri', '~> 1.18.9' # HTML/XML parser gem 'noticed' gem 'oj' gem 'rails_autolink', '~> 1.1', '>= 1.1.6' diff --git a/Gemfile.lock b/Gemfile.lock index 5ea9c5013..99f845814 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -486,9 +486,9 @@ GEM net-protocol newrelic_rpm (9.14.0) nio4r (2.7.4) - nokogiri (1.18.8-arm64-darwin) + nokogiri (1.18.9-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.8-x86_64-linux-gnu) + nokogiri (1.18.9-x86_64-linux-gnu) racc (~> 1.4) noticed (1.6.3) http (>= 4.0.0) @@ -866,7 +866,7 @@ DEPENDENCIES mime-types (~> 3.4) nested_form_fields newrelic_rpm - nokogiri (~> 1.18.8) + nokogiri (~> 1.18.9) noticed oj omniauth (~> 2.1) From c573aa32db36cdc05aaf0e5d33607ea27603e878 Mon Sep 17 00:00:00 2001 From: Oleksii Kriuchykhin Date: Thu, 24 Jul 2025 11:18:36 +0200 Subject: [PATCH 3/4] Upgrade form-data JS package to version 4.0.4 [SCI-12163] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 4b8505785..b3bfb6899 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2570,9 +2570,9 @@ form-data@^3.0.0: mime-types "^2.1.35" form-data@^4.0.0: - version "4.0.3" - resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.3.tgz#608b1b3f3e28be0fccf5901fc85fb3641e5cf0ae" - integrity sha512-qsITQPfmvMOSAdeyZ+12I1c+CKSstAFAwu+97zrnWAbIr5u8wfsExUzCesVLC8NgHuRUqNN4Zy6UPWUTRGslcA== + version "4.0.4" + resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4" + integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow== dependencies: asynckit "^0.4.0" combined-stream "^1.0.8" From d030bb8a6b4504aad7de1e63c6ad6e7f67b79e3a Mon Sep 17 00:00:00 2001 From: Oleksii Kriuchykhin Date: Thu, 24 Jul 2025 11:39:30 +0200 Subject: [PATCH 4/4] Bump version to 1.43.0.2 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index c798851e9..758e98242 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.43.0.1 +1.43.0.2