From 3f68c9ef100db90351586aff213802bcc9646419 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 00:31:11 +0000 Subject: [PATCH] chore(deps-dev): bump nock from 13.3.6 to 13.4.0 Bumps [nock](https://github.com/nock/nock) from 13.3.6 to 13.4.0. - [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.4.0) --- updated-dependencies: - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-minor ... 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 67363663..513524ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "jest": "^29.7.0", "jest-junit": "^16.0.0", "lint-staged": "^15.2.0", - "nock": "^13.3.6", + "nock": "^13.4.0", "nyc": "^15.1.0", "open-cli": "^8.0.0", "semantic-release": "^22.0.12", @@ -9657,9 +9657,9 @@ "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==" }, "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.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 6e65e68b..563b78e4 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "jest": "^29.7.0", "jest-junit": "^16.0.0", "lint-staged": "^15.2.0", - "nock": "^13.3.6", + "nock": "^13.4.0", "nyc": "^15.1.0", "open-cli": "^8.0.0", "semantic-release": "^22.0.12",