From 91bdaa2e4d8d06703e44f17a69294fc84f9d8432 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Dec 2024 16:02:39 +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-NANOID-8492085 - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416 - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- shell/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/shell/package.json b/shell/package.json index 1260ba20955..20b39f0be6e 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", @@ -88,7 +88,7 @@ "eslint-plugin-n": "15.2.0", "eslint-plugin-vue": "9.10.0", "event-target-shim": "5.0.1", - "express": "4.17.1", + "express": "4.21.2", "file-saver": "2.0.2", "floating-vue": "5.2.2", "frontmatter-markdown-loader": "3.7.0", @@ -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",