From 08d5222914a6d2fde947a9b8509f7e62ce7a76b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 15 Jan 2018 07:09:57 +0000 Subject: [PATCH] Bump uglifier from 3.2.0 to 4.1.3 Bumps [uglifier](https://github.com/lautis/uglifier) from 3.2.0 to 4.1.3. - [Changelog](https://github.com/lautis/uglifier/blob/master/CHANGELOG.md) - [Commits](https://github.com/lautis/uglifier/compare/v3.2.0...v4.1.3) --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 6683d70df..88521a1f1 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ gem 'nokogiri', '1.8.1' # See https://github.com/sstephenson/execjs#readme for more supported runtimes gem 'therubyracer', '~> 0.12.3', :platforms => :ruby -gem 'uglifier', '~> 3.2.0' +gem 'uglifier', '~> 4.1.3' gem 'rspec-mocks', '3.6.0' gem 'newrelic_rpm', '4.1.0.333' diff --git a/Gemfile.lock b/Gemfile.lock index d5794666d..f4d71ddf6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -139,7 +139,7 @@ GEM equivalent-xml (0.6.0) nokogiri (>= 1.4.3) erubis (2.7.0) - execjs (2.6.0) + execjs (2.7.0) faraday (0.12.1) multipart-post (>= 1.2, < 3) fastercsv (1.5.5) @@ -412,7 +412,7 @@ GEM tzinfo (1.2.3) thread_safe (~> 0.1) uber (0.0.15) - uglifier (3.2.0) + uglifier (4.1.3) execjs (>= 0.3.0, < 3) unf (0.1.4) unf_ext @@ -488,7 +488,7 @@ DEPENDENCIES sprockets (~> 2.12.4) sqlite3 (~> 1.3.13) therubyracer (~> 0.12.3) - uglifier (~> 3.2.0) + uglifier (~> 4.1.3) unicode (= 0.4.4.3) unicorn (~> 5.3.0)