Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6a1b3da

Browse files
authoredJan 7, 2021
Upgrade find-versions to 4.0.0 (#837)
`find-versions` 4.0.0 depends on `^3.1.2` of `semver-regex`. Previous versions of `semver-regex` contained a [vulnernability][0]. This was unlikely to affect `husky` because of how `find-versions` is used, but the only breaking change in `find-versions` is increasing the minimum Node.js verison to 10, which is the same as Husky's minimum. [0]: https://app.snyk.io/vuln/SNYK-JS-SEMVERREGEX-1047770
1 parent cbb0af7 commit 6a1b3da

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
 

‎package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"ci-info": "^2.0.0",
5454
"compare-versions": "^3.6.0",
5555
"cosmiconfig": "^7.0.0",
56-
"find-versions": "^3.2.0",
56+
"find-versions": "^4.0.0",
5757
"opencollective-postinstall": "^2.0.2",
5858
"pkg-dir": "^4.2.0",
5959
"please-upgrade-node": "^3.2.0",

0 commit comments

Comments
 (0)
Please sign in to comment.