From 48a91edb66c5169c8bd04d091d5a8fbe84af9c81 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2019 01:02:31 +0000 Subject: [PATCH] chore(deps-dev): bump nock from 11.3.6 to 11.4.0 Bumps [nock](https://github.com/nock/nock) from 11.3.6 to 11.4.0. - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/master/CHANGELOG.md) - [Commits](https://github.com/nock/nock/compare/v11.3.6...v11.4.0) 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 16f7fd7cb..1ff1aad1c 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "eslint-plugin-prettier": "3.1.1", "jest": "24.9.0", "mockdate": "2.0.5", - "nock": "11.3.6", + "nock": "11.4.0", "nodejieba": "2.3.2", "nodemon": "1.19.3", "pinyin": "2.9.0", diff --git a/yarn.lock b/yarn.lock index 160c4a0e8..e70dfb27f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7449,10 +7449,10 @@ no-case@^2.2.0: dependencies: lower-case "^1.1.1" -nock@11.3.6: - version "11.3.6" - resolved "https://registry.yarnpkg.com/nock/-/nock-11.3.6.tgz#cd87eb47ed9755d6d1e04dee1d56722267cb3283" - integrity sha512-54MSX4qeRnhwQQ2PSHlHc6pM6zNf7Dq9ni0BTFTurnDbUUssXl2Jy3E95ffaE8rZ/W/FWa9VSfzWDDnbdAsoTg== +nock@11.4.0: + version "11.4.0" + resolved "https://registry.yarnpkg.com/nock/-/nock-11.4.0.tgz#68c2f9cf533f13ecb1a43e956823dbfba5593d17" + integrity sha512-UrVEbEAvhyDoUttrS0fv3znhZ5nEJvlxqgmrC6Gb2Mf9cFci65RMK17e6EjDDQB57g5iwZw1TFnVvyeL0eUlhQ== dependencies: chai "^4.1.2" debug "^4.1.0"