From d3e743de1e76bf16f3e67ad020a9c04b49dc6dcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 May 2021 23:23:55 +0000 Subject: [PATCH] Bump bson from 1.1.0 to 1.1.6 in /api 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] --- api/package-lock.json | 6 +++--- api/yarn.lock | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/package-lock.json b/api/package-lock.json index 753bd827..1eec8765 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -270,9 +270,9 @@ } }, "bson": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/bson/-/bson-1.1.3.tgz", - "integrity": "sha512-TdiJxMVnodVS7r0BdL42y/pqC9cL2iKynVwA0Ho3qbsQYr428veL3l7BQyuqiw+Q5SqqoT0m4srSY/BlZ9AxXg==" + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/bson/-/bson-1.1.6.tgz", + "integrity": "sha512-EvVNVeGo4tHxwi8L6bPj3y3itEvStdwvvlojVxxbyYfoaxJ6keLgrTuKdyfEAszFK+H3olzBuafE0yoh0D1gdg==" }, "bytes": { "version": "3.1.0", diff --git a/api/yarn.lock b/api/yarn.lock index 627d4681..ec13933f 100644 --- a/api/yarn.lock +++ b/api/yarn.lock @@ -167,8 +167,8 @@ braces@^2.3.0, braces@^2.3.1: to-regex "^3.0.1" bson@^1.1.0, bson@~1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/bson/-/bson-1.1.0.tgz#bee57d1fb6a87713471af4e32bcae36de814b5b0" + version "1.1.6" + resolved "https://registry.yarnpkg.com/bson/-/bson-1.1.6.tgz#fb819be9a60cd677e0853aee4ca712a785d6618a" bytes@3.0.0: version "3.0.0"