Skip to content

Commit

Permalink
[ashmind/SharpLab#1350] Resolve security warnings in build
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmind committed Nov 18, 2024
1 parent 860db8c commit 9f736e8
Show file tree
Hide file tree
Showing 48 changed files with 8,662 additions and 6,968 deletions.
2,248 changes: 1,125 additions & 1,123 deletions AspNetCore/packages.lock.json

Large diffs are not rendered by default.

23 changes: 12 additions & 11 deletions Benchmarks/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@
},
"Microsoft.NETCore.Targets": {
"type": "Transitive",
"resolved": "1.1.0",
"contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg=="
"resolved": "1.1.3",
"contentHash": "3Wrmi0kJDzClwAC+iBdUBpEKmEle8FQNsCs77fkiOIw/9oYA07bL1EZNX0kQ2OMN3xpwvl0vAtOCYY3ndDNlhQ=="
},
"Microsoft.Win32.Primitives": {
"type": "Transitive",
Expand Down Expand Up @@ -864,11 +864,11 @@
},
"System.Runtime": {
"type": "Transitive",
"resolved": "4.3.0",
"contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
"resolved": "4.3.1",
"contentHash": "abhfv1dTK6NXOmu4bgHIONxHyEqFjW8HwXPmpY9gmll+ix9UNo4XDcmzJn6oLooftxNssVHdJC1pGT9jkSynQg==",
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0"
"Microsoft.NETCore.Platforms": "1.1.1",
"Microsoft.NETCore.Targets": "1.1.3"
}
},
"System.Runtime.CompilerServices.Unsafe": {
Expand Down Expand Up @@ -1127,10 +1127,10 @@
},
"System.Text.RegularExpressions": {
"type": "Transitive",
"resolved": "4.3.0",
"contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==",
"resolved": "4.3.1",
"contentHash": "N0kNRrWe4+nXOWlpLT4LAY5brb8caNFlUuIRpraCVMDLYutKkol1aV079rQjLuSxKMJT2SpBQsYX9xbcTMmzwg==",
"dependencies": {
"System.Runtime": "4.3.0"
"System.Runtime": "4.3.1"
}
},
"System.Threading": {
Expand Down Expand Up @@ -1294,14 +1294,15 @@
"Microsoft.CodeAnalysis.CSharp.Features": "[3.3.1, )",
"Microsoft.CodeAnalysis.Common": "[3.3.1, )",
"Microsoft.CodeAnalysis.Workspaces.Common": "[3.3.1, )",
"System.Memory": "[4.5.5, )"
"System.Memory": "[4.5.5, )",
"System.Text.RegularExpressions": "[4.3.1, )"
}
},
"MirrorSharp.Testing": {
"type": "Project",
"dependencies": {
"Microsoft.CodeAnalysis.Common": "[3.3.1, )",
"MirrorSharp.Common": "[3.0.8, )",
"MirrorSharp.Common": "[3.0.9, )",
"Newtonsoft.Json": "[13.0.3, )",
"System.Buffers": "[4.5.1, )"
}
Expand Down
3 changes: 3 additions & 0 deletions Common/Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="3.3.1" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Features" Version="3.3.1" />
<PackageReference Include="System.Memory" Version="4.5.5" />
<!-- Avoids vulnerability in version referenced by other dependencies -->
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit 9f736e8

Please sign in to comment.