diff --git a/Directory.Packages.props b/Directory.Packages.props
index 601d14e..e60728b 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -21,7 +21,7 @@
-
+
diff --git a/src/Applications/Identity/ChengYuan.Identity.Application/packages.lock.json b/src/Applications/Identity/ChengYuan.Identity.Application/packages.lock.json
index a935a46..e96a339 100644
--- a/src/Applications/Identity/ChengYuan.Identity.Application/packages.lock.json
+++ b/src/Applications/Identity/ChengYuan.Identity.Application/packages.lock.json
@@ -4,9 +4,9 @@
"net10.0": {
"BCrypt.Net-Next": {
"type": "Direct",
- "requested": "[4.0.3, )",
- "resolved": "4.0.3",
- "contentHash": "W+U9WvmZQgi5cX6FS5GDtDoPzUCV4LkBLkywq/kRZhuDwcbavOzcDAr3LXJFqHUi952Yj3LEYoWW0jbEUQChsA=="
+ "requested": "[4.1.0, )",
+ "resolved": "4.1.0",
+ "contentHash": "5YT3DKllmtkyW68PjURu/V1TOe4MKiByKwsRNVcfYE1S5KuFTeozdmKzyNzolKiQF391OXCaQtINvYT3j1ERzQ=="
},
"Microsoft.Extensions.Primitives": {
"type": "Transitive",
diff --git a/src/Applications/Identity/ChengYuan.Identity.Persistence/packages.lock.json b/src/Applications/Identity/ChengYuan.Identity.Persistence/packages.lock.json
index 72edfd6..32d5f57 100644
--- a/src/Applications/Identity/ChengYuan.Identity.Persistence/packages.lock.json
+++ b/src/Applications/Identity/ChengYuan.Identity.Persistence/packages.lock.json
@@ -321,7 +321,7 @@
"chengyuan.identity.application": {
"type": "Project",
"dependencies": {
- "BCrypt.Net-Next": "[4.0.3, )",
+ "BCrypt.Net-Next": "[4.1.0, )",
"ChengYuan.Authorization": "[0.2.10-local, )",
"ChengYuan.Core": "[0.2.10-local, )",
"ChengYuan.Identity.Contracts": "[0.2.10-local, )",
@@ -356,9 +356,9 @@
},
"BCrypt.Net-Next": {
"type": "CentralTransitive",
- "requested": "[4.0.3, )",
- "resolved": "4.0.3",
- "contentHash": "W+U9WvmZQgi5cX6FS5GDtDoPzUCV4LkBLkywq/kRZhuDwcbavOzcDAr3LXJFqHUi952Yj3LEYoWW0jbEUQChsA=="
+ "requested": "[4.1.0, )",
+ "resolved": "4.1.0",
+ "contentHash": "5YT3DKllmtkyW68PjURu/V1TOe4MKiByKwsRNVcfYE1S5KuFTeozdmKzyNzolKiQF391OXCaQtINvYT3j1ERzQ=="
},
"Microsoft.EntityFrameworkCore": {
"type": "CentralTransitive",
diff --git a/src/Applications/Identity/ChengYuan.Identity.Web/packages.lock.json b/src/Applications/Identity/ChengYuan.Identity.Web/packages.lock.json
index 3c2dd2d..c8c51fd 100644
--- a/src/Applications/Identity/ChengYuan.Identity.Web/packages.lock.json
+++ b/src/Applications/Identity/ChengYuan.Identity.Web/packages.lock.json
@@ -351,7 +351,7 @@
"chengyuan.identity.application": {
"type": "Project",
"dependencies": {
- "BCrypt.Net-Next": "[4.0.3, )",
+ "BCrypt.Net-Next": "[4.1.0, )",
"ChengYuan.Authorization": "[0.2.10-local, )",
"ChengYuan.Core": "[0.2.10-local, )",
"ChengYuan.Identity.Contracts": "[0.2.10-local, )",
@@ -402,9 +402,9 @@
},
"BCrypt.Net-Next": {
"type": "CentralTransitive",
- "requested": "[4.0.3, )",
- "resolved": "4.0.3",
- "contentHash": "W+U9WvmZQgi5cX6FS5GDtDoPzUCV4LkBLkywq/kRZhuDwcbavOzcDAr3LXJFqHUi952Yj3LEYoWW0jbEUQChsA=="
+ "requested": "[4.1.0, )",
+ "resolved": "4.1.0",
+ "contentHash": "5YT3DKllmtkyW68PjURu/V1TOe4MKiByKwsRNVcfYE1S5KuFTeozdmKzyNzolKiQF391OXCaQtINvYT3j1ERzQ=="
},
"Microsoft.EntityFrameworkCore": {
"type": "CentralTransitive",
diff --git a/src/Hosts/CliHost/packages.lock.json b/src/Hosts/CliHost/packages.lock.json
index 5db00e6..997b7ad 100644
--- a/src/Hosts/CliHost/packages.lock.json
+++ b/src/Hosts/CliHost/packages.lock.json
@@ -594,7 +594,7 @@
"chengyuan.identity.application": {
"type": "Project",
"dependencies": {
- "BCrypt.Net-Next": "[4.0.3, )",
+ "BCrypt.Net-Next": "[4.1.0, )",
"ChengYuan.Authorization": "[0.2.10-local, )",
"ChengYuan.Core": "[0.2.10-local, )",
"ChengYuan.Identity.Contracts": "[0.2.10-local, )",
@@ -709,9 +709,9 @@
},
"BCrypt.Net-Next": {
"type": "CentralTransitive",
- "requested": "[4.0.3, )",
- "resolved": "4.0.3",
- "contentHash": "W+U9WvmZQgi5cX6FS5GDtDoPzUCV4LkBLkywq/kRZhuDwcbavOzcDAr3LXJFqHUi952Yj3LEYoWW0jbEUQChsA=="
+ "requested": "[4.1.0, )",
+ "resolved": "4.1.0",
+ "contentHash": "5YT3DKllmtkyW68PjURu/V1TOe4MKiByKwsRNVcfYE1S5KuFTeozdmKzyNzolKiQF391OXCaQtINvYT3j1ERzQ=="
},
"Microsoft.EntityFrameworkCore": {
"type": "CentralTransitive",
diff --git a/src/Hosts/WebHost/packages.lock.json b/src/Hosts/WebHost/packages.lock.json
index 6f25c6f..d253337 100644
--- a/src/Hosts/WebHost/packages.lock.json
+++ b/src/Hosts/WebHost/packages.lock.json
@@ -651,7 +651,7 @@
"chengyuan.identity.application": {
"type": "Project",
"dependencies": {
- "BCrypt.Net-Next": "[4.0.3, )",
+ "BCrypt.Net-Next": "[4.1.0, )",
"ChengYuan.Authorization": "[0.2.10-local, )",
"ChengYuan.Core": "[0.2.10-local, )",
"ChengYuan.Identity.Contracts": "[0.2.10-local, )",
@@ -820,9 +820,9 @@
},
"BCrypt.Net-Next": {
"type": "CentralTransitive",
- "requested": "[4.0.3, )",
- "resolved": "4.0.3",
- "contentHash": "W+U9WvmZQgi5cX6FS5GDtDoPzUCV4LkBLkywq/kRZhuDwcbavOzcDAr3LXJFqHUi952Yj3LEYoWW0jbEUQChsA=="
+ "requested": "[4.1.0, )",
+ "resolved": "4.1.0",
+ "contentHash": "5YT3DKllmtkyW68PjURu/V1TOe4MKiByKwsRNVcfYE1S5KuFTeozdmKzyNzolKiQF391OXCaQtINvYT3j1ERzQ=="
},
"Cronos": {
"type": "CentralTransitive",
diff --git a/tests/ChengYuan.FrameworkKernel.Tests/packages.lock.json b/tests/ChengYuan.FrameworkKernel.Tests/packages.lock.json
index f3ae5d4..3ef280e 100644
--- a/tests/ChengYuan.FrameworkKernel.Tests/packages.lock.json
+++ b/tests/ChengYuan.FrameworkKernel.Tests/packages.lock.json
@@ -1059,7 +1059,7 @@
"chengyuan.identity.application": {
"type": "Project",
"dependencies": {
- "BCrypt.Net-Next": "[4.0.3, )",
+ "BCrypt.Net-Next": "[4.1.0, )",
"ChengYuan.Authorization": "[0.2.10-local, )",
"ChengYuan.Core": "[0.2.10-local, )",
"ChengYuan.Identity.Contracts": "[0.2.10-local, )",
@@ -1329,9 +1329,9 @@
},
"BCrypt.Net-Next": {
"type": "CentralTransitive",
- "requested": "[4.0.3, )",
- "resolved": "4.0.3",
- "contentHash": "W+U9WvmZQgi5cX6FS5GDtDoPzUCV4LkBLkywq/kRZhuDwcbavOzcDAr3LXJFqHUi952Yj3LEYoWW0jbEUQChsA=="
+ "requested": "[4.1.0, )",
+ "resolved": "4.1.0",
+ "contentHash": "5YT3DKllmtkyW68PjURu/V1TOe4MKiByKwsRNVcfYE1S5KuFTeozdmKzyNzolKiQF391OXCaQtINvYT3j1ERzQ=="
},
"Cronos": {
"type": "CentralTransitive",