From ea99362c4801142e86dc404276debf13c3e45599 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 12:21:01 +0000 Subject: [PATCH] Bump @fastify/mongodb from 6.2.0 to 8.0.0 Bumps [@fastify/mongodb](https://github.com/fastify/fastify-mongodb) from 6.2.0 to 8.0.0. - [Release notes](https://github.com/fastify/fastify-mongodb/releases) - [Commits](https://github.com/fastify/fastify-mongodb/compare/v6.2.0...v8.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 7e3944ad..f810589e 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": "^8.0.0", "@fastify/rate-limit": "^7.6.0", "@fastify/request-context": "^4.2.0", "@fastify/under-pressure": "^8.2.0",