From 6b74dd61972747e6537a6d949c656c022b33b98f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 21:58:45 +0000 Subject: [PATCH] chore(deps): update dependency nock to v13.3.6 (#615) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 947a6364..8bcbe45f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "devDependencies": { "ava": "5.3.1", "c8": "8.0.1", - "nock": "13.3.4", + "nock": "13.3.6", "prettier": "3.0.3", "semantic-release": "22.0.5", "sinon": "16.1.3", @@ -3210,14 +3210,13 @@ } }, "node_modules/nock": { - "version": "13.3.4", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.4.tgz", - "integrity": "sha512-DDpmn5oLEdCTclEqweOT4U7bEpuoifBMFUXem9sA4turDAZ5tlbrEoWqCorwXey8CaAw44mst5JOQeVNiwtkhw==", + "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 67ca16a0..b9695a54 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "devDependencies": { "ava": "5.3.1", "c8": "8.0.1", - "nock": "13.3.4", + "nock": "13.3.6", "prettier": "3.0.3", "semantic-release": "22.0.5", "sinon": "16.1.3",