From 52fb3fbe06639ffb5311433377ea095719cc2b87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 22:38:27 +0000 Subject: [PATCH] chore: update dependency bson to v7 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 38 +++++--------------------------------- package.json | 2 +- 2 files changed, 6 insertions(+), 34 deletions(-) diff --git a/package-lock.json b/package-lock.json index e913f0e0f..1b971aa24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@commitlint/config-conventional": "^20.3.1", "@types/node": "^10.17.60", "async-iterators": "^0.2.2", - "bson": "^4.7.2", + "bson": "^7.0.0", "eslint": "^8.57.1", "eslint-config-loopback": "^13.1.0", "eslint-plugin-mocha": "^10.5.0", @@ -1295,41 +1295,13 @@ } }, "node_modules/bson": { - "version": "4.7.2", - "resolved": "https://registry.npmjs.org/bson/-/bson-4.7.2.tgz", - "integrity": "sha512-Ry9wCtIZ5kGqkJoi6aD8KjxFZEx78guTQDnpXWiNthsxzrxAK/i8E6pCHAIZTbaEFWcOCvbecMukfK7XUvyLpQ==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/bson/-/bson-7.0.0.tgz", + "integrity": "sha512-Kwc6Wh4lQ5OmkqqKhYGKIuELXl+EPYSCObVE6bWsp1T/cGkOCBN0I8wF/T44BiuhHyNi1mmKVPXk60d41xZ7kw==", "dev": true, "license": "Apache-2.0", - "dependencies": { - "buffer": "^5.6.0" - }, "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/buffer": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", - "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT", - "dependencies": { - "base64-js": "^1.3.1", - "ieee754": "^1.1.13" + "node": ">=20.19.0" } }, "node_modules/caching-transform": { diff --git a/package.json b/package.json index 0a423d6b6..05f6fcd02 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@commitlint/config-conventional": "^20.3.1", "@types/node": "^10.17.60", "async-iterators": "^0.2.2", - "bson": "^4.7.2", + "bson": "^7.0.0", "eslint": "^8.57.1", "eslint-config-loopback": "^13.1.0", "eslint-plugin-mocha": "^10.5.0",