Skip to content

Commit 5c7deb7

Browse files
committed
Updated dependencies
1 parent 4a1700e commit 5c7deb7

File tree

14 files changed

+517
-418
lines changed

14 files changed

+517
-418
lines changed

build/build/Build.csproj

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
<PropertyGroup>
3-
<OutputType>Exe</OutputType>
4-
<TargetFramework>net8.0</TargetFramework>
5-
<Nullable>enable</Nullable>
6-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
7-
<LangVersion>latest</LangVersion>
8-
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
9-
<EnableNETAnalyzers>true</EnableNETAnalyzers>
10-
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
11-
</PropertyGroup>
12-
<ItemGroup>
13-
<PackageReference Include="Cake.Frosting" Version="4.0.0" />
14-
<PackageReference Include="Cake.GitHub" Version="1.0.0" />
15-
<PackageReference Include="Cake.Npm" Version="4.0.0" />
16-
<PackageReference Include="System.Formats.Asn1" Version="8.0.1" />
17-
<PackageReference Include="NuGet.Packaging" Version="6.11.1" />
18-
</ItemGroup>
19-
20-
<PropertyGroup>
21-
<NuGetAudit>true</NuGetAudit>
22-
<NuGetAuditMode>all</NuGetAuditMode>
23-
<NuGetAuditLevel>low</NuGetAuditLevel>
24-
</PropertyGroup>
25-
</Project>
2+
<PropertyGroup>
3+
<OutputType>Exe</OutputType>
4+
<TargetFramework>net8.0</TargetFramework>
5+
<Nullable>enable</Nullable>
6+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
7+
<LangVersion>latest</LangVersion>
8+
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
9+
<EnableNETAnalyzers>true</EnableNETAnalyzers>
10+
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
11+
</PropertyGroup>
12+
<ItemGroup>
13+
<PackageReference Include="Cake.Frosting" Version="4.2.0" />
14+
<PackageReference Include="Cake.GitHub" Version="1.0.0" />
15+
<PackageReference Include="Cake.Npm" Version="4.0.0" />
16+
<PackageReference Include="System.Formats.Asn1" Version="8.0.1" />
17+
<PackageReference Include="NuGet.Packaging" Version="6.11.1" />
18+
</ItemGroup>
19+
<PropertyGroup>
20+
<NuGetAudit>true</NuGetAudit>
21+
<NuGetAuditMode>all</NuGetAuditMode>
22+
<NuGetAuditLevel>low</NuGetAuditLevel>
23+
</PropertyGroup>
24+
</Project>

deploy/deploy/Deploy.csproj

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
<PropertyGroup>
3-
<OutputType>Exe</OutputType>
4-
<TargetFramework>net8.0</TargetFramework>
5-
<Nullable>enable</Nullable>
6-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
7-
<LangVersion>latest</LangVersion>
8-
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
9-
<EnableNETAnalyzers>true</EnableNETAnalyzers>
10-
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
11-
</PropertyGroup>
12-
<ItemGroup>
13-
<PackageReference Include="Cake.Frosting" Version="4.0.0" />
14-
<PackageReference Include="Pulumi.Automation" Version="3.67.1" />
15-
<PackageReference Include="System.Formats.Asn1" Version="8.0.1" />
16-
<PackageReference Include="NuGet.Packaging" Version="6.11.1" />
17-
</ItemGroup>
18-
<PropertyGroup>
19-
<NuGetAudit>true</NuGetAudit>
20-
<NuGetAuditMode>all</NuGetAuditMode>
21-
<NuGetAuditLevel>low</NuGetAuditLevel>
22-
</PropertyGroup>
23-
<PropertyGroup /></Project>
2+
<PropertyGroup>
3+
<OutputType>Exe</OutputType>
4+
<TargetFramework>net8.0</TargetFramework>
5+
<Nullable>enable</Nullable>
6+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
7+
<LangVersion>latest</LangVersion>
8+
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
9+
<EnableNETAnalyzers>true</EnableNETAnalyzers>
10+
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
11+
</PropertyGroup>
12+
<ItemGroup>
13+
<PackageReference Include="Cake.Frosting" Version="4.2.0" />
14+
<PackageReference Include="Pulumi.Automation" Version="3.67.1" />
15+
<PackageReference Include="System.Formats.Asn1" Version="8.0.1" />
16+
<PackageReference Include="NuGet.Packaging" Version="6.11.1" />
17+
</ItemGroup>
18+
<PropertyGroup>
19+
<NuGetAudit>true</NuGetAudit>
20+
<NuGetAuditMode>all</NuGetAuditMode>
21+
<NuGetAuditLevel>low</NuGetAuditLevel>
22+
</PropertyGroup>
23+
<PropertyGroup />
24+
</Project>
Lines changed: 25 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,26 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
<OutputType>Exe</OutputType>
5-
<TargetFramework>net8.0</TargetFramework>
6-
<LangVersion>latest</LangVersion>
7-
<Nullable>enable</Nullable>
8-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
9-
<RootNamespace>ProgrammerAl.Site.IaC</RootNamespace>
10-
<EnableNETAnalyzers>true</EnableNETAnalyzers>
11-
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
12-
</PropertyGroup>
13-
14-
<ItemGroup>
15-
<PackageReference Include="Azure.Identity" Version="1.12.1" />
16-
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.6.0" />
17-
<PackageReference Include="Pulumi.AzureNative" Version="2.66.0" />
18-
<PackageReference Include="Pulumi.AzureAD" Version="5.53.5" />
19-
<PackageReference Include="Pulumi.Cloudflare" Version="5.40.1" />
20-
<PackageReference Include="Pulumi.Command" Version="1.0.1" />
21-
<PackageReference Include="Pulumi.Random" Version="4.16.6" />
22-
</ItemGroup>
23-
24-
<PropertyGroup>
25-
<NuGetAudit>true</NuGetAudit>
26-
<NuGetAuditMode>all</NuGetAuditMode>
27-
<NuGetAuditLevel>low</NuGetAuditLevel>
28-
</PropertyGroup>
29-
</Project>
2+
<PropertyGroup>
3+
<OutputType>Exe</OutputType>
4+
<TargetFramework>net8.0</TargetFramework>
5+
<LangVersion>latest</LangVersion>
6+
<Nullable>enable</Nullable>
7+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
8+
<RootNamespace>ProgrammerAl.Site.IaC</RootNamespace>
9+
<EnableNETAnalyzers>true</EnableNETAnalyzers>
10+
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
11+
</PropertyGroup>
12+
<ItemGroup>
13+
<PackageReference Include="Azure.Identity" Version="1.13.1" />
14+
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.7.0" />
15+
<PackageReference Include="Pulumi.AzureNative" Version="2.71.0" />
16+
<PackageReference Include="Pulumi.AzureAD" Version="6.0.1" />
17+
<PackageReference Include="Pulumi.Cloudflare" Version="5.42.0" />
18+
<PackageReference Include="Pulumi.Command" Version="1.0.1" />
19+
<PackageReference Include="Pulumi.Random" Version="4.16.7" />
20+
</ItemGroup>
21+
<PropertyGroup>
22+
<NuGetAudit>true</NuGetAudit>
23+
<NuGetAuditMode>all</NuGetAuditMode>
24+
<NuGetAuditLevel>low</NuGetAuditLevel>
25+
</PropertyGroup>
26+
</Project>
Lines changed: 45 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,46 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
<PropertyGroup>
3-
<TargetFramework>net8.0</TargetFramework>
4-
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
5-
<OutputType>Exe</OutputType>
6-
<ImplicitUsings>enable</ImplicitUsings>
7-
<Nullable>enable</Nullable>
8-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
9-
<RootNamespace>ProgrammerAl.Site.ProgrammerAl.Site.FeedbackApi</RootNamespace>
10-
<LangVersion>latest</LangVersion>
11-
</PropertyGroup>
12-
<ItemGroup>
13-
<PackageReference Include="Azure.Data.Tables" Version="12.9.1" />
14-
<PackageReference Include="Azure.Identity" Version="1.12.1" />
15-
<PackageReference Include="Microsoft.Azure.AppConfiguration.Functions.Worker" Version="8.0.0" />
16-
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.23.0" />
17-
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.2.0" />
18-
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.18.1" />
19-
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk.Analyzers" Version="1.2.2" PrivateAssets="All" />
20-
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.11.0" PrivateAssets="All" />
21-
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
22-
<PackageReference Include="System.Text.Json" Version="8.0.5" />
23-
</ItemGroup>
24-
<ItemGroup>
25-
<None Update="host.json">
26-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
27-
</None>
28-
<None Update="local.settings.json">
29-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
30-
<CopyToPublishDirectory>Never</CopyToPublishDirectory>
31-
</None>
32-
</ItemGroup>
33-
<ItemGroup>
34-
<Using Include="System.Threading.ExecutionContext" Alias="ExecutionContext" />
35-
</ItemGroup>
36-
37-
<PropertyGroup>
38-
<EnableNETAnalyzers>true</EnableNETAnalyzers>
39-
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
40-
<EnableConfigurationBindingGenerator>true</EnableConfigurationBindingGenerator>
41-
</PropertyGroup>
42-
43-
<PropertyGroup>
44-
<NuGetAudit>true</NuGetAudit>
45-
<NuGetAuditMode>all</NuGetAuditMode>
46-
<NuGetAuditLevel>low</NuGetAuditLevel>
47-
</PropertyGroup>
48-
</Project>
2+
<PropertyGroup>
3+
<TargetFramework>net8.0</TargetFramework>
4+
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
5+
<OutputType>Exe</OutputType>
6+
<ImplicitUsings>enable</ImplicitUsings>
7+
<Nullable>enable</Nullable>
8+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
9+
<RootNamespace>ProgrammerAl.Site.ProgrammerAl.Site.FeedbackApi</RootNamespace>
10+
<LangVersion>latest</LangVersion>
11+
</PropertyGroup>
12+
<ItemGroup>
13+
<PackageReference Include="Azure.Data.Tables" Version="12.9.1" />
14+
<PackageReference Include="Azure.Identity" Version="1.13.1" />
15+
<PackageReference Include="Microsoft.Azure.AppConfiguration.Functions.Worker" Version="8.0.0" />
16+
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.23.0" />
17+
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.2.0" />
18+
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.18.1" />
19+
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk.Analyzers" Version="1.2.2" PrivateAssets="All" />
20+
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.11.0" PrivateAssets="All" />
21+
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
22+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
23+
</ItemGroup>
24+
<ItemGroup>
25+
<None Update="host.json">
26+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
27+
</None>
28+
<None Update="local.settings.json">
29+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
30+
<CopyToPublishDirectory>Never</CopyToPublishDirectory>
31+
</None>
32+
</ItemGroup>
33+
<ItemGroup>
34+
<Using Include="System.Threading.ExecutionContext" Alias="ExecutionContext" />
35+
</ItemGroup>
36+
<PropertyGroup>
37+
<EnableNETAnalyzers>true</EnableNETAnalyzers>
38+
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
39+
<EnableConfigurationBindingGenerator>true</EnableConfigurationBindingGenerator>
40+
</PropertyGroup>
41+
<PropertyGroup>
42+
<NuGetAudit>true</NuGetAudit>
43+
<NuGetAuditMode>all</NuGetAuditMode>
44+
<NuGetAuditLevel>low</NuGetAuditLevel>
45+
</PropertyGroup>
46+
</Project>
Lines changed: 22 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,23 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
<OutputType>Exe</OutputType>
5-
<TargetFramework>net8.0</TargetFramework>
6-
<PreserveCompilationContext>true</PreserveCompilationContext>
7-
<AssemblyName>ProgrammerAl.Site.ContentUploader</AssemblyName>
8-
<RootNamespace>ProgrammerAl.Site.ContentUploader</RootNamespace>
9-
<EnableNETAnalyzers>true</EnableNETAnalyzers>
10-
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
11-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
12-
<WarningsAsErrors />
13-
<LangVersion>latest</LangVersion>
14-
</PropertyGroup>
15-
16-
<ItemGroup>
17-
<PackageReference Include="CommandLineParser" Version="2.9.1" />
18-
<PackageReference Include="Pulumi.Automation" Version="3.67.1" />
19-
</ItemGroup>
20-
21-
<PropertyGroup>
22-
<NuGetAudit>true</NuGetAudit>
23-
<NuGetAuditMode>all</NuGetAuditMode>
24-
<NuGetAuditLevel>low</NuGetAuditLevel>
25-
</PropertyGroup>
26-
</Project>
2+
<PropertyGroup>
3+
<OutputType>Exe</OutputType>
4+
<TargetFramework>net8.0</TargetFramework>
5+
<PreserveCompilationContext>true</PreserveCompilationContext>
6+
<AssemblyName>ProgrammerAl.Site.ContentUploader</AssemblyName>
7+
<RootNamespace>ProgrammerAl.Site.ContentUploader</RootNamespace>
8+
<EnableNETAnalyzers>true</EnableNETAnalyzers>
9+
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
10+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
11+
<WarningsAsErrors />
12+
<LangVersion>latest</LangVersion>
13+
</PropertyGroup>
14+
<ItemGroup>
15+
<PackageReference Include="CommandLineParser" Version="2.9.1" />
16+
<PackageReference Include="Pulumi.Automation" Version="3.67.1" />
17+
</ItemGroup>
18+
<PropertyGroup>
19+
<NuGetAudit>true</NuGetAudit>
20+
<NuGetAuditMode>all</NuGetAuditMode>
21+
<NuGetAuditLevel>low</NuGetAuditLevel>
22+
</PropertyGroup>
23+
</Project>

src/ProgrammerAl.Site/CustomNpmModules/tailwind/package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ProgrammerAl.Site/CustomNpmModules/tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
},
1313
"author": "Al Rodriguez",
1414
"devDependencies": {
15-
"tailwindcss": "^3.4.13"
15+
"tailwindcss": "^3.4.14"
1616
}
1717
}

0 commit comments

Comments
 (0)