From daa96d60d697a48e627da9dbcd27508a577b021e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Aug 2022 19:53:50 +0000 Subject: [PATCH] fix: upgrade nock from 13.2.2 to 13.2.9 Snyk has created this PR to upgrade nock from 13.2.2 to 13.2.9. See this package in npm: https://www.npmjs.com/package/nock See this project in Snyk: https://app.snyk.io/org/marcelraschke/project/97bb87fb-00a2-4539-9e94-d8ce6a58d61a?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef8a0c572ea60..37a0f3e78d35a 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-promise": "^5.2.0", "lockfile-lint": "^4.6.2", - "nock": "^13.2.2", + "nock": "^13.2.9", "node-fetch": "^2.6.7", "prettier": "^2.5.1", "proxyquire": "^2.1.3",