From 0a9e722036d5f35b03ef8d620f951945e78bab6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 14:56:19 +0000 Subject: [PATCH] Chore(deps-dev): bump nock from 13.0.10 to 13.0.11 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] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index fda685723..490acab45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3309,9 +3309,9 @@ } }, "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",