mirror of
https://github.com/bitwarden/server
synced 2026-02-24 08:33:06 +00:00
Re-evaluate lock files to ensure they match project dependencies (#2132)
This commit is contained in:
@@ -2873,25 +2873,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",
|
||||
@@ -2940,7 +2940,7 @@
|
||||
"infrastructure.dapper": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.6.0",
|
||||
"Core": "2022.6.2",
|
||||
"Dapper": "2.0.123",
|
||||
"System.Data.SqlClient": "4.8.3"
|
||||
}
|
||||
@@ -2949,7 +2949,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",
|
||||
@@ -2959,9 +2959,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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3393,33 +3393,33 @@
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"billing": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.6.0",
|
||||
"Core": "2022.6.2",
|
||||
"Microsoft.VisualStudio.Web.CodeGeneration.Design": "6.0.3",
|
||||
"SharedWeb": "2022.6.0"
|
||||
"SharedWeb": "2022.6.2"
|
||||
}
|
||||
},
|
||||
"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",
|
||||
@@ -3468,7 +3468,7 @@
|
||||
"infrastructure.dapper": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.6.0",
|
||||
"Core": "2022.6.2",
|
||||
"Dapper": "2.0.123",
|
||||
"System.Data.SqlClient": "4.8.3"
|
||||
}
|
||||
@@ -3477,7 +3477,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",
|
||||
@@ -3487,9 +3487,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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2869,16 +2869,16 @@
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"core": {
|
||||
@@ -2923,7 +2923,7 @@
|
||||
"infrastructure.dapper": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.6.0",
|
||||
"Core": "2022.6.2",
|
||||
"Dapper": "2.0.123",
|
||||
"System.Data.SqlClient": "4.8.3"
|
||||
}
|
||||
@@ -2932,7 +2932,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",
|
||||
@@ -2942,9 +2942,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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2885,25 +2885,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",
|
||||
@@ -2952,7 +2952,7 @@
|
||||
"infrastructure.dapper": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.6.0",
|
||||
"Core": "2022.6.2",
|
||||
"Dapper": "2.0.123",
|
||||
"System.Data.SqlClient": "4.8.3"
|
||||
}
|
||||
@@ -2961,7 +2961,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",
|
||||
@@ -2971,9 +2971,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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2827,14 +2827,14 @@
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"AngleSharp": "0.16.1",
|
||||
"Core": "2022.6.0",
|
||||
"SharedWeb": "2022.6.0"
|
||||
"Core": "2022.6.2",
|
||||
"SharedWeb": "2022.6.2"
|
||||
}
|
||||
},
|
||||
"infrastructure.dapper": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.6.0",
|
||||
"Core": "2022.6.2",
|
||||
"Dapper": "2.0.123",
|
||||
"System.Data.SqlClient": "4.8.3"
|
||||
}
|
||||
@@ -2843,7 +2843,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",
|
||||
@@ -2853,9 +2853,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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3010,25 +3010,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",
|
||||
@@ -3077,15 +3077,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"
|
||||
}
|
||||
@@ -3094,7 +3094,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",
|
||||
@@ -3104,8 +3104,8 @@
|
||||
"integrationtestcommon": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Common": "2022.6.0",
|
||||
"Identity": "2022.6.0",
|
||||
"Common": "2022.6.2",
|
||||
"Identity": "2022.6.2",
|
||||
"Microsoft.AspNetCore.Mvc.Testing": "6.0.5",
|
||||
"Microsoft.EntityFrameworkCore.InMemory": "6.0.5",
|
||||
"Microsoft.Extensions.Configuration": "6.0.1"
|
||||
@@ -3114,9 +3114,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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2873,25 +2873,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",
|
||||
@@ -2940,15 +2940,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"
|
||||
}
|
||||
@@ -2957,7 +2957,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",
|
||||
@@ -2967,9 +2967,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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user