From c74dda196afb487142c94882b9c91e6a154d21ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 17:29:02 +0000 Subject: [PATCH] chore(deps): update dependency nock to v14.0.16 --- 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 fd19b4f..b3026a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "mocha": "11.7.6", "mocha-multi-reporters": "^1.5.1", "mocha-suppress-logs": "0.6.0", - "nock": "14.0.15", + "nock": "14.0.16", "semantic-release": "25.0.5" } }, @@ -6450,9 +6450,9 @@ "license": "MIT" }, "node_modules/nock": { - "version": "14.0.15", - "resolved": "https://registry.npmjs.org/nock/-/nock-14.0.15.tgz", - "integrity": "sha512-S0a47C9pLvcYx/Ugf0H30BVBEcUgMMBDk9VJIDlJ8XGrfH2QDUD4Tgdp45qDIiHttokBG+IbsOtsvIjGR/j3bg==", + "version": "14.0.16", + "resolved": "https://registry.npmjs.org/nock/-/nock-14.0.16.tgz", + "integrity": "sha512-8r4KEc6nT1D/fdLD/R1BO1CPaVEL8o40u/guFRJlXabN7vr3RmMqyjsY5Krt0nMwhsOAwXQ/mtN5vy5Jh3aErg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 8e63174..9e4cadf 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "mocha": "11.7.6", "mocha-multi-reporters": "^1.5.1", "mocha-suppress-logs": "0.6.0", - "nock": "14.0.15", + "nock": "14.0.16", "semantic-release": "25.0.5" }, "lint-staged": {