From be798c4e63af7917dd280490dc026103cbbd2752 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 00:45:56 +0000 Subject: [PATCH] chore(deps-dev): bump mongoose in /plugins/node/instrumentation-mongoose Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.13.5 to 6.13.6. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/6.13.5...6.13.6) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- plugins/node/instrumentation-mongoose/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/node/instrumentation-mongoose/package.json b/plugins/node/instrumentation-mongoose/package.json index b4e11d95e2..4b5fd02cc6 100644 --- a/plugins/node/instrumentation-mongoose/package.json +++ b/plugins/node/instrumentation-mongoose/package.json @@ -53,7 +53,7 @@ "@types/mocha": "8.2.3", "@types/node": "18.18.14", "expect": "29.2.0", - "mongoose": "6.13.5", + "mongoose": "6.13.6", "nyc": "15.1.0", "rimraf": "5.0.10", "test-all-versions": "6.1.0",