Skip to content

Commit

Permalink
chore(deps): u pdate cuid.net from 4.0.1 to 4.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Brault <alan.brault@visus.io>
  • Loading branch information
xaevik committed Aug 29, 2023
1 parent 5c81724 commit bf459ac
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/cuidgen/cuidgen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="cuid.net" Version="4.0.1" />
<PackageReference Include="cuid.net" Version="4.1.0" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.1.0" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.4">
<PrivateAssets>all</PrivateAssets>
Expand Down
26 changes: 17 additions & 9 deletions src/cuidgen/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"net6.0": {
"cuid.net": {
"type": "Direct",
"requested": "[4.0.1, )",
"resolved": "4.0.1",
"contentHash": "Zt1dMn3LszfpXkiKPT/Sy7OBzpDeh0Q5v/OJXXk2h01o8AT54kzYL3lqFiEcP1Z1cKRvbeNizxQWu6XZ5b0w7g==",
"requested": "[4.1.0, )",
"resolved": "4.1.0",
"contentHash": "j1zbKVyRhiFMDycdiR5Ln1BFXruP7FWI046jWUgOddo75w77Ah9p7j8yfdmSetFmSyojcjbTImZ9JiubAE2fgg==",
"dependencies": {
"BouncyCastle.Cryptography": "2.2.1"
"OnixLabs.Security.Cryptography": "5.0.0"
}
},
"McMaster.Extensions.CommandLineUtils": {
Expand Down Expand Up @@ -36,11 +36,6 @@
"Microsoft.SourceLink.Common": "1.1.1"
}
},
"BouncyCastle.Cryptography": {
"type": "Transitive",
"resolved": "2.2.1",
"contentHash": "A6Zr52zVqJKt18ZBsTnX0qhG0kwIQftVAjLmszmkiR/trSp8H+xj1gUOzk7XHwaKgyREMSV1v9XaKrBUeIOdvQ=="
},
"Microsoft.Build.Tasks.Git": {
"type": "Transitive",
"resolved": "1.1.1",
Expand All @@ -51,6 +46,19 @@
"resolved": "1.1.1",
"contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg=="
},
"OnixLabs.Core": {
"type": "Transitive",
"resolved": "5.0.0",
"contentHash": "Ia0z1wVZFSdfOlrlb+30pRMV0NdCjUnLdwJYtxhgmISS6nfOrOH67AQjBdZvs4h3+ajRq7SZbujYGxveCgogWw=="
},
"OnixLabs.Security.Cryptography": {
"type": "Transitive",
"resolved": "5.0.0",
"contentHash": "wIzt0phTiztuBal5GKPe6+QuFj8MvsPVK6tOzSDs0iZ8dG8LwNXVpDZENNjhYUFD873tBoT1x66SBPkKmg5LiA==",
"dependencies": {
"OnixLabs.Core": "5.0.0"
}
},
"System.ComponentModel.Annotations": {
"type": "Transitive",
"resolved": "5.0.0",
Expand Down

0 comments on commit bf459ac

Please sign in to comment.