From 6677581629c09f50ff1939da11c5dfe042163004 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 20:00:19 +0000 Subject: [PATCH] fix: node_modules/nock/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962463 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- node_modules/nock/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/nock/package.json b/node_modules/nock/package.json index 9f0f2004f6..b1fc2e5cb9 100644 --- a/node_modules/nock/package.json +++ b/node_modules/nock/package.json @@ -53,7 +53,7 @@ "sinon": "^9.0.0", "sinon-chai": "^3.3.0", "superagent": "^5.0.2", - "tap": "14.6.1" + "tap": "16.0.0" }, "scripts": { "format:fix": "prettier --write '**/*.{js,json,md,ts,yml,yaml}'",