summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorDerick Montague <derick.montague@ibm.com>2020-07-21 18:31:48 +0300
committerDerick Montague <derick.montague@ibm.com>2020-07-23 22:36:13 +0300
commit4e29d507fcd10cf63b451913e809053b4adeafee (patch)
treed2a17a4d853805bfc3f6e81952423fdcb3bb50e0 /package.json
parentb2ca0c0441845f0e06c3acc94903c03cd1ec6dc3 (diff)
downloadwebui-vue-4e29d507fcd10cf63b451913e809053b4adeafee.tar.xz
Resolve npm package vulnerabilities
- Ran npm audit fix and resolved all high priority security vulnerabilities. - One low risk vulnerability remains. This is a yargs package that may require updating other packages. - Lodash required an update since it was a high servirity issue that was exposed in the application's functionality beyond the build script and tools Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: If67fe5939c6ab69767bdc046168985078a19aa30
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 9942f12d..115937bf 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,7 @@
"bootstrap-vue": "2.12.0",
"core-js": "3.3.2",
"js-cookie": "2.2.1",
- "lodash": "4.17.15",
+ "lodash": "4.17.19",
"vue": "2.6.11",
"vue-i18n": "8.15.3",
"vue-router": "3.1.3",
@@ -49,7 +49,7 @@
"eslint-plugin-prettier": "3.1.1",
"eslint-plugin-vue": "5.0.0",
"lint-staged": "9.4.2",
- "node-sass": "4.13.1",
+ "node-sass": "4.14.1",
"prettier": "1.18.2",
"sass-loader": "8.0.0",
"vue-cli-plugin-i18n": "0.6.1",