From 869eea6ae795984618ae6aa0fa1a560a4344e024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 02:59:04 +0000 Subject: [PATCH] Bump terser-webpack-plugin from 5.3.8 to 5.3.9 Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 5.3.8 to 5.3.9. - [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.8...v5.3.9) --- updated-dependencies: - dependency-name: terser-webpack-plugin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a0277cdf..5c5a5d55 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "markdownlint-rule-helpers": "0.19.0", "npm-run-all": "4.1.5", "strip-json-comments": "5.0.0", - "terser-webpack-plugin": "5.3.8", + "terser-webpack-plugin": "5.3.9", "toml": "3.0.0", "tv4": "1.3.0", "typescript": "5.0.4",