From d223709ceaac3184afb88dab5bf3750a3a894b48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 09:17:32 +0000 Subject: [PATCH] chore(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 f9bfae1..108963b 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "eslint-config-airbnb": "^19.0.4", "eslint-plugin-import": "^2.27.5", "jasmine": "^4.6.0", - "nock": "^13.3.0", + "nock": "^14.0.1", "sync-request": "^6.1.0", "typescript": "^5.1.6" },