From 12649dbdf94665c97123271f73ea5d4e3d4c3293 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Feb 2024 05:08:00 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d1fe647f5b9..8bfa8136fee 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "karma-firefox-launcher": "^1.3.0", "karma-mocha": "^2.0.1", "karma-spec-reporter": "0.0.32", - "lerna": "^4.0.0", + "lerna": "^6.5.0", "mocha": "^6.2.3", "nyc": "^14.1.1", "pify": "^4.0.1",