From 6ac9b8ae6bec9891d4a5ec5f26a7ea8f04ab2d12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 08:48:05 +0000 Subject: [PATCH] chore(deps-dev): bump nock from 13.3.3 to 13.3.6 Bumps [nock](https://github.com/nock/nock) from 13.3.3 to 13.3.6. - [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.3...v13.3.6) --- updated-dependencies: - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 048f27cf..f4ea50c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "jest-junit": "^16.0.0", "lint-staged": "^14.0.1", "mocha-lcov-reporter": "^1.3.0", - "nock": "^13.3.3", + "nock": "^13.3.6", "nyc": "^15.1.0", "open-cli": "^7.2.0", "semantic-release": "^22.0.1", @@ -9431,14 +9431,13 @@ "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==" }, "node_modules/nock": { - "version": "13.3.3", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.3.tgz", - "integrity": "sha512-z+KUlILy9SK/RjpeXDiDUEAq4T94ADPHE3qaRkf66mpEhzc/ytOMm3Bwdrbq6k1tMWkbdujiKim3G2tfQARuJw==", + "version": "13.3.6", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.6.tgz", + "integrity": "sha512-lT6YuktKroUFM+27mubf2uqQZVy2Jf+pfGzuh9N6VwdHlFoZqvi4zyxFTVR1w/ChPqGY6yxGehHp6C3wqCASCw==", "dev": true, "dependencies": { "debug": "^4.1.0", "json-stringify-safe": "^5.0.1", - "lodash": "^4.17.21", "propagate": "^2.0.0" }, "engines": { diff --git a/package.json b/package.json index ee1bf79f..ce1da501 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "jest-junit": "^16.0.0", "lint-staged": "^14.0.1", "mocha-lcov-reporter": "^1.3.0", - "nock": "^13.3.3", + "nock": "^13.3.6", "nyc": "^15.1.0", "open-cli": "^7.2.0", "semantic-release": "^22.0.1",