1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

Upgrade to the latest System.Data.SqlClient (#2546)

This commit is contained in:
Matt Bishop
2023-01-06 14:36:12 -05:00
committed by GitHub
parent e800219d73
commit 452891b39e
24 changed files with 105 additions and 105 deletions

View File

@ -1615,8 +1615,8 @@
},
"System.Data.SqlClient": {
"type": "Transitive",
"resolved": "4.8.3",
"contentHash": "yERfVLXAY0QbylAgaGLByYN0hFxX28aeEQ0hUgJO+Ntn1AfmWl5HHUoYJA0Yl9HhIUUJHVaS/Sw/RLZr5aaC+A==",
"resolved": "4.8.5",
"contentHash": "fRqxut4lrndPHrXD+ht1XRmCL3obuKldm4XjCRYS9p5f7FSR7shBxAwTkDrpFMsHC9BhNgjjmUtiIjvehn5zkg==",
"dependencies": {
"Microsoft.Win32.Registry": "4.7.0",
"System.Security.Principal.Windows": "4.7.0",
@ -2957,7 +2957,7 @@
"dependencies": {
"Core": "[2022.12.0, )",
"Dapper": "[2.0.123, )",
"System.Data.SqlClient": "[4.8.3, )"
"System.Data.SqlClient": "[4.8.5, )"
}
},
"infrastructure.entityframework": {