From aacad5ad7b069378fb99d8a3d6586f4c56147b33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 03:47:20 +0000 Subject: [PATCH] Update bson requirement from ^6.2.0 to ^6.10.2 Updates the requirements on [bson](https://github.com/mongodb/js-bson) to permit the latest version. - [Release notes](https://github.com/mongodb/js-bson/releases) - [Changelog](https://github.com/mongodb/js-bson/blob/main/HISTORY.md) - [Commits](https://github.com/mongodb/js-bson/compare/v6.2.0...v6.10.2) --- updated-dependencies: - dependency-name: bson dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 59d9fcc..4351d05 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dependencies": { "axios": "^0.26.1", "better-sqlite3": "^10.0.0", - "bson": "^6.2.0", + "bson": "^6.10.2", "find-remove": "^4.0.4", "fs": "^0.0.1-security", "lodash": "^4.17.21",