Skip to content

Commit

Permalink
fix(deps): update dependency semver to v6
Browse files Browse the repository at this point in the history
fix(deps): update dependency semver to v6

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| semver | dependencies | major | [`^5.4.1` -> `^6.0.0`](https://diff.intrinsic.com/semver/5.7.0/6.0.0) | [source](https://togithub.com/npm/node-semver) |
| @​types/semver | devDependencies | major | [`^5.4.0` -> `^6.0.0`](https://diff.intrinsic.com/@types/semver/5.5.0/6.0.0) | [source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver) |

---

### Release Notes

<details>
<summary>npm/node-semver</summary>

### [`v6.0.0`](https://togithub.com/npm/node-semver/compare/v5.7.0...v6.0.0)

[Compare Source](https://togithub.com/npm/node-semver/compare/v5.7.0...v6.0.0)

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR is stale, or if you modify the PR title to begin with "`rebase!`".

:no_bell: **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#googleapis/cloud-trace-nodejs).

#990 automerged by dpebot
  • Loading branch information
renovate[bot] authored and yoshi-automation committed Apr 1, 2019
1 parent f366306 commit fae65bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@types/pify": "^3.0.0",
"@types/proxyquire": "^1.3.28",
"@types/request": "^2.48.1",
"@types/semver": "^5.4.0",
"@types/semver": "^6.0.0",
"@types/shimmer": "^1.0.1",
"@types/tmp": "0.1.0",
"@types/uuid": "^3.4.3",
Expand Down Expand Up @@ -108,7 +108,7 @@
"is": "^3.2.0",
"methods": "^1.1.1",
"require-in-the-middle": "^4.0.0",
"semver": "^5.4.1",
"semver": "^6.0.0",
"shimmer": "^1.2.0",
"teeny-request": "^3.11.1",
"uuid": "^3.0.1"
Expand Down

0 comments on commit fae65bd

Please sign in to comment.