Skip to content

Commit

Permalink
chore(deps): alerts (#757)
Browse files Browse the repository at this point in the history
* Alert for micromatch in admin

* Alert for micromatch in public
  • Loading branch information
DerekRoberts authored Jan 13, 2025
1 parent ae480f5 commit 3bafc6a
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 8 deletions.
23 changes: 19 additions & 4 deletions admin/package-lock.json

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

3 changes: 3 additions & 0 deletions admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,8 @@
"ts-jest": "^29.1.0",
"ts-node": "~9.1.1",
"typescript": "^5.4.5"
},
"overrides": {
"micromatch@<4.0.8": "4.0.8"
}
}
9 changes: 5 additions & 4 deletions public/package-lock.json

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

3 changes: 3 additions & 0 deletions public/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,8 @@
"ts-jest": "^29.1.0",
"ts-node": "~9.1.1",
"typescript": "^5.4.5"
},
"overrides": {
"micromatch@<4.0.8": "4.0.8"
}
}

0 comments on commit 3bafc6a

Please sign in to comment.