From 61c77293aa55ed3c33d2db80ca500ee16d6bd9bb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 2 Dec 2021 14:01:25 +0000 Subject: [PATCH] [Security] Bump lodash from 4.17.20 to 4.17.21 (#29) * [Security] Bump lodash from 4.17.20 to 4.17.21 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. **This update includes a security fix.** - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21) Signed-off-by: dependabot-preview[bot] * Update version Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: klaudija-salciute <82373010+klaudija-salciute@users.noreply.github.com> --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f0a75e0..8275241 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talis-node", - "version": "0.1.8", + "version": "0.1.9", "description": "", "main": "index.js", "scripts": { @@ -18,7 +18,7 @@ "cache-service-redis": "2.0.0", "crypto-js": "3.1.2-2", "jsonwebtoken": "5.7.0", - "lodash": "4.17.20", + "lodash": "4.17.21", "md5": "2.2.1", "node-cache": "4.2.0", "request": "2.88.0",