summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorDerick Montague <derick.montague@ibm.com>2020-10-21 20:14:52 +0300
committerDerick Montague <derick.montague@ibm.com>2020-10-26 16:44:32 +0300
commit7026cad99fbc3b4584e5ce60dbb8476f6c6f41f7 (patch)
tree51a31b356b3e02cf7e535985604d208002664f7d /package.json
parent22bba2914e75d2e4e53059c410402f050f8d70d4 (diff)
downloadwebui-vue-7026cad99fbc3b4584e5ce60dbb8476f6c6f41f7.tar.xz
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 <derick.montague@ibm.com> Change-Id: I86b06f30928fc33d189e24281c516ad39628b764
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
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",