From cd53afb3d04a62ba0e8a99c0efe8d995fee73f96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 19:06:26 +0000 Subject: [PATCH] Bump uglifier from 4.2.0 to 4.2.1 Bumps [uglifier](https://github.com/lautis/uglifier) from 4.2.0 to 4.2.1. - [Changelog](https://github.com/lautis/uglifier/blob/master/CHANGELOG.md) - [Commits](https://github.com/lautis/uglifier/compare/v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: uglifier dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b405e7887..bae2fd2c0 100644 --- a/Gemfile +++ b/Gemfile @@ -56,7 +56,7 @@ gem "sprockets", "~> 4.2.1" gem "sprockets-rails", "~> 3.5.2", require: "sprockets/railtie" gem "turbolinks", "~> 5.2.1" gem "turnout", "~> 2.5.0" -gem "uglifier", "~> 4.2.0" +gem "uglifier", "~> 4.2.1" gem "uuidtools", "~> 2.2.0" gem "view_component", "~> 3.11.0" gem "whenever", "~> 1.0.0", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 9e61c3c60..eab74d1ff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -659,7 +659,7 @@ GEM tilt (>= 1.4, < 3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - uglifier (4.2.0) + uglifier (4.2.1) execjs (>= 0.3.0, < 3) unicode-display_width (2.6.0) uri (0.13.0) @@ -790,7 +790,7 @@ DEPENDENCIES sprockets-rails (~> 3.5.2) turbolinks (~> 5.2.1) turnout (~> 2.5.0) - uglifier (~> 4.2.0) + uglifier (~> 4.2.1) uuidtools (~> 2.2.0) view_component (~> 3.11.0) web-console (~> 4.2.1)