From 27aeeb01f70b5368ae6b05ce6bc33e3d252532b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Aug 2021 03:08:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-1536758 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d24eb84b277..af90dea3093 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "karma-firefox-launcher": "^1.3.0", "karma-mocha": "^2.0.1", "karma-spec-reporter": "0.0.32", - "lerna": "^3.22.1", + "lerna": "^4.0.0", "mocha": "^6.2.3", "nyc": "^14.1.1", "pify": "^4.0.1",