Skip to content

Commit

Permalink
fix: shell/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Dec 9, 2024
1 parent 8be992f commit 91bdaa2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 91bdaa2

Please sign in to comment.