From 18a984b2dffe8b13a13e9c6d2b1b8f2304451424 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 08:53:44 +0000 Subject: [PATCH] Bump lodash from 4.17.19 to 4.17.21 in /06_thursday Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21) Signed-off-by: dependabot[bot] --- 06_thursday/package-lock.json | 6 +++--- 06_thursday/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/06_thursday/package-lock.json b/06_thursday/package-lock.json index dfba9b9..2320850 100644 --- a/06_thursday/package-lock.json +++ b/06_thursday/package-lock.json @@ -312,9 +312,9 @@ "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" }, "lodash": { - "version": "4.17.19", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", - "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "media-typer": { "version": "0.3.0", diff --git a/06_thursday/package.json b/06_thursday/package.json index 1f0ca6c..f446af2 100644 --- a/06_thursday/package.json +++ b/06_thursday/package.json @@ -22,6 +22,6 @@ "dependencies": { "cheerio": "^1.0.0-rc.1", "express": "^4.17.1", - "lodash": "^4.17.19" + "lodash": "^4.17.21" } }