From b00a099d111085e8cd88c2c02b418284c320499c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Jun 2024 09:07:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 21c0b14..bd7c3b1 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-plugin-import": "2.25.4", "husky": "7.0.4", "jest": "27.5.1", - "lerna": "4.0.0", + "lerna": "8.1.5", "lint-staged": "12.3.4", "prettier": "2.5.1", "ramda": "0.28.0",