From a2bc0467a323a06a2ddcce56adf9555e837e2848 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2020 02:35:30 +0000 Subject: [PATCH] chore(deps-dev): bump nock from 13.0.3 to 13.0.4 Bumps [nock](https://github.com/nock/nock) from 13.0.3 to 13.0.4. - [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.3...v13.0.4) 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 96a041826..3e86f5fd8 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint-plugin-prettier": "3.1.4", "jest": "26.3.0", "mockdate": "3.0.2", - "nock": "13.0.3", + "nock": "13.0.4", "nodemon": "2.0.4", "pinyin": "2.9.1", "prettier": "2.0.5", diff --git a/yarn.lock b/yarn.lock index c411b317a..21a2a6269 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8600,10 +8600,10 @@ no-case@^2.2.0: dependencies: lower-case "^1.1.1" -nock@13.0.3: - version "13.0.3" - resolved "https://registry.yarnpkg.com/nock/-/nock-13.0.3.tgz#9f81f04499af6a87f9c419a023920b623d715110" - integrity sha512-hDscKS5chEfyEiF8J1syz8mkkH6Wetp04ECAAPNdL5k6e6WmRgx9FZZNnCrjePNdykgiiPXORBcXbNmMzFOP5w== +nock@13.0.4: + version "13.0.4" + resolved "https://registry.yarnpkg.com/nock/-/nock-13.0.4.tgz#9fb74db35d0aa056322e3c45be14b99105cd7510" + integrity sha512-alqTV8Qt7TUbc74x1pKRLSENzfjp4nywovcJgi/1aXDiUxXdt7TkruSTF5MDWPP7UoPVgea4F9ghVdmX0xxnSA== dependencies: debug "^4.1.0" json-stringify-safe "^5.0.1"