From 34264d5f8763baa8f30cf622d2b6322d566227cd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2020 03:41:13 +0000 Subject: [PATCH] Build(deps): Bump terser from 4.7.0 to 4.8.0 Bumps [terser](https://github.com/terser/terser) from 4.7.0 to 4.8.0. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v4.7.0...v4.8.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4d13bd0..23012c1 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "mkdirp": "^0.5.0", "source-map-url": "^0.4.0", "symlink-or-copy": "^1.3.1", - "terser": "^4.7.0", + "terser": "^4.8.0", "walk-sync": "^1.1.3", "workerpool": "^5.0.4" }, diff --git a/yarn.lock b/yarn.lock index 73d9548..c3cee1f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5063,10 +5063,10 @@ tar@^4: safe-buffer "^5.1.2" yallist "^3.0.2" -terser@^4.7.0: - version "4.7.0" - resolved "https://registry.yarnpkg.com/terser/-/terser-4.7.0.tgz#15852cf1a08e3256a80428e865a2fa893ffba006" - integrity sha512-Lfb0RiZcjRDXCC3OSHJpEkxJ9Qeqs6mp2v4jf2MHfy8vGERmVDuvjXdd/EnP5Deme5F2yBRBymKmKHCBg2echw== +terser@^4.8.0: + version "4.8.0" + resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.0.tgz#63056343d7c70bb29f3af665865a46fe03a0df17" + integrity sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw== dependencies: commander "^2.20.0" source-map "~0.6.1"