Skip to content

Commit

Permalink
* update NuGet packages @ c#
Browse files Browse the repository at this point in the history
  • Loading branch information
n0099 committed Jul 25, 2024
1 parent 2cfde81 commit cc2eddc
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 12 deletions.
20 changes: 17 additions & 3 deletions c#/crawler/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@
"resolved": "1.2.5",
"contentHash": "+5UKyagtVX33TSeOGorYzDXus/ypAISfM7HFfrix4BEmuuGF+nhSjf8P9csejLQ79ny5ms33M5/lQ2SkwC0Jxw=="
},
"Microsoft.Bcl.HashCode": {
"type": "Transitive",
"resolved": "1.1.1",
"contentHash": "MalY0Y/uM/LjXtHfX/26l2VtN4LDNZ2OE3aumNOHDLsT4fNYy2hiHXI4CXCqKpNUNm7iJ2brrc4J89UdaL56FA=="
},
"Microsoft.EntityFrameworkCore": {
"type": "Transitive",
"resolved": "8.0.7",
Expand Down Expand Up @@ -502,8 +507,12 @@
},
"SuperLinq": {
"type": "Transitive",
"resolved": "6.1.0",
"contentHash": "dsjy753bedk+aUFroUcPYFNsiSHbnTSzf2ZAez5cnoDwFQIdi6POzBEsR6fWTcmlbA6k5XjxIrV3c5LefnSq9g=="
"resolved": "6.2.0",
"contentHash": "msiuvwdo+bYqXXMu/MmUZBj8mkobPNVAgkT8uZSyg05mUgdawOS5FPARCnqd6Oe0hlzJ6hq9EAT5GQBkIVQv7Q==",
"dependencies": {
"Microsoft.Bcl.HashCode": "1.1.1",
"System.Memory": "4.5.5"
}
},
"System.Diagnostics.DiagnosticSource": {
"type": "Transitive",
Expand All @@ -515,6 +524,11 @@
"resolved": "8.0.0",
"contentHash": "fdYxcRjQqTTacKId/2IECojlDSFvp7LP5N78+0z/xH7v/Tuw5ZAxu23Y6PTCRinqyu2ePx+Gn1098NC6jM6d+A=="
},
"System.Memory": {
"type": "Transitive",
"resolved": "4.5.5",
"contentHash": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw=="
},
"System.Text.Encoding.CodePages": {
"type": "Transitive",
"resolved": "8.0.0",
Expand Down Expand Up @@ -550,7 +564,7 @@
"Microsoft.Extensions.Hosting": "[8.0.0, )",
"NLog.Extensions.Logging": "[5.3.11, )",
"Npgsql.EntityFrameworkCore.PostgreSQL": "[8.0.4, )",
"SuperLinq": "[6.1.0, )"
"SuperLinq": "[6.2.0, )"
}
}
}
Expand Down
21 changes: 15 additions & 6 deletions c#/imagePipeline/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@
},
"SixLabors.ImageSharp": {
"type": "Direct",
"requested": "[3.1.4, )",
"resolved": "3.1.4",
"contentHash": "lFIdxgGDA5iYkUMRFOze7BGLcdpoLFbR+a20kc1W7NepvzU7ejtxtWOg9RvgG7kb9tBoJ3ONYOK6kLil/dgF1w=="
"requested": "[3.1.5, )",
"resolved": "3.1.5",
"contentHash": "lNtlq7dSI/QEbYey+A0xn48z5w4XHSffF8222cC4F4YwTXfEImuiBavQcWjr49LThT/pRmtWJRcqA/PlL+eJ6g=="
},
"System.IO.Hashing": {
"type": "Direct",
Expand Down Expand Up @@ -150,6 +150,11 @@
"resolved": "7.0.0",
"contentHash": "3aeMZ1N0lJoSyzqiP03hqemtb1BijhsJADdobn/4nsMJ8V1H+CrpuduUe4hlRdx+ikBQju1VGjMD1GJ3Sk05Eg=="
},
"Microsoft.Bcl.HashCode": {
"type": "Transitive",
"resolved": "1.1.1",
"contentHash": "MalY0Y/uM/LjXtHfX/26l2VtN4LDNZ2OE3aumNOHDLsT4fNYy2hiHXI4CXCqKpNUNm7iJ2brrc4J89UdaL56FA=="
},
"Microsoft.CSharp": {
"type": "Transitive",
"resolved": "4.7.0",
Expand Down Expand Up @@ -615,8 +620,12 @@
},
"SuperLinq": {
"type": "Transitive",
"resolved": "6.1.0",
"contentHash": "dsjy753bedk+aUFroUcPYFNsiSHbnTSzf2ZAez5cnoDwFQIdi6POzBEsR6fWTcmlbA6k5XjxIrV3c5LefnSq9g=="
"resolved": "6.2.0",
"contentHash": "msiuvwdo+bYqXXMu/MmUZBj8mkobPNVAgkT8uZSyg05mUgdawOS5FPARCnqd6Oe0hlzJ6hq9EAT5GQBkIVQv7Q==",
"dependencies": {
"Microsoft.Bcl.HashCode": "1.1.1",
"System.Memory": "4.5.5"
}
},
"System.Collections": {
"type": "Transitive",
Expand Down Expand Up @@ -907,7 +916,7 @@
"Microsoft.Extensions.Hosting": "[8.0.0, )",
"NLog.Extensions.Logging": "[5.3.11, )",
"Npgsql.EntityFrameworkCore.PostgreSQL": "[8.0.4, )",
"SuperLinq": "[6.1.0, )"
"SuperLinq": "[6.2.0, )"
}
}
}
Expand Down
20 changes: 17 additions & 3 deletions c#/shared/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,18 @@
},
"SuperLinq": {
"type": "Direct",
"requested": "[6.1.0, )",
"resolved": "6.1.0",
"contentHash": "dsjy753bedk+aUFroUcPYFNsiSHbnTSzf2ZAez5cnoDwFQIdi6POzBEsR6fWTcmlbA6k5XjxIrV3c5LefnSq9g=="
"requested": "[6.2.0, )",
"resolved": "6.2.0",
"contentHash": "msiuvwdo+bYqXXMu/MmUZBj8mkobPNVAgkT8uZSyg05mUgdawOS5FPARCnqd6Oe0hlzJ6hq9EAT5GQBkIVQv7Q==",
"dependencies": {
"Microsoft.Bcl.HashCode": "1.1.1",
"System.Memory": "4.5.5"
}
},
"Microsoft.Bcl.HashCode": {
"type": "Transitive",
"resolved": "1.1.1",
"contentHash": "MalY0Y/uM/LjXtHfX/26l2VtN4LDNZ2OE3aumNOHDLsT4fNYy2hiHXI4CXCqKpNUNm7iJ2brrc4J89UdaL56FA=="
},
"Microsoft.EntityFrameworkCore.Abstractions": {
"type": "Transitive",
Expand Down Expand Up @@ -424,6 +433,11 @@
"resolved": "8.0.0",
"contentHash": "fdYxcRjQqTTacKId/2IECojlDSFvp7LP5N78+0z/xH7v/Tuw5ZAxu23Y6PTCRinqyu2ePx+Gn1098NC6jM6d+A=="
},
"System.Memory": {
"type": "Transitive",
"resolved": "4.5.5",
"contentHash": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw=="
},
"System.Text.Encodings.Web": {
"type": "Transitive",
"resolved": "8.0.0",
Expand Down

0 comments on commit cc2eddc

Please sign in to comment.