From 34c156fd9798e053f42ec58b343b4805a985dd08 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Sep 2022 09:53:09 +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 3f3dc80ef66ea..68db0ddbb98b8 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "chokidar": "^3.4.3", "cross-env": "^7.0.2", "delay-cli": "^1.1.0", - "faucet": "0.0.1", + "faucet": "0.0.2", "linkinator": "^2.2.2", "lockfile-lint": "^4.3.7", "nock": "^13.0.5",