Skip to content

Commit

Permalink
build(deps): bump AspNetCore.SassCompiler from 1.63.6 to 1.64.1
Browse files Browse the repository at this point in the history
Bumps [AspNetCore.SassCompiler](https://github.com/koenvzeijl/AspNetCore.SassCompiler) from 1.63.6 to 1.64.1.
- [Release notes](https://github.com/koenvzeijl/AspNetCore.SassCompiler/releases)
- [Commits](koenvzeijl/AspNetCore.SassCompiler@v1.63.6...v1.64.1)

---
updated-dependencies:
- dependency-name: AspNetCore.SassCompiler
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jcoliz committed Jul 26, 2023
1 parent 7923468 commit 456261b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FrontEnd/PlaidQuickstartBlazor.FrontEnd.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AspNetCore.SassCompiler" Version="1.63.6" />
<PackageReference Include="AspNetCore.SassCompiler" Version="1.64.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.9" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.8" PrivateAssets="all" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Server/PlaidQuickstartBlazor.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AspNetCore.SassCompiler" Version="1.63.6" />
<PackageReference Include="AspNetCore.SassCompiler" Version="1.64.1" />
<PackageReference Include="Going.Plaid" Version="6.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="7.0.9" />
<PackageReference Include="NetEscapades.Configuration.Yaml" Version="3.1.0" />
Expand Down

0 comments on commit 456261b

Please sign in to comment.