Skip to content

Commit

Permalink
build(deps): bump semver from 6.0.0 to 6.1.0 (#870)
Browse files Browse the repository at this point in the history
* build(deps): bump semver from 6.0.0 to 6.1.0

Bumps [semver](https://github.com/npm/node-semver) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/master/CHANGELOG.md)
- [Commits](npm/node-semver@v6.0.0...v6.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Upgrade the core/cli packages too
  • Loading branch information
dependabot-preview[bot] authored and malept committed May 23, 2019
1 parent 2d82c35 commit 2d2d6ac
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -76,7 +76,7 @@
"pretty-ms": "^4.0.0",
"resolve-package": "^1.0.1",
"s3": "^4.4.0",
"semver": "^6.0.0",
"semver": "^6.1.0",
"source-map-support": "^0.5.12",
"sudo-prompt": "^8.0.0",
"username": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/cli/package.json
Expand Up @@ -23,7 +23,7 @@
"debug": "^4.1.0",
"fs-extra": "^7.0.0",
"inquirer": "^6.3.1",
"semver": "^6.0.0"
"semver": "^6.1.0"
},
"engines": {
"node": ">= 6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/api/core/package.json
Expand Up @@ -52,7 +52,7 @@
"nugget": "^2.0.1",
"pify": "^4.0.0",
"resolve-package": "^1.0.1",
"semver": "^6.0.0",
"semver": "^6.1.0",
"source-map-support": "^0.5.12",
"sudo-prompt": "^8.0.0",
"username": "^4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -7596,10 +7596,10 @@ semver@5.5.0:
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
integrity sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==

semver@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-6.0.0.tgz#05e359ee571e5ad7ed641a6eec1e547ba52dea65"
integrity sha512-0UewU+9rFapKFnlbirLi3byoOuhrSsli/z/ihNnvM24vgF+8sNBiI1LZPBSH9wJKUwaUbw+s3hToDLCXkrghrQ==
semver@^6.0.0, semver@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-6.1.0.tgz#e95dc415d45ecf03f2f9f83b264a6b11f49c0cca"
integrity sha512-kCqEOOHoBcFs/2Ccuk4Xarm/KiWRSLEX9CAZF8xkJ6ZPlIoTZ8V5f7J16vYLJqDbR7KrxTJpR2lqjIEm2Qx9cQ==

semver@~5.3.0:
version "5.3.0"
Expand Down

0 comments on commit 2d2d6ac

Please sign in to comment.