From 5c0ae843098b7494141c2685d6435fe2daf94fce Mon Sep 17 00:00:00 2001 From: Sebastian Bromberg Date: Wed, 25 Sep 2024 13:13:31 -0300 Subject: [PATCH 1/2] Update package.json lodash version to 4.17.21 --- 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 161ae4f..732f0f2 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" From f18e2cd8bfc7668d3ed810d8d2dbcbd75f3b8bf9 Mon Sep 17 00:00:00 2001 From: Sebastian Bromberg Date: Thu, 26 Sep 2024 11:20:03 -0300 Subject: [PATCH 2/2] Update package.json --- 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 732f0f2..41e8257 100644 --- a/plugins/mongoose-audit/package.json +++ b/plugins/mongoose-audit/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "deep-diff": "1.0.2", - "dot-object": "2.1.4", + "dot-object": "2.1.5", "lodash": "4.17.21" }, "peerDependencies": {