Skip to content

Commit

Permalink
fix: update refit package to address security advisory
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdichtioui committed Dec 4, 2024
1 parent 32add29 commit e93331c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

Prefix your items with `(Template)` if the change is about the template and not the resulting application.


## 3.5.X
- Bump Uno packages to 5.2.121 to fix a crash on iOS.
- Ensure NV.Template.Mobile nuget is only deployed from the main branch.
- Updated `System.Text.Json` to resolve security vulnerabilities.
- Remove UWP references in Diagnostics.md
- Updated `Refit` package to 8.0.0 to address security advisory.
- Updated `MallardMessageHandlers` package to 2.0.0.

## 3.4.X
- Added a kill switch feature to the app.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="3.1.0" />
<PackageReference Include="Reactive.Annex" Version="2.0.0" />
<PackageReference Include="Refit" Version="7.0.0" />
<PackageReference Include="Refit" Version="8.0.0" />
<PackageReference Include="ReviewService.Abstractions" Version="1.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
<PackageReference Include="MallardMessageHandlers" Version="1.2.0" />
<PackageReference Include="MallardMessageHandlers" Version="2.0.0" />
<PackageReference Include="Nventive.Persistence.Reactive" Version="0.5.0" />
<PackageReference Include="Nventive.Persistence" Version="0.5.0" />
<PackageReference Include="System.Reactive" Version="5.0.0" />
Expand Down

0 comments on commit e93331c

Please sign in to comment.