From 7943fbe65c50f83053de0e94531ed444909be543 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 23:52:39 +0000 Subject: [PATCH] Bump nock from 14.0.13 to 14.0.15 Bumps [nock](https://github.com/nock/nock) from 14.0.13 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.13...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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 74fccd4..b16475a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "eslint-plugin-prettier": "^5.5.5", "jest": "^30.3.0", "jest-util": "^30.4.1", - "nock": "14.0.13", + "nock": "14.0.15", "prettier": "3.8.3", "standard": "^17.1.2", "ts-jest": "^29.4.9", @@ -7659,9 +7659,9 @@ "dev": true }, "node_modules/nock": { - "version": "14.0.13", - "resolved": "https://registry.npmjs.org/nock/-/nock-14.0.13.tgz", - "integrity": "sha512-SCPsQmGVNY8h1rfS3aU0MzOGYY+wKIFukHEsoSIwPRCYocZkya7MFIlWIEYPWQZj+Gaksg6EyUaY255ZDqpQuA==", + "version": "14.0.15", + "resolved": "https://registry.npmjs.org/nock/-/nock-14.0.15.tgz", + "integrity": "sha512-S0a47C9pLvcYx/Ugf0H30BVBEcUgMMBDk9VJIDlJ8XGrfH2QDUD4Tgdp45qDIiHttokBG+IbsOtsvIjGR/j3bg==", "dev": true, "dependencies": { "@mswjs/interceptors": "^0.41.0", @@ -15721,9 +15721,9 @@ "dev": true }, "nock": { - "version": "14.0.13", - "resolved": "https://registry.npmjs.org/nock/-/nock-14.0.13.tgz", - "integrity": "sha512-SCPsQmGVNY8h1rfS3aU0MzOGYY+wKIFukHEsoSIwPRCYocZkya7MFIlWIEYPWQZj+Gaksg6EyUaY255ZDqpQuA==", + "version": "14.0.15", + "resolved": "https://registry.npmjs.org/nock/-/nock-14.0.15.tgz", + "integrity": "sha512-S0a47C9pLvcYx/Ugf0H30BVBEcUgMMBDk9VJIDlJ8XGrfH2QDUD4Tgdp45qDIiHttokBG+IbsOtsvIjGR/j3bg==", "dev": true, "requires": { "@mswjs/interceptors": "^0.41.0", diff --git a/package.json b/package.json index 0f248bc..4bb7d34 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint-plugin-prettier": "^5.5.5", "jest": "^30.3.0", "jest-util": "^30.4.1", - "nock": "14.0.13", + "nock": "14.0.15", "prettier": "3.8.3", "standard": "^17.1.2", "ts-jest": "^29.4.9",