From dbdec43c190e53405a9127b440580a29b3bc4195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 11:12:14 +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.8...v13.4.0) --- updated-dependencies: - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-minor 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 1d494b45..4ddaded4 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.8", + "nock": "13.4.0", "pinst": "3.0.0", "prettier": "3.1.0", "rimraf": "5.0.5", @@ -7723,9 +7723,9 @@ "dev": true }, "node_modules/nock": { - "version": "13.3.8", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.8.tgz", - "integrity": "sha512-96yVFal0c/W1lG7mmfRe7eO+hovrhJYd2obzzOZ90f6fjpeU/XNvd9cYHZKZAQJumDfhXgoTpkpJ9pvMj+hqHw==", + "version": "13.4.0", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.4.0.tgz", + "integrity": "sha512-W8NVHjO/LCTNA64yxAPHV/K47LpGYcVzgKd3Q0n6owhwvD0Dgoterc25R4rnZbckJEb6Loxz1f5QMuJpJnbSyQ==", "dev": true, "dependencies": { "debug": "^4.1.0", diff --git a/package.json b/package.json index b45c66a5..d5dd840a 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.8", + "nock": "13.4.0", "pinst": "3.0.0", "prettier": "3.1.0", "rimraf": "5.0.5",