diff --git a/AspNetCore.SassCompiler/AspNetCore.SassCompiler.csproj b/AspNetCore.SassCompiler/AspNetCore.SassCompiler.csproj index a77dea4..7183d32 100644 --- a/AspNetCore.SassCompiler/AspNetCore.SassCompiler.csproj +++ b/AspNetCore.SassCompiler/AspNetCore.SassCompiler.csproj @@ -3,7 +3,7 @@ netcoreapp3.1;net5.0 AspNetCore.SassCompiler - 1.39.2 + 1.40.0 koenvzeijl,sleeuwen,Michaelvs97 Sass Compiler Library for .NET Core 3.x/5.x. without node Sass Compiler Library for .NET Core 3.x/5.x. without node, using dart-sass as a compiler diff --git a/AspNetCore.SassCompiler/runtimes/linux-x64/sass b/AspNetCore.SassCompiler/runtimes/linux-x64/sass index 66092e0..c320630 100755 Binary files a/AspNetCore.SassCompiler/runtimes/linux-x64/sass and b/AspNetCore.SassCompiler/runtimes/linux-x64/sass differ diff --git a/AspNetCore.SassCompiler/runtimes/linux-x64/src/LICENSE b/AspNetCore.SassCompiler/runtimes/linux-x64/src/LICENSE index f914351..15ed188 100644 --- a/AspNetCore.SassCompiler/runtimes/linux-x64/src/LICENSE +++ b/AspNetCore.SassCompiler/runtimes/linux-x64/src/LICENSE @@ -348,7 +348,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -checked_yaml and package_config license: +checked_yaml license: Copyright 2019, the Dart project authors. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -1297,6 +1297,39 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- + +package_config license: + +Copyright 2019, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + -------------------------------------------------------------------------------- petitparser and xml license: diff --git a/AspNetCore.SassCompiler/runtimes/osx-x64/src/LICENSE b/AspNetCore.SassCompiler/runtimes/osx-x64/src/LICENSE index f914351..15ed188 100644 --- a/AspNetCore.SassCompiler/runtimes/osx-x64/src/LICENSE +++ b/AspNetCore.SassCompiler/runtimes/osx-x64/src/LICENSE @@ -348,7 +348,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -checked_yaml and package_config license: +checked_yaml license: Copyright 2019, the Dart project authors. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -1297,6 +1297,39 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- + +package_config license: + +Copyright 2019, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + -------------------------------------------------------------------------------- petitparser and xml license: diff --git a/AspNetCore.SassCompiler/runtimes/osx-x64/src/sass.snapshot b/AspNetCore.SassCompiler/runtimes/osx-x64/src/sass.snapshot index 6c7d2fc..7b18a78 100644 Binary files a/AspNetCore.SassCompiler/runtimes/osx-x64/src/sass.snapshot and b/AspNetCore.SassCompiler/runtimes/osx-x64/src/sass.snapshot differ diff --git a/AspNetCore.SassCompiler/runtimes/win-x64/src/LICENSE b/AspNetCore.SassCompiler/runtimes/win-x64/src/LICENSE index a289599..da74f52 100644 --- a/AspNetCore.SassCompiler/runtimes/win-x64/src/LICENSE +++ b/AspNetCore.SassCompiler/runtimes/win-x64/src/LICENSE @@ -348,7 +348,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -checked_yaml and package_config license: +checked_yaml license: Copyright 2019, the Dart project authors. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -1297,6 +1297,39 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- + +package_config license: + +Copyright 2019, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + -------------------------------------------------------------------------------- petitparser and xml license: diff --git a/AspNetCore.SassCompiler/runtimes/win-x64/src/sass.snapshot b/AspNetCore.SassCompiler/runtimes/win-x64/src/sass.snapshot index 8201144..3214db2 100644 Binary files a/AspNetCore.SassCompiler/runtimes/win-x64/src/sass.snapshot and b/AspNetCore.SassCompiler/runtimes/win-x64/src/sass.snapshot differ