From 302a6ae183156a7d1aff2e03efdbb8cc2793d708 Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Mon, 25 Feb 2019 15:12:58 -0800 Subject: [PATCH] chore: upgrade lerna to fix npm audit warnings --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 55777425cf5b..dca7705cd2ad 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "coveralls": "^3.0.0", "cz-conventional-changelog": "^2.1.0", "husky": "^1.3.1", - "lerna": "^3.10.7", + "lerna": "^3.13.0", "tslint": "^5.12.0", "typescript": "^3.3.1" },