From 7a02ac31181acd041b60c310339af087fb92fe14 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Feb 2024 23:29:03 +0000 Subject: [PATCH] fix: node_modules/responselike/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-HAWK-2808852 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:tunnel-agent:20170305 --- node_modules/responselike/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/responselike/package.json b/node_modules/responselike/package.json index 67f605a8da..0e9120a2a2 100644 --- a/node_modules/responselike/package.json +++ b/node_modules/responselike/package.json @@ -26,7 +26,7 @@ "license": "MIT", "devDependencies": { "ava": "^0.22.0", - "coveralls": "^2.13.1", + "coveralls": "^3.0.0", "eslint-config-xo-lukechilds": "^1.0.0", "get-stream": "^3.0.0", "nyc": "^11.1.0",