Skip to content

Commit

Permalink
Bump the all-dependencies group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group with 2 updates in the /src/OrchardCore/OrchardCore directory: [JsonPath.Net](https://github.com/json-everything/json-everything) and [Microsoft.CodeAnalysis.CSharp.CodeStyle](https://github.com/dotnet/roslyn).


Updates `JsonPath.Net` from 1.1.6 to 2.0.1
- [Commits](json-everything/json-everything@path-v1.1.6...more-v2.0.1)

Updates `Microsoft.CodeAnalysis.CSharp.CodeStyle` from 4.11.0 to 4.12.0
- [Release notes](https://github.com/dotnet/roslyn/releases)
- [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
- [Commits](https://github.com/dotnet/roslyn/commits)

---
updated-dependencies:
- dependency-name: JsonPath.Net
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.CodeAnalysis.CSharp.CodeStyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 701c07e commit 1174d08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PackageVersion Include="GraphQL.MicrosoftDI" Version="7.9.0" />
<PackageVersion Include="GraphQL.SystemTextJson" Version="7.9.0" />
<PackageVersion Include="Jint" Version="4.0.3" />
<PackageVersion Include="JsonPath.Net" Version="1.1.6" />
<PackageVersion Include="JsonPath.Net" Version="2.0.1" />
<PackageVersion Include="HtmlSanitizer" Version="8.2.871-beta" />
<PackageVersion Include="Irony" Version="1.5.3" />
<PackageVersion Include="libphonenumber-csharp" Version="8.13.47" />
Expand Down Expand Up @@ -87,7 +87,7 @@
</ItemGroup>
<ItemGroup>
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
<GlobalPackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeStyle" Version="4.11.0" />
<GlobalPackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeStyle" Version="4.12.0" />
</ItemGroup>
<!-- These versions are used for tansitive dependency forced upgrades only. E.g. when a package references a vulnerable version. -->
<!-- To list all vulnerable direct references run 'dotnet list package -vulnerable' (use double dash, just XML comments can't contain it) -->
Expand Down

0 comments on commit 1174d08

Please sign in to comment.