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 Nov 8, 2024
1 parent 54f24cf commit b76d198
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"diff2html": "3.4.24",
"dompurify": "2.5.4",
"element-matches": "^0.1.2",
"eslint": "7.32.0",
"eslint": "9.0.0",
"eslint-config-standard": "16.0.3",
"eslint-import-resolver-node": "0.3.4",
"eslint-module-utils": "2.6.1",
Expand All @@ -86,15 +86,15 @@
"eslint-plugin-n": "15.2.0",
"eslint-plugin-vue": "9.10.0",
"event-target-shim": "5.0.1",
"express": "4.17.1",
"express": "4.17.3",
"file-saver": "2.0.2",
"floating-vue": "5.2.2",
"frontmatter-markdown-loader": "3.7.0",
"identicon.js": "2.3.3",
"intl-messageformat": "7.8.4",
"ip": "2.0.1",
"is-url": "1.2.4",
"jest": "27.5.1",
"jest": "29.0.0",
"jest-serializer-vue": "2.0.2",
"jexl": "2.2.2",
"jquery": "3.5.1",
Expand All @@ -107,7 +107,7 @@
"jszip": "3.8.0",
"lodash": "4.17.21",
"marked": "4.0.17",
"nodemon": "2.0.22",
"nodemon": "3.0.0",
"nyc": "15.1.0",
"node-polyfill-webpack-plugin": "3.0.0",
"papaparse": "5.3.0",
Expand Down

0 comments on commit b76d198

Please sign in to comment.