From 7026cad99fbc3b4584e5ce60dbb8476f6c6f41f7 Mon Sep 17 00:00:00 2001 From: Derick Montague Date: Wed, 21 Oct 2020 12:14:52 -0500 Subject: Update compression-webpack-plugin - Update to latest major release, 6.0.3 - Resolve one of two existing npm security vulnerabilities This plugin is only used for production builds to delete any assets created by the plugin. This will remove any of the non-compressed files from the dist folder. Testing: - Ran build and deployed to a BMC - Verified all views functional and spot tested functionality - Successfully added and deleted a user - Successfully changed date and time settings and date and time display - Successfully power cycled the system Signed-off-by: Derick Montague Change-Id: I86b06f30928fc33d189e24281c516ad39628b764 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index f233b311..99a750d5 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@vue/test-utils": "1.1.0", "babel-eslint": "10.1.0", "check-node-version": "4.0.3", - "compression-webpack-plugin": "3.0.1", + "compression-webpack-plugin": "6.0.3", "eslint": "5.16.0", "eslint-plugin-prettier": "3.1.4", "eslint-plugin-vue": "5.0.0", -- cgit v1.2.3