Skip to content

Commit

Permalink
feat: upgrade semver to 7
Browse files Browse the repository at this point in the history
https://github.com/npm/node-semver/blob/master/CHANGELOG.md#700

> Refactor module into separate files for better tree-shaking
> Drop support for very old node versions, use const/let, => functions, and classes.

I believe this drops support for node 0.x.
  • Loading branch information
FauxFaux committed Mar 5, 2021
1 parent 76b7ffc commit 5a70662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -30,7 +30,7 @@
"js-yaml": "^3.13.1",
"lodash.clonedeep": "^4.5.0",
"promise-fs": "^2.1.1",
"semver": "^6.0.0",
"semver": "^7.3.4",
"snyk-module": "^3.0.0",
"snyk-resolve": "^1.1.0",
"snyk-try-require": "^2.0.0"
Expand Down

0 comments on commit 5a70662

Please sign in to comment.