Skip to content

Commit

Permalink
fix: shell/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
snyk-bot committed Nov 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c0e4d97 commit a143298
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions shell/package.json
Original file line number Diff line number Diff line change
@@ -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",

0 comments on commit a143298

Please sign in to comment.