From fdc54acb64ccf2c6294aaa8d5b7f38975ef96004 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 19:15:13 +0000 Subject: [PATCH] Build(deps): bump lodash in /plugins/mongoose-audit Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.10...4.17.21) --- updated-dependencies: - dependency-name: lodash dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plugins/mongoose-audit/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mongoose-audit/package.json b/plugins/mongoose-audit/package.json index fd69980..61fc1a5 100644 --- a/plugins/mongoose-audit/package.json +++ b/plugins/mongoose-audit/package.json @@ -15,7 +15,7 @@ "dependencies": { "deep-diff": "1.0.2", "dot-object": "2.1.4", - "lodash": "4.17.10" + "lodash": "4.17.21" }, "peerDependencies": { "mongoose": ">=5"