From 8192c7a60b4402355272bea68e76f6cc0f4cd3af Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 03:20:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 46bc55b0245..bb3de7c2be2 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "eslint": "3.16.1", - "lerna": "2.0.0-beta.38", + "lerna": "3.0.0", "lerna-changelog": "^0.2.3" } }