From 3683209994c96a50e787b8322920074d67357138 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 11 Aug 2020 18:13:49 +0000 Subject: [PATCH] Update dependency nock to v13 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8294783a..6755d6ab 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "test:watch": "jest --watch --notify --notifyMode=change --coverage" }, "dependencies": { - "nock": "12.0.3", + "nock": "13.0.4", "@types/nock": "10.0.3", "probot": "9.13.0", "typescript": "3.9.7"