From c13e756d5757fab19a260e14a0567f4bc72c1d04 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 31 May 2021 04:14:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d519a6d498f..38c945d3c55 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "underscore": "latest" }, "dependencies": { - "lerna": "^3.16.2" + "lerna": "^4.0.0" }, "engines": { "node": ">=10.16.0"