From 2a8f4a39fc781871b48a8db099714c86e362503e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 20:32:58 +0000 Subject: [PATCH] build(deps-dev): bump nock from 14.0.16 to 14.0.17 Bumps [nock](https://github.com/nock/nock) from 14.0.16 to 14.0.17. - [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/v14.0.16...v14.0.17) --- updated-dependencies: - dependency-name: nock dependency-version: 14.0.17 dependency-type: direct:development update-type: version-update:semver-patch ... 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 3cad3a97d..7c237af2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "globals": "17.8.0", "jest": "30.4.2", "jest-junit": "17.0.0", - "nock": "14.0.16", + "nock": "14.0.17", "prettier": "3.9.6", "sinon": "22.1.0", "ts-jest": "29.4.12", @@ -10520,9 +10520,9 @@ "license": "MIT" }, "node_modules/nock": { - "version": "14.0.16", - "resolved": "https://registry.npmjs.org/nock/-/nock-14.0.16.tgz", - "integrity": "sha512-8r4KEc6nT1D/fdLD/R1BO1CPaVEL8o40u/guFRJlXabN7vr3RmMqyjsY5Krt0nMwhsOAwXQ/mtN5vy5Jh3aErg==", + "version": "14.0.17", + "resolved": "https://registry.npmjs.org/nock/-/nock-14.0.17.tgz", + "integrity": "sha512-EjRr1weMa4ALQX35AgZTEnP+weJJjlW1KGDiNM2IQC2069YDHas4f4B4UUYR+TTLyKWxJvOz2wObDKQs/LNreA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f4a63f5c7..2d74bc7e2 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "globals": "17.8.0", "jest": "30.4.2", "jest-junit": "17.0.0", - "nock": "14.0.16", + "nock": "14.0.17", "prettier": "3.9.6", "sinon": "22.1.0", "ts-jest": "29.4.12",