Skip to content

Commit

Permalink
Address various NPM security vulnerabilities (#1414)
Browse files Browse the repository at this point in the history
* Attempt to automatically address NPM security vulnerabilities. (`pnpm audit --fix`)
* Bump storybook, address security issues.
  • Loading branch information
dokterbob committed Oct 22, 2024
1 parent 2ae02d6 commit 47a8f5f
Show file tree
Hide file tree
Showing 6 changed files with 3,566 additions and 5,149 deletions.
17 changes: 17 additions & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,22 @@
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.34.4"
},
"pnpm": {
"overrides": {
"vite@>=4.4.0 <4.4.12": ">=4.4.12",
"vite@>=4.0.0 <=4.5.1": ">=4.5.2",
"katex@>=0.11.0 <0.16.10": ">=0.16.10",
"katex@>=0.15.4 <0.16.10": ">=0.16.10",
"katex@>=0.10.0-beta <0.16.10": ">=0.16.10",
"vite@>=4.0.0 <=4.5.2": ">=4.5.3",
"braces@<3.0.3": ">=3.0.3",
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
"micromatch@<4.0.8": ">=4.0.8",
"vite@>=4.0.0 <4.5.4": ">=4.5.4",
"vite@>=4.0.0 <=4.5.3": ">=4.5.4",
"rollup@>=3.0.0 <3.29.5": ">=3.29.5",
"rollup@>=4.0.0 <4.22.4": ">=4.22.4"
}
}
}
Loading

0 comments on commit 47a8f5f

Please sign in to comment.