From 5dea0e5ada4571e2d240a88b0c29e8f9c43fb391 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 18:23:20 +0000 Subject: [PATCH] Bump nock from 14.0.12 to 14.0.13 in /.github/scripts Bumps [nock](https://github.com/nock/nock) from 14.0.12 to 14.0.13. - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](https://github.com/nock/nock/compare/v14.0.12...v14.0.13) --- updated-dependencies: - dependency-name: nock dependency-version: 14.0.13 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/scripts/package-lock.json | 8 ++++---- .github/scripts/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/scripts/package-lock.json b/.github/scripts/package-lock.json index 36278c1..3a8968d 100644 --- a/.github/scripts/package-lock.json +++ b/.github/scripts/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "mocha": "^11.7.5", - "nock": "^14.0.12", + "nock": "^14.0.13", "nyc": "^18.0.0", "uvu": "^0.5.6" } @@ -1911,9 +1911,9 @@ "license": "MIT" }, "node_modules/nock": { - "version": "14.0.12", - "resolved": "https://registry.npmjs.org/nock/-/nock-14.0.12.tgz", - "integrity": "sha512-kZM3bHV0KzhHH6E2eRszHyML/w87AUzLBwupNTHohtYWP9fZYgUPmCbSKq6ITfEEmHqN4/p0MscvUipT4P5Qsg==", + "version": "14.0.13", + "resolved": "https://registry.npmjs.org/nock/-/nock-14.0.13.tgz", + "integrity": "sha512-SCPsQmGVNY8h1rfS3aU0MzOGYY+wKIFukHEsoSIwPRCYocZkya7MFIlWIEYPWQZj+Gaksg6EyUaY255ZDqpQuA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/.github/scripts/package.json b/.github/scripts/package.json index 06c40e9..5c75b7a 100644 --- a/.github/scripts/package.json +++ b/.github/scripts/package.json @@ -16,7 +16,7 @@ "license": "MIT", "devDependencies": { "mocha": "^11.7.5", - "nock": "^14.0.12", + "nock": "^14.0.13", "nyc": "^18.0.0", "uvu": "^0.5.6" },