From e93331c0a0152325bac6d00f68b7d63766c920db Mon Sep 17 00:00:00 2001 From: mahdichtioui Date: Mon, 2 Dec 2024 13:28:48 +0100 Subject: [PATCH] fix: update refit package to address security advisory --- CHANGELOG.md | 3 +++ .../ApplicationTemplate.Access.csproj | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7c7037b..9dc6d1f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/src/app/ApplicationTemplate.Access/ApplicationTemplate.Access.csproj b/src/app/ApplicationTemplate.Access/ApplicationTemplate.Access.csproj index 8c0c1e06..308a6373 100644 --- a/src/app/ApplicationTemplate.Access/ApplicationTemplate.Access.csproj +++ b/src/app/ApplicationTemplate.Access/ApplicationTemplate.Access.csproj @@ -21,10 +21,10 @@ - + - +