From 0aa7e5f2828a132c142f405921c79f9ac9a7ee5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2020 23:29:35 +0000 Subject: [PATCH] Bump lodash in /EJS Challenge Starting Files/ejs-challenge Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.19) Signed-off-by: dependabot[bot] --- .../ejs-challenge/package-lock.json | 8 ++++---- EJS Challenge Starting Files/ejs-challenge/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/EJS Challenge Starting Files/ejs-challenge/package-lock.json b/EJS Challenge Starting Files/ejs-challenge/package-lock.json index ae545a6..a73436d 100644 --- a/EJS Challenge Starting Files/ejs-challenge/package-lock.json +++ b/EJS Challenge Starting Files/ejs-challenge/package-lock.json @@ -241,7 +241,7 @@ }, "http-errors": { "version": "1.6.3", - "resolved": "http://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", "requires": { "depd": "~1.1.2", @@ -274,9 +274,9 @@ "integrity": "sha512-xlX5HBsXB3KG0FJbJJG/3kYWCfsCyCSus3T+uHVu6QL6YxAdggmm3QeyLgn54N2yi5/UE6xxL5ZWJAAiHzHYEg==" }, "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" + "version": "4.17.19", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", + "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" }, "media-typer": { "version": "0.3.0", diff --git a/EJS Challenge Starting Files/ejs-challenge/package.json b/EJS Challenge Starting Files/ejs-challenge/package.json index 6bb2f28..e62a227 100644 --- a/EJS Challenge Starting Files/ejs-challenge/package.json +++ b/EJS Challenge Starting Files/ejs-challenge/package.json @@ -13,6 +13,6 @@ "ejs": "^2.6.1", "express": "^4.16.3", "loadash": "^1.0.0", - "lodash": "^4.17.11" + "lodash": "^4.17.19" } }