From 0c0ad26c9705c5220a3e3b9ab9cf534679bd737d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 May 2021 18:02:14 +0000 Subject: [PATCH] Bump bson from 1.1.0 to 1.1.4 Bumps [bson](https://github.com/mongodb/js-bson) from 1.1.0 to 1.1.4. - [Release notes](https://github.com/mongodb/js-bson/releases) - [Changelog](https://github.com/mongodb/js-bson/blob/master/HISTORY.md) - [Commits](https://github.com/mongodb/js-bson/compare/v1.1.0...v1.1.4) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 93575a9..c1ac56b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -165,9 +165,9 @@ } }, "bson": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/bson/-/bson-1.1.0.tgz", - "integrity": "sha512-9Aeai9TacfNtWXOYarkFJRW2CWo+dRon+fuLZYJmvLV3+MiUp0bEI6IAZfXEIg7/Pl/7IWlLaDnhzTsD81etQA==" + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/bson/-/bson-1.1.4.tgz", + "integrity": "sha512-S/yKGU1syOMzO86+dGpg2qGoDL0zvzcb262G+gqEy6TgP6rt6z6qxSFX/8X6vLC91P7G7C3nLs0+bvDzmvBA3Q==" }, "buffer-equal-constant-time": { "version": "1.0.1", diff --git a/package.json b/package.json index 77f5f91..b8d6bca 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "assert": "^1.4.1", "bcrypt-nodejs": "0.0.3", "body-parser": "^1.18.3", - "bson": "^1.1.0", + "bson": "^1.1.4", "cookie-parser": "~1.4.3", "cors": "^2.8.5", "debug": "^2.6.4",