From e2beadd9601f3393254eae3f9c5a30abfd4ae988 Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Mon, 11 Jun 2018 13:23:28 +0200 Subject: [PATCH] Upgrade update-check (#4585) Fixes #4581 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3509039075..126eb37c6d 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "touch": "3.1.0", "uglifyjs-webpack-plugin": "1.1.6", "unfetch": "3.0.0", - "update-check": "1.4.0", + "update-check": "1.5.2", "url": "0.11.0", "uuid": "3.1.0", "walk": "2.3.9", diff --git a/yarn.lock b/yarn.lock index addfc6b940..8d06a1582c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7381,9 +7381,9 @@ upath@^1.0.0: version "1.0.4" resolved "https://registry.yarnpkg.com/upath/-/upath-1.0.4.tgz#ee2321ba0a786c50973db043a50b7bcba822361d" -update-check@1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/update-check/-/update-check-1.4.0.tgz#800235ba1bd1ace324e646eb055799a09aed8b28" +update-check@1.5.2: + version "1.5.2" + resolved "https://registry.yarnpkg.com/update-check/-/update-check-1.5.2.tgz#2fe09f725c543440b3d7dabe8971f2d5caaedc28" dependencies: registry-auth-token "3.3.2" registry-url "3.1.0" -- GitLab