Skip to content

Commit

Permalink
Update semver requirement from ^5.5.0 to ^6.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [semver](https://github.com/npm/node-semver) to permit the latest version.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/master/CHANGELOG.md)
- [Commits](npm/node-semver@v5.5.0...v6.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Mar 27, 2019
1 parent a3ff3fe commit 8991fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}
},
"dependencies": {
"semver": "^5.5.0"
"semver": "^6.0.0"
},
"devDependencies": {
"chai": "latest",
Expand Down

0 comments on commit 8991fcb

Please sign in to comment.