From a14329892dece3524fd2bb89b0d72dd523499deb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 25 Nov 2024 19:42:02 +0000 Subject: [PATCH] fix: shell/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6141137 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6444610 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- shell/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/shell/package.json b/shell/package.json index 0262dea1969..2a403004698 100644 --- a/shell/package.json +++ b/shell/package.json @@ -50,7 +50,7 @@ "@vue/vue3-jest": "^27.0.0-alpha.1", "add": "2.0.6", "ansi_up": "5.0.0", - "axios": "0.21.4", + "axios": "1.6.8", "axios-retry": "3.1.9", "babel-eslint": "10.1.0", "babel-plugin-module-resolver": "4.0.0", @@ -59,7 +59,7 @@ "clipboard-polyfill": "4.0.1", "color": "4.2.3", "codemirror": ">=5.64.0 <6", - "codemirror-editor-vue3": "2.7.1", + "codemirror-editor-vue3": "2.8.0", "cookie": "0.5.0", "cookie-universal": "2.2.2", "core-js": "3.25.3", @@ -78,7 +78,7 @@ "diff2html": "3.4.24", "dompurify": "2.5.4", "element-matches": "^0.1.2", - "eslint": "7.32.0", + "eslint": "9.15.0", "eslint-config-standard": "16.0.3", "eslint-import-resolver-node": "0.3.4", "eslint-module-utils": "2.6.1", @@ -119,8 +119,8 @@ "serve-static": "1.14.1", "set-cookie-parser": "2.4.6", "shell-quote": "1.7.3", - "sinon": "8.1.1", - "start-server-and-test": "1.13.1", + "sinon": "19.0.0", + "start-server-and-test": "2.0.7", "style-loader": "1.2.1", "ts-node": "8.10.2", "typescript": "4.5.5",