From 0b6236818f59be40996b8ca8d62d0cbedb44a1df Mon Sep 17 00:00:00 2001 From: admin-token-bot <36773031+admin-token-bot@users.noreply.github.com> Date: Mon, 13 Feb 2023 15:22:59 +0000 Subject: [PATCH] [Snyk] Upgrade bson from 4.7.1 to 4.7.2 (#2541) 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.1 to 4.7.2.

: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-10.
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 5ccefc605e..0fb3994492 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.1", + "bson": "^4.7.2", "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.1", - "resolved": "https://registry.npmjs.org/bson/-/bson-4.7.1.tgz", - "integrity": "sha512-XkuFtlCzi0WSy8D6PMhvrQ/q8VlZHN/2bJ/shJglwuA6TPD2ZP/hHLB7iDxOEWVINHN/UVTxP4pqZqOKMXPIXg==", + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/bson/-/bson-4.7.2.tgz", + "integrity": "sha512-Ry9wCtIZ5kGqkJoi6aD8KjxFZEx78guTQDnpXWiNthsxzrxAK/i8E6pCHAIZTbaEFWcOCvbecMukfK7XUvyLpQ==", "dependencies": { "buffer": "^5.6.0" }, @@ -11551,9 +11551,9 @@ } }, "bson": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/bson/-/bson-4.7.1.tgz", - "integrity": "sha512-XkuFtlCzi0WSy8D6PMhvrQ/q8VlZHN/2bJ/shJglwuA6TPD2ZP/hHLB7iDxOEWVINHN/UVTxP4pqZqOKMXPIXg==", + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/bson/-/bson-4.7.2.tgz", + "integrity": "sha512-Ry9wCtIZ5kGqkJoi6aD8KjxFZEx78guTQDnpXWiNthsxzrxAK/i8E6pCHAIZTbaEFWcOCvbecMukfK7XUvyLpQ==", "requires": { "buffer": "^5.6.0" } diff --git a/examples/node/package.json b/examples/node/package.json index 62c14b45dc..eb7fa1b2dc 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.1", + "bson": "^4.7.2", "eslint-config-prettier": "^6.12.0", "eslint-plugin-jest": "^24.1.0", "eslint-plugin-prettier": "^3.1.4",