Skip to content

Commit

Permalink
fix vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
williamstein committed Oct 16, 2023
1 parent e205353 commit 8fe7128
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 15 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@
"test": "pnpm --filter=* test",
"clean": "pnpm --filter=* clean",
"test-all": "pnpm --filter=* clean && pnpm install && pnpm --filter=* build && pnpm --filter=* test"
},
"pnpm": {
"overrides": {
"@babel/traverse@<7.23.2": ">=7.23.2"
}
}
}
96 changes: 81 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 8fe7128

Please sign in to comment.