From 5c01308cacb668c4de0682f4ee5898f6adc5ce65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 09:18:54 +0000 Subject: [PATCH] chore(deps-dev): bump nock from 13.5.6 to 14.0.0 Bumps [nock](https://github.com/nock/nock) from 13.5.6 to 14.0.0. - [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.0) --- 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..2802325 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.0", "sync-request": "^6.1.0", "typescript": "^5.1.6" },