From 1ed341f082a4905d1ca9149a630d63790ed4c280 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2020 18:20:10 +0000 Subject: [PATCH] Bump lodash from 4.17.15 to 4.17.19 in /house-price Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] --- house-price/package-lock.json | 6 +++--- house-price/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/house-price/package-lock.json b/house-price/package-lock.json index dd4a6fd..a33f177 100644 --- a/house-price/package-lock.json +++ b/house-price/package-lock.json @@ -1833,9 +1833,9 @@ } }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + "version": "4.17.19", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", + "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" }, "long": { "version": "4.0.0", diff --git a/house-price/package.json b/house-price/package.json index 1a436b9..d2a8363 100644 --- a/house-price/package.json +++ b/house-price/package.json @@ -16,7 +16,7 @@ "license": "ISC", "dependencies": { "@tensorflow/tfjs-node": "^0.3.0", - "lodash": "^4.17.13", + "lodash": "^4.17.19", "shuffle-seed": "^1.1.6" }, "devDependencies": {