Skip to content

Commit

Permalink
build(deps): update dependency polyfill to v4.6.1 (#105)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 22, 2024
1 parent 369adab commit 23b3081
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/EnumUtilities/EnumUtilities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.3.1" PrivateAssets="all" />
<PackageReference Include="Polyfill" Version="4.6.0">
<PackageReference Include="Polyfill" Version="4.6.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
6 changes: 3 additions & 3 deletions src/EnumUtilities/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
},
"Polyfill": {
"type": "Direct",
"requested": "[4.6.0, )",
"resolved": "4.6.0",
"contentHash": "LwQTxUPGmxE7mvvAe74nSU25IQ4lkMbRyv0Vma5+z8NfS7OyrXYMpHW3Muab99r5TGtsUQkTppTgAIawKbdq7A=="
"requested": "[4.6.1, )",
"resolved": "4.6.1",
"contentHash": "hyoqkH6RZkojeVo0B3jLxbKnPQgBcLhnXkZQJ8vLGINWP9YZRzs1q6OeJigkzu0PCmaV/fRpk5sij+9fuM94Dg=="
},
"Microsoft.Build.Tasks.Git": {
"type": "Transitive",
Expand Down

0 comments on commit 23b3081

Please sign in to comment.