From cf5641c5b0360da497ae5cddb72ea2a91fcd37bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 11:30:12 +0000 Subject: [PATCH] build(deps-dev): bump the dev-testing group with 1 update Bumps the dev-testing group with 1 update: [nock](https://github.com/nock/nock). - [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.8) --- updated-dependencies: - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-testing ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4ac98116..25803e2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "eslint-plugin-prettier": "5.0.1", "husky": "8.0.3", "jest": "29.7.0", - "nock": "13.3.6", + "nock": "13.3.8", "pinst": "3.0.0", "prettier": "3.0.3", "rimraf": "5.0.5", @@ -7709,9 +7709,9 @@ "dev": true }, "node_modules/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.8", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.8.tgz", + "integrity": "sha512-96yVFal0c/W1lG7mmfRe7eO+hovrhJYd2obzzOZ90f6fjpeU/XNvd9cYHZKZAQJumDfhXgoTpkpJ9pvMj+hqHw==", "dev": true, "dependencies": { "debug": "^4.1.0", diff --git a/package.json b/package.json index 7183caf1..f9328fa5 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "eslint-plugin-prettier": "5.0.1", "husky": "8.0.3", "jest": "29.7.0", - "nock": "13.3.6", + "nock": "13.3.8", "pinst": "3.0.0", "prettier": "3.0.3", "rimraf": "5.0.5",