From ebea5f64d0e1fec00eed82fc51955cb636f76db5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Feb 2024 22:53:39 +0000 Subject: [PATCH] fix: node_modules/error-ex/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/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:minimatch:20160620 - https://snyk.io/vuln/npm:tunnel-agent:20170305 --- node_modules/error-ex/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/error-ex/package.json b/node_modules/error-ex/package.json index 01f328d44e..1553d9aa68 100644 --- a/node_modules/error-ex/package.json +++ b/node_modules/error-ex/package.json @@ -34,8 +34,8 @@ ], "devDependencies": { "coffee-script": "^1.9.3", - "coveralls": "^2.11.2", - "istanbul": "^0.3.17", + "coveralls": "^3.0.0", + "istanbul": "^0.4.5", "mocha": "^2.2.5", "should": "^7.0.1", "xo": "^0.7.1"