Skip to content

Commit

Permalink
chore(deps): Bump the all group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) | `7.0.0` | `8.0.0` |
| [Microsoft.Extensions.Http](https://github.com/dotnet/runtime) | `7.0.0` | `8.0.0` |
| [Sentry](https://github.com/getsentry/sentry-dotnet) | `3.40.1` | `3.41.0` |
| [StrawberryShake.Server](https://github.com/ChilliCream/graphql-platform) | `13.6.1` | `13.7.0` |
| [StrawberryShake.Transport.Http](https://github.com/ChilliCream/graphql-platform) | `13.6.1` | `13.7.0` |
| [strawberryshake.tools](https://github.com/ChilliCream/graphql-platform) | `13.6.1` | `13.7.0` |


Updates `Microsoft.Extensions.DependencyInjection` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.0...v8.0.0)

Updates `Microsoft.Extensions.Http` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.0...v8.0.0)

Updates `Sentry` from 3.40.1 to 3.41.0
- [Release notes](https://github.com/getsentry/sentry-dotnet/releases)
- [Changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-dotnet@3.40.1...3.41.0)

Updates `StrawberryShake.Server` from 13.6.1 to 13.7.0
- [Release notes](https://github.com/ChilliCream/graphql-platform/releases)
- [Changelog](https://github.com/ChilliCream/graphql-platform/blob/main/CHANGELOG.md)
- [Commits](ChilliCream/graphql-platform@13.6.1...13.7.0)

Updates `StrawberryShake.Transport.Http` from 13.6.1 to 13.7.0
- [Release notes](https://github.com/ChilliCream/graphql-platform/releases)
- [Changelog](https://github.com/ChilliCream/graphql-platform/blob/main/CHANGELOG.md)
- [Commits](ChilliCream/graphql-platform@13.6.1...13.7.0)

Updates `strawberryshake.tools` from 13.6.1 to 13.7.0
- [Release notes](https://github.com/ChilliCream/graphql-platform/releases)
- [Changelog](https://github.com/ChilliCream/graphql-platform/blob/main/CHANGELOG.md)
- [Commits](ChilliCream/graphql-platform@13.6.1...13.7.0)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: Microsoft.Extensions.Http
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: Sentry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: StrawberryShake.Server
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: StrawberryShake.Transport.Http
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: strawberryshake.tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and anna-is-cute committed Nov 26, 2023
1 parent ca8ec27 commit d2994f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"strawberryshake.tools": {
"version": "13.6.1",
"version": "13.7.0",
"commands": [
"dotnet-graphql"
]
Expand Down
10 changes: 5 additions & 5 deletions heliosphere-plugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@
<PackageReference Include="Konscious.Security.Cryptography.Argon2" Version="1.3.0"/>
<PackageReference Include="Markdig" Version="0.33.0"/>
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="6.0.0"/>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0"/>
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0"/>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0"/>
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0"/>
<PackageReference Include="Penumbra.Api" Version="1.0.12"/>
<PackageReference Include="Semver" Version="2.3.0"/>
<PackageReference Include="Sentry" Version="3.40.1"/>
<PackageReference Include="Sentry" Version="3.41.0"/>
<PackageReference Include="SimpleBase" Version="4.0.0"/>
<PackageReference Include="StrawberryShake.Server" Version="13.6.1"/>
<PackageReference Include="StrawberryShake.Transport.Http" Version="13.6.1"/>
<PackageReference Include="StrawberryShake.Server" Version="13.7.0"/>
<PackageReference Include="StrawberryShake.Transport.Http" Version="13.7.0"/>
<PackageReference Include="WebPDotNet" Version="1.2.0.20210418"/>
<PackageReference Include="ZstdSharp.Port" Version="0.7.3"/>
</ItemGroup>
Expand Down

0 comments on commit d2994f1

Please sign in to comment.