From a3f2a339b53553edfa735035fc143305070da678 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 07:11:56 -0700 Subject: [PATCH] =?UTF-8?q?Update=20uglify-js=20in=20group=20plugins=20to?= =?UTF-8?q?=20the=20latest=20version=20=EF=BF=BD=20(#594)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: ## The devDependency [uglify-js](https://github.com/mishoo/UglifyJS2) was updated from `3.6.2` to `3.6.3`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update. --- **Publisher:** [alexlamsl](https://www.npmjs.com/~alexlamsl) **License:** BSD-2-Clause
Release Notes for v3.6.3

 

Commits

The new version differs by 18 commits.

There are 18 commits in total.

See the full diff

---
FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
--- Your [Greenkeeper](https://greenkeeper.io) bot :palm_tree: Pull Request resolved: https://github.com/facebook/flipper/pull/594 Reviewed By: jknoxville Differential Revision: D18035631 Pulled By: passy fbshipit-source-id: 0de12654bd434ccf29e67907febeb1aca85558c9 --- src/plugins/sections/d3/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/sections/d3/package.json b/src/plugins/sections/d3/package.json index 4bab3eb5b..5a8221bd8 100644 --- a/src/plugins/sections/d3/package.json +++ b/src/plugins/sections/d3/package.json @@ -57,7 +57,7 @@ "jsdom": "^15.1.1", "seedrandom": "^3.0.5", "smash": "0.0", - "uglify-js": "3.6.2", + "uglify-js": "^3.6.3", "vows": "0.8" }, "scripts": {