From 966f4b54a8b7acea1e0c266b8417ebd8f2f94996 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Sep 2022 18:53:14 +0000 Subject: [PATCH] fix: upgrade lodash from 4.17.15 to 4.17.21 Snyk has created this PR to upgrade lodash from 4.17.15 to 4.17.21. See this package in npm: https://www.npmjs.com/package/lodash See this project in Snyk: https://app.snyk.io/org/mtorp/project/f8d6e598-d3af-415b-a2f6-3d27c0f86e74?utm_source=github&utm_medium=referral&page=upgrade-pr --- tapir/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tapir/package.json b/tapir/package.json index de9da80..c6848ed 100644 --- a/tapir/package.json +++ b/tapir/package.json @@ -18,7 +18,7 @@ "commander": "^5.0.0", "data-to-latex": "^0.4.3", "fs-extra": "^8.1.0", - "lodash": "4.17.15", + "lodash": "4.17.21", "recast": "^0.18.5", "rimraf": "^3.0.0", "table": "^5.4.6",