From f9d262d704c4fd452f792cc01dc32e5fc4645f15 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Jul 2022 03:30:30 +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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d18f3049c3f34..30bfa34b91d05 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ }, "devDependencies": { "faucet": "^0.0.1", - "htmllint-cli": "^0.0.6", + "htmllint-cli": "^0.0.7", "nock": "^9.5.0", "pre-commit": "^1.2.2", "proxyquire": "^2.0.1",