From d39841ecd9672f106700ef0d493deb272b9c0377 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 14 May 2020 12:20:37 +0200 Subject: [PATCH] fix(deps): bump health-checkup from 1.0.35 to 1.0.36 Bumps [health-checkup](https://github.com/hfreire/health-checkup) from 1.0.35 to 1.0.36. - [Release notes](https://github.com/hfreire/health-checkup/releases) - [Commits](https://github.com/hfreire/health-checkup/compare/v1.0.35...v1.0.36) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4e652f6c..834f5df8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6335,9 +6335,9 @@ } }, "health-checkup": { - "version": "1.0.35", - "resolved": "https://registry.npmjs.org/health-checkup/-/health-checkup-1.0.35.tgz", - "integrity": "sha512-4iDinNos6CEmxFm+FRcaT8OT+cL3mIymlqnNQqJ6tgV4eg1NGmM2S6vQ2WoJkWhKACAdgbnVJwV9EGnmgdgPhg==", + "version": "1.0.36", + "resolved": "https://registry.npmjs.org/health-checkup/-/health-checkup-1.0.36.tgz", + "integrity": "sha512-qZsgyAGoW3zpVQsM0R1jUefYsCfjDN96bcIcSu8SdtotxQ4rKNgwnvt+5t8TWui2PFnx2diCPTMYV38mar0cVQ==", "requires": { "bluebird": "3.7.2", "locks": "0.2.2", diff --git a/package.json b/package.json index c0523d9c..934983af 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "homepage": "https://github.com/hfreire/my-flic-hub#readme", "dependencies": { - "health-checkup": "1.0.35", + "health-checkup": "1.0.36", "lodash": "4.17.15", "modern-logger": "1.5.63", "node-lifx": "0.8.0",