From 3bc3fd45c8ae5014d3a95f7ff187387daaf7d571 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 21:12:44 +0000 Subject: [PATCH] build(deps-dev): bump nock from 13.5.6 to 14.0.2 Bumps [nock](https://github.com/nock/nock) from 13.5.6 to 14.0.2. - [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.2) --- updated-dependencies: - dependency-name: nock dependency-version: 14.0.2 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..be56a46 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.2", "simple-get": "^4.0.1", "tsd": "^0.31.0" },