From 0166e21195afea6c8cff1c89c10347cb84784b5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 04:44:43 +0000 Subject: [PATCH] Bump terser from 3.16.1 to 5.15.1 Bumps [terser](https://github.com/terser/terser) from 3.16.1 to 5.15.1. - [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/v3.16.1...v5.15.1) --- updated-dependencies: - dependency-name: terser dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef5322c..5c20eb2 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "common-shakeify": "^1.1.1", "minify-stream": "^2.0.1", "multisplice": "^1.0.0", - "terser": "3.16.1", + "terser": "5.15.1", "through2": "^4.0.2", "unassertify": "^3.0.1" },