From 08e2f664c303eaf9363091f3c0269a903ddb958a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 May 2021 21:11:08 +0000 Subject: [PATCH] chore(deps): bump bson from 1.1.0 to 1.1.6 Bumps [bson](https://github.com/mongodb/js-bson) from 1.1.0 to 1.1.6. - [Release notes](https://github.com/mongodb/js-bson/releases) - [Changelog](https://github.com/mongodb/js-bson/blob/v1.1.6/HISTORY.md) - [Commits](https://github.com/mongodb/js-bson/compare/v1.1.0...v1.1.6) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- yarn.lock | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 738b189..4733d49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -525,9 +525,9 @@ } }, "bson": { - "version": "1.1.0", - "resolved": "http://registry.npm.taobao.org/bson/download/bson-1.1.0.tgz", - "integrity": "sha1-vuV9H7aodxNHGvTjK8rjbegUtbA=" + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/bson/-/bson-1.1.6.tgz", + "integrity": "sha512-EvVNVeGo4tHxwi8L6bPj3y3itEvStdwvvlojVxxbyYfoaxJ6keLgrTuKdyfEAszFK+H3olzBuafE0yoh0D1gdg==" }, "buffer-equal-constant-time": { "version": "1.0.1", diff --git a/yarn.lock b/yarn.lock index 5ba8786..930d547 100644 --- a/yarn.lock +++ b/yarn.lock @@ -352,9 +352,9 @@ braces@^2.3.1, braces@^2.3.2: to-regex "^3.0.1" bson@^1.1.1: - version "1.1.1" - resolved "https://registry.npm.taobao.org/bson/download/bson-1.1.1.tgz#4330f5e99104c4e751e7351859e2d408279f2f13" - integrity sha1-QzD16ZEExOdR5zUYWeLUCCefLxM= + version "1.1.6" + resolved "https://registry.yarnpkg.com/bson/-/bson-1.1.6.tgz#fb819be9a60cd677e0853aee4ca712a785d6618a" + integrity sha512-EvVNVeGo4tHxwi8L6bPj3y3itEvStdwvvlojVxxbyYfoaxJ6keLgrTuKdyfEAszFK+H3olzBuafE0yoh0D1gdg== buffer-equal-constant-time@1.0.1: version "1.0.1"