From d65d26272315bd36af1a43f7dad81aa5ab65a846 Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@renovateapp.com> Date: Thu, 7 Jun 2018 03:36:43 +0000 Subject: [PATCH] chore: update dependency nock to v9.3.1 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f5108ae58c..78f777b4b1 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "jest": "23.1.0", "jest-silent-reporter": "0.0.5", "mockdate": "2.0.2", - "nock": "9.3.0", + "nock": "9.3.1", "prettier": "1.13.4", "semantic-release": "15.5.1" }, diff --git a/yarn.lock b/yarn.lock index 2ed8b1c40b..4941b6a72f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4189,9 +4189,9 @@ nice-try@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.4.tgz#d93962f6c52f2c1558c0fbda6d512819f1efe1c4" -nock@9.3.0: - version "9.3.0" - resolved "https://registry.yarnpkg.com/nock/-/nock-9.3.0.tgz#4dcfdd37bd249836754d05bbac5a1f05e12e0f16" +nock@9.3.1: + version "9.3.1" + resolved "https://registry.yarnpkg.com/nock/-/nock-9.3.1.tgz#8c5c6428240d5bf337b7b72c04e63a6737183b95" dependencies: chai "^4.1.2" debug "^3.1.0" -- GitLab