From 422658cf3eedd06eaf09caad0b3a53c0a325b6b2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Mar 2026 10:20:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15456201 --- 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" }