Bump json from 2.1.0 to 2.3.0 in /app #17

Merged
dependabot[bot] merged 1 commit from dependabot/bundler/app/json-2.3.0 into master 2020-07-28 10:05:02 +00:00
dependabot[bot] commented 2020-07-28 04:05:21 +00:00 (Migrated from github.com)

Bumps json from 2.1.0 to 2.3.0.

Changelog

Sourced from json's changelog.

2019-12-11 (2.3.0)

  • Fix default of create_additions to always be false for JSON(user_input) and JSON.parse(user_input, nil). Note that JSON.load remains with default true and is meant for internal serialization of trusted data. [CVE-2020-10663]
  • Fix passing args all #to_json in json/add/*.
  • Fix encoding issues
  • Fix issues of keyword vs positional parameter
  • Fix JSON::Parser against bigdecimal updates
  • Bug fixes to JRuby port

2019-02-21 (2.2.0)

  • Adds support for 2.6 BigDecimal and ruby standard library Set datetype.
Commits

Dependabot compatibility score

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 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.

Bumps [json](https://github.com/flori/json) from 2.1.0 to 2.3.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/flori/json/blob/master/CHANGES.md">json's changelog</a>.</em></p> <blockquote> <h2>2019-12-11 (2.3.0)</h2> <ul> <li>Fix default of <code>create_additions</code> to always be <code>false</code> for <code>JSON(user_input)</code> and <code>JSON.parse(user_input, nil)</code>. Note that <code>JSON.load</code> remains with default <code>true</code> and is meant for internal serialization of trusted data. [CVE-2020-10663]</li> <li>Fix passing args all #to_json in json/add/*.</li> <li>Fix encoding issues</li> <li>Fix issues of keyword vs positional parameter</li> <li>Fix JSON::Parser against bigdecimal updates</li> <li>Bug fixes to JRuby port</li> </ul> <h2>2019-02-21 (2.2.0)</h2> <ul> <li>Adds support for 2.6 BigDecimal and ruby standard library Set datetype.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/flori/json/commit/92cf5c451a6ec0f3a00e291eb909e57cf38fbea4"><code>92cf5c4</code></a> v2.3.0</li> <li><a href="https://github.com/flori/json/commit/579ae85676f8a41c62ce9d2230db969ead9707bb"><code>579ae85</code></a> Add some more recent jruby</li> <li><a href="https://github.com/flori/json/commit/acabfebf14361090af1771ecc3c22b8dcb740421"><code>acabfeb</code></a> Make tests green on jruby</li> <li><a href="https://github.com/flori/json/commit/c194360ac2677fec94b05d9507e9e54871940335"><code>c194360</code></a> Update travis config</li> <li><a href="https://github.com/flori/json/commit/49317c1328fc08e6bd146164e7ef16c7cde84e0f"><code>49317c1</code></a> Ignore log files</li> <li><a href="https://github.com/flori/json/commit/d84439f522ec37119b115009d3779fed6e0fa842"><code>d84439f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/391">#391</a> from headius/prep_2.3.0</li> <li><a href="https://github.com/flori/json/commit/38f68d1e05174fa466dcabbc924d2098f0d8b824"><code>38f68d1</code></a> Bump versions for 2.3.0.</li> <li><a href="https://github.com/flori/json/commit/40524a99868ea6f29daf876c09ac539ab5b24f82"><code>40524a9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/390">#390</a> from flori/relax-test-unit</li> <li><a href="https://github.com/flori/json/commit/87379e694a103e0db18c1c8f652b0112d8239ebf"><code>87379e6</code></a> relax test-unit version for old ruby</li> <li><a href="https://github.com/flori/json/commit/05de02f4e2813e87280a408596ccc912decb277c"><code>05de02f</code></a> Merge branch 'zenspider-zenspider/ruby-2.7'</li> <li>Additional commits viewable in <a href="https://github.com/flori/json/compare/v2.1.0...v2.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=json&package-manager=bundler&previous-version=2.1.0&new-version=2.3.0)](https://help.github.com/articles/configuring-automated-security-fixes) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 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/twodarek/intro-to-gcp/network/alerts). </details>
twodarek (Migrated from github.com) approved these changes 2020-07-28 10:04:44 +00:00
Commenting is not possible because the repository is archived.
No description provided.