diff --git a/03_coffee_shop_full_stack/starter_code/frontend/package-lock.json b/03_coffee_shop_full_stack/starter_code/frontend/package-lock.json index 9000541..3af3752 100644 --- a/03_coffee_shop_full_stack/starter_code/frontend/package-lock.json +++ b/03_coffee_shop_full_stack/starter_code/frontend/package-lock.json @@ -5966,9 +5966,9 @@ } }, "lodash": { - "version": "4.17.14", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz", - "integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==" + "version": "4.17.19", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", + "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" }, "lodash.clonedeep": { "version": "4.5.0", diff --git a/03_coffee_shop_full_stack/starter_code/frontend/package.json b/03_coffee_shop_full_stack/starter_code/frontend/package.json index 5926cb9..8e41c5c 100644 --- a/03_coffee_shop_full_stack/starter_code/frontend/package.json +++ b/03_coffee_shop_full_stack/starter_code/frontend/package.json @@ -30,7 +30,7 @@ "rxjs": "~6.5.1", "tslib": "^1.9.0", "zone.js": "~0.8.29", - "lodash": "^4.17.13" + "lodash": "^4.17.19" }, "devDependencies": { "@angular-devkit/architect": "~0.13.8",