From 38e1992e128af175737b4493b702a90f403d4309 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 15:00:34 +0000 Subject: [PATCH] Bump nock from 14.0.15 to 14.0.17 Bumps [nock](https://github.com/nock/nock) from 14.0.15 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.15...v14.0.17) --- updated-dependencies: - dependency-name: nock dependency-version: 14.0.16 dependency-type: direct:development update-type: version-update:semver-major ... 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 b245ad6..9c11bdd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "eslint-plugin-n": "^18.1.0", "globals": "^17.7.0", "jest": "^30.4.2", - "nock": "^14.0.0", + "nock": "^14.0.17", "prettier": "^3.8.4", "ts-jest": "^29.4.11", "typescript": "^6.0.3" @@ -5094,9 +5094,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.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 74b50f5..3f31d35 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "eslint-plugin-n": "^18.1.0", "globals": "^17.7.0", "jest": "^30.4.2", - "nock": "^14.0.0", + "nock": "^14.0.17", "prettier": "^3.8.4", "ts-jest": "^29.4.11", "typescript": "^6.0.3"