From b2c9671145c17c190990e9113f70965949ba8d1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 09:27:16 +0100 Subject: [PATCH] chore(deps-dev): bump nock from 13.0.10 to 13.0.11 (#4) Bumps [nock](https://github.com/nock/nock) from 13.0.10 to 13.0.11. - [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.10...v13.0.11) 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 6f3d08fc..a4b14c11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7067,9 +7067,9 @@ "dev": true }, "nock": { - "version": "13.0.10", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.0.10.tgz", - "integrity": "sha512-AvUO/tbiWVBjlC3WsuIutPXltPbPmHWfcLwDSYzykKBJhOeo9eZPczo8n9aV4AHHCgpeL70zBXLwiSE+mzx89g==", + "version": "13.0.11", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.0.11.tgz", + "integrity": "sha512-sKZltNkkWblkqqPAsjYW0bm3s9DcHRPiMOyKO/PkfJ+ANHZ2+LA2PLe22r4lLrKgXaiSaDQwW3qGsJFtIpQIeQ==", "dev": true, "requires": { "debug": "^4.1.0", diff --git a/package.json b/package.json index f7b4e045..bbe99935 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "jest": "^26.6.3", "jest-junit": "^12.0.0", "lint-staged": "^10.5.4", - "nock": "^13.0.10", + "nock": "^13.0.11", "open-cli": "^6.0.1", "semantic-release": "^17.4.2" },