From 5660449b59128363704c9fa31cf4ce74aada2c9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 15:28:59 +0000 Subject: [PATCH] Bump nock from 14.0.14 to 14.0.15 Bumps [nock](https://github.com/nock/nock) from 14.0.14 to 14.0.15. - [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.14...v14.0.15) --- updated-dependencies: - dependency-name: nock dependency-version: 14.0.15 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 ac764c2..c36555c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ }, "devDependencies": { "mocha": "^11.7.5", - "nock": "^14.0.14", + "nock": "^14.0.15", "nyc": "^18.0.0", "smee-client": "^5.0.0", "uvu": "^0.5.6" @@ -4781,9 +4781,9 @@ } }, "node_modules/nock": { - "version": "14.0.14", - "resolved": "https://registry.npmjs.org/nock/-/nock-14.0.14.tgz", - "integrity": "sha512-PKk7tex0O3RRXUZC5XDKJ9yM3rYRPS13myduT85VIIYDBnib42Fpxoe6KxRSzqB4iL2NDxkcJ2yiskZ18hGLEQ==", + "version": "14.0.15", + "resolved": "https://registry.npmjs.org/nock/-/nock-14.0.15.tgz", + "integrity": "sha512-S0a47C9pLvcYx/Ugf0H30BVBEcUgMMBDk9VJIDlJ8XGrfH2QDUD4Tgdp45qDIiHttokBG+IbsOtsvIjGR/j3bg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1575c68..c0e0ba1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "license": "MIT", "devDependencies": { "mocha": "^11.7.5", - "nock": "^14.0.14", + "nock": "^14.0.15", "nyc": "^18.0.0", "smee-client": "^5.0.0", "uvu": "^0.5.6"