Skip to content

Commit

Permalink
Fix audit
Browse files Browse the repository at this point in the history
  • Loading branch information
nop33 committed Dec 2, 2024
1 parent 4f07534 commit 9dc43c0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 50 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@
"elliptic@>=4.0.0 <=6.6.0": ">=6.6.0",
"elliptic@>=2.0.0 <=6.6.0": ">=6.6.0",
"elliptic@>=5.2.1 <=6.6.0": ">=6.6.0",
"micromatch@<4.0.8": ">=4.0.8"
"micromatch@<4.0.8": ">=4.0.8",
"cross-spawn@<6.0.6": ">=6.0.6",
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5"
}
},
"packageManager": "pnpm@9.12.0+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca"
Expand Down
65 changes: 16 additions & 49 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 9dc43c0

Please sign in to comment.