From c5950903b2d9af03c59f0391c9af4d40ce09cbeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 00:04:25 +0000 Subject: [PATCH] [npm] Bump nock from 14.0.15 to 14.0.16 in the octokit group Bumps the octokit group with 1 update: [nock](https://github.com/nock/nock). Updates `nock` from 14.0.15 to 14.0.16 - [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.16) --- updated-dependencies: - dependency-name: nock dependency-version: 14.0.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: octokit ... 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 87ac3f6..8753886 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "esbuild": "^0.28.1", "eslint": "^10.5.0", "jiti": "^2.4.2", - "nock": "^14.0.0", + "nock": "^14.0.16", "smee-client": "^5.0.0", "tsx": "^4.22.4", "typescript": "^6.0.3", @@ -3404,9 +3404,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.16", + "resolved": "https://registry.npmjs.org/nock/-/nock-14.0.16.tgz", + "integrity": "sha512-8r4KEc6nT1D/fdLD/R1BO1CPaVEL8o40u/guFRJlXabN7vr3RmMqyjsY5Krt0nMwhsOAwXQ/mtN5vy5Jh3aErg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5abd2ee..7589004 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "esbuild": "^0.28.1", "eslint": "^10.5.0", "jiti": "^2.4.2", - "nock": "^14.0.0", + "nock": "^14.0.16", "smee-client": "^5.0.0", "tsx": "^4.22.4", "typescript": "^6.0.3",