From eea6d71c8d05dc0c978462860fb29eb63514acea Mon Sep 17 00:00:00 2001 From: Benjamin Neff <benjamin@coding4coffee.ch> Date: Sat, 6 Nov 2021 01:54:15 +0100 Subject: [PATCH] Bump terser --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9c6e0b3a4a..1686ae6941 100644 --- a/Gemfile +++ b/Gemfile @@ -46,7 +46,7 @@ gem "sidekiq-cron", "1.2.0" # Compression -gem "terser", "1.1.5" +gem "terser", "1.1.7" # Configuration diff --git a/Gemfile.lock b/Gemfile.lock index a5f7d718be..b29e9b019b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -722,7 +722,7 @@ GEM temple (0.8.2) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) - terser (1.1.5) + terser (1.1.7) execjs (>= 0.3.0, < 3) thor (1.1.0) thread_safe (0.3.6) @@ -918,7 +918,7 @@ DEPENDENCIES sinon-rails (= 1.15.0) sprockets-rails (= 3.2.2) string-direction (= 1.2.2) - terser (= 1.1.5) + terser (= 1.1.7) timecop (= 0.9.4) toml-rb (= 2.0.1) turbo_dev_assets (= 0.0.2) -- GitLab