Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package updates #132

Merged
merged 16 commits into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
bf01ff5
Bump Microsoft.Azure.WebJobs.Extensions.Sql in /WebsiteBackendFunctions
dependabot[bot] Oct 1, 2023
b3590cb
Bump Microsoft.Azure.WebJobs.Extensions.Storage in /FetchDataFunctions
dependabot[bot] Oct 1, 2023
709e359
Bump vue-i18n from 9.2.2 to 9.5.0 in /website
dependabot[bot] Oct 1, 2023
d969267
Bump @microsoft/applicationinsights-web from 3.0.2 to 3.0.3 in /website
dependabot[bot] Oct 1, 2023
ac54e93
Merge pull request #126 from sebader/dependabot/npm_and_yarn/website/…
sebader Oct 18, 2023
76e70df
Merge pull request #122 from sebader/dependabot/nuget/FetchDataFuncti…
sebader Oct 18, 2023
c67199a
Merge pull request #118 from sebader/dependabot/nuget/WebsiteBackendF…
sebader Oct 18, 2023
264ea9d
Bump Microsoft.Azure.WebJobs.Extensions.Sql in /FetchDataFunctions
dependabot[bot] Oct 18, 2023
b70a9c2
Merge pull request #123 from sebader/dependabot/npm_and_yarn/website/…
sebader Oct 18, 2023
07d3032
Bump Microsoft.Azure.WebJobs.Extensions.Sql in /WebsiteBackendFunctions
dependabot[bot] Oct 18, 2023
72d9e88
Merge pull request #127 from sebader/dependabot/nuget/FetchDataFuncti…
sebader Oct 18, 2023
b32c239
Merge pull request #129 from sebader/dependabot/nuget/WebsiteBackendF…
sebader Oct 18, 2023
16df892
Bump bootstrap from 5.3.1 to 5.3.2 in /website
dependabot[bot] Oct 18, 2023
826b179
Bump vue-router from 4.2.4 to 4.2.5 in /website
dependabot[bot] Oct 18, 2023
d7d7b8a
Merge pull request #125 from sebader/dependabot/npm_and_yarn/website/…
sebader Oct 18, 2023
0a7bba2
Merge pull request #124 from sebader/dependabot/npm_and_yarn/website/…
sebader Oct 18, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions FetchDataFunctions/FetchDataFunctions.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
Expand All @@ -11,8 +11,8 @@
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask.Analyzers" Version="0.5.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.2.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.SendGrid" Version="3.0.3" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Sql" Version="3.0.396" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="5.2.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Sql" Version="3.0.443" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="5.2.1" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.22" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="6.0.22" />
Expand Down
2 changes: 1 addition & 1 deletion WebsiteBackendFunctions/WebsiteBackendFunctions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Functions.Extensions" Version="1.1.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.1.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Sql" Version="3.0.396" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Sql" Version="3.0.443" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.2.0" />
</ItemGroup>
<ItemGroup>
Expand Down
Loading