From 7f3e23cc53da19f7fccaaaace4c6d8d3e7f7fbf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 16:51:32 +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.13. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13) 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..a86a6e7 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.13", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.13.tgz", + "integrity": "sha512-vm3/XWXfWtRua0FkUyEHBZy8kCPjErNBT9fJx8Zvs+U6zjqPbTUOpkaoum3O5uiA8sm+yNMHXfYkTUHFoMxFNA==" }, "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..3aff020 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.13" } }