From 9d8c2fcdc653c270df99bb50dfb8394b27095e05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 22:39:25 +0000 Subject: [PATCH] Bump lodash from 4.15.0 to 4.17.21 in /test/node/express_mysql_pg/src Bumps [lodash](https://github.com/lodash/lodash) from 4.15.0 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.15.0...4.17.21) --- updated-dependencies: - dependency-name: lodash dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/node/express_mysql_pg/src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/node/express_mysql_pg/src/package.json b/test/node/express_mysql_pg/src/package.json index b8b0b7f..2a88f01 100644 --- a/test/node/express_mysql_pg/src/package.json +++ b/test/node/express_mysql_pg/src/package.json @@ -53,7 +53,7 @@ "intl-messageformat": "1.3.0", "jsonpath": "0.2.6", "knex": "0.20.1", - "lodash": "4.15.0", + "lodash": "4.17.21", "moment": "2.14.1", "moment-timezone": "0.5.5", "morgan": "1.7.0",