From eb7ea26df7f15825d949134993ef01304ce6144f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 00:53:46 +0000 Subject: [PATCH] Bump lodash in /target/Main-1.0-SNAPSHOT/resources/bootstrap Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15) Signed-off-by: dependabot[bot] --- .../Main-1.0-SNAPSHOT/resources/bootstrap/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/target/Main-1.0-SNAPSHOT/resources/bootstrap/package-lock.json b/target/Main-1.0-SNAPSHOT/resources/bootstrap/package-lock.json index 3c03c1a..6430367 100644 --- a/target/Main-1.0-SNAPSHOT/resources/bootstrap/package-lock.json +++ b/target/Main-1.0-SNAPSHOT/resources/bootstrap/package-lock.json @@ -2860,9 +2860,9 @@ } }, "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", "dev": true }, "lodash.isfinite": {