mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 08:32:50 -05:00
Logging config changes (#1935)
* Logging config changes * Regenerated packages.lock.json files * fixed up more typos and regenerated json
This commit is contained in:
@ -1512,11 +1512,6 @@
|
||||
"System.Xml.XDocument": "4.3.0"
|
||||
}
|
||||
},
|
||||
"NewRelic.Agent": {
|
||||
"type": "Transitive",
|
||||
"resolved": "8.41.0",
|
||||
"contentHash": "Bg4gOSPWZgFg4aDTt2mclPkYDipK62O+D1y0fN10J/kpJl1Ecg6rfHulLOzXdB522ujVyLHF6Dga61FLRNzIYA=="
|
||||
},
|
||||
"Newtonsoft.Json": {
|
||||
"type": "Transitive",
|
||||
"resolved": "12.0.3",
|
||||
@ -3532,27 +3527,26 @@
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Azure.Messaging.EventGrid": "4.7.0",
|
||||
"CommCore": "1.46.2",
|
||||
"Core": "1.46.2",
|
||||
"CommCore": "1.47.1",
|
||||
"Core": "1.47.1",
|
||||
"Microsoft.AspNetCore.Mvc.NewtonsoftJson": "5.0.9",
|
||||
"NewRelic.Agent": "8.41.0",
|
||||
"SharedWeb": "1.46.2",
|
||||
"SharedWeb": "1.47.1",
|
||||
"Swashbuckle.AspNetCore": "6.2.3"
|
||||
}
|
||||
},
|
||||
"commcore": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "1.46.2"
|
||||
"Core": "1.47.1"
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Api": "1.46.2",
|
||||
"Api": "1.47.1",
|
||||
"AutoFixture.AutoNSubstitute": "4.14.0",
|
||||
"AutoFixture.Xunit2": "4.14.0",
|
||||
"Core": "1.46.2",
|
||||
"Core": "1.47.1",
|
||||
"Microsoft.NET.Test.Sdk": "16.6.1",
|
||||
"NSubstitute": "4.2.2",
|
||||
"xunit": "2.4.1"
|
||||
@ -3600,11 +3594,11 @@
|
||||
"core.test": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Api": "1.46.2",
|
||||
"Api": "1.47.1",
|
||||
"AutoFixture.AutoNSubstitute": "4.14.0",
|
||||
"AutoFixture.Xunit2": "4.14.0",
|
||||
"Common": "1.46.2",
|
||||
"Core": "1.46.2",
|
||||
"Common": "1.47.1",
|
||||
"Core": "1.47.1",
|
||||
"Microsoft.NET.Test.Sdk": "16.6.1",
|
||||
"Moq": "4.16.1",
|
||||
"NSubstitute": "4.2.2",
|
||||
@ -3614,7 +3608,7 @@
|
||||
"infrastructure.dapper": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "1.46.2",
|
||||
"Core": "1.47.1",
|
||||
"Dapper": "2.0.123",
|
||||
"System.Data.SqlClient": "4.8.3"
|
||||
}
|
||||
@ -3623,7 +3617,7 @@
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"AutoMapper.Extensions.Microsoft.DependencyInjection": "8.0.1",
|
||||
"Core": "1.46.2",
|
||||
"Core": "1.47.1",
|
||||
"Microsoft.EntityFrameworkCore.Relational": "5.0.12",
|
||||
"Npgsql.EntityFrameworkCore.PostgreSQL": "5.0.2",
|
||||
"Pomelo.EntityFrameworkCore.MySql": "5.0.3",
|
||||
@ -3633,9 +3627,9 @@
|
||||
"sharedweb": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "1.46.2",
|
||||
"Infrastructure.Dapper": "1.46.2",
|
||||
"Infrastructure.EntityFramework": "1.46.2"
|
||||
"Core": "1.47.1",
|
||||
"Infrastructure.Dapper": "1.47.1",
|
||||
"Infrastructure.EntityFramework": "1.47.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user