From 46ab6bb85c6b8dab10132ec51aa261fbcac4a249 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 01:26:35 +0000 Subject: [PATCH] Bump lodash from 4.17.15 to 4.17.21 in /day 4 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21) Signed-off-by: dependabot[bot] --- day 4/package-lock.json | 34 +++------------------------------- 1 file changed, 3 insertions(+), 31 deletions(-) diff --git a/day 4/package-lock.json b/day 4/package-lock.json index fd461f6..c5ee1ed 100644 --- a/day 4/package-lock.json +++ b/day 4/package-lock.json @@ -77,11 +77,6 @@ "delayed-stream": "~1.0.0" } }, - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - }, "core-util-is": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", @@ -234,9 +229,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.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "memory-cache": { "version": "0.2.0", @@ -276,16 +271,6 @@ "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" }, - "pokeapi": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/pokeapi/-/pokeapi-0.0.1.tgz", - "integrity": "sha1-uW6SUQ5yGgESSsQEZ/ptDjjS++c=", - "requires": { - "commander": "^2.7.1", - "rest": "^1.3.0", - "when": "^3.7.2" - } - }, "pokedex-promise-v2": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/pokedex-promise-v2/-/pokedex-promise-v2-3.2.0.tgz", @@ -357,14 +342,6 @@ "lodash": "^4.17.15" } }, - "rest": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/rest/-/rest-1.3.2.tgz", - "integrity": "sha1-BBm2ShQ0xy+bFYBK3MnTUFkkcHs=", - "requires": { - "when": "~3" - } - }, "safe-buffer": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.0.tgz", @@ -447,11 +424,6 @@ "core-util-is": "1.0.2", "extsprintf": "^1.2.0" } - }, - "when": { - "version": "3.7.8", - "resolved": "https://registry.npmjs.org/when/-/when-3.7.8.tgz", - "integrity": "sha1-xxMLan6gRpPoQs3J56Hyqjmjn4I=" } } }