From 2fbb4f8beb0ee20230dd1d3d026f472739145755 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Mar 2021 08:25:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HOSTEDGITINFO-1088355 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1084992025b..c4eef10c898 100644 --- a/package.json +++ b/package.json @@ -22,10 +22,10 @@ "eslint": "4.15.0", "execa": "^0.9.0", "husky": "^0.13.2", - "lerna": "2.6.0", + "lerna": "3.0.0", "lerna-changelog": "^0.6.0", "lint-staged": "^7.0.5", - "meow": "^4.0.0", + "meow": "^8.0.0", "multimatch": "^2.1.0", "prettier": "1.6.1", "svg-term-cli": "^2.0.3",