From 17335442a21b9756656c996006458478f700703a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 09:37:35 -0800 Subject: [PATCH] build(deps-dev): bump nock from 13.0.8 to 13.0.9 Bumps [nock](https://github.com/nock/nock) from 13.0.8 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.8...v13.0.9) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6dea82b88..ef077d30d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4215,9 +4215,9 @@ "dev": true }, "nock": { - "version": "13.0.8", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.0.8.tgz", - "integrity": "sha512-LVv0buXfE52eT3CTkNBDcfTelWQGxaX3AJPVRzOFxLMR76EnFvbqaPXuDRikXYoOOmc4ie1uBUHw/G/sc6gVOg==", + "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", diff --git a/package.json b/package.json index c1a3e3226..f8f519096 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@sinonjs/fake-timers": "^7.0.2", "@vercel/node": "^1.9.0", "lodash.clonedeep": "^4.5.0", - "nock": "^13.0.8", + "nock": "^13.0.9", "prettier": "^2.2.1", "proxyquire": "^2.0.1", "semantic-release": "^17.4.0",