From e3956f710842f984c3901ec379cfc0e4b6c682bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 17:42:30 +0000 Subject: [PATCH] Bump lodash from 2.4.1 to 4.17.15 in /js/perfTests/lib/astrobench Bumps [lodash](https://github.com/lodash/lodash) from 2.4.1 to 4.17.15. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/2.4.1...4.17.15) Signed-off-by: dependabot[bot] --- js/perfTests/lib/astrobench/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/perfTests/lib/astrobench/package.json b/js/perfTests/lib/astrobench/package.json index c0ac16940..7f11447b5 100644 --- a/js/perfTests/lib/astrobench/package.json +++ b/js/perfTests/lib/astrobench/package.json @@ -15,7 +15,7 @@ "gulp-header": "^1.0.2", "gulp-uglify": "^0.3.1", "jbone": "1.0.16", - "lodash": "2.4.1", + "lodash": "4.17.15", "node-underscorify": "0.0.9", "vinyl-source-stream": "^0.1.1" },