From 8b19976eafb35666401ea4d427f14be2d40cb306 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jan 2022 21:46:32 +0000 Subject: [PATCH] chore(deps-dev): bump nock from 13.2.1 to 13.2.2 (#7497) Bumps [nock](https://github.com/nock/nock) from 13.2.1 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.2.1...v13.2.2) --- updated-dependencies: - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c1636cf553..fdebfec64b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -124,7 +124,7 @@ "mocha-env-reporter": "^4.0.0", "mocha-junit-reporter": "^2.0.2", "mocha-yaml-loader": "^1.0.3", - "nock": "13.2.1", + "nock": "13.2.2", "node-mocks-http": "^1.11.0", "nodemon": "^2.0.15", "npm-run-all": "^4.1.5", @@ -19713,9 +19713,9 @@ "dev": true }, "node_modules/nock": { - "version": "13.2.1", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.2.1.tgz", - "integrity": "sha512-CoHAabbqq/xZEknubuyQMjq6Lfi5b7RtK6SoNK6m40lebGp3yiMagWtIoYaw2s9sISD7wPuCfwFpivVHX/35RA==", + "version": "13.2.2", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.2.2.tgz", + "integrity": "sha512-PcBHuvl9i6zfaJ50A7LS55oU+nFLv8htXIhffJO+FxyfibdZ4jEvd9kTuvkrJireBFIGMZ+oUIRpMK5gU9h//g==", "dev": true, "dependencies": { "debug": "^4.1.0", @@ -44202,9 +44202,9 @@ } }, "nock": { - "version": "13.2.1", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.2.1.tgz", - "integrity": "sha512-CoHAabbqq/xZEknubuyQMjq6Lfi5b7RtK6SoNK6m40lebGp3yiMagWtIoYaw2s9sISD7wPuCfwFpivVHX/35RA==", + "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 b67a612579..4bc8e51850 100644 --- a/package.json +++ b/package.json @@ -210,7 +210,7 @@ "mocha-env-reporter": "^4.0.0", "mocha-junit-reporter": "^2.0.2", "mocha-yaml-loader": "^1.0.3", - "nock": "13.2.1", + "nock": "13.2.2", "node-mocks-http": "^1.11.0", "nodemon": "^2.0.15", "npm-run-all": "^4.1.5",