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