Skip to content

Commit

Permalink
build: fix dependencies vulnerability (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
rezafikkri authored Dec 19, 2024
2 parents 2ac5d02 + fccd886 commit a48d45c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 15 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,12 @@
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17"
},
"pnpm": {
"overrides": {
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
"@eslint/plugin-kit@<0.2.3": ">=0.2.3",
"nanoid@<3.3.8": ">=3.3.8"
}
}
}
35 changes: 20 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a48d45c

Please sign in to comment.