Skip to content

Commit

Permalink
Update dependency semver to v6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and marionebl committed Jul 18, 2019
1 parent e238ce3 commit 7dd9709
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion @commitlint/config-lerna-scopes/package.json
Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"import-from": "3.0.0",
"resolve-pkg": "2.0.0",
"semver": "6.1.1"
"semver": "6.2.0"
},
"devDependencies": {
"@commitlint/test": "8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/is-ignored/package.json
Expand Up @@ -40,6 +40,6 @@
},
"dependencies": {
"@types/semver": "^6.0.1",
"semver": "6.1.1"
"semver": "6.2.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -9846,10 +9846,10 @@ semver-diff@^2.0.0:
resolved "https://registry.npmjs.org/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e"
integrity sha512-WfG/X9+oATh81XtllIo/I8gOiY9EXRdv1cQdyykeXK17YcUW3EXUAi2To4pcH6nZtJPr7ZOpM5OMyWJZm+8Rsg==

semver@6.1.1:
version "6.1.1"
resolved "https://registry.npmjs.org/semver/-/semver-6.1.1.tgz#53f53da9b30b2103cd4f15eab3a18ecbcb210c9b"
integrity sha512-rWYq2e5iYW+fFe/oPPtYJxYgjBm8sC4rmoGdUOgBB7VnwKt6HrL793l2voH1UlsyYZpJ4g0wfjnTEO1s1NP2eQ==
semver@6.2.0:
version "6.2.0"
resolved "https://registry.npmjs.org/semver/-/semver-6.2.0.tgz#4d813d9590aaf8a9192693d6c85b9344de5901db"
integrity sha512-jdFC1VdUGT/2Scgbimf7FSx9iJLXoqfglSF+gJeuNWVpiE37OIbc1jywR/GJyFdz3mnkz2/id0L0J/cr0izR5A==

semver@^5.5:
version "5.7.0"
Expand Down

0 comments on commit 7dd9709

Please sign in to comment.