From 1eb12bc7f40c5547ac670ec615fbeeb4b683991c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Mar 2021 16:10:36 -0500 Subject: [PATCH] Upgrade: Bump nock from 13.0.8 to 13.0.10 (#257) Bumps [nock](https://github.com/nock/nock) from 13.0.8 to 13.0.10. - [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.10) 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 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1df55f8..33a7476 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4915,9 +4915,9 @@ } }, "nock": { - "version": "13.0.8", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.0.8.tgz", - "integrity": "sha512-LVv0buXfE52eT3CTkNBDcfTelWQGxaX3AJPVRzOFxLMR76EnFvbqaPXuDRikXYoOOmc4ie1uBUHw/G/sc6gVOg==", + "version": "13.0.10", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.0.10.tgz", + "integrity": "sha512-AvUO/tbiWVBjlC3WsuIutPXltPbPmHWfcLwDSYzykKBJhOeo9eZPczo8n9aV4AHHCgpeL70zBXLwiSE+mzx89g==", "dev": true, "requires": { "debug": "^4.1.0", diff --git a/package.json b/package.json index be7dfdd..f4e1efe 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "markdownlint-cli": "^0.26.0", "mocha": "^8.3.0", "mustache": "^4.1.0", - "nock": "^13.0.8", + "nock": "^13.0.10", "npm-check-updates": "^11.1.9", "npm-run-all": "^4.1.5", "nyc": "^15.1.0",