Skip to content

Commit 7e7b817

Browse files
committed
fix: replace "replace" package with native String.replaceAll to resolve
minimatch vulnerability Use in-memory string replacement before writing files instead of file-based regex replacement. Removing the "replace" dependency and its vulnerable minimatch transitive dependency.
1 parent 6658333 commit 7e7b817

4 files changed

Lines changed: 1398 additions & 1983 deletions

File tree

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
npx --no-install lint-staged
1+
npm test

0 commit comments

Comments
 (0)