From 06c5b54239b8dc602f1760ed030f45317b8a0620 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 11 Nov 2020 03:41:06 +0000 Subject: [PATCH] chore(deps-dev): bump nock from 13.0.4 to 13.0.5 Bumps [nock](https://github.com/nock/nock) from 13.0.4 to 13.0.5. - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](https://github.com/nock/nock/compare/v13.0.4...v13.0.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 cd558ded3..57b38a0d8 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint-plugin-prettier": "3.1.4", "jest": "26.6.3", "mockdate": "3.0.2", - "nock": "13.0.4", + "nock": "13.0.5", "nodemon": "2.0.6", "pinyin": "2.9.1", "prettier": "2.1.2", diff --git a/yarn.lock b/yarn.lock index 04295ae78..b3db59e87 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8690,10 +8690,10 @@ no-case@^2.2.0: dependencies: lower-case "^1.1.1" -nock@13.0.4: - version "13.0.4" - resolved "https://registry.yarnpkg.com/nock/-/nock-13.0.4.tgz#9fb74db35d0aa056322e3c45be14b99105cd7510" - integrity sha512-alqTV8Qt7TUbc74x1pKRLSENzfjp4nywovcJgi/1aXDiUxXdt7TkruSTF5MDWPP7UoPVgea4F9ghVdmX0xxnSA== +nock@13.0.5: + version "13.0.5" + resolved "https://registry.yarnpkg.com/nock/-/nock-13.0.5.tgz#a618c6f86372cb79fac04ca9a2d1e4baccdb2414" + integrity sha512-1ILZl0zfFm2G4TIeJFW0iHknxr2NyA+aGCMTjDVUsBY4CkMRispF1pfIYkTRdAR/3Bg+UzdEuK0B6HczMQZcCg== dependencies: debug "^4.1.0" json-stringify-safe "^5.0.1"