security updates for dependencies

This commit is contained in:
zefie
2024-10-08 08:24:55 -04:00
parent 57d7491600
commit c3c198e0f7
5 changed files with 208 additions and 147 deletions

View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.VisualStudio.JavaScript.Sdk/0.5.89-alpha">
<PropertyGroup>
<!--Command to run on project build-->
<BuildCommand> </BuildCommand>
<!--Command to run on project clean-->
<CleanCommand> </CleanCommand>
<StartupCommand>npm run start</StartupCommand>
</PropertyGroup>
</Project>