Bump bson from 0.5.5 to 1.1.4
Bumps bson from 0.5.5 to 1.1.4.
Release notes
Sourced from bson's releases.
v1.1.4
The MongoDB Node.js team is pleased to announce version 1.1.4 of the
bsonmodule!This patch release resolves an issue with BSON serialization with invalid
_bsontype, originally reported by @xiaofen9. MongoDB will be issuing a CVE for this vulnerability, and we recommend that all users pin their version of thebsonmodule to 1.1.4 or higher.Release Notes
Changelog
Sourced from bson's changelog.
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.2.0 (2020-10-13)
Features
- add extended json parsing for $uuid (b1b2a0e)
- convert to TypeScript (#393) (9aad874)
- Improve TS Typings (#389) (ae9ae2d)
Bug Fixes
- adds interfaces for EJSON objects (7f5f1a3)
- Correct API Extractor config to omit definition file from dist (#407) (ace8647)
- coverage (992e2e0)
- deprecate cacheFunctionsCrc32 (ea83bf5)
- Rework rollup config to output named and default exports (#404) (a48676b)
- Throw on BigInt type values (#397) (2dd54e5)
- type issues with SerializeOptions and Long methods accepting Timestamp (c18ba71)
4.1.0 (2020-08-10)
Bug Fixes
- spelling in deserializer errors (4c6f2e4)
- object-id: harden the duck-typing (4b800ae)
- parse value of Int32 in constructor (5cda40f)
- Reduce floating point precision required of extended json implementations (#369) (5e35d1a)
Features
- add support for primitives to EJSON.stringify (329857d)
4.0.4 (2020-03-26)
Bug Fixes
... (truncated)
Commits
6e782da1.1.43809c13fix: throw if invalid _bsontype is detectede4de7b51.1.38de4140Revert "fix(_bsontype): only check bsontype if it is a prototype member."179e1ed1.1.2dd8a349fix(_bsontype): only check bsontype if it is a prototype member.31425081.1.18980296chore: update browser_build24aefbafeat: replace new Buffer with modern versions35beb90chore: update package-lock.json- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by mbroadst, a new releaser for bson since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.