From b9b0cdbf3d9f0c499d42eca33a3137ee88d744f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 15:00:50 +0000 Subject: [PATCH] Bump nock from 13.3.6 to 13.3.7 Bumps [nock](https://github.com/nock/nock) from 13.3.6 to 13.3.7. - [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.3.6...v13.3.7) --- updated-dependencies: - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-patch ... 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 308f60b..9950647 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2474,9 +2474,9 @@ "dev": true }, "nock": { - "version": "13.3.6", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.6.tgz", - "integrity": "sha512-lT6YuktKroUFM+27mubf2uqQZVy2Jf+pfGzuh9N6VwdHlFoZqvi4zyxFTVR1w/ChPqGY6yxGehHp6C3wqCASCw==", + "version": "13.3.7", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.7.tgz", + "integrity": "sha512-z3voRxo6G0JxqCsjuzERh1ReFC4Vp2b7JpSgcMJB6jnJbUszf88awAeQLIID2UNMwbMh9/Zm5sFscagj0QYHEg==", "dev": true, "requires": { "debug": "^4.1.0", diff --git a/package.json b/package.json index 9c04169..4a7f18b 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint-plugin-github": "^4.10.1", "eslint-plugin-jest": "^27.6.0", "js-yaml": "^4.1.0", - "nock": "^13.3.6", + "nock": "^13.3.7", "prettier": "2.8.8", "typescript": "^4.9.5" }