From 08a89c20dc841094823a41b0f83377fcafa3b220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 21:26:53 +0000 Subject: [PATCH] build(deps-dev): bump nock from 13.5.6 to 14.0.5 Bumps [nock](https://github.com/nock/nock) from 13.5.6 to 14.0.5. - [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/v13.5.6...v14.0.5) --- updated-dependencies: - dependency-name: nock dependency-version: 14.0.5 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a688094..da4c252 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "eslint": "^9.17.0", "fastify": "^5.0.0", "neostandard": "^0.12.0", - "nock": "^13.5.4", + "nock": "^14.0.5", "simple-get": "^4.0.1", "tsd": "^0.32.0" },