Skip to content

Commit 982ebbd

Browse files
Bump JsonDiffPatch.Net from 2.3.0 to 2.4.0 (#84)
Bumps [JsonDiffPatch.Net](https://github.com/wbish/jsondiffpatch.net) from 2.3.0 to 2.4.0. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/wbish/jsondiffpatch.net/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=JsonDiffPatch.Net&package-manager=nuget&previous-version=2.3.0&new-version=2.4.0)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b722c7f commit 982ebbd

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

src/TemplateRefGenerator.Tests/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@
8686
},
8787
"JsonDiffPatch.Net": {
8888
"type": "Transitive",
89-
"resolved": "2.3.0",
90-
"contentHash": "a+I1WNXSwkelsgUfMk3LVRY3FzQDV8nCpRMcml2whQDimbnOG+mxRCt6kCzMRFwshg9ir4shm0yvYDL7E89ayg==",
89+
"resolved": "2.4.0",
90+
"contentHash": "G7aBpHomgAKockKB6478QoTU7J93Qe/8xUCDl7WK7OfkKH58hX5QHLFhQ2noxkvHOlIOl4BLP9GhV0wH60zkXQ==",
9191
"dependencies": {
92-
"Newtonsoft.Json": "11.0.1"
92+
"Newtonsoft.Json": "13.0.2"
9393
}
9494
},
9595
"Microsoft.ApplicationInsights": {
@@ -377,7 +377,7 @@
377377
"Azure.Bicep.Types.Az": "[0.2.727, )",
378378
"DiffPlex": "[1.7.2, )",
379379
"FluentAssertions": "[7.0.0, )",
380-
"JsonDiffPatch.Net": "[2.3.0, )",
380+
"JsonDiffPatch.Net": "[2.4.0, )",
381381
"MSTest": "[3.7.3, )",
382382
"Microsoft.NET.Test.Sdk": "[17.13.0, )"
383383
}

src/TestHelpers/TestHelpers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1010
<PackageReference Include="MSTest" Version="3.7.3" />
1111
<PackageReference Include="Azure.Bicep.Types.Az" Version="0.2.727" />
12-
<PackageReference Include="JsonDiffPatch.Net" Version="2.3.0" />
12+
<PackageReference Include="JsonDiffPatch.Net" Version="2.4.0" />
1313
<PackageReference Include="DiffPlex" Version="1.7.2" />
1414
</ItemGroup>
1515
</Project>

src/TestHelpers/packages.lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
},
2929
"JsonDiffPatch.Net": {
3030
"type": "Direct",
31-
"requested": "[2.3.0, )",
32-
"resolved": "2.3.0",
33-
"contentHash": "a+I1WNXSwkelsgUfMk3LVRY3FzQDV8nCpRMcml2whQDimbnOG+mxRCt6kCzMRFwshg9ir4shm0yvYDL7E89ayg==",
31+
"requested": "[2.4.0, )",
32+
"resolved": "2.4.0",
33+
"contentHash": "G7aBpHomgAKockKB6478QoTU7J93Qe/8xUCDl7WK7OfkKH58hX5QHLFhQ2noxkvHOlIOl4BLP9GhV0wH60zkXQ==",
3434
"dependencies": {
35-
"Newtonsoft.Json": "11.0.1"
35+
"Newtonsoft.Json": "13.0.2"
3636
}
3737
},
3838
"Microsoft.CodeAnalysis.BannedApiAnalyzers": {
@@ -198,8 +198,8 @@
198198
},
199199
"Newtonsoft.Json": {
200200
"type": "Transitive",
201-
"resolved": "13.0.1",
202-
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
201+
"resolved": "13.0.2",
202+
"contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg=="
203203
},
204204
"System.Configuration.ConfigurationManager": {
205205
"type": "Transitive",

0 commit comments

Comments
 (0)