Skip to content

Commit

Permalink
build(deps): bump Microsoft.AspNetCore.OpenApi from 8.0.6 to 8.0.10
Browse files Browse the repository at this point in the history
Bumps [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore) from 8.0.6 to 8.0.10.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.6...v8.0.10)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 60ce18e commit 25743aa
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageVersion Include="FSharp.Core" Version="8.0.300" />
<!-- Giraffe.OpenApi -->
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="8.0.6" />
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="8.0.10" />
<!-- Sample App -->
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.6.2" />
<!-- Analyzers -->
Expand Down
28 changes: 19 additions & 9 deletions src/Giraffe.OpenApi/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@
},
"Giraffe": {
"type": "Direct",
"requested": "[7.0.0-alpha-001, )",
"resolved": "7.0.0-alpha-001",
"contentHash": "bJnXSFtMXz0XaOw4NGBFCm1gkurWICqHVBofj+jdfcTqGQ349zqXwWb5yocjN8S5jb/+rLG0Tw5Nq+jzRQLdOQ==",
"requested": "[7.0.1, )",
"resolved": "7.0.1",
"contentHash": "Y7NZsNQYzb4P1pH9wS22cfUmV0mT8mrxW/uyk/iWh+6sJYHxxuZg3K7USaaWtm+miyq08MqMPkULtRx6YdBqWg==",
"dependencies": {
"FSharp.Core": "6.0.0",
"FSharp.SystemTextJson": "1.3.13",
"Giraffe.ViewEngine": "1.4.0",
"Microsoft.IO.RecyclableMemoryStream": "3.0.1",
"System.Text.Json": "8.0.3"
"System.Text.Json": "8.0.4"
}
},
"Ionide.Analyzers": {
Expand All @@ -34,9 +35,9 @@
},
"Microsoft.AspNetCore.OpenApi": {
"type": "Direct",
"requested": "[8.0.6, )",
"resolved": "8.0.6",
"contentHash": "G0Qdo5ZtxmBFZ41CFRopZbSVeS/xwezmqZE0vLYcggoB7EEsPOUKSWnSrJPC2C+02iANAnnq6bSMIlKBgdqCmA==",
"requested": "[8.0.10, )",
"resolved": "8.0.10",
"contentHash": "kzYiW/IbSN0xittjplA8eN1wrNcRi3DMalYRrEuF2xyf2Y5u7cGCfgN1oNZ+g3aBQzMKTQwYsY1PeNmC+P0WnA==",
"dependencies": {
"Microsoft.OpenApi": "1.4.3"
}
Expand All @@ -51,6 +52,15 @@
"Microsoft.SourceLink.Common": "8.0.0"
}
},
"FSharp.SystemTextJson": {
"type": "Transitive",
"resolved": "1.3.13",
"contentHash": "znp8odpdkVGKVX0AvbhiXdmeMi0KJ+A4AyAQWSkfAEAe4Z4clRE+rVhrLnAGrFD1VEIUX2lsQ4o84ywpWZUSGw==",
"dependencies": {
"FSharp.Core": "4.7.0",
"System.Text.Json": "6.0.0"
}
},
"Giraffe.ViewEngine": {
"type": "Transitive",
"resolved": "1.4.0",
Expand Down Expand Up @@ -86,8 +96,8 @@
},
"System.Text.Json": {
"type": "Transitive",
"resolved": "8.0.3",
"contentHash": "hpagS9joOwv6efWfrMmV9MjQXpiXZH72PgN067Ysfr6AWMSD1/1hEcvh/U5mUpPLezEWsOJSuVrmqDIVD958iA==",
"resolved": "8.0.4",
"contentHash": "bAkhgDJ88XTsqczoxEMliSrpijKZHhbJQldhAmObj/RbrN3sU5dcokuXmWJWsdQAhiMJ9bTayWsL1C9fbbCRhw==",
"dependencies": {
"System.Text.Encodings.Web": "8.0.0"
}
Expand Down

0 comments on commit 25743aa

Please sign in to comment.