From d35ec1f51f04c504f289ad8be0aee629600d5e9a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 12:20:19 +0000 Subject: [PATCH] Bump compression-webpack-plugin from 6.1.1 to 8.0.0 Bumps [compression-webpack-plugin](https://github.com/webpack-contrib/compression-webpack-plugin) from 6.1.1 to 8.0.0. - [Release notes](https://github.com/webpack-contrib/compression-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/compression-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/compression-webpack-plugin/compare/v6.1.1...v8.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 925f2c2..4fba356 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@vue/cli-plugin-babel": "^4.5.8", "@vue/cli-plugin-pwa": "~4.4.0", "@vue/cli-service": "^4.3.1", - "compression-webpack-plugin": "^6.1.1", + "compression-webpack-plugin": "^8.0.0", "deepmerge": "^4.2.2", "fibers": "^5.0.0", "image-webpack-loader": "^7.0.1",