From 37432d466a57ae605e0120fae224c627f8c730fb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 09:51:58 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f3dc80ef66ea..3ab1362ba868c 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "cross-env": "^7.0.2", "delay-cli": "^1.1.0", "faucet": "0.0.1", - "linkinator": "^2.2.2", + "linkinator": "^2.3.0", "lockfile-lint": "^4.3.7", "nock": "^13.0.5", "node-fetch": "^2.6.1",