Skip to content

Commit

Permalink
fix dependency security alerts
Browse files Browse the repository at this point in the history
- upgrade mocha
- add resolutions
- refresh yarn.lock for select dependencies
  • Loading branch information
shank-eric committed May 3, 2024
1 parent 7e6be62 commit fc704ff
Show file tree
Hide file tree
Showing 2 changed files with 289 additions and 137 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"gulp": "^4.0.2",
"husky": ">=7.0.2",
"lint-staged": ">=11.1.2",
"mocha": "^9.0.0",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"p-event": "^4.2.0",
"prettier": "2.4.1",
Expand All @@ -82,5 +82,9 @@
"i18next",
"parser",
"commandline"
]
],
"resolutions": {
"ansi-regex": "^5.0.1",
"glob-parent": "^5.1.2"
}
}
Loading

0 comments on commit fc704ff

Please sign in to comment.