From a321a29b4a4d7114590c51edd9b986629018586b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 14:48:49 +0000 Subject: [PATCH] Bump @fastify/mongodb from 6.2.0 to 7.0.0 Bumps [@fastify/mongodb](https://github.com/fastify/fastify-mongodb) from 6.2.0 to 7.0.0. - [Release notes](https://github.com/fastify/fastify-mongodb/releases) - [Commits](https://github.com/fastify/fastify-mongodb/compare/v6.2.0...v7.0.0) --- updated-dependencies: - dependency-name: "@fastify/mongodb" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a2b14b9e..ca92dc6e 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "dependencies": { "@fastify/cors": "^8.3.0", "@fastify/helmet": "^10.1.0", - "@fastify/mongodb": "^6.2.0", + "@fastify/mongodb": "^7.0.0", "@fastify/rate-limit": "^7.6.0", "@fastify/request-context": "^4.2.0", "@fastify/under-pressure": "^8.2.0",