From b2c5295242be4442681e869871ede2710cd8c096 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 14:34:00 +0000 Subject: [PATCH] Bump nock from 9.6.1 to 13.1.4 Bumps [nock](https://github.com/nock/nock) from 9.6.1 to 13.1.4. - [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/v9.6.1...v13.1.4) --- 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 1d7d4fd..245e00e 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "chai": "^3.5.0", "cheerio": "^0.22.0", "mocha": "^3.1.2", - "nock": "^9.0.2", + "nock": "^13.1.4", "sinon": "^1.16.1", "supertest": "^2.0.1" },