From 4915d520c09da492d39226deaa8e96e107f58452 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Sep 2022 21:29:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d18f3049c3f34..660498570063c 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "strftime": "0.10.0" }, "devDependencies": { - "faucet": "^0.0.1", + "faucet": "^0.0.2", "htmllint-cli": "^0.0.6", "nock": "^9.5.0", "pre-commit": "^1.2.2",