From 4e29d507fcd10cf63b451913e809053b4adeafee Mon Sep 17 00:00:00 2001 From: Derick Montague Date: Tue, 21 Jul 2020 10:31:48 -0500 Subject: 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 Change-Id: If67fe5939c6ab69767bdc046168985078a19aa30 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') 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", -- cgit v1.2.3