Commit ae773bb
authored
Bump Newtonsoft.Json from 13.0.2 to 13.0.3 (#880)
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from
13.0.2 to 13.0.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/JamesNK/Newtonsoft.Json/releases">Newtonsoft.Json's
releases</a>.</em></p>
<blockquote>
<h2>13.0.3</h2>
<ul>
<li>Fix - Fixed parsed zero decimals losing trailing zeroes</li>
<li>Fix - Fixed parsed negative zero double losing negative</li>
<li>Fix - Fixed null string being reported as String rather than
JTokenType.Null</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/JamesNK/Newtonsoft.Json/commit/0a2e291c0d9c0c7675d445703e51750363a549ef"><code>0a2e291</code></a>
Remove prerelease for 13.0.3</li>
<li><a
href="https://github.com/JamesNK/Newtonsoft.Json/commit/4949c66c3a6e3824c1d3eed042a6742fb54d1b1f"><code>4949c66</code></a>
Update to 13.0.3-beta1</li>
<li><a
href="https://github.com/JamesNK/Newtonsoft.Json/commit/57025815e564d36821acf778e2c00d02225aab35"><code>5702581</code></a>
Fix: Null String being reported as String rather than JTokenType.Null
(<a
href="https://redirect.github.com/JamesNK/Newtonsoft.Json/issues/2796">#2796</a>)</li>
<li><a
href="https://github.com/JamesNK/Newtonsoft.Json/commit/c908de3017ee32278c5330f715cef0e9733ce9db"><code>c908de3</code></a>
Fix not returning negative double from box cache (<a
href="https://redirect.github.com/JamesNK/Newtonsoft.Json/issues/2777">#2777</a>)</li>
<li><a
href="https://github.com/JamesNK/Newtonsoft.Json/commit/2afdccdb6374c9452a9c82929e59967aab49b37f"><code>2afdccd</code></a>
Fix parsed decimal losing trailing zeroes (<a
href="https://redirect.github.com/JamesNK/Newtonsoft.Json/issues/2769">#2769</a>)</li>
<li>See full diff in <a
href="https://github.com/JamesNK/Newtonsoft.Json/compare/13.0.2...13.0.3">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent e4e5521 commit ae773bb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments