Skip to content

Commit 4c5cbb5

Browse files
wilfred-smanirajv06
authored andcommitted
[YUNIKORN-3223] update pnpm for CVE in site build (#544)
Upgrade pnpm to 10.28.2 for medium CVE fixes (dependabot opened a PR for that) Fix the lodash CVE by upgrading (cannot be done by dependabot) Fix a build message around the browserlist being out of date by upgrading the dependency that suppresses the message Closes: #544 Signed-off-by: Manikandan R <manirajv06@gmail.com>
1 parent 37e4dc7 commit 4c5cbb5

2 files changed

Lines changed: 101 additions & 97 deletions

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "website",
33
"version": "2.0.0",
44
"private": true,
5+
"engines": {
6+
"node": ">=24.0",
7+
"pnpm": ">=10"
8+
},
59
"scripts": {
610
"preinstall": "npx only-allow pnpm",
711
"start": "docusaurus start",
@@ -19,7 +23,7 @@
1923
"axios": "^1.7.7",
2024
"clsx": "^2.1.1",
2125
"node": "^24.11.0",
22-
"pnpm": "10.27.0",
26+
"pnpm": "10.28.2",
2327
"react": "19.2.0",
2428
"react-dom": "19.2.0"
2529
},

0 commit comments

Comments
 (0)