From a782413f06400f43f48ffdc5488de41146b9d563 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Feb 2026 05:41:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-15353389 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a5e2563c..29302d65 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ ] }, "dependencies": { - "lerna": "^3.0.0-rc.0" + "lerna": "^6.4.1" }, "name": "next-plugins" }