From 6a1e63904b80887bb0bbdd919eb7cea98ada8d00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2020 18:24:56 -0700 Subject: [PATCH] chore(deps-dev): bump nock from 13.0.2 to 13.0.3 (#111) Bumps [nock](https://github.com/nock/nock) from 13.0.2 to 13.0.3. - [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.2...v13.0.3) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 166a4f3e..27ada442 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1778,9 +1778,9 @@ nise@^4.0.1: path-to-regexp "^1.7.0" nock@^13.0.0: - version "13.0.2" - resolved "https://registry.yarnpkg.com/nock/-/nock-13.0.2.tgz#3e50f88348edbb90cce1bbbf0a3ea6a068993983" - integrity sha512-Wm8H22iT3UKPDf138tmgJ0NRfCLd9f2LByki9T2mGHnB66pEqvJh3gV/up1ZufZF24n7/pDYyLGybdqOzF3JIw== + version "13.0.3" + resolved "https://registry.yarnpkg.com/nock/-/nock-13.0.3.tgz#9f81f04499af6a87f9c419a023920b623d715110" + integrity sha512-hDscKS5chEfyEiF8J1syz8mkkH6Wetp04ECAAPNdL5k6e6WmRgx9FZZNnCrjePNdykgiiPXORBcXbNmMzFOP5w== dependencies: debug "^4.1.0" json-stringify-safe "^5.0.1"