From b7e17cfe5b76a955d3e862520a0064b399e8e4e6 Mon Sep 17 00:00:00 2001 From: Nir Maoz <47939921+maoznir@users.noreply.github.com> Date: Thu, 26 May 2022 13:08:29 +0300 Subject: [PATCH] Bump lodash version to 4.17.21 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 90cc6a6b..6b03c049 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "cloudinary-core": "^2.10.2", "core-js": "3.6.5", - "lodash": "^4.17.11", + "lodash": "^4.17.21", "q": "^1.5.1" }, "devDependencies": {