From 406ddc9406a2e094c84882c5c57837f34c21e34b Mon Sep 17 00:00:00 2001 From: Ramya Payyavula Date: Fri, 7 Aug 2020 11:34:17 -0500 Subject: [PATCH] Update package.json older version of babel brings lodash vulnerabilities --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8356d2443e..5f39f4c960 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@typescript-eslint/parser": "^2.23.0 || ^3.3.0", "array.prototype.flatmap": "^1.2.3", "babel-cli": "^6.26.0", - "babel-core": "^6.26.3", + "babel-core": "^7.11.2", "babel-eslint": "^8.2.6", "babel-plugin-istanbul": "^4.1.6", "babel-plugin-module-resolver": "^2.7.1",