Skip to content

Commit

Permalink
Don't depend on vulnerable packages (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnsisMalins authored Dec 3, 2024
1 parent bb14185 commit b594ec1
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 9 deletions.
4 changes: 3 additions & 1 deletion NetCore/ClearScript.V8/ClearScript.V8.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion NetCore/ClearScriptConsole/ClearScriptConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<ItemGroup>
<PackageReference Include="MSTest.TestFramework" Version="3.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions NetCore/ClearScriptTest/ClearScriptTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic" Version="4.4.0" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion NetFramework/ClearScript.V8/ClearScript.V8.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion NetFramework/ClearScriptConsole/ClearScriptConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<ItemGroup>
<PackageReference Include="MSTest.TestFramework" Version="3.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion NetFramework/ClearScriptTest/ClearScriptTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
</ItemGroup>

<ItemGroup>
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>

</Project>
4 changes: 3 additions & 1 deletion NetStandard/ClearScript.V8/ClearScript.V8.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion NetStandard/ClearScriptConsole/ClearScriptConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@

<ItemGroup>
<PackageReference Include="MSTest.TestFramework" Version="3.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic" Version="4.4.0" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Unix/ClearScriptBenchmarks/ClearScriptBenchmarks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<ItemGroup>
<ProjectReference Include="..\..\NetCore\ClearScript.Core\ClearScript.Core.csproj" />
<ProjectReference Include="..\..\NetCore\ClearScript.V8\ClearScript.V8.csproj" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>

</Project>
3 changes: 2 additions & 1 deletion Unix/ClearScriptConsole/ClearScriptConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@

<ItemGroup>
<PackageReference Include="MSTest.TestFramework" Version="3.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic" Version="4.4.0" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Unix/ClearScriptTest/ClearScriptTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@
<ProjectReference Include="..\..\NetCore\ClearScript.Core\ClearScript.Core.csproj" />
<ProjectReference Include="..\..\NetCore\ClearScript.Windows.Core\ClearScript.Windows.Core.csproj" />
<ProjectReference Include="..\..\NetCore\ClearScript.V8\ClearScript.V8.csproj" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>

</Project>

0 comments on commit b594ec1

Please sign in to comment.