Changelog
*Sourced from [bson's changelog](https://github.com/mongodb/js-bson/blob/v1.0.9/HISTORY.md).*
> ## [1.0.9](https://github.com/mongodb/js-bson/compare/v1.0.8...v1.0.9) (2018-06-07)
>
>
> ### Bug Fixes
>
> * **serializer:** remove use of `const` ([5feb12f](https://github.com/mongodb/js-bson/commit/5feb12f))
>
>
>
>
> ## [1.0.7](https://github.com/mongodb/js-bson/compare/v1.0.6...v1.0.7) (2018-06-06)
>
>
> ### Bug Fixes
>
> * **binary:** add type checking for buffer ([26b05b5](https://github.com/mongodb/js-bson/commit/26b05b5))
> * **bson:** fix custom inspect property ([080323b](https://github.com/mongodb/js-bson/commit/080323b))
> * **readme:** clarify documentation about deserialize methods ([20f764c](https://github.com/mongodb/js-bson/commit/20f764c))
> * **serialization:** normalize function stringification ([1320c10](https://github.com/mongodb/js-bson/commit/1320c10))
>
>
>
>
> ## [1.0.6](https://github.com/mongodb/js-bson/compare/v1.0.5...v1.0.6) (2018-03-12)
>
>
> ### Features
>
> * **serialization:** support arbitrary sizes for the internal serialization buffer ([abe97bc](https://github.com/mongodb/js-bson/commit/abe97bc))
>
>
>
>
> ## 1.0.5 (2018-02-26)
>
>
> ### Bug Fixes
>
> * **decimal128:** add basic guard against REDOS attacks ([bd61c45](https://github.com/mongodb/js-bson/commit/bd61c45))
> * **objectid:** if pid is 1, use random value ([e188ae6](https://github.com/mongodb/js-bson/commit/e188ae6))
Commits
- [`7656804`](https://github.com/mongodb/js-bson/commit/765680420a5b83b9e2e50f3d9635a549a28fe6ad) 1.0.9
- [`5feb12f`](https://github.com/mongodb/js-bson/commit/5feb12ff1687d4344d47ed50b40354bc5d07ba24) fix(serializer): remove use of `const`
- [`e3d83de`](https://github.com/mongodb/js-bson/commit/e3d83ded11b49c14bb26f898b13476a148985810) chore(travis): reenable 0.12 builds to catch legacy errors for 1.x
- [`889799b`](https://github.com/mongodb/js-bson/commit/889799bc2e40d0418a57d3848432eea585275254) 1.0.8
- [`295ef9a`](https://github.com/mongodb/js-bson/commit/295ef9a8a37ea1ac113d7d6566b9414992d524a4) refactor(utils): use a more robust method for function stringifying
- [`508b5ef`](https://github.com/mongodb/js-bson/commit/508b5eff5f1ae0b7a88c338c7937995bde075c28) fix(utils): do not use ES6 in the 1.x branch
- [`bf4391c`](https://github.com/mongodb/js-bson/commit/bf4391c3bd4a5cd9062fb0f892174d3ab0c26dbd) chore(browser): update browser build for 1.0.7
- [`b73100f`](https://github.com/mongodb/js-bson/commit/b73100fe708e3b0bb128dc9575602bdf9a9e2c35) 1.0.7
- [`553a42d`](https://github.com/mongodb/js-bson/commit/553a42d2444d1342c3448cd6f5c88497269d055d) chore(npm): commit package lock and update package.json
- [`99801ca`](https://github.com/mongodb/js-bson/commit/99801ca9159664ac3598d2f746dc2539733504e8) chore(travis): update to test against LTS versions of node + 10.x
- Additional commits viewable in [compare view](https://github.com/mongodb/js-bson/compare/V1.0.4...v1.0.9)
Maintainer changes
This version was pushed to npm by [mbroadst](https://www.npmjs.com/~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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will 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 labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will 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](https://github.com/brave/vault-updater/network/alerts).
Bumps bson from 1.0.4 to 1.0.9.
Changelog
*Sourced from [bson's changelog](https://github.com/mongodb/js-bson/blob/v1.0.9/HISTORY.md).* > ## [1.0.9](https://github.com/mongodb/js-bson/compare/v1.0.8...v1.0.9) (2018-06-07) > > > ### Bug Fixes > > * **serializer:** remove use of `const` ([5feb12f](https://github.com/mongodb/js-bson/commit/5feb12f)) > > > > > ## [1.0.7](https://github.com/mongodb/js-bson/compare/v1.0.6...v1.0.7) (2018-06-06) > > > ### Bug Fixes > > * **binary:** add type checking for buffer ([26b05b5](https://github.com/mongodb/js-bson/commit/26b05b5)) > * **bson:** fix custom inspect property ([080323b](https://github.com/mongodb/js-bson/commit/080323b)) > * **readme:** clarify documentation about deserialize methods ([20f764c](https://github.com/mongodb/js-bson/commit/20f764c)) > * **serialization:** normalize function stringification ([1320c10](https://github.com/mongodb/js-bson/commit/1320c10)) > > > > > ## [1.0.6](https://github.com/mongodb/js-bson/compare/v1.0.5...v1.0.6) (2018-03-12) > > > ### Features > > * **serialization:** support arbitrary sizes for the internal serialization buffer ([abe97bc](https://github.com/mongodb/js-bson/commit/abe97bc)) > > > > > ## 1.0.5 (2018-02-26) > > > ### Bug Fixes > > * **decimal128:** add basic guard against REDOS attacks ([bd61c45](https://github.com/mongodb/js-bson/commit/bd61c45)) > * **objectid:** if pid is 1, use random value ([e188ae6](https://github.com/mongodb/js-bson/commit/e188ae6))Commits
- [`7656804`](https://github.com/mongodb/js-bson/commit/765680420a5b83b9e2e50f3d9635a549a28fe6ad) 1.0.9 - [`5feb12f`](https://github.com/mongodb/js-bson/commit/5feb12ff1687d4344d47ed50b40354bc5d07ba24) fix(serializer): remove use of `const` - [`e3d83de`](https://github.com/mongodb/js-bson/commit/e3d83ded11b49c14bb26f898b13476a148985810) chore(travis): reenable 0.12 builds to catch legacy errors for 1.x - [`889799b`](https://github.com/mongodb/js-bson/commit/889799bc2e40d0418a57d3848432eea585275254) 1.0.8 - [`295ef9a`](https://github.com/mongodb/js-bson/commit/295ef9a8a37ea1ac113d7d6566b9414992d524a4) refactor(utils): use a more robust method for function stringifying - [`508b5ef`](https://github.com/mongodb/js-bson/commit/508b5eff5f1ae0b7a88c338c7937995bde075c28) fix(utils): do not use ES6 in the 1.x branch - [`bf4391c`](https://github.com/mongodb/js-bson/commit/bf4391c3bd4a5cd9062fb0f892174d3ab0c26dbd) chore(browser): update browser build for 1.0.7 - [`b73100f`](https://github.com/mongodb/js-bson/commit/b73100fe708e3b0bb128dc9575602bdf9a9e2c35) 1.0.7 - [`553a42d`](https://github.com/mongodb/js-bson/commit/553a42d2444d1342c3448cd6f5c88497269d055d) chore(npm): commit package lock and update package.json - [`99801ca`](https://github.com/mongodb/js-bson/commit/99801ca9159664ac3598d2f746dc2539733504e8) chore(travis): update to test against LTS versions of node + 10.x - Additional commits viewable in [compare view](https://github.com/mongodb/js-bson/compare/V1.0.4...v1.0.9)Maintainer changes
This version was pushed to npm by [mbroadst](https://www.npmjs.com/~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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will 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 labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will 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](https://github.com/brave/vault-updater/network/alerts).