From 3cffd7fc0f1cb4a9270ef26c1a4a7e6a97dc7bf1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Feb 2024 22:51:29 +0000 Subject: [PATCH] fix: node_modules/is-error/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/is-error/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/is-error/package.json b/node_modules/is-error/package.json index 441791f231..413e3a74ad 100644 --- a/node_modules/is-error/package.json +++ b/node_modules/is-error/package.json @@ -16,8 +16,8 @@ ], "dependencies": {}, "devDependencies": { - "coveralls": "^2.10.0", - "istanbul": "^0.3.5", + "coveralls": "^3.0.0", + "istanbul": "^0.4.5", "lint-trap": "^1.0.0", "opn": "^1.0.1", "pre-commit": "0.0.11",