Fix security vulnerabilities
Had a few more vulnerabilities show up including:
regular expressions Cross-Site Scripting (XSS) vulnerability
https://github.com/advisories/GHSA-h9rv-jmmf-4pgx
Remediation
Upgrade serialize-javascript to version 2.1.1 or later.
Ran npm audit fix.
Don't think this was a real vulnerability but always good to fix.
Tested: Built for a Witherspoon, loaded on the code, and tested.
Change-Id: I3af6941fdef98b950c7e17ddfeb368fdccc5cabc
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/package.json b/package.json
index 04c02dc..2ce8991 100644
--- a/package.json
+++ b/package.json
@@ -63,8 +63,8 @@
"babel-core": "6.26.3",
"babel-loader": "8.0.6",
"babel-polyfill": "6.26.0",
- "compression-webpack-plugin": "3.0.0",
- "copy-webpack-plugin": "5.0.4",
+ "compression-webpack-plugin": "3.1.0",
+ "copy-webpack-plugin": "5.1.1",
"css-loader": "3.2.0",
"eslint-plugin-angular": "4.0.1",
"event-stream": "4.0.1",
@@ -76,7 +76,7 @@
"html-webpack-plugin": "3.2.0",
"ignore-assets-webpack-plugin": "2.0.1",
"mini-css-extract-plugin": "0.8.0",
- "node-sass": "4.12.0",
+ "node-sass": "4.13.1",
"null-loader": "3.0.0",
"raw-loader": "3.1.0",
"rimraf": "3.0.0",