From 4cec57f3975a5ddc950a953a021623e597e4d3a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 03:08:55 +0000 Subject: [PATCH] Bump lodash from 4.17.11 to 4.17.21 in /client Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.21) --- updated-dependencies: - dependency-name: lodash dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index c0fb445..5e047dd 100644 --- a/client/package.json +++ b/client/package.json @@ -34,7 +34,7 @@ "html-webpack-plugin": "2.29.0", "jest": "20.0.4", "jwt-decode": "2.2.0", - "lodash": "4.17.11", + "lodash": "4.17.21", "material-ui": "1.0.0-beta.47", "mkdirp": "0.5.1", "object-assign": "4.1.1",