Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tom171296 committed Oct 14, 2024
1 parent dddb6a1 commit fc212b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</config>
<trustedSigners>
<author name="Microsoft">
<certificate fingerprint="5239ED72660A95507B98A93F7DF874C9FFE1AEDF94E82084CEF79C67444EC805" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
<!-- <certificate fingerprint="5239ED72660A95507B98A93F7DF874C9FFE1AEDF94E82084CEF79C67444EC805" hashAlgorithm="SHA256" allowUntrustedRoot="false" /> -->
<certificate fingerprint="AA12DA22A49BCE7D5C1AE64CC1F3D892F150DA76140F210ABD2CBFFCA2C18A27" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
<certificate fingerprint="0E5F38F57DC1BCC806D8494F4F90FBCEDD988B46760709CBEEC6F4219AA6157D" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
<certificate fingerprint="3F9001EA83C560D712C24CF213C3D312CB3BFF51EE89435D3430BD06B5D0EECE" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
Expand Down
2 changes: 1 addition & 1 deletion src/ChainGuardian/ChainGuardian.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<PackageReference Include="System.text.regularexpressions" Version="4.3.1" />

<!-- // Transitive dependencies -->
<PackageReference Include="System.Text.Json" Version="8.0.4"/> <!-- fix for https://github.com/advisories/GHSA-hh2w-p6rv-4g7w -->
<PackageReference Include="System.Text.Json" Version="8.0.5"/> <!-- fix for https://github.com/advisories/GHSA-hh2w-p6rv-4g7w -->
</ItemGroup>

</Project>
14 changes: 3 additions & 11 deletions src/ChainGuardian/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@
},
"System.Text.Json": {
"type": "Direct",
"requested": "[8.0.4, )",
"resolved": "8.0.4",
"contentHash": "bAkhgDJ88XTsqczoxEMliSrpijKZHhbJQldhAmObj/RbrN3sU5dcokuXmWJWsdQAhiMJ9bTayWsL1C9fbbCRhw==",
"dependencies": {
"System.Text.Encodings.Web": "8.0.0"
}
"requested": "[8.0.5, )",
"resolved": "8.0.5",
"contentHash": "0f1B50Ss7rqxXiaBJyzUu9bWFOO2/zSlifZ/UNMdiIpDYe4cY4LQQicP4nirK1OS31I43rn062UIJ1Q9bpmHpg=="
},
"System.Text.RegularExpressions": {
"type": "Direct",
Expand Down Expand Up @@ -61,11 +58,6 @@
"Microsoft.NETCore.Platforms": "1.1.1",
"Microsoft.NETCore.Targets": "1.1.3"
}
},
"System.Text.Encodings.Web": {
"type": "Transitive",
"resolved": "8.0.0",
"contentHash": "yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ=="
}
}
}
Expand Down

0 comments on commit fc212b4

Please sign in to comment.