From 761ef1e170ec80d49385042959811f9affa7bd52 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 Nov 2023 05:37:51 +0000 Subject: [PATCH] fix: 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-LODASHTEMPLATE-1088054 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7aecfbf1..325a3c90 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "punycode": "^1.3.2", "querystring-es3": "~0.2.0", "readable-stream": "^2.0.2", - "remap-istanbul": "^0.8.4", + "remap-istanbul": "^0.10.0", "source-map": ">=0.5.6", "stream-browserify": "^2.0.0", "stream-http": "^2.0.0",