From 4991f84cf38b8f47847db832b46aed40221fc2f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jan 2022 17:44:09 +0000 Subject: [PATCH] build(deps-dev): bump nock from 13.0.4 to 13.2.2 Bumps [nock](https://github.com/nock/nock) from 13.0.4 to 13.2.2. - [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.4...v13.2.2) --- updated-dependencies: - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 220e70b6592..a4ac77dafcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23938,9 +23938,9 @@ } }, "nock": { - "version": "13.0.4", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.0.4.tgz", - "integrity": "sha512-alqTV8Qt7TUbc74x1pKRLSENzfjp4nywovcJgi/1aXDiUxXdt7TkruSTF5MDWPP7UoPVgea4F9ghVdmX0xxnSA==", + "version": "13.2.2", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.2.2.tgz", + "integrity": "sha512-PcBHuvl9i6zfaJ50A7LS55oU+nFLv8htXIhffJO+FxyfibdZ4jEvd9kTuvkrJireBFIGMZ+oUIRpMK5gU9h//g==", "dev": true, "requires": { "debug": "^4.1.0", diff --git a/package.json b/package.json index 7afd42d46ab..b9c01dfeab4 100644 --- a/package.json +++ b/package.json @@ -215,7 +215,7 @@ "nightwatch": "^0.9.21", "nightwatch-cucumber": "^9.0.0", "nightwatch-custom-commands-assertions": "^1.1.1", - "nock": "^13.0.4", + "nock": "^13.2.2", "nodemon": "^2.0.3", "npm-run-all": "^4.1.3", "nyc": "15.1.0",