From 985e61b3c6e5f6a4492f6d14f2833738584b087a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Mon, 21 May 2018 12:16:30 +0200 Subject: [PATCH] Upgrade strftime version to 0.10.0 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 965db876..cf3c5b5c 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "moment": "~2.18.1", "nock": "~2.11.0", "redis": "2.8.0", - "strftime": "~0.8.2" + "strftime": "0.10.0" }, "scripts": { "lint": "jshint lib test", diff --git a/yarn.lock b/yarn.lock index dfb976f9..d0445d14 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2348,9 +2348,9 @@ step@~0.0.5: version "0.0.6" resolved "https://registry.yarnpkg.com/step/-/step-0.0.6.tgz#143e7849a5d7d3f4a088fe29af94915216eeede2" -strftime@~0.8.2: - version "0.8.4" - resolved "https://registry.yarnpkg.com/strftime/-/strftime-0.8.4.tgz#86b15949845e7de20c0c3d69db2b74fb73e4d25e" +strftime@0.10.0: + version "0.10.0" + resolved "https://registry.yarnpkg.com/strftime/-/strftime-0.10.0.tgz#b3f0fa419295202a5a289f6d6be9f4909a617193" string-width@^1.0.1, string-width@^1.0.2: version "1.0.2"