From e1d62fd0d41eebaeb9026e6e49efacb7c5cf3463 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Jan 2023 17:59:07 +0000 Subject: [PATCH] fix: coreui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-AXIOS-1038255 - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2332181 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2396346 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-ISTANBULREPORTS-2328088 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3042992 - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3043105 - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3105943 - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-NODESASS-1059081 - https://snyk.io/vuln/SNYK-JS-NTHCHECK-1586032 - https://snyk.io/vuln/SNYK-JS-SCSSTOKENIZER-2339884 - https://snyk.io/vuln/SNYK-JS-TAR-1536528 - https://snyk.io/vuln/SNYK-JS-TAR-1536531 - https://snyk.io/vuln/SNYK-JS-TAR-1536758 - https://snyk.io/vuln/SNYK-JS-TAR-1579147 - https://snyk.io/vuln/SNYK-JS-TAR-1579152 - https://snyk.io/vuln/SNYK-JS-TAR-1579155 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 --- coreui/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/coreui/package.json b/coreui/package.json index fe7937a0..a29a4762 100644 --- a/coreui/package.json +++ b/coreui/package.json @@ -35,24 +35,24 @@ "vue": "~2.6.11", "vue-router": "~3.1.5", "vuex": "~3.1.2", - "axios": "^0.19.0", + "axios": "^0.21.3", "cropperjs": "^1.5.6" }, "devDependencies": { "@babel/core": "~7.8.4", "@vue/cli-plugin-babel": "~4.2.2", - "@vue/cli-plugin-e2e-nightwatch": "~4.2.2", + "@vue/cli-plugin-e2e-nightwatch": "~5.0.0", "@vue/cli-plugin-eslint": "~4.2.2", - "@vue/cli-plugin-unit-jest": "~4.2.2", - "@vue/cli-service": "~4.2.2", - "@vue/test-utils": "1.0.0-beta.29", + "@vue/cli-plugin-unit-jest": "~5.0.0", + "@vue/cli-service": "~5.0.1", + "@vue/test-utils": "1.0.0", "babel-eslint": "~10.0.3", "babel-jest": "~25.1.0", - "chromedriver": "80.0.1", + "chromedriver": "87.0.3", "core-js": "~3.6.4", "eslint": "~6.8.0", "eslint-plugin-vue": "~6.2.1", - "node-sass": "~4.14.1", + "node-sass": "~7.0.2", "npm-run-all": "~4.1.5", "sass-loader": "~8.0.2", "vue-template-compiler": "~2.6.11"