mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat: improve dispatch security
This commit is contained in:
parent
aa04124639
commit
45640f08ee
18 changed files with 893 additions and 269 deletions
|
|
@ -592,8 +592,8 @@
|
|||
},
|
||||
"Npgsql": {
|
||||
"type": "Transitive",
|
||||
"resolved": "4.1.5",
|
||||
"contentHash": "juDlNse+SKfXRP0VSgpJkpdCcaVLZt8m37EHdRX+8hw+GG69Eat1Y0MdEfl+oetdOnf9E133GjIDEjg9AF6HSQ==",
|
||||
"resolved": "4.1.13",
|
||||
"contentHash": "p79cObfuRgS8KD5sFmQUqVlINEkJm39bCrzRclicZE1942mKcbLlc0NdoVKhBeZPv//prK/sVTUmRVxdnoPCoA==",
|
||||
"dependencies": {
|
||||
"System.Runtime.CompilerServices.Unsafe": "4.6.0"
|
||||
}
|
||||
|
|
@ -891,8 +891,8 @@
|
|||
},
|
||||
"SixLabors.ImageSharp": {
|
||||
"type": "Transitive",
|
||||
"resolved": "3.0.1",
|
||||
"contentHash": "o0v/J6SJwp3RFrzR29beGx0cK7xcMRgOyIuw8ZNLQyNnBhiyL/vIQKn7cfycthcWUPG3XezUjFwBWzkcUUDFbg=="
|
||||
"resolved": "3.1.5",
|
||||
"contentHash": "lNtlq7dSI/QEbYey+A0xn48z5w4XHSffF8222cC4F4YwTXfEImuiBavQcWjr49LThT/pRmtWJRcqA/PlL+eJ6g=="
|
||||
},
|
||||
"SqlKata": {
|
||||
"type": "Transitive",
|
||||
|
|
@ -1810,7 +1810,7 @@
|
|||
"Myriad": "[1.0.0, )",
|
||||
"PluralKit.Core": "[1.0.0, )",
|
||||
"Sentry": "[3.11.1, )",
|
||||
"SixLabors.ImageSharp": "[3.0.1, )"
|
||||
"SixLabors.ImageSharp": "[3.1.5, )"
|
||||
}
|
||||
},
|
||||
"pluralkit.core": {
|
||||
|
|
@ -1834,7 +1834,7 @@
|
|||
"Newtonsoft.Json": "[13.0.1, )",
|
||||
"NodaTime": "[3.0.3, )",
|
||||
"NodaTime.Serialization.JsonNet": "[3.0.0, )",
|
||||
"Npgsql": "[4.1.5, )",
|
||||
"Npgsql": "[4.1.13, )",
|
||||
"Npgsql.NodaTime": "[4.1.5, )",
|
||||
"Serilog": "[2.12.0, )",
|
||||
"Serilog.Extensions.Logging": "[3.0.1, )",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue