From c6f55ecc6829255b12e220ce3c07eea61e4350f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 11:23:46 -0500 Subject: [PATCH] Update dependency uglifier to v4.2.1 (#178) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [uglifier](https://redirect.github.com/lautis/uglifier) | `4.2.0` -> `4.2.1` | [![age](https://developer.mend.io/api/mc/badges/age/rubygems/uglifier/4.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/rubygems/uglifier/4.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/rubygems/uglifier/4.2.0/4.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/uglifier/4.2.0/4.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
lautis/uglifier (uglifier) ### [`v4.2.1`](https://redirect.github.com/lautis/uglifier/blob/HEAD/CHANGELOG.md#421-22-September-2024) [Compare Source](https://redirect.github.com/lautis/uglifier/compare/v4.2.0...v4.2.1) - fix Ruby 3.4 compatiblity, drop Ruby 2.3 and older support ([#​195](https://redirect.github.com/lautis/uglifier/issues/195)) - fix typos ([#​194](https://redirect.github.com/lautis/uglifier/issues/194))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/powerhome/power-web-development-interview). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2bd8bc6..cdcce12 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -259,7 +259,7 @@ GEM turbolinks-source (5.2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - uglifier (4.2.0) + uglifier (4.2.1) execjs (>= 0.3.0, < 3) web-console (4.2.1) actionview (>= 6.0.0)