From 4aed7a0f30905ef66375cb34171384996586e98b Mon Sep 17 00:00:00 2001 From: admin-token-bot <36773031+admin-token-bot@users.noreply.github.com> Date: Mon, 30 Jan 2023 21:59:08 +0000 Subject: [PATCH] [Snyk] Upgrade bson from 4.7.0 to 4.7.1 (#2527) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit

Snyk has created this PR to upgrade bson from 4.7.0 to 4.7.1.

:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
- The recommended version is **1 version** ahead of your current version. - The recommended version was released **21 days ago**, on 2023-01-05.
Release notes
Package name: bson from bson GitHub release notes
Commit messages
Package name: bson Compare

**Note:** *You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.* For more information: 🧐 [View latest project report](https://app.snyk.io/org/sandbox-2ba/project/852e6e4f-be96-45c8-b370-1060f5ebee55?utm_source=github&utm_medium=referral&page=upgrade-pr) 🛠 [Adjust upgrade PR settings](https://app.snyk.io/org/sandbox-2ba/project/852e6e4f-be96-45c8-b370-1060f5ebee55/settings/integration?utm_source=github&utm_medium=referral&page=upgrade-pr) 🔕 [Ignore this dependency or unsubscribe from future upgrade PRs](https://app.snyk.io/org/sandbox-2ba/project/852e6e4f-be96-45c8-b370-1060f5ebee55/settings/integration?pkg=bson&utm_source=github&utm_medium=referral&page=upgrade-pr#auto-dep-upgrades) --------- Co-authored-by: snyk-bot --- examples/node/package-lock.json | 14 +++++++------- examples/node/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/node/package-lock.json b/examples/node/package-lock.json index cf7c77741f..ead346eeb3 100644 --- a/examples/node/package-lock.json +++ b/examples/node/package-lock.json @@ -14,7 +14,7 @@ "@types/bson": "^4.0.2", "@types/jest": "^29.2.5", "babel-jest": "^29.3.1", - "bson": "^4.7.0", + "bson": "^4.7.1", "eslint-config-prettier": "^6.12.0", "eslint-plugin-jest": "^24.1.0", "eslint-plugin-prettier": "^3.1.4", @@ -3249,9 +3249,9 @@ } }, "node_modules/bson": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/bson/-/bson-4.7.0.tgz", - "integrity": "sha512-VrlEE4vuiO1WTpfof4VmaVolCVYkYTgB9iWgYNOrVlnifpME/06fhFRmONgBhClD5pFC1t9ZWqFUQEQAzY43bA==", + "version": "4.7.1", + "resolved": "https://registry.npmjs.org/bson/-/bson-4.7.1.tgz", + "integrity": "sha512-XkuFtlCzi0WSy8D6PMhvrQ/q8VlZHN/2bJ/shJglwuA6TPD2ZP/hHLB7iDxOEWVINHN/UVTxP4pqZqOKMXPIXg==", "dependencies": { "buffer": "^5.6.0" }, @@ -11551,9 +11551,9 @@ } }, "bson": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/bson/-/bson-4.7.0.tgz", - "integrity": "sha512-VrlEE4vuiO1WTpfof4VmaVolCVYkYTgB9iWgYNOrVlnifpME/06fhFRmONgBhClD5pFC1t9ZWqFUQEQAzY43bA==", + "version": "4.7.1", + "resolved": "https://registry.npmjs.org/bson/-/bson-4.7.1.tgz", + "integrity": "sha512-XkuFtlCzi0WSy8D6PMhvrQ/q8VlZHN/2bJ/shJglwuA6TPD2ZP/hHLB7iDxOEWVINHN/UVTxP4pqZqOKMXPIXg==", "requires": { "buffer": "^5.6.0" } diff --git a/examples/node/package.json b/examples/node/package.json index 74ec7c6621..cd66611d66 100644 --- a/examples/node/package.json +++ b/examples/node/package.json @@ -18,7 +18,7 @@ "@types/bson": "^4.0.2", "@types/jest": "^29.2.5", "babel-jest": "^29.3.1", - "bson": "^4.7.0", + "bson": "^4.7.1", "eslint-config-prettier": "^6.12.0", "eslint-plugin-jest": "^24.1.0", "eslint-plugin-prettier": "^3.1.4",