From ae76757fcbc61be424e3b8944661984ae1ec6f33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Mar 2021 10:27:32 -0500 Subject: [PATCH] Upgrade: Bump nock from 13.0.7 to 13.0.9 (#162) Bumps [nock](https://github.com/nock/nock) from 13.0.7 to 13.0.9. - [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.7...v13.0.9) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: DeepaliAloori <71791564+DeepaliAloori@users.noreply.github.com> --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 50aa416..786e467 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3387,9 +3387,9 @@ } }, "nock": { - "version": "13.0.7", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.0.7.tgz", - "integrity": "sha512-WBz73VYIjdbO6BwmXODRQLtn7B5tldA9pNpWJe5QTtTEscQlY5KXU4srnGzBOK2fWakkXj69gfTnXGzmrsaRWw==", + "version": "13.0.9", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.0.9.tgz", + "integrity": "sha512-SoGx/J0SsZPOdBFrBC9PP6NwaEgOBQIRPbsOsO9q+OwOPWc5eT6wALSxn3ZNE4Fv2ImIUXM4Hv/07rjq/uWDew==", "dev": true, "requires": { "debug": "^4.1.0",