mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 08:32:50 -05:00
Re-evaluate lock files to ensure they match project dependencies (#2132)
This commit is contained in:
@ -3148,7 +3148,7 @@
|
||||
"commcore": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.6.0"
|
||||
"Core": "2022.6.2"
|
||||
}
|
||||
},
|
||||
"core": {
|
||||
@ -3193,7 +3193,7 @@
|
||||
"infrastructure.dapper": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.6.0",
|
||||
"Core": "2022.6.2",
|
||||
"Dapper": "2.0.123",
|
||||
"System.Data.SqlClient": "4.8.3"
|
||||
}
|
||||
@ -3202,7 +3202,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",
|
||||
@ -3212,7 +3212,7 @@
|
||||
"migrator": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.6.0",
|
||||
"Core": "2022.6.2",
|
||||
"Microsoft.Extensions.Logging": "6.0.0",
|
||||
"dbup-sqlserver": "4.5.0"
|
||||
}
|
||||
@ -3220,9 +3220,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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2648,7 +2648,7 @@
|
||||
"commcore": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.6.0"
|
||||
"Core": "2022.6.2"
|
||||
}
|
||||
},
|
||||
"core": {
|
||||
@ -2693,7 +2693,7 @@
|
||||
"infrastructure.dapper": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.6.0",
|
||||
"Core": "2022.6.2",
|
||||
"Dapper": "2.0.123",
|
||||
"System.Data.SqlClient": "4.8.3"
|
||||
}
|
||||
@ -2702,7 +2702,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",
|
||||
@ -2712,9 +2712,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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -3164,7 +3164,7 @@
|
||||
"infrastructure.dapper": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.6.0",
|
||||
"Core": "2022.6.2",
|
||||
"Dapper": "2.0.123",
|
||||
"System.Data.SqlClient": "4.8.3"
|
||||
}
|
||||
@ -3173,7 +3173,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",
|
||||
@ -3183,9 +3183,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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2633,7 +2633,7 @@
|
||||
"infrastructure.dapper": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.6.0",
|
||||
"Core": "2022.6.2",
|
||||
"Dapper": "2.0.123",
|
||||
"System.Data.SqlClient": "4.8.3"
|
||||
}
|
||||
@ -2642,7 +2642,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",
|
||||
@ -2652,9 +2652,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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2633,7 +2633,7 @@
|
||||
"infrastructure.dapper": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.6.0",
|
||||
"Core": "2022.6.2",
|
||||
"Dapper": "2.0.123",
|
||||
"System.Data.SqlClient": "4.8.3"
|
||||
}
|
||||
@ -2642,7 +2642,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",
|
||||
@ -2652,9 +2652,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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2651,7 +2651,7 @@
|
||||
"infrastructure.dapper": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.6.0",
|
||||
"Core": "2022.6.2",
|
||||
"Dapper": "2.0.123",
|
||||
"System.Data.SqlClient": "4.8.3"
|
||||
}
|
||||
@ -2660,7 +2660,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",
|
||||
@ -2670,9 +2670,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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2655,7 +2655,7 @@
|
||||
"infrastructure.dapper": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.6.0",
|
||||
"Core": "2022.6.2",
|
||||
"Dapper": "2.0.123",
|
||||
"System.Data.SqlClient": "4.8.3"
|
||||
}
|
||||
@ -2664,7 +2664,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",
|
||||
@ -2674,9 +2674,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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2683,7 +2683,7 @@
|
||||
"infrastructure.dapper": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.6.0",
|
||||
"Core": "2022.6.2",
|
||||
"Dapper": "2.0.123",
|
||||
"System.Data.SqlClient": "4.8.3"
|
||||
}
|
||||
@ -2692,7 +2692,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",
|
||||
@ -2702,9 +2702,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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2633,7 +2633,7 @@
|
||||
"infrastructure.dapper": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.6.0",
|
||||
"Core": "2022.6.2",
|
||||
"Dapper": "2.0.123",
|
||||
"System.Data.SqlClient": "4.8.3"
|
||||
}
|
||||
@ -2642,7 +2642,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",
|
||||
|
Reference in New Issue
Block a user