From 02114b1a5b4d396700a3461aa7d40372781dc3a7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2019 06:22:57 +0000 Subject: [PATCH] Bump nock from 9.6.1 to 11.6.0 Bumps [nock](https://github.com/nock/nock) from 9.6.1 to 11.6.0. - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/master/CHANGELOG.md) - [Commits](https://github.com/nock/nock/compare/v9.6.1...v11.6.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d57fcf4..c5ecbaa 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": "^11.6.0", "sinon": "^1.16.1", "supertest": "^2.0.1" },