From ae467c7313c2e10f88e5ba9038205aa675616db7 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 24 Dec 2016 10:00:31 -0600 Subject: [PATCH] Update deps. --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index dbeeb7570..78be195fe 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "async": "^2.1.4", - "benchmark": "^2.1.2", + "benchmark": "^2.1.3", "chalk": "^1.1.3", "cheerio": "^0.22.0", "codecov.io": "~0.1.6", diff --git a/yarn.lock b/yarn.lock index 1ec8fe564..0629bedc0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -756,12 +756,12 @@ bcrypt-pbkdf@^1.0.0: dependencies: tweetnacl "^0.14.3" -benchmark@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/benchmark/-/benchmark-2.1.2.tgz#0676d82e560d82d2f317f82cf0858483955a7bfe" +benchmark@^2.1.3: + version "2.1.3" + resolved "https://registry.yarnpkg.com/benchmark/-/benchmark-2.1.3.tgz#e10e40e4d53d0e1c9d77a834fde593994dca7f0c" dependencies: - lodash "^4.16.4" - platform "^1.3.1" + lodash "^4.17.3" + platform "^1.3.3" big.js@^3.1.3: version "3.1.3"