Skip to content

Commit

Permalink
chore: pnpm audit --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongliang02 committed Jan 15, 2025
1 parent b0e401f commit b9a38e8
Show file tree
Hide file tree
Showing 2 changed files with 517 additions and 145 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,16 @@
"packageManager": "pnpm@9.4.0",
"engines": {
"node": ">=18"
},
"pnpm": {
"overrides": {
"braces@<3.0.3": ">=3.0.3",
"micromatch@<4.0.8": ">=4.0.8",
"vite@>=5.3.0 <5.3.6": ">=5.3.6",
"vite@>=5.3.0 <=5.3.5": ">=5.3.6",
"rollup@>=4.0.0 <4.22.4": ">=4.22.4",
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
"nanoid@<3.3.8": ">=3.3.8"
}
}
}
Loading

0 comments on commit b9a38e8

Please # to comment.