From e7482df4b37684b6ae5702f27b647ca6a211b016 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 10:12:45 +0000 Subject: [PATCH] chore(deps-dev): bump nock from 11.0.0 to 11.3.0 Bumps [nock](https://github.com/nock/nock) from 11.0.0 to 11.3.0. - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/next/CHANGELOG.md) - [Commits](https://github.com/nock/nock/commits) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bba553650..1b5fed8ff 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint-plugin-prettier": "3.1.0", "jest": "24.9.0", "mockdate": "2.0.5", - "nock": "11.0.0", + "nock": "11.3.0", "nodemon": "1.19.1", "pinyin": "2.9.0", "prettier": "1.18.2", diff --git a/yarn.lock b/yarn.lock index 5a26f74fb..3c00951f0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7157,10 +7157,10 @@ no-case@^2.2.0: dependencies: lower-case "^1.1.1" -nock@11.0.0: - version "11.0.0" - resolved "https://registry.yarnpkg.com/nock/-/nock-11.0.0.tgz#ad13e1bcea890d8942cfacc5d0aff5e0ef9a6331" - integrity sha512-lrlqTP3Ii8pT/j86F6tR2kRPUPA/aMWQ8TADzvLLDsZtqXlPdasKbg4G86bsnXUfM5yMlDIs9gIe/i7ZtPmCoA== +nock@11.3.0: + version "11.3.0" + resolved "https://registry.yarnpkg.com/nock/-/nock-11.3.0.tgz#a9ddc8271c7f74c4a815bc11eee0ef21e6d3be08" + integrity sha512-j5KXO096ov2XLvISUJQwl3UYJZy5dvArbK8Gt7+r0+gjtTU2uYiWJwhU4yIMXbtlHoX0od2LQgShAKXUObVbrA== dependencies: chai "^4.1.2" debug "^4.1.0"