From 9876ea2e7ed7be40647f27cd94023e2c9a517dde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 May 2021 16:04:41 +0000 Subject: [PATCH] Bump lodash from 4.17.11 to 4.17.21 in /units/template Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.21) Signed-off-by: dependabot[bot] --- units/template/package-lock.json | 6 +++--- units/template/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/units/template/package-lock.json b/units/template/package-lock.json index 4edd8ad..1b2cef3 100644 --- a/units/template/package-lock.json +++ b/units/template/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" } } } diff --git a/units/template/package.json b/units/template/package.json index fe04745..627b230 100644 --- a/units/template/package.json +++ b/units/template/package.json @@ -27,6 +27,6 @@ "url": "https://github.com/221B-io/unitverse/issues" }, "dependencies": { - "lodash": "^4.17.11" + "lodash": "^4.17.21" } }