From 62e5272de316833443ee5f80470b4e9726d3a00e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Nov 2020 08:30:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-Y18N-1021887 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 96d63b4f224..cc2aab132a6 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,8 @@ "get-port": "^4.0.0", "globby": "^8.0.1", "husky": "1.0.0-rc.15", - "jest": "^23.6.0", - "lerna": "2.9.1", + "jest": "^26.0.0", + "lerna": "3.0.0", "lerna-changelog": "^0.8.0", "lint-staged": "^7.0.5", "meow": "^5.0.0",