Skip to content

Commit

Permalink
fix(deps): update dependency is-reachable to v5 (#2010)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [is-reachable](https://togithub.com/sindresorhus/is-reachable) | dependencies | major | [`^4.0.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/is-reachable/4.0.0/5.0.0) |

---

### Release Notes

<details>
<summary>sindresorhus/is-reachable</summary>

### [`v5.0.0`](https://togithub.com/sindresorhus/is-reachable/releases/v5.0.0)

[Compare Source](https://togithub.com/sindresorhus/is-reachable/compare/v4.0.0...v5.0.0)

##### Breaking

-   Require Node.js 10 ([#&#8203;48](https://togithub.com/sindresorhus/is-reachable/issues/48))  [`50d61e8`](https://togithub.com/sindresorhus/is-reachable/commit/50d61e8)

##### Fixes

-   Fix timeout handling ([#&#8203;48](https://togithub.com/sindresorhus/is-reachable/issues/48))  [`50d61e8`](https://togithub.com/sindresorhus/is-reachable/commit/50d61e8)

</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 behind base branch, or you tick the rebase/retry checkbox.

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

---

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

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/nodejs-docs-samples).
  • Loading branch information
renovate-bot authored Oct 26, 2020
1 parent fc8b1c8 commit 139385a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datastore/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@google-cloud/datastore": "^6.0.0",
"is-reachable": "^4.0.0"
"is-reachable": "^5.0.0"
},
"devDependencies": {
"@google-cloud/functions-framework": "^1.1.1",
Expand Down

0 comments on commit 139385a

Please sign in to comment.