Browse Source
Merge pull request #15305 from abpframework/liangshiwei/vulnerablePackages
Fix vulnerable packages
pull/15311/head
maliming
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with
6 additions and
8 deletions
-
Directory.Build.props
-
framework/src/Volo.Abp.AspNetCore.Mvc.UI.Packages/Volo/Abp/AspNetCore/Mvc/UI/Packages/ChartJs/ChartjsScriptContributor.cs
-
npm/packs/aspnetcore.mvc.ui.theme.shared/package.json
-
npm/packs/chart.js/package.json
-
npm/packs/jquery-form/package.json
-
templates/app/aspnet-core/test/MyCompanyName.MyProjectName.TestBase/MyCompanyName.MyProjectName.TestBase.csproj
-
templates/module/aspnet-core/test/MyCompanyName.MyProjectName.TestBase/MyCompanyName.MyProjectName.TestBase.csproj
|
|
|
@ -17,7 +17,7 @@ |
|
|
|
<NSubstitutePackageVersion>4.3.0</NSubstitutePackageVersion> |
|
|
|
|
|
|
|
<!-- Shouldly https://www.nuget.org/packages/Shouldly --> |
|
|
|
<ShouldlyPackageVersion>4.0.3</ShouldlyPackageVersion> |
|
|
|
<ShouldlyPackageVersion>4.1.0</ShouldlyPackageVersion> |
|
|
|
|
|
|
|
<!-- xunit https://www.nuget.org/packages/xUnit --> |
|
|
|
<xUnitPackageVersion>2.4.1</xUnitPackageVersion> |
|
|
|
|
|
|
|
@ -6,6 +6,6 @@ public class ChartjsScriptContributor : BundleContributor |
|
|
|
{ |
|
|
|
public override void ConfigureBundle(BundleConfigurationContext context) |
|
|
|
{ |
|
|
|
context.Files.Add("/libs/chart.js/chart.js"); |
|
|
|
context.Files.Add("/libs/chart.js/chart.umd.js"); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@ -10,7 +10,6 @@ |
|
|
|
"access": "public" |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
"@abp/aspnetcore.mvc.ui": "~7.0.0-rc.6", |
|
|
|
"@abp/bootstrap": "~7.0.0-rc.6", |
|
|
|
"@abp/bootstrap-datepicker": "~7.0.0-rc.6", |
|
|
|
"@abp/bootstrap-daterangepicker": "~7.0.0-rc.6", |
|
|
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
"access": "public" |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
"chart.js": "^3.7.0" |
|
|
|
"chart.js": "^4.1.1" |
|
|
|
}, |
|
|
|
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" |
|
|
|
} |
|
|
|
|
|
|
|
@ -10,8 +10,7 @@ |
|
|
|
"access": "public" |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
"@abp/jquery": "~7.0.0-rc.6", |
|
|
|
"jquery-form": "^4.3.0" |
|
|
|
"@abp/jquery": "~7.0.0-rc.6" |
|
|
|
}, |
|
|
|
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" |
|
|
|
} |
|
|
|
|
|
|
|
@ -22,7 +22,7 @@ |
|
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> |
|
|
|
</PackageReference> |
|
|
|
<PackageReference Include="Shouldly" Version="4.0.3" /> |
|
|
|
<PackageReference Include="Shouldly" Version="4.1.0" /> |
|
|
|
<PackageReference Include="xunit" Version="2.4.1" /> |
|
|
|
<PackageReference Include="xunit.extensibility.execution" Version="2.4.1" /> |
|
|
|
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" /> |
|
|
|
|
|
|
|
@ -15,7 +15,7 @@ |
|
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> |
|
|
|
</PackageReference> |
|
|
|
<PackageReference Include="Shouldly" Version="4.0.3" /> |
|
|
|
<PackageReference Include="Shouldly" Version="4.1.0" /> |
|
|
|
<PackageReference Include="xunit" Version="2.4.1" /> |
|
|
|
<PackageReference Include="xunit.extensibility.execution" Version="2.4.1" /> |
|
|
|
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" /> |
|
|
|
|