Release notes
*Sourced from [serialize-javascript's releases](https://github.com/yahoo/serialize-javascript/releases).*
> ## v2.1.1
> - Fix regular expressions Cross-Site Scripting (XSS) vulnerability (see [security advisory](https://github.com/yahoo/serialize-javascript/security/advisories/GHSA-h9rv-jmmf-4pgx))
> - Migrate to nyc from istanbul
>
> ## v2.1.0
> - Add `ignoreFunction` option ([@realdennis](https://github.com/realdennis), [#58](https://github-redirect.dependabot.com/yahoo/serialize-javascript/issues/58))
>
> ## v2.0.0
> - re-landed [#54](https://github-redirect.dependabot.com/yahoo/serialize-javascript/issues/54) with bump major version (see: [#57](https://github-redirect.dependabot.com/yahoo/serialize-javascript/issues/57))
>
> ### Behavior changes for `undefined`
>
> It serializes `undefined` values as follows since this version. The result of serialization may be changed if you are passing `undefined` values into the `serialize-javascript`.
>
> **v2.x**
>
> ```js
> const serialize = require('serialize-javascript');
>
> serialize({undef: undefined}); // '{"undef":undefined}'
> ```
>
> **v1.x**
>
> ```js
> const serialize = require('serialize-javascript');
>
> serialize({undef: undefined}); // '{}'
> ```
>
> ## v1.9.1
> - Revert [#54](https://github-redirect.dependabot.com/yahoo/serialize-javascript/issues/54) for breaking changes (see: https://github-redirect.dependabot.com/yahoo/serialize-javascript/issues/57)
> - Bump mocha from 5.2.0 to 6.2.0 ([#56](https://github-redirect.dependabot.com/yahoo/serialize-javascript/issues/56))
>
> ## v1.9.0
> * support serialize undefined ([@nqdy666](https://github.com/nqdy666), [#54](https://github-redirect.dependabot.com/yahoo/serialize-javascript/issues/54))
> * Update Node.js versions to tests
>
> ## v1.8.0
> - Enhanced object literals don't have arrows ([@jowenjowen](https://github.com/jowenjowen), [#51](https://github-redirect.dependabot.com/yahoo/serialize-javascript/issues/51))
Commits
- [`433fc9c`](https://github.com/yahoo/serialize-javascript/commit/433fc9cafe375b3f376efd12730b226035c3ee3a) 2.1.1
- [`16a68ab`](https://github.com/yahoo/serialize-javascript/commit/16a68ab53d9626fc7c942b48a1163108fcd184c8) Merge pull request from GHSA-h9rv-jmmf-4pgx
- [`3bab6de`](https://github.com/yahoo/serialize-javascript/commit/3bab6dee8db7317310a97af5d28f0f0479d21930) Bump mocha from 6.2.1 to 6.2.2 ([#60](https://github-redirect.dependabot.com/yahoo/serialize-javascript/issues/60))
- [`7a6b13d`](https://github.com/yahoo/serialize-javascript/commit/7a6b13dda9a8fda08bd2befecd9bbe833ddcc592) Bump mocha from 6.2.0 to 6.2.1 ([#59](https://github-redirect.dependabot.com/yahoo/serialize-javascript/issues/59))
- [`40cf793`](https://github.com/yahoo/serialize-javascript/commit/40cf79364e71a5b5e50d1674859b4844f86d3879) Migrate to nyc from istanbul
- [`31c98ad`](https://github.com/yahoo/serialize-javascript/commit/31c98adc21a54f6900f9aa6a415731d1398637c1) 2.1.0
- [`9b47a96`](https://github.com/yahoo/serialize-javascript/commit/9b47a961c257f25f4eb1488ba375041a2a2aee52) Feat. New option `ignoreFunction` according to issue#32 ([#58](https://github-redirect.dependabot.com/yahoo/serialize-javascript/issues/58))
- [`c65dd4a`](https://github.com/yahoo/serialize-javascript/commit/c65dd4a3af3c8bf5a94d8c7e4746f0effec0a8ed) 2.0.0
- [`1879481`](https://github.com/yahoo/serialize-javascript/commit/18794819f9fb4fa5419cd70d1e914d628833ca35) Revert "Revert "support serialize undefined ([#54](https://github-redirect.dependabot.com/yahoo/serialize-javascript/issues/54))""
- [`9ee6b1c`](https://github.com/yahoo/serialize-javascript/commit/9ee6b1ca1f755594aab026d712f93d34f477b5e9) 1.9.1
- Additional commits viewable in [compare view](https://github.com/yahoo/serialize-javascript/compare/v1.7.0...v2.1.1)
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/dwwoelfel/oneblog-brand-new/network/alerts).
Bumps serialize-javascript from 1.7.0 to 2.1.1.
Release notes
*Sourced from [serialize-javascript's releases](https://github.com/yahoo/serialize-javascript/releases).* > ## v2.1.1 > - Fix regular expressions Cross-Site Scripting (XSS) vulnerability (see [security advisory](https://github.com/yahoo/serialize-javascript/security/advisories/GHSA-h9rv-jmmf-4pgx)) > - Migrate to nyc from istanbul > > ## v2.1.0 > - Add `ignoreFunction` option ([@realdennis](https://github.com/realdennis), [#58](https://github-redirect.dependabot.com/yahoo/serialize-javascript/issues/58)) > > ## v2.0.0 > - re-landed [#54](https://github-redirect.dependabot.com/yahoo/serialize-javascript/issues/54) with bump major version (see: [#57](https://github-redirect.dependabot.com/yahoo/serialize-javascript/issues/57)) > > ### Behavior changes for `undefined` > > It serializes `undefined` values as follows since this version. The result of serialization may be changed if you are passing `undefined` values into the `serialize-javascript`. > > **v2.x** > > ```js > const serialize = require('serialize-javascript'); > > serialize({undef: undefined}); // '{"undef":undefined}' > ``` > > **v1.x** > > ```js > const serialize = require('serialize-javascript'); > > serialize({undef: undefined}); // '{}' > ``` > > ## v1.9.1 > - Revert [#54](https://github-redirect.dependabot.com/yahoo/serialize-javascript/issues/54) for breaking changes (see: https://github-redirect.dependabot.com/yahoo/serialize-javascript/issues/57) > - Bump mocha from 5.2.0 to 6.2.0 ([#56](https://github-redirect.dependabot.com/yahoo/serialize-javascript/issues/56)) > > ## v1.9.0 > * support serialize undefined ([@nqdy666](https://github.com/nqdy666), [#54](https://github-redirect.dependabot.com/yahoo/serialize-javascript/issues/54)) > * Update Node.js versions to tests > > ## v1.8.0 > - Enhanced object literals don't have arrows ([@jowenjowen](https://github.com/jowenjowen), [#51](https://github-redirect.dependabot.com/yahoo/serialize-javascript/issues/51))Commits
- [`433fc9c`](https://github.com/yahoo/serialize-javascript/commit/433fc9cafe375b3f376efd12730b226035c3ee3a) 2.1.1 - [`16a68ab`](https://github.com/yahoo/serialize-javascript/commit/16a68ab53d9626fc7c942b48a1163108fcd184c8) Merge pull request from GHSA-h9rv-jmmf-4pgx - [`3bab6de`](https://github.com/yahoo/serialize-javascript/commit/3bab6dee8db7317310a97af5d28f0f0479d21930) Bump mocha from 6.2.1 to 6.2.2 ([#60](https://github-redirect.dependabot.com/yahoo/serialize-javascript/issues/60)) - [`7a6b13d`](https://github.com/yahoo/serialize-javascript/commit/7a6b13dda9a8fda08bd2befecd9bbe833ddcc592) Bump mocha from 6.2.0 to 6.2.1 ([#59](https://github-redirect.dependabot.com/yahoo/serialize-javascript/issues/59)) - [`40cf793`](https://github.com/yahoo/serialize-javascript/commit/40cf79364e71a5b5e50d1674859b4844f86d3879) Migrate to nyc from istanbul - [`31c98ad`](https://github.com/yahoo/serialize-javascript/commit/31c98adc21a54f6900f9aa6a415731d1398637c1) 2.1.0 - [`9b47a96`](https://github.com/yahoo/serialize-javascript/commit/9b47a961c257f25f4eb1488ba375041a2a2aee52) Feat. New option `ignoreFunction` according to issue#32 ([#58](https://github-redirect.dependabot.com/yahoo/serialize-javascript/issues/58)) - [`c65dd4a`](https://github.com/yahoo/serialize-javascript/commit/c65dd4a3af3c8bf5a94d8c7e4746f0effec0a8ed) 2.0.0 - [`1879481`](https://github.com/yahoo/serialize-javascript/commit/18794819f9fb4fa5419cd70d1e914d628833ca35) Revert "Revert "support serialize undefined ([#54](https://github-redirect.dependabot.com/yahoo/serialize-javascript/issues/54))"" - [`9ee6b1c`](https://github.com/yahoo/serialize-javascript/commit/9ee6b1ca1f755594aab026d712f93d34f477b5e9) 1.9.1 - Additional commits viewable in [compare view](https://github.com/yahoo/serialize-javascript/compare/v1.7.0...v2.1.1)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/dwwoelfel/oneblog-brand-new/network/alerts).