Skip to content

Commit 3dbbd8d

Browse files
[deps] Auth: Update AspNetCoreRateLimit to v5
1 parent a589af3 commit 3dbbd8d

File tree

39 files changed

+2084
-2084
lines changed

39 files changed

+2084
-2084
lines changed

bitwarden_license/src/Commercial.Core/packages.lock.json

+43-43
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"net6.0": {
55
"AspNetCoreRateLimit": {
66
"type": "Transitive",
7-
"resolved": "4.0.2",
8-
"contentHash": "FzXAJFgaRjKfnKAVwjEEC7OAGQM5v/I3sQw2tpzmR0yHTCGhUAxZzDuwZiXTk8XLrI6vovzkqKkfKmiDl3nYMg==",
7+
"resolved": "5.0.0",
8+
"contentHash": "6fq9+o1maGADUmpK/PvcF0DtXW2+7bSkIL7MDIo/agbIHKN8XkMQF4oze60DO731WaQmHmK260hB30FwPzCmEg==",
99
"dependencies": {
1010
"Microsoft.Extensions.Caching.Abstractions": "6.0.0",
11-
"Microsoft.Extensions.Logging.Abstractions": "6.0.1",
11+
"Microsoft.Extensions.Logging.Abstractions": "6.0.3",
1212
"Microsoft.Extensions.Options": "6.0.0",
13-
"Newtonsoft.Json": "13.0.1"
13+
"Newtonsoft.Json": "13.0.2"
1414
}
1515
},
1616
"AspNetCoreRateLimit.Redis": {
@@ -643,8 +643,8 @@
643643
},
644644
"Microsoft.Extensions.Logging.Abstractions": {
645645
"type": "Transitive",
646-
"resolved": "6.0.1",
647-
"contentHash": "dzB2Cgg+JmrouhjkcQGzSFjjvpwlq353i8oBQO2GWNjCXSzhbtBRUf28HSauWe7eib3wYOdb3tItdjRwAdwCSg=="
646+
"resolved": "6.0.3",
647+
"contentHash": "SUpStcdjeBbdKjPKe53hVVLkFjylX0yIXY8K+xWa47+o1d+REDyOMZjHZa+chsQI1K9qZeiHWk9jos0TFU7vGg=="
648648
},
649649
"Microsoft.Extensions.Options": {
650650
"type": "Transitive",
@@ -2415,43 +2415,43 @@
24152415
"core": {
24162416
"type": "Project",
24172417
"dependencies": {
2418-
"AWSSDK.SQS": "[3.7.2.47, )",
2419-
"AWSSDK.SimpleEmail": "[3.7.0.150, )",
2420-
"AspNetCoreRateLimit": "[4.0.2, )",
2421-
"AspNetCoreRateLimit.Redis": "[1.0.1, )",
2422-
"Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
2423-
"Azure.Identity": "[1.10.2, )",
2424-
"Azure.Messaging.ServiceBus": "[7.15.0, )",
2425-
"Azure.Storage.Blobs": "[12.14.1, )",
2426-
"Azure.Storage.Queues": "[12.12.0, )",
2427-
"BitPay.Light": "[1.0.1907, )",
2428-
"Braintree": "[5.19.0, )",
2429-
"DnsClient": "[1.7.0, )",
2430-
"Duende.IdentityServer": "[6.0.4, )",
2431-
"Fido2.AspNet": "[3.0.1, )",
2432-
"Handlebars.Net": "[2.1.4, )",
2433-
"LaunchDarkly.ServerSdk": "[8.0.0, )",
2434-
"MailKit": "[4.2.0, )",
2435-
"Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
2436-
"Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
2437-
"Microsoft.Azure.NotificationHubs": "[4.1.0, )",
2438-
"Microsoft.Data.SqlClient": "[5.0.1, )",
2439-
"Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
2440-
"Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
2441-
"Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
2442-
"Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
2443-
"Newtonsoft.Json": "[13.0.3, )",
2444-
"Otp.NET": "[1.2.2, )",
2445-
"Quartz": "[3.4.0, )",
2446-
"SendGrid": "[9.27.0, )",
2447-
"Sentry.Serilog": "[3.16.0, )",
2448-
"Serilog.AspNetCore": "[5.0.0, )",
2449-
"Serilog.Extensions.Logging": "[3.1.0, )",
2450-
"Serilog.Extensions.Logging.File": "[2.0.0, )",
2451-
"Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
2452-
"Serilog.Sinks.SyslogMessages": "[2.0.9, )",
2453-
"Stripe.net": "[40.0.0, )",
2454-
"YubicoDotNetClient": "[1.2.0, )"
2418+
"AWSSDK.SQS": "3.7.2.47",
2419+
"AWSSDK.SimpleEmail": "3.7.0.150",
2420+
"AspNetCoreRateLimit": "5.0.0",
2421+
"AspNetCoreRateLimit.Redis": "1.0.1",
2422+
"Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
2423+
"Azure.Identity": "1.10.2",
2424+
"Azure.Messaging.ServiceBus": "7.15.0",
2425+
"Azure.Storage.Blobs": "12.14.1",
2426+
"Azure.Storage.Queues": "12.12.0",
2427+
"BitPay.Light": "1.0.1907",
2428+
"Braintree": "5.19.0",
2429+
"DnsClient": "1.7.0",
2430+
"Duende.IdentityServer": "6.0.4",
2431+
"Fido2.AspNet": "3.0.1",
2432+
"Handlebars.Net": "2.1.4",
2433+
"LaunchDarkly.ServerSdk": "8.0.0",
2434+
"MailKit": "4.2.0",
2435+
"Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
2436+
"Microsoft.Azure.Cosmos.Table": "1.0.8",
2437+
"Microsoft.Azure.NotificationHubs": "4.1.0",
2438+
"Microsoft.Data.SqlClient": "5.0.1",
2439+
"Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
2440+
"Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
2441+
"Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
2442+
"Microsoft.Extensions.Identity.Stores": "6.0.4",
2443+
"Newtonsoft.Json": "13.0.3",
2444+
"Otp.NET": "1.2.2",
2445+
"Quartz": "3.4.0",
2446+
"SendGrid": "9.27.0",
2447+
"Sentry.Serilog": "3.16.0",
2448+
"Serilog.AspNetCore": "5.0.0",
2449+
"Serilog.Extensions.Logging": "3.1.0",
2450+
"Serilog.Extensions.Logging.File": "2.0.0",
2451+
"Serilog.Sinks.AzureCosmosDB": "2.0.0",
2452+
"Serilog.Sinks.SyslogMessages": "2.0.9",
2453+
"Stripe.net": "40.0.0",
2454+
"YubicoDotNetClient": "1.2.0"
24552455
}
24562456
}
24572457
}

bitwarden_license/src/Commercial.Infrastructure.EntityFramework/packages.lock.json

+49-49
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
},
1515
"AspNetCoreRateLimit": {
1616
"type": "Transitive",
17-
"resolved": "4.0.2",
18-
"contentHash": "FzXAJFgaRjKfnKAVwjEEC7OAGQM5v/I3sQw2tpzmR0yHTCGhUAxZzDuwZiXTk8XLrI6vovzkqKkfKmiDl3nYMg==",
17+
"resolved": "5.0.0",
18+
"contentHash": "6fq9+o1maGADUmpK/PvcF0DtXW2+7bSkIL7MDIo/agbIHKN8XkMQF4oze60DO731WaQmHmK260hB30FwPzCmEg==",
1919
"dependencies": {
2020
"Microsoft.Extensions.Caching.Abstractions": "6.0.0",
21-
"Microsoft.Extensions.Logging.Abstractions": "6.0.1",
21+
"Microsoft.Extensions.Logging.Abstractions": "6.0.3",
2222
"Microsoft.Extensions.Options": "6.0.0",
23-
"Newtonsoft.Json": "13.0.1"
23+
"Newtonsoft.Json": "13.0.2"
2424
}
2525
},
2626
"AspNetCoreRateLimit.Redis": {
@@ -2576,56 +2576,56 @@
25762576
"core": {
25772577
"type": "Project",
25782578
"dependencies": {
2579-
"AWSSDK.SQS": "[3.7.2.47, )",
2580-
"AWSSDK.SimpleEmail": "[3.7.0.150, )",
2581-
"AspNetCoreRateLimit": "[4.0.2, )",
2582-
"AspNetCoreRateLimit.Redis": "[1.0.1, )",
2583-
"Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
2584-
"Azure.Identity": "[1.10.2, )",
2585-
"Azure.Messaging.ServiceBus": "[7.15.0, )",
2586-
"Azure.Storage.Blobs": "[12.14.1, )",
2587-
"Azure.Storage.Queues": "[12.12.0, )",
2588-
"BitPay.Light": "[1.0.1907, )",
2589-
"Braintree": "[5.19.0, )",
2590-
"DnsClient": "[1.7.0, )",
2591-
"Duende.IdentityServer": "[6.0.4, )",
2592-
"Fido2.AspNet": "[3.0.1, )",
2593-
"Handlebars.Net": "[2.1.4, )",
2594-
"LaunchDarkly.ServerSdk": "[8.0.0, )",
2595-
"MailKit": "[4.2.0, )",
2596-
"Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
2597-
"Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
2598-
"Microsoft.Azure.NotificationHubs": "[4.1.0, )",
2599-
"Microsoft.Data.SqlClient": "[5.0.1, )",
2600-
"Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
2601-
"Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
2602-
"Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
2603-
"Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
2604-
"Newtonsoft.Json": "[13.0.3, )",
2605-
"Otp.NET": "[1.2.2, )",
2606-
"Quartz": "[3.4.0, )",
2607-
"SendGrid": "[9.27.0, )",
2608-
"Sentry.Serilog": "[3.16.0, )",
2609-
"Serilog.AspNetCore": "[5.0.0, )",
2610-
"Serilog.Extensions.Logging": "[3.1.0, )",
2611-
"Serilog.Extensions.Logging.File": "[2.0.0, )",
2612-
"Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
2613-
"Serilog.Sinks.SyslogMessages": "[2.0.9, )",
2614-
"Stripe.net": "[40.0.0, )",
2615-
"YubicoDotNetClient": "[1.2.0, )"
2579+
"AWSSDK.SQS": "3.7.2.47",
2580+
"AWSSDK.SimpleEmail": "3.7.0.150",
2581+
"AspNetCoreRateLimit": "5.0.0",
2582+
"AspNetCoreRateLimit.Redis": "1.0.1",
2583+
"Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
2584+
"Azure.Identity": "1.10.2",
2585+
"Azure.Messaging.ServiceBus": "7.15.0",
2586+
"Azure.Storage.Blobs": "12.14.1",
2587+
"Azure.Storage.Queues": "12.12.0",
2588+
"BitPay.Light": "1.0.1907",
2589+
"Braintree": "5.19.0",
2590+
"DnsClient": "1.7.0",
2591+
"Duende.IdentityServer": "6.0.4",
2592+
"Fido2.AspNet": "3.0.1",
2593+
"Handlebars.Net": "2.1.4",
2594+
"LaunchDarkly.ServerSdk": "8.0.0",
2595+
"MailKit": "4.2.0",
2596+
"Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
2597+
"Microsoft.Azure.Cosmos.Table": "1.0.8",
2598+
"Microsoft.Azure.NotificationHubs": "4.1.0",
2599+
"Microsoft.Data.SqlClient": "5.0.1",
2600+
"Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
2601+
"Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
2602+
"Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
2603+
"Microsoft.Extensions.Identity.Stores": "6.0.4",
2604+
"Newtonsoft.Json": "13.0.3",
2605+
"Otp.NET": "1.2.2",
2606+
"Quartz": "3.4.0",
2607+
"SendGrid": "9.27.0",
2608+
"Sentry.Serilog": "3.16.0",
2609+
"Serilog.AspNetCore": "5.0.0",
2610+
"Serilog.Extensions.Logging": "3.1.0",
2611+
"Serilog.Extensions.Logging.File": "2.0.0",
2612+
"Serilog.Sinks.AzureCosmosDB": "2.0.0",
2613+
"Serilog.Sinks.SyslogMessages": "2.0.9",
2614+
"Stripe.net": "40.0.0",
2615+
"YubicoDotNetClient": "1.2.0"
26162616
}
26172617
},
26182618
"infrastructure.entityframework": {
26192619
"type": "Project",
26202620
"dependencies": {
2621-
"AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
2622-
"Core": "[2023.12.0, )",
2623-
"Microsoft.EntityFrameworkCore.Relational": "[7.0.14, )",
2624-
"Microsoft.EntityFrameworkCore.SqlServer": "[7.0.14, )",
2625-
"Microsoft.EntityFrameworkCore.Sqlite": "[7.0.14, )",
2626-
"Npgsql.EntityFrameworkCore.PostgreSQL": "[7.0.11, )",
2627-
"Pomelo.EntityFrameworkCore.MySql": "[7.0.0, )",
2628-
"linq2db.EntityFrameworkCore": "[7.6.0, )"
2621+
"AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
2622+
"Core": "2023.12.0",
2623+
"Microsoft.EntityFrameworkCore.Relational": "7.0.14",
2624+
"Microsoft.EntityFrameworkCore.SqlServer": "7.0.14",
2625+
"Microsoft.EntityFrameworkCore.Sqlite": "7.0.14",
2626+
"Npgsql.EntityFrameworkCore.PostgreSQL": "7.0.11",
2627+
"Pomelo.EntityFrameworkCore.MySql": "7.0.0",
2628+
"linq2db.EntityFrameworkCore": "7.6.0"
26292629
}
26302630
}
26312631
}

bitwarden_license/src/Scim/packages.lock.json

+54-54
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"net6.0": {
55
"AspNetCoreRateLimit": {
66
"type": "Transitive",
7-
"resolved": "4.0.2",
8-
"contentHash": "FzXAJFgaRjKfnKAVwjEEC7OAGQM5v/I3sQw2tpzmR0yHTCGhUAxZzDuwZiXTk8XLrI6vovzkqKkfKmiDl3nYMg==",
7+
"resolved": "5.0.0",
8+
"contentHash": "6fq9+o1maGADUmpK/PvcF0DtXW2+7bSkIL7MDIo/agbIHKN8XkMQF4oze60DO731WaQmHmK260hB30FwPzCmEg==",
99
"dependencies": {
1010
"Microsoft.Extensions.Caching.Abstractions": "6.0.0",
11-
"Microsoft.Extensions.Logging.Abstractions": "6.0.1",
11+
"Microsoft.Extensions.Logging.Abstractions": "6.0.3",
1212
"Microsoft.Extensions.Options": "6.0.0",
13-
"Newtonsoft.Json": "13.0.1"
13+
"Newtonsoft.Json": "13.0.2"
1414
}
1515
},
1616
"AspNetCoreRateLimit.Redis": {
@@ -2580,71 +2580,71 @@
25802580
"core": {
25812581
"type": "Project",
25822582
"dependencies": {
2583-
"AWSSDK.SQS": "[3.7.2.47, )",
2584-
"AWSSDK.SimpleEmail": "[3.7.0.150, )",
2585-
"AspNetCoreRateLimit": "[4.0.2, )",
2586-
"AspNetCoreRateLimit.Redis": "[1.0.1, )",
2587-
"Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
2588-
"Azure.Identity": "[1.10.2, )",
2589-
"Azure.Messaging.ServiceBus": "[7.15.0, )",
2590-
"Azure.Storage.Blobs": "[12.14.1, )",
2591-
"Azure.Storage.Queues": "[12.12.0, )",
2592-
"BitPay.Light": "[1.0.1907, )",
2593-
"Braintree": "[5.19.0, )",
2594-
"DnsClient": "[1.7.0, )",
2595-
"Duende.IdentityServer": "[6.0.4, )",
2596-
"Fido2.AspNet": "[3.0.1, )",
2597-
"Handlebars.Net": "[2.1.4, )",
2598-
"LaunchDarkly.ServerSdk": "[8.0.0, )",
2599-
"MailKit": "[4.2.0, )",
2600-
"Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
2601-
"Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
2602-
"Microsoft.Azure.NotificationHubs": "[4.1.0, )",
2603-
"Microsoft.Data.SqlClient": "[5.0.1, )",
2604-
"Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
2605-
"Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
2606-
"Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
2607-
"Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
2608-
"Newtonsoft.Json": "[13.0.3, )",
2609-
"Otp.NET": "[1.2.2, )",
2610-
"Quartz": "[3.4.0, )",
2611-
"SendGrid": "[9.27.0, )",
2612-
"Sentry.Serilog": "[3.16.0, )",
2613-
"Serilog.AspNetCore": "[5.0.0, )",
2614-
"Serilog.Extensions.Logging": "[3.1.0, )",
2615-
"Serilog.Extensions.Logging.File": "[2.0.0, )",
2616-
"Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
2617-
"Serilog.Sinks.SyslogMessages": "[2.0.9, )",
2618-
"Stripe.net": "[40.0.0, )",
2619-
"YubicoDotNetClient": "[1.2.0, )"
2583+
"AWSSDK.SQS": "3.7.2.47",
2584+
"AWSSDK.SimpleEmail": "3.7.0.150",
2585+
"AspNetCoreRateLimit": "5.0.0",
2586+
"AspNetCoreRateLimit.Redis": "1.0.1",
2587+
"Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
2588+
"Azure.Identity": "1.10.2",
2589+
"Azure.Messaging.ServiceBus": "7.15.0",
2590+
"Azure.Storage.Blobs": "12.14.1",
2591+
"Azure.Storage.Queues": "12.12.0",
2592+
"BitPay.Light": "1.0.1907",
2593+
"Braintree": "5.19.0",
2594+
"DnsClient": "1.7.0",
2595+
"Duende.IdentityServer": "6.0.4",
2596+
"Fido2.AspNet": "3.0.1",
2597+
"Handlebars.Net": "2.1.4",
2598+
"LaunchDarkly.ServerSdk": "8.0.0",
2599+
"MailKit": "4.2.0",
2600+
"Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
2601+
"Microsoft.Azure.Cosmos.Table": "1.0.8",
2602+
"Microsoft.Azure.NotificationHubs": "4.1.0",
2603+
"Microsoft.Data.SqlClient": "5.0.1",
2604+
"Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
2605+
"Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
2606+
"Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
2607+
"Microsoft.Extensions.Identity.Stores": "6.0.4",
2608+
"Newtonsoft.Json": "13.0.3",
2609+
"Otp.NET": "1.2.2",
2610+
"Quartz": "3.4.0",
2611+
"SendGrid": "9.27.0",
2612+
"Sentry.Serilog": "3.16.0",
2613+
"Serilog.AspNetCore": "5.0.0",
2614+
"Serilog.Extensions.Logging": "3.1.0",
2615+
"Serilog.Extensions.Logging.File": "2.0.0",
2616+
"Serilog.Sinks.AzureCosmosDB": "2.0.0",
2617+
"Serilog.Sinks.SyslogMessages": "2.0.9",
2618+
"Stripe.net": "40.0.0",
2619+
"YubicoDotNetClient": "1.2.0"
26202620
}
26212621
},
26222622
"infrastructure.dapper": {
26232623
"type": "Project",
26242624
"dependencies": {
2625-
"Core": "[2023.12.0, )",
2626-
"Dapper": "[2.1.24, )"
2625+
"Core": "2023.12.0",
2626+
"Dapper": "2.1.24"
26272627
}
26282628
},
26292629
"infrastructure.entityframework": {
26302630
"type": "Project",
26312631
"dependencies": {
2632-
"AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
2633-
"Core": "[2023.12.0, )",
2634-
"Microsoft.EntityFrameworkCore.Relational": "[7.0.14, )",
2635-
"Microsoft.EntityFrameworkCore.SqlServer": "[7.0.14, )",
2636-
"Microsoft.EntityFrameworkCore.Sqlite": "[7.0.14, )",
2637-
"Npgsql.EntityFrameworkCore.PostgreSQL": "[7.0.11, )",
2638-
"Pomelo.EntityFrameworkCore.MySql": "[7.0.0, )",
2639-
"linq2db.EntityFrameworkCore": "[7.6.0, )"
2632+
"AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
2633+
"Core": "2023.12.0",
2634+
"Microsoft.EntityFrameworkCore.Relational": "7.0.14",
2635+
"Microsoft.EntityFrameworkCore.SqlServer": "7.0.14",
2636+
"Microsoft.EntityFrameworkCore.Sqlite": "7.0.14",
2637+
"Npgsql.EntityFrameworkCore.PostgreSQL": "7.0.11",
2638+
"Pomelo.EntityFrameworkCore.MySql": "7.0.0",
2639+
"linq2db.EntityFrameworkCore": "7.6.0"
26402640
}
26412641
},
26422642
"sharedweb": {
26432643
"type": "Project",
26442644
"dependencies": {
2645-
"Core": "[2023.12.0, )",
2646-
"Infrastructure.Dapper": "[2023.12.0, )",
2647-
"Infrastructure.EntityFramework": "[2023.12.0, )"
2645+
"Core": "2023.12.0",
2646+
"Infrastructure.Dapper": "2023.12.0",
2647+
"Infrastructure.EntityFramework": "2023.12.0"
26482648
}
26492649
}
26502650
}

0 commit comments

Comments
 (0)