From 9c67e861720e653908105a6d286337ee78701b9f Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@renovateapp.com> Date: Fri, 8 Feb 2019 13:53:21 +0000 Subject: [PATCH] build(deps): update dependency @sindresorhus/is to v0.15.0 --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d8a71aacb3..7fc1edd805 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "dependencies": { "@renovate/pep440": "0.4.1", "@renovatebot/docker-registry-client": "3.3.0", - "@sindresorhus/is": "0.14.0", + "@sindresorhus/is": "0.15.0", "@snyk/ruby-semver": "2.0.0", "@yarnpkg/lockfile": "1.1.0", "azure-devops-node-api": "6.6.3", diff --git a/yarn.lock b/yarn.lock index a35db34b37..586a891f9c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -163,7 +163,12 @@ into-stream "^4.0.0" lodash "^4.17.4" -"@sindresorhus/is@0.14.0", "@sindresorhus/is@^0.14.0": +"@sindresorhus/is@0.15.0": + version "0.15.0" + resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.15.0.tgz#96915baa05e6a6a1d137badf4984d3fc05820bb6" + integrity sha512-lu8BpxjAtRCAo5ifytTpCPCj99LF7o/2Myn+NXyNCBqvPYn7Pjd76AMmUB5l7XF1U6t0hcWrlEM5ESufW7wAeA== + +"@sindresorhus/is@^0.14.0": version "0.14.0" resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea" integrity sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ== -- GitLab