From eb6b446c02b5fce775b3bf00860498d82bfbaf86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 02:58:14 +0000 Subject: [PATCH] chore(deps-dev): 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 470caf1..7c57ff3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "globals": "^17.5.0", "husky": "^9.1.7", "jest": "^30.3.0", - "nock": "^14.0.14", + "nock": "^14.0.15", "nodemon": "^3.1.14", "prettier": "^3.8.3", "supertest": "^7.1.4", @@ -10479,9 +10479,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 5a874af..3def689 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "globals": "^17.5.0", "husky": "^9.1.7", "jest": "^30.3.0", - "nock": "^14.0.14", + "nock": "^14.0.15", "nodemon": "^3.1.14", "prettier": "^3.8.3", "supertest": "^7.1.4",