Skip to content

Commit

Permalink
[YUNIKORN-2496] Fix security issues in site js
Browse files Browse the repository at this point in the history
Upgrade dependencies to fix security dependencies after the change to
pnpm from yarn.
Keep axios at 0.28 (1.6.8 breaks the build)
  • Loading branch information
wilfred-s committed Mar 18, 2024
1 parent 0082e93 commit 643a575
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 3,706 deletions.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
"dependencies": {
"@docusaurus/core": "2.4.1",
"@docusaurus/preset-classic": "2.4.1",
"@docusaurus/theme-search-algolia": "^3.1.1",
"@docusaurus/theme-search-algolia": "2.4.1",
"@mdx-js/react": "^1.5.8",
"axios": "0.28.0",
"clsx": "^1.1.1",
"node": "^18.8.0",
"react": "17.0.2",
Expand All @@ -31,5 +32,14 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"pnpm": {
"overrides": {
"got@<11.8.5": ">=11.8.5",
"trim@<0.0.3": ">=0.0.3",
"loader-utils@>=3.0.0 <3.2.1": ">=3.2.1",
"minimatch@<3.0.5": ">=3.0.5",
"axios@>=0.8.1 <0.28.0": ">=0.28.0"
}
}
}
Loading

0 comments on commit 643a575

Please sign in to comment.