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" } }