From c1577c38290c7db392b81d2c8091ec5f007c2e52 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Mar 2020 08:07:16 +0000 Subject: [PATCH] fix: upgrade nock from 12.0.0 to 12.0.2 Snyk has created this PR to upgrade nock from 12.0.0 to 12.0.2. See this package in NPM: https://www.npmjs.com/package/nock See this project in Snyk: https://app.snyk.io/org/nodeshift-agg/project/994c93bd-1c82-4043-8972-3d0873d1a8ec?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76ba0ed..2914f0a 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "eslint-plugin-node": "~11.0.0", "eslint-plugin-promise": "~4.2.1", "eslint-plugin-standard": "^4.0.0", - "nock": "^12.0.0", + "nock": "^12.0.2", "nyc": "~15.0.0", "proxyquire": "^2.1.3", "standard-version": "^7.1.0",