From 355cf3d210b9d9b298a93b6aa1fde3ad0abd448c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Sep 2022 02:06:00 +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 c4971d0fd346e..6edcda22df99a 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "chokidar": "^3.3.0", "cross-env": "^6.0.3", "delay-cli": "^1.1.0", - "faucet": "0.0.1", + "faucet": "0.0.2", "linkinator": "^1.6.3", "lockfile-lint": "^2.1.6", "nock": "^11.7.0",