diff --git a/Gemfile b/Gemfile index c1eb37e5..536099d5 100644 --- a/Gemfile +++ b/Gemfile @@ -47,7 +47,7 @@ group :dependencies do gem 'sprockets-rails' gem 'sass', require: 'sass' gem 'autoprefixer-rails', '~> 10.4.7' - gem 'terser', '~> 1.1.10' + gem 'terser', '~> 1.1.11' end diff --git a/Gemfile.lock b/Gemfile.lock index 431ffa67..12f7b684 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -324,7 +324,7 @@ GEM sqlite3 (1.4.4) terrapin (0.6.0) climate_control (>= 0.0.3, < 1.0) - terser (1.1.10) + terser (1.1.11) execjs (>= 0.3.0, < 3) thor (1.2.1) thread_safe (0.3.6) @@ -410,7 +410,7 @@ DEPENDENCIES sprockets (= 3.7.2) sprockets-rails sqlite3 - terser (~> 1.1.10) + terser (~> 1.1.11) turbolinks (~> 5) tzinfo-data web-console (~> 3.3)