From 07c79e254fed665018394a5bbc5dff9ce606a733 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 22:57:32 +0000 Subject: [PATCH] chore(deps): bump bson from 6.9.0 to 6.10.1 Bumps [bson](https://github.com/mongodb/js-bson) from 6.9.0 to 6.10.1. - [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.9.0...v6.10.1) --- updated-dependencies: - dependency-name: bson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0a283a5..986ab76 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "@openp4nr/modbus-serial": "https://dl.cloudsmith.io/public/iniationware-gmbh/plus4nodered/npm/openp4nr/modbus-serial/8.2.0/modbus-serial-8.2.0.tgz", "@xstate/fsm": "~2.1.0", - "bson": "~6.9.0", + "bson": "~6.10.1", "debug": "~4.3.7", "jsmodbus": "~4.0.10", "line-by-line": "~0.1.6", diff --git a/yarn.lock b/yarn.lock index 5d80ae4..1247d38 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2385,10 +2385,10 @@ browserslist@^4.24.0, browserslist@^4.24.2: node-releases "^2.0.18" update-browserslist-db "^1.1.1" -bson@~6.9.0: - version "6.9.0" - resolved "https://registry.yarnpkg.com/bson/-/bson-6.9.0.tgz#2be50049430dceaa9300402520fe03e4ed5fdfd6" - integrity sha512-X9hJeyeM0//Fus+0pc5dSUMhhrrmWwQUtdavaQeF3Ta6m69matZkGWV/MrBcnwUeLC8W9kwwc2hfkZgUuCX3Ig== +bson@~6.10.1: + version "6.10.1" + resolved "https://registry.yarnpkg.com/bson/-/bson-6.10.1.tgz#dcd04703178f5ecf5b25de04edd2a95ec79385d3" + integrity sha512-P92xmHDQjSKPLHqFxefqMxASNq/aWJMEZugpCjf+AF/pgcUpMMQCg7t7+ewko0/u8AapvF3luf/FoehddEK+sA== buffer-equal@^1.0.0: version "1.0.1"