diff --git a/Directory.Packages.props b/Directory.Packages.props index 601d14e..5e3e8a7 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -26,7 +26,7 @@ - + diff --git a/src/Applications/Identity/ChengYuan.Identity.Web/packages.lock.json b/src/Applications/Identity/ChengYuan.Identity.Web/packages.lock.json index 620eeb9..4251846 100644 --- a/src/Applications/Identity/ChengYuan.Identity.Web/packages.lock.json +++ b/src/Applications/Identity/ChengYuan.Identity.Web/packages.lock.json @@ -4,9 +4,9 @@ "net10.0": { "Microsoft.AspNetCore.Authentication.JwtBearer": { "type": "Direct", - "requested": "[10.0.5, )", - "resolved": "10.0.5", - "contentHash": "fZzXogChrwQ/SfifQJgeW7AtR8hUv5+LH9oLWjm5OqfnVt3N8MwcMHHMdawvqqdjP79lIZgetnSpj77BLsSI1g==", + "requested": "[10.0.6, )", + "resolved": "10.0.6", + "contentHash": "JVPyTTr5J/Z5PikptDP2g8qwNJBJ09GZ7yHpaPDAMZ0qKeA2ZKqpZhUNJk1clBqZJeMj2T7gZ5o6oOrmLxuBdw==", "dependencies": { "Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.0.1" } diff --git a/src/Hosts/WebHost/packages.lock.json b/src/Hosts/WebHost/packages.lock.json index 2909421..0eabb4d 100644 --- a/src/Hosts/WebHost/packages.lock.json +++ b/src/Hosts/WebHost/packages.lock.json @@ -13,9 +13,9 @@ }, "Microsoft.AspNetCore.Authentication.JwtBearer": { "type": "Direct", - "requested": "[10.0.5, )", - "resolved": "10.0.5", - "contentHash": "fZzXogChrwQ/SfifQJgeW7AtR8hUv5+LH9oLWjm5OqfnVt3N8MwcMHHMdawvqqdjP79lIZgetnSpj77BLsSI1g==", + "requested": "[10.0.6, )", + "resolved": "10.0.6", + "contentHash": "JVPyTTr5J/Z5PikptDP2g8qwNJBJ09GZ7yHpaPDAMZ0qKeA2ZKqpZhUNJk1clBqZJeMj2T7gZ5o6oOrmLxuBdw==", "dependencies": { "Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.0.1" } @@ -683,7 +683,7 @@ "ChengYuan.AspNetCore": "[0.2.10-local, )", "ChengYuan.Identity.Application": "[0.2.10-local, )", "ChengYuan.Identity.Persistence": "[0.2.10-local, )", - "Microsoft.AspNetCore.Authentication.JwtBearer": "[10.0.5, )" + "Microsoft.AspNetCore.Authentication.JwtBearer": "[10.0.6, )" } }, "chengyuan.multitenancy": {