From 64a154912c093cef089fc2a0313448d1f8c745e2 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sat, 3 Mar 2018 07:56:47 +0100 Subject: [PATCH] =?UTF-8?q?Update=20proxyquire=20to=20the=20latest=20versi?= =?UTF-8?q?on=20=F0=9F=9A=80=20(#307)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(package): update proxyquire to version 2.0.0 * chore(package): update lockfile https://npm.im/greenkeeper-lockfile --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 939e54a8f7..c330b07dc6 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "lolex": "^2.1.2", "nyc": "^11.0.3", "prettier": "^1.8.2", - "proxyquire": "^1.7.11", + "proxyquire": "^2.0.0", "superagent": "^3.8.1", "supertest": "^3.0.0", "supervisor": "^0.12.0" diff --git a/yarn.lock b/yarn.lock index 77942e5538..3fdf33aa41 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4492,9 +4492,9 @@ proxy-agent@~2.0.0: pac-proxy-agent "1" socks-proxy-agent "2" -proxyquire@^1.7.11: - version "1.8.0" - resolved "https://registry.yarnpkg.com/proxyquire/-/proxyquire-1.8.0.tgz#02d514a5bed986f04cbb2093af16741535f79edc" +proxyquire@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/proxyquire/-/proxyquire-2.0.0.tgz#9803bf37b64d538b7ab05c53e839d1ab315905e3" dependencies: fill-keys "^1.0.2" module-not-found-error "^1.0.0"