From c60db4ebf15ab15ad2e4d342a262886dab2d3665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Mar 2025 15:50:46 +0000 Subject: [PATCH] build(deps-dev): bump nock from 13.5.6 to 14.0.1 Bumps [nock](https://github.com/nock/nock) from 13.5.6 to 14.0.1. - [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.1) --- updated-dependencies: - dependency-name: nock 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 97aa3da..2046f40 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.1", "simple-get": "^4.0.1", "tsd": "^0.31.0" },