From fc629fb78afdbdfeb65aa13934dbf9a09d93b9d7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Nov 2024 04:28:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 21c0b14..88bee78 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": "6.5.0", "lint-staged": "12.3.4", "prettier": "2.5.1", "ramda": "0.28.0",