From f3f6c28066fcb14ade38f0fac41636d5ed46c430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 14:43:10 +0000 Subject: [PATCH] Bump nock from 14.0.11 to 14.0.12 in /.github/scripts Bumps [nock](https://github.com/nock/nock) from 14.0.11 to 14.0.12. - [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.11...v14.0.12) --- updated-dependencies: - dependency-name: nock dependency-version: 14.0.12 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 9846add..36278c1 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.11", + "nock": "^14.0.12", "nyc": "^18.0.0", "uvu": "^0.5.6" } @@ -1911,9 +1911,9 @@ "license": "MIT" }, "node_modules/nock": { - "version": "14.0.11", - "resolved": "https://registry.npmjs.org/nock/-/nock-14.0.11.tgz", - "integrity": "sha512-u5xUnYE+UOOBA6SpELJheMCtj2Laqx15Vl70QxKo43Wz/6nMHXS7PrEioXLjXAwhmawdEMNImwKCcPhBJWbKVw==", + "version": "14.0.12", + "resolved": "https://registry.npmjs.org/nock/-/nock-14.0.12.tgz", + "integrity": "sha512-kZM3bHV0KzhHH6E2eRszHyML/w87AUzLBwupNTHohtYWP9fZYgUPmCbSKq6ITfEEmHqN4/p0MscvUipT4P5Qsg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/.github/scripts/package.json b/.github/scripts/package.json index 1387c17..06c40e9 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.11", + "nock": "^14.0.12", "nyc": "^18.0.0", "uvu": "^0.5.6" },