From bd7f49197d8ddf001e2d97835a0a94167366eb1e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 14 May 2020 19:26:49 +0000 Subject: [PATCH] chore(deps-dev): bump nock from 13.0.0-beta.4 to 13.0.0-beta.5 Bumps [nock](https://github.com/nock/nock) from 13.0.0-beta.4 to 13.0.0-beta.5. - [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/v13.0.0-beta.4...v13.0.0-beta.5) 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 5a338c244..aed833025 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint-plugin-prettier": "3.1.3", "jest": "26.0.1", "mockdate": "2.0.5", - "nock": "13.0.0-beta.4", + "nock": "13.0.0-beta.5", "nodejieba": "2.4.1", "nodemon": "2.0.4", "pinyin": "2.9.1", diff --git a/yarn.lock b/yarn.lock index af33bf61a..b66d90ccb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8531,10 +8531,10 @@ no-case@^2.2.0: dependencies: lower-case "^1.1.1" -nock@13.0.0-beta.4: - version "13.0.0-beta.4" - resolved "https://registry.yarnpkg.com/nock/-/nock-13.0.0-beta.4.tgz#68821d84196cbdbda0e4134aab9f9cb7db14d180" - integrity sha512-COPgakmKZAwo7BpwridoakOAgg/bB5sjstrcW7lHy+BX7uV3Gg1ei02JzZJiJhGPiDLvWcdPSlqx/7U7lp4nPw== +nock@13.0.0-beta.5: + version "13.0.0-beta.5" + resolved "https://registry.yarnpkg.com/nock/-/nock-13.0.0-beta.5.tgz#59c52f3e1046068928c19c3352e6c3af34de7321" + integrity sha512-oFWo/hX+Q9pSQNjqLu1b0VtPNnle+TDVO28U6l29flg2U4kYIMeyiedc3OwXYrVGG/urG/sQDHIbSJTZD0YOQA== dependencies: debug "^4.1.0" json-stringify-safe "^5.0.1"