From f57ed2990f5c6e1af10d270b24c7092805711afe Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 18 Jul 2020 09:54:37 +0300 Subject: Update dependencies. --- packages/markdown/marked/package-lock.json | 7 +++---- packages/markdown/marked/package.json | 3 +++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/packages/markdown/marked/package-lock.json b/packages/markdown/marked/package-lock.json index ca9b5848..adeef6be 100644 --- a/packages/markdown/marked/package-lock.json +++ b/packages/markdown/marked/package-lock.json @@ -2675,10 +2675,9 @@ } }, "lodash": { - "version": "4.17.14", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz", - "integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==", - "dev": true + "version": "4.17.19", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", + "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" }, "loose-envify": { "version": "1.4.0", diff --git a/packages/markdown/marked/package.json b/packages/markdown/marked/package.json index a2fcfe60..db7d2f99 100644 --- a/packages/markdown/marked/package.json +++ b/packages/markdown/marked/package.json @@ -74,5 +74,8 @@ }, "engines": { "node": ">= 8.16.2" + }, + "dependencies": { + "lodash": "^4.17.19" } } -- cgit v1.2.3-1-g7c22