From 4ca141cd78af5655a9943df0605fcef112807896 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 2 Oct 2022 23:25:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PARSEURL-3023021 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d1fe647f5b9..3fcc43cbbb5 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": "^5.5.2", "mocha": "^6.2.3", "nyc": "^14.1.1", "pify": "^4.0.1",