Skip to content

Commit

Permalink
chore(ci): fix pnpm audit vulns. (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
raulk authored Aug 15, 2024
1 parent 1fa4db8 commit 72cd7a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"pnpm": {
"overrides": {
"axios@>=0.8.1 <0.28.0": ">=0.28.0",
"ws": ">=8.17.1"
"ws": ">=8.17.1",
"axios@>=1.3.2 <=1.7.3": ">=1.7.4"
}
}
}
9 changes: 5 additions & 4 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 72cd7a0

Please sign in to comment.