From 33bd2f8c6ba2ccd87f1e69faa6086a480ce28b03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 09:27:00 +0100 Subject: [PATCH] chore(deps-dev): bump nock from 13.0.10 to 13.0.11 (#44) 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 5a7d6282..05e94f27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11617,9 +11617,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 ad8fe115..667619b5 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "jest-junit": "^12.0.0", "lint-staged": "^10.5.4", "mocha-lcov-reporter": "^1.3.0", - "nock": "^13.0.10", + "nock": "^13.0.11", "nyc": "^15.1.0", "open-cli": "^6.0.1", "semantic-release": "^17.4.2",