From 85e032b77cd070168569ff03ee654dc94783cf4e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 18 May 2025 05:53:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LOCKFILELINTAPI-10169587 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f3dc80ef66ea..0fad99816a4ed 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "delay-cli": "^1.1.0", "faucet": "0.0.1", "linkinator": "^2.2.2", - "lockfile-lint": "^4.3.7", + "lockfile-lint": "^4.14.1", "nock": "^13.0.5", "node-fetch": "^2.6.1", "proxyquire": "^2.1.3",