From fe3f1183e0e7b415726a75a01d0de602816bc8f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 18 May 2025 00:00:27 +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 c4971d0fd346e..fccadc5576a21 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "delay-cli": "^1.1.0", "faucet": "0.0.1", "linkinator": "^1.6.3", - "lockfile-lint": "^2.1.6", + "lockfile-lint": "^4.14.1", "nock": "^11.7.0", "proxyquire": "^2.1.3", "remark-cli": "^7.0.0",