1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 07:36:14 -05:00

Re-evaluate lock files to ensure they match project dependencies (#2132)

This commit is contained in:
Shane Melton
2022-07-20 09:10:08 -07:00
committed by GitHub
parent 4f145b3938
commit 4e3d8172ff
23 changed files with 258 additions and 245 deletions

View File

@ -2996,25 +2996,25 @@
"type": "Project",
"dependencies": {
"Azure.Messaging.EventGrid": "4.10.0",
"CommCore": "2022.6.0",
"Core": "2022.6.0",
"SharedWeb": "2022.6.0",
"CommCore": "2022.6.2",
"Core": "2022.6.2",
"SharedWeb": "2022.6.2",
"Swashbuckle.AspNetCore": "6.3.1"
}
},
"commcore": {
"type": "Project",
"dependencies": {
"Core": "2022.6.0"
"Core": "2022.6.2"
}
},
"common": {
"type": "Project",
"dependencies": {
"Api": "2022.6.0",
"Api": "2022.6.2",
"AutoFixture.AutoNSubstitute": "4.17.0",
"AutoFixture.Xunit2": "4.17.0",
"Core": "2022.6.0",
"Core": "2022.6.2",
"Kralizek.AutoFixture.Extensions.MockHttp": "1.2.0",
"Microsoft.NET.Test.Sdk": "17.1.0",
"NSubstitute": "4.3.0",
@ -3063,15 +3063,15 @@
"identity": {
"type": "Project",
"dependencies": {
"Core": "2022.6.0",
"SharedWeb": "2022.6.0",
"Core": "2022.6.2",
"SharedWeb": "2022.6.2",
"Swashbuckle.AspNetCore.SwaggerGen": "6.3.1"
}
},
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "2022.6.0",
"Core": "2022.6.2",
"Dapper": "2.0.123",
"System.Data.SqlClient": "4.8.3"
}
@ -3080,7 +3080,7 @@
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "11.0.0",
"Core": "2022.6.0",
"Core": "2022.6.2",
"Microsoft.EntityFrameworkCore.Relational": "6.0.4",
"Npgsql.EntityFrameworkCore.PostgreSQL": "6.0.4",
"Pomelo.EntityFrameworkCore.MySql": "6.0.1",
@ -3090,9 +3090,9 @@
"sharedweb": {
"type": "Project",
"dependencies": {
"Core": "2022.6.0",
"Infrastructure.Dapper": "2022.6.0",
"Infrastructure.EntityFramework": "2022.6.0"
"Core": "2022.6.2",
"Infrastructure.Dapper": "2022.6.2",
"Infrastructure.EntityFramework": "2022.6.2"
}
}
}