From fb1bbc5b764c3bf45b4de3846c22d3c9499214bd Mon Sep 17 00:00:00 2001 From: axunonb Date: Fri, 9 Aug 2024 09:15:39 +0200 Subject: [PATCH] Update nuget and npm packages to latest, bump version to 4.0.2 (#41) EPPlus.7.2.0 -> EPPlus.7.2.2 MailKit.4.7.0 -> MailKit.4.7.1.1 Microsoft.DotNet.Scaffolding.Shared.8.0.2 -> Microsoft.DotNet.Scaffolding.Shared.8.0.3 Microsoft.EntityFrameworkCore.8.0.6 -> Microsoft.EntityFrameworkCore.8.0.7 Microsoft.EntityFrameworkCore.Abstractions.8.0.6 -> Microsoft.EntityFrameworkCore.Abstractions.8.0.7 Microsoft.EntityFrameworkCore.Analyzers.8.0.6 -> Microsoft.EntityFrameworkCore.Analyzers.8.0.7 Microsoft.EntityFrameworkCore.Design.8.0.6 -> Microsoft.EntityFrameworkCore.Design.8.0.7 Microsoft.EntityFrameworkCore.Relational.8.0.6 -> Microsoft.EntityFrameworkCore.Relational.8.0.7 Microsoft.EntityFrameworkCore.SqlServer.8.0.6 -> Microsoft.EntityFrameworkCore.SqlServer.8.0.7 Microsoft.EntityFrameworkCore.Tools.8.0.6 -> Microsoft.EntityFrameworkCore.Tools.8.0.7 Microsoft.Extensions.DependencyModel.8.0.0 -> Microsoft.Extensions.DependencyModel.8.0.1 Microsoft.VisualStudio.Web.CodeGeneration.8.0.2 -> Microsoft.VisualStudio.Web.CodeGeneration.8.0.3 Microsoft.VisualStudio.Web.CodeGeneration.Core.8.0.2 -> Microsoft.VisualStudio.Web.CodeGeneration.Core.8.0.3 Microsoft.VisualStudio.Web.CodeGeneration.Design.8.0.2 -> Microsoft.VisualStudio.Web.CodeGeneration.Design.8.0.3 Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.8.0.2 -> Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.8.0.3 Microsoft.VisualStudio.Web.CodeGeneration.Templating.8.0.2 -> Microsoft.VisualStudio.Web.CodeGeneration.Templating.8.0.3 Microsoft.VisualStudio.Web.CodeGeneration.Utils.8.0.2 -> Microsoft.VisualStudio.Web.CodeGeneration.Utils.8.0.3 Microsoft.VisualStudio.Web.CodeGenerators.Mvc.8.0.2 -> Microsoft.VisualStudio.Web.CodeGenerators.Mvc.8.0.3 MimeKit.4.7.0 -> MimeKit.4.7.1 System.Formats.Asn1.8.0.0 -> System.Formats.Asn1.8.0.1 System.Text.Json.8.0.0 -> System.Text.Json.8.0.4 Update npm packages sass 1.57.1 to 177.8 autoprefixer 10.4.4 to 10.4.20 postcss 8.4.31 to 8.4.41 cssnano 6.0.0 to 7.0.4 is-svg 4.3.2 to 5.1.0 trim-newlines 4.0.2 to 5.0.0 Co-authored-by: axunonb <{ID}+{username}@users.noreply.github.com> --- ClubSite/ClubSite.csproj | 14 +++++++------- ClubSite/package.json | 12 ++++++------ package-lock.json | 6 ++++++ 3 files changed, 19 insertions(+), 13 deletions(-) create mode 100644 package-lock.json diff --git a/ClubSite/ClubSite.csproj b/ClubSite/ClubSite.csproj index 26b941e..e2c50d5 100644 --- a/ClubSite/ClubSite.csproj +++ b/ClubSite/ClubSite.csproj @@ -3,8 +3,8 @@ net8.0 enable latest - 4.0.1 - 4.0.1 + 4.0.2 + 4.0.2 4.0.0.0 axuno gGmbH @@ -17,8 +17,8 @@ - - + + @@ -32,13 +32,13 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/ClubSite/package.json b/ClubSite/package.json index 27dd61a..6f8e5cb 100644 --- a/ClubSite/package.json +++ b/ClubSite/package.json @@ -10,18 +10,18 @@ "gulp-cssmin": "^0.2.0", "gulp-rename": "^2.0.0", "gulp-sass": "5.1.0", - "sass": "1.57.1", - "autoprefixer": "10.4.4", - "postcss": "8.4.31", + "sass": "1.77.8", + "autoprefixer": "10.4.20", + "postcss": "8.4.41", "pixrem": "5.0.0", - "cssnano": "6.0.0", + "cssnano": "7.0.4", "bootstrap": "5.3.3", "font-awesome": "4.7.0", "@fortawesome/fontawesome-free": "5.15.4", - "is-svg": ">=4.3.2", + "is-svg": ">=5.1.0", "set-value": ">=4.1.0", "css-what": ">=6.1.0", "glob-parent": ">=6.0.2", - "trim-newlines": ">=4.0.2" + "trim-newlines": ">=5.0.0" } } diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..e122f4a --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "Src", + "lockfileVersion": 3, + "requires": true, + "packages": {} +}