From 5bb063e955f213f701d3ec273640102c02d790e2 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 30 Jul 2025 17:05:57 +0800 Subject: [PATCH] feat(ip2region): Rename IP2RegionIPLocationResolveContributor - Rename `IP2RegionIPLocationResolveContributorBase` to `IP2RegionIPLocationResolveContributor` --- .../Abp/IP2Region/AbpIP2RegionModule.cs | 2 +- ... IP2RegionIPLocationResolveContributor.cs} | 2 +- .../yarn.lock | 313 ++++++++++++++++++ .../LY.MicroService.AuthServer/yarn.lock | 313 ++++++++++++++++++ .../LY.MicroService.IdentityServer/yarn.lock | 274 ++++++++------- 5 files changed, 757 insertions(+), 147 deletions(-) rename aspnet-core/framework/common/LINGYUN.Abp.IP2Region/LINGYUN/Abp/IP2Region/{IP2RegionIPLocationResolveContributorBase.cs => IP2RegionIPLocationResolveContributor.cs} (96%) create mode 100644 aspnet-core/services/LY.MicroService.Applications.Single/yarn.lock create mode 100644 aspnet-core/services/LY.MicroService.AuthServer/yarn.lock diff --git a/aspnet-core/framework/common/LINGYUN.Abp.IP2Region/LINGYUN/Abp/IP2Region/AbpIP2RegionModule.cs b/aspnet-core/framework/common/LINGYUN.Abp.IP2Region/LINGYUN/Abp/IP2Region/AbpIP2RegionModule.cs index ab95964e9..863470a46 100644 --- a/aspnet-core/framework/common/LINGYUN.Abp.IP2Region/LINGYUN/Abp/IP2Region/AbpIP2RegionModule.cs +++ b/aspnet-core/framework/common/LINGYUN.Abp.IP2Region/LINGYUN/Abp/IP2Region/AbpIP2RegionModule.cs @@ -29,7 +29,7 @@ public class AbpIP2RegionModule : AbpModule Configure(options => { - options.IPLocationResolvers.Add(new IP2RegionIPLocationResolveContributorBase()); + options.IPLocationResolvers.Add(new IP2RegionIPLocationResolveContributor()); }); } } diff --git a/aspnet-core/framework/common/LINGYUN.Abp.IP2Region/LINGYUN/Abp/IP2Region/IP2RegionIPLocationResolveContributorBase.cs b/aspnet-core/framework/common/LINGYUN.Abp.IP2Region/LINGYUN/Abp/IP2Region/IP2RegionIPLocationResolveContributor.cs similarity index 96% rename from aspnet-core/framework/common/LINGYUN.Abp.IP2Region/LINGYUN/Abp/IP2Region/IP2RegionIPLocationResolveContributorBase.cs rename to aspnet-core/framework/common/LINGYUN.Abp.IP2Region/LINGYUN/Abp/IP2Region/IP2RegionIPLocationResolveContributor.cs index 0cc4c2b44..4abb90200 100644 --- a/aspnet-core/framework/common/LINGYUN.Abp.IP2Region/LINGYUN/Abp/IP2Region/IP2RegionIPLocationResolveContributorBase.cs +++ b/aspnet-core/framework/common/LINGYUN.Abp.IP2Region/LINGYUN/Abp/IP2Region/IP2RegionIPLocationResolveContributor.cs @@ -5,7 +5,7 @@ using System; using System.Threading.Tasks; namespace LINGYUN.Abp.IP2Region; -public class IP2RegionIPLocationResolveContributorBase : IPLocationResolveContributorBase +public class IP2RegionIPLocationResolveContributor : IPLocationResolveContributorBase { public const string ContributorName = "IP2Region"; public override string Name => ContributorName; diff --git a/aspnet-core/services/LY.MicroService.Applications.Single/yarn.lock b/aspnet-core/services/LY.MicroService.Applications.Single/yarn.lock new file mode 100644 index 000000000..9cca2c639 --- /dev/null +++ b/aspnet-core/services/LY.MicroService.Applications.Single/yarn.lock @@ -0,0 +1,313 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +"@abp/aspnetcore.mvc.ui.theme.leptonxlite@4.2.3": + version "4.2.3" + resolved "https://registry.npmmirror.com/@abp/aspnetcore.mvc.ui.theme.leptonxlite/-/aspnetcore.mvc.ui.theme.leptonxlite-4.2.3.tgz#77db3bdc57ccc91e92aa06cb59a954edc6c247e1" + integrity sha512-3Q87x+lW+bM9moAAQJCiZe/ijOg/iAMjoCf3XCagr8EmpqoTom3ZSPgR7SgeJ3JTjOn1B+y0S0zLAsUK2slCAQ== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~9.2.3" + +"@abp/aspnetcore.mvc.ui.theme.shared@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.2.3.tgz#f0a3b1a55029e5ed447d67524f9cf1d08c9afa48" + integrity sha512-/7IbRieAuAmWVZ5e1dTdN+f6IKIQRfwN/FbrA2VWEnlJsAxUqgc65nssB1WJtenhNfAKVB6duUwlFPvrm53ZFA== + dependencies: + "@abp/aspnetcore.mvc.ui" "~9.2.3" + "@abp/bootstrap" "~9.2.3" + "@abp/bootstrap-datepicker" "~9.2.3" + "@abp/bootstrap-daterangepicker" "~9.2.3" + "@abp/datatables.net-bs5" "~9.2.3" + "@abp/font-awesome" "~9.2.3" + "@abp/jquery-form" "~9.2.3" + "@abp/jquery-validation-unobtrusive" "~9.2.3" + "@abp/lodash" "~9.2.3" + "@abp/luxon" "~9.2.3" + "@abp/malihu-custom-scrollbar-plugin" "~9.2.3" + "@abp/moment" "~9.2.3" + "@abp/select2" "~9.2.3" + "@abp/sweetalert2" "~9.2.3" + "@abp/timeago" "~9.2.3" + +"@abp/aspnetcore.mvc.ui@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.2.3.tgz#d30b5a315bc8e6ee50269781942c5c8cdcd464ba" + integrity sha512-U5Ucwf4ShIcYUthNAqfhnzcmbFqRXAAAYU1QxiV7Fqw/Rw3lrNyluAnUjIQzzeNbV9q3g9r+NDETUfUX+uw8SA== + dependencies: + ansi-colors "^4.1.3" + +"@abp/bootstrap-datepicker@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.2.3.tgz#56a883c090174ca56c707ea55ad7292f13497ae7" + integrity sha512-G7sVrCkFAEtUKCUA7XQnI7Qy7QP49V7HmfIc9pVVgGOHkj6VAOBHxNPawlx4WVs2NUdjB79Q/mx4E3JOCVC/Rg== + dependencies: + bootstrap-datepicker "^1.10.0" + +"@abp/bootstrap-daterangepicker@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.2.3.tgz#e4835ebfa34428cf3c96bb962dc3123b563f6fdc" + integrity sha512-dWfTXgNUVFgy2Rj2ooIAD8doRpkTpSNdor9/3/nL6O6a4BKn/gPrJPGVxsOsURPj4Gx5IgSObkZTkDzCN2kSdA== + dependencies: + bootstrap-daterangepicker "^3.1.0" + +"@abp/bootstrap@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/bootstrap/-/bootstrap-9.2.3.tgz#c1a72e5ef229eb9c44b2b7c0f6b6b8c85d1a7b5b" + integrity sha512-69GsSj7qhXHmcTXfIXy9rU1t/6NBu/qqNvCGUR8PwArrk72bnVKwYVumrcsYQshjyqXIse5rpnFo67ICO0OFAg== + dependencies: + "@abp/core" "~9.2.3" + bootstrap "^5.3.3" + +"@abp/core@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/core/-/core-9.2.3.tgz#646aef4f238f6db53f92de538441c0682a7f59ca" + integrity sha512-j4rsJK1ZCTjSfo+aDcUrZK6kXIeqXIqN7AtPjUI+UIHyxe7ZfIrvSUfB6ddVy0iWlO7PmFXbT2jfC7jETCucrw== + dependencies: + "@abp/utils" "~9.2.3" + +"@abp/datatables.net-bs5@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.2.3.tgz#c112991aea10bd9dcd6f957c2a8434f1bbb6b731" + integrity sha512-bCPxyz+URvm+2dyBQZ0MRDPe34sLhNwli3h1Oaculbt4+BLud/X5uQ7ELTqaoR7jgFt2CU/LcTBOplwlTqczvg== + dependencies: + "@abp/datatables.net" "~9.2.3" + datatables.net-bs5 "^2.1.8" + +"@abp/datatables.net@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/datatables.net/-/datatables.net-9.2.3.tgz#0ce367d2d652c06371755775f6039de95b908fc4" + integrity sha512-a33TWDLqYELl2f/XHMRO6pyw4BUHPC4Q9DlsCVSSc3KHTGiRFe5NNy0zBFhcQiF1AxL20SqgfyYU8G9ir6Lhig== + dependencies: + "@abp/jquery" "~9.2.3" + datatables.net "^2.1.8" + +"@abp/font-awesome@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/font-awesome/-/font-awesome-9.2.3.tgz#056e0e8da6d0b0775ecc210b8e9d47c84188a76a" + integrity sha512-9kzgfxXFIzPl9H+S5oNdbzVV60u7HgINcXvccEVx/LaGQ0JIJUzXv57aAEf0q6qWTXXfTJ4C3R6WRQRV56YyXQ== + dependencies: + "@abp/core" "~9.2.3" + "@fortawesome/fontawesome-free" "^6.6.0" + +"@abp/jquery-form@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/jquery-form/-/jquery-form-9.2.3.tgz#62e762052ff523321d6e02036f4bb148dd9d03a3" + integrity sha512-veSRezZ3++KtvZNI4yAe2LmOhBoMNjpy4pZqZC08lWojgcjta8TNFIRWiGH4F5rHfDk8IUwkq8lYY8stl4oFgw== + dependencies: + "@abp/jquery" "~9.2.3" + jquery-form "^4.3.0" + +"@abp/jquery-validation-unobtrusive@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.2.3.tgz#d28b838a732b5673a5cc5c3a2909d967e43ef2fc" + integrity sha512-sWeiozSCM3AH756hX2mi3LoYDzgNVbuiSMP3q71EuL2jI+OuH/dT9A/w9pOi29vE+Vq5lB/QGYfmCo7TO/SJZg== + dependencies: + "@abp/jquery-validation" "~9.2.3" + jquery-validation-unobtrusive "^4.0.0" + +"@abp/jquery-validation@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/jquery-validation/-/jquery-validation-9.2.3.tgz#d0bd541e31db4db11eff341f088e276e67d7011a" + integrity sha512-5XpIxJjdCALHTJmGZjyOjAk23WginIDYgJvFpkFaGtRBcjz07t9+tD4KGVJYYbaI2ulsKVBm9870uO8qH5Ufkw== + dependencies: + "@abp/jquery" "~9.2.3" + jquery-validation "^1.21.0" + +"@abp/jquery@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/jquery/-/jquery-9.2.3.tgz#1b845eb0420e879f00fc3c4b8697ae313c582b40" + integrity sha512-F518ynGV8nSuVXjy4HyQTGp2loW7qmSjMlAYMxyDyEoaRAHa2oiVzqHgchXVxNvJ+hvRvWkCHey2KQ+a5pKsNQ== + dependencies: + "@abp/core" "~9.2.3" + jquery "~3.7.1" + +"@abp/lodash@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/lodash/-/lodash-9.2.3.tgz#4ca2db12af2142b3505910f8bb8fefaad1a8c2b6" + integrity sha512-gRNAo2VG6ntnORGqHOR2C4JjXLRKN4N9zytbTUjN64VM2bADmSZNXVGNjpZxqqFU/xyL76S4+R1mdrJxw7adLg== + dependencies: + "@abp/core" "~9.2.3" + lodash "^4.17.21" + +"@abp/luxon@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/luxon/-/luxon-9.2.3.tgz#526772f4c431a3c93ee3737864ea598d46554c2f" + integrity sha512-IQUENef8ca2Pj0hxk7oB9t0tqcjgwW9GPYgg7s87/vdlRJdKM3jbHC8q5vZzr22pvTlxnO0eW9pxh4kEwHYmpg== + dependencies: + "@abp/core" "~9.2.3" + luxon "^3.5.0" + +"@abp/malihu-custom-scrollbar-plugin@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.2.3.tgz#3ba746408a131ee450d6ee766bc22bf747da7af6" + integrity sha512-swlhpQeyA1OJpuHVMCZ5Ab5UIY+Q12MrJU3ZBhHKee9h/sgempoe6o7nTkpXaL0P3MOw9DmFsv11xyM/RP5pmQ== + dependencies: + "@abp/core" "~9.2.3" + malihu-custom-scrollbar-plugin "^3.1.5" + +"@abp/moment@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/moment/-/moment-9.2.3.tgz#663d047d20575ce65c3adbb98b46b7cf9f76e007" + integrity sha512-ZBIj+vnTPgb6Nd/iXgfWmdI15PParY/Pn3BZCZljSsLfe1kgo3YeTWqUGAcf0eh8qC4ayFf4fJXHrILh63onvw== + dependencies: + moment "^2.30.1" + +"@abp/qrcode@9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/qrcode/-/qrcode-9.2.3.tgz#14645267aedef22f24ef6365a12045d187a8e4a0" + integrity sha512-5f9NmC4K3riR+RKJgE/Hs/z5Spp9zSYwlGYpCJEqBU5JqZVJohsovm59+PTeehClegh8RpFvscBYa44uslpkmw== + dependencies: + "@abp/core" "~9.2.3" + +"@abp/select2@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/select2/-/select2-9.2.3.tgz#9c30e3e02468d78173d6b0da3fa0356a5a7420fa" + integrity sha512-ExsrAUfqceXfeuST6yZ7Y5fzZMs7psKQXox29UPXr2Z/hWQo+MmdgGaR8y/qvzFzCSlXv+FV4T4X+nPLD4pHxw== + dependencies: + "@abp/core" "~9.2.3" + select2 "^4.0.13" + +"@abp/sweetalert2@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/sweetalert2/-/sweetalert2-9.2.3.tgz#8ea17876a330fd60d1c7bef1af4a40e7143b24cb" + integrity sha512-Bb8v/E1tcEs0XgvX0o/e86svQ0jHQpI4WH/NL29eLQD4I6c04Nr8RSYxIpVutJBCNTNknt7JwxuPyqnbzOLLsQ== + dependencies: + "@abp/core" "~9.2.3" + sweetalert2 "^11.14.1" + +"@abp/timeago@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/timeago/-/timeago-9.2.3.tgz#e1dc7ec0c2b6884a5b11ed9b7d8e7f08b367678d" + integrity sha512-nnTyboDpJtsDnSeB8tdmhHF5lHBjWA8Gc9TrrltlRxaHus981zBB3+BcsgV7KqthNO7gODBnT4NfUX3R4w/HAQ== + dependencies: + "@abp/jquery" "~9.2.3" + timeago "^1.6.7" + +"@abp/utils@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/utils/-/utils-9.2.3.tgz#cc243fcaa7c0f15735f3f01d91fa1170f63e157e" + integrity sha512-W14tJNRREeI2xFC2WloEChUseSBkkiJENyB2T6nYUB/pqZ4e3vqOTNzxnQtqol777c10eMIxlmxi5r/8Cp08vw== + dependencies: + just-compare "^2.3.0" + +"@fortawesome/fontawesome-free@^6.6.0": + version "6.7.2" + resolved "https://registry.npmmirror.com/@fortawesome/fontawesome-free/-/fontawesome-free-6.7.2.tgz#8249de9b7e22fcb3ceb5e66090c30a1d5492b81a" + integrity sha512-JUOtgFW6k9u4Y+xeIaEiLr3+cjoUPiAuLXoyKOJSia6Duzb7pq+A76P9ZdPDoAoxHdHzq6gE9/jKBGXlZT8FbA== + +ansi-colors@^4.1.3: + version "4.1.3" + resolved "https://registry.npmmirror.com/ansi-colors/-/ansi-colors-4.1.3.tgz#37611340eb2243e70cc604cad35d63270d48781b" + integrity sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw== + +bootstrap-datepicker@^1.10.0: + version "1.10.0" + resolved "https://registry.npmmirror.com/bootstrap-datepicker/-/bootstrap-datepicker-1.10.0.tgz#61612bbe8bf0a69a5bce32bbcdda93ebb6ccf24a" + integrity sha512-lWxtSYddAQOpbAO8UhYhHLcK6425eWoSjb5JDvZU3ePHEPF6A3eUr51WKaFy4PccU19JRxUG6wEU3KdhtKfvpg== + dependencies: + jquery ">=3.4.0 <4.0.0" + +bootstrap-daterangepicker@^3.1.0: + version "3.1.0" + resolved "https://registry.npmmirror.com/bootstrap-daterangepicker/-/bootstrap-daterangepicker-3.1.0.tgz#632e6fb2de4b6360c5c0a9d5f6adb9aace051fe8" + integrity sha512-oaQZx6ZBDo/dZNyXGVi2rx5GmFXThyQLAxdtIqjtLlYVaQUfQALl5JZMJJZzyDIX7blfy4ppZPAJ10g8Ma4d/g== + dependencies: + jquery ">=1.10" + moment "^2.9.0" + +bootstrap@^5.3.3: + version "5.3.7" + resolved "https://registry.npmmirror.com/bootstrap/-/bootstrap-5.3.7.tgz#8640065036124d961d885d80b5945745e1154d90" + integrity sha512-7KgiD8UHjfcPBHEpDNg+zGz8L3LqR3GVwqZiBRFX04a1BCArZOz1r2kjly2HQ0WokqTO0v1nF+QAt8dsW4lKlw== + +datatables.net-bs5@^2.1.8: + version "2.3.2" + resolved "https://registry.npmmirror.com/datatables.net-bs5/-/datatables.net-bs5-2.3.2.tgz#cffb8007a9f752a997bc70c0dbe9f545edfd18eb" + integrity sha512-1rh0ZTLoiziIQ4oAtgr+IOYVgJfAIceDnbDe535u8kv191pBAdTrKF6ovQO98Xy9mDXLdLNB7QCrLiV/sgPoQw== + dependencies: + datatables.net "2.3.2" + jquery ">=1.7" + +datatables.net@2.3.2, datatables.net@^2.1.8: + version "2.3.2" + resolved "https://registry.npmmirror.com/datatables.net/-/datatables.net-2.3.2.tgz#6821f6288e6ad3cb6879c33e0e7e11d4091d330b" + integrity sha512-31TzwIQM0+pr2ZOEOEH6dsHd/WSAl5GDDGPezOHPI3mM2NK4lcDyOoG8xXeWmSbVfbi852LNK5C84fpp4Q+qxg== + dependencies: + jquery ">=1.7" + +jquery-form@^4.3.0: + version "4.3.0" + resolved "https://registry.npmmirror.com/jquery-form/-/jquery-form-4.3.0.tgz#7d3961c314a1f2d15298f4af1d3943f54f4149c6" + integrity sha512-q3uaVCEWdLOYUCI6dpNdwf/7cJFOsUgdpq6r0taxtGQ5NJSkOzofyWm4jpOuJ5YxdmL1FI5QR+q+HB63HHLGnQ== + dependencies: + jquery ">=1.7.2" + +jquery-mousewheel@>=3.0.6: + version "3.2.2" + resolved "https://registry.npmmirror.com/jquery-mousewheel/-/jquery-mousewheel-3.2.2.tgz#48c833f6260ee0c46d438a999e7d0060ec9eed0b" + integrity sha512-JP71xTAg08ZY3hcs9ZbYUZ5i+dkSsz4yRl/zpWkAmtzc+kMs5EfPkpkINSidiLYMaR0MTo3DfFGF9WIezMsFQQ== + dependencies: + jquery ">=1.2.6" + +jquery-validation-unobtrusive@^4.0.0: + version "4.0.0" + resolved "https://registry.npmmirror.com/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-4.0.0.tgz#dfcf25a558496a2c883db6021d10f5398d15f99d" + integrity sha512-1ervYFFv6LX/rp7ktuLnMakHNG0piNRDyROI8Ir3hL1vPIwylAehB1AY3BPrYJnzW3WmwWryZq+Bz4sazZK9iQ== + dependencies: + jquery "^3.6.0" + jquery-validation ">=1.19" + +jquery-validation@>=1.19, jquery-validation@^1.21.0: + version "1.21.0" + resolved "https://registry.npmmirror.com/jquery-validation/-/jquery-validation-1.21.0.tgz#78fc05ab76020912a246af3661b3f54a438bca93" + integrity sha512-xNot0rlUIgu7duMcQ5qb6MGkGL/Z1PQaRJQoZAURW9+a/2PGOUxY36o/WyNeP2T9R6jvWB8Z9lUVvvQWI/Zs5w== + +jquery@>=1.10, jquery@>=1.2.6, "jquery@>=1.5.0 <4.0", jquery@>=1.7, jquery@>=1.7.2, "jquery@>=3.4.0 <4.0.0", jquery@^3.6.0, jquery@~3.7.1: + version "3.7.1" + resolved "https://registry.npmmirror.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de" + integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg== + +just-compare@^2.3.0: + version "2.3.0" + resolved "https://registry.npmmirror.com/just-compare/-/just-compare-2.3.0.tgz#a2adcc1d1940536263275f5a1ef1298bcacfeda7" + integrity sha512-6shoR7HDT+fzfL3gBahx1jZG3hWLrhPAf+l7nCwahDdT9XDtosB9kIF0ZrzUp5QY8dJWfQVr5rnsPqsbvflDzg== + +lodash@^4.17.21: + version "4.17.21" + resolved "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" + integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== + +luxon@^3.5.0: + version "3.7.1" + resolved "https://registry.npmmirror.com/luxon/-/luxon-3.7.1.tgz#9bd09aa84a56afb00c57ea78a8ec5bd16eb24ec0" + integrity sha512-RkRWjA926cTvz5rAb1BqyWkKbbjzCGchDUIKMCUvNi17j6f6j8uHGDV82Aqcqtzd+icoYpELmG3ksgGiFNNcNg== + +malihu-custom-scrollbar-plugin@^3.1.5: + version "3.1.5" + resolved "https://registry.npmmirror.com/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-3.1.5.tgz#310cecc5e59415a1c29e9dfb5d2b6e01d66a29ef" + integrity sha512-lwW3LgI+CNDMPnP4ED2la6oYxWMkCXlnhex+s2wuOLhFDFGnGmQuTQVdRK9bvDLpxs10sGlfErVufJy9ztfgJQ== + dependencies: + jquery-mousewheel ">=3.0.6" + +moment@^2.30.1, moment@^2.9.0: + version "2.30.1" + resolved "https://registry.npmmirror.com/moment/-/moment-2.30.1.tgz#f8c91c07b7a786e30c59926df530b4eac96974ae" + integrity sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how== + +select2@^4.0.13: + version "4.0.13" + resolved "https://registry.npmmirror.com/select2/-/select2-4.0.13.tgz#0dbe377df3f96167c4c1626033e924372d8ef44d" + integrity sha512-1JeB87s6oN/TDxQQYCvS5EFoQyvV6eYMZZ0AeA4tdFDYWN3BAGZ8npr17UBFddU0lgAt3H0yjX3X6/ekOj1yjw== + +sweetalert2@^11.14.1: + version "11.22.2" + resolved "https://registry.npmmirror.com/sweetalert2/-/sweetalert2-11.22.2.tgz#d4d82a2edd4e97024306fe37f1bc64fa576e9bc9" + integrity sha512-GFQGzw8ZXF23PO79WMAYXLl4zYmLiaKqYJwcp5eBF07wiI5BYPbZtKi2pcvVmfUQK+FqL1risJAMxugcPbGIyg== + +timeago@^1.6.7: + version "1.6.7" + resolved "https://registry.npmmirror.com/timeago/-/timeago-1.6.7.tgz#afd467c29a911e697fc22a81888c7c3022783cb5" + integrity sha512-FikcjN98+ij0siKH4VO4dZ358PR3oDDq4Vdl1+sN9gWz1/+JXGr3uZbUShYH/hL7bMhcTpPbplJU5Tej4b4jbQ== + dependencies: + jquery ">=1.5.0 <4.0" diff --git a/aspnet-core/services/LY.MicroService.AuthServer/yarn.lock b/aspnet-core/services/LY.MicroService.AuthServer/yarn.lock new file mode 100644 index 000000000..9cca2c639 --- /dev/null +++ b/aspnet-core/services/LY.MicroService.AuthServer/yarn.lock @@ -0,0 +1,313 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +"@abp/aspnetcore.mvc.ui.theme.leptonxlite@4.2.3": + version "4.2.3" + resolved "https://registry.npmmirror.com/@abp/aspnetcore.mvc.ui.theme.leptonxlite/-/aspnetcore.mvc.ui.theme.leptonxlite-4.2.3.tgz#77db3bdc57ccc91e92aa06cb59a954edc6c247e1" + integrity sha512-3Q87x+lW+bM9moAAQJCiZe/ijOg/iAMjoCf3XCagr8EmpqoTom3ZSPgR7SgeJ3JTjOn1B+y0S0zLAsUK2slCAQ== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~9.2.3" + +"@abp/aspnetcore.mvc.ui.theme.shared@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.2.3.tgz#f0a3b1a55029e5ed447d67524f9cf1d08c9afa48" + integrity sha512-/7IbRieAuAmWVZ5e1dTdN+f6IKIQRfwN/FbrA2VWEnlJsAxUqgc65nssB1WJtenhNfAKVB6duUwlFPvrm53ZFA== + dependencies: + "@abp/aspnetcore.mvc.ui" "~9.2.3" + "@abp/bootstrap" "~9.2.3" + "@abp/bootstrap-datepicker" "~9.2.3" + "@abp/bootstrap-daterangepicker" "~9.2.3" + "@abp/datatables.net-bs5" "~9.2.3" + "@abp/font-awesome" "~9.2.3" + "@abp/jquery-form" "~9.2.3" + "@abp/jquery-validation-unobtrusive" "~9.2.3" + "@abp/lodash" "~9.2.3" + "@abp/luxon" "~9.2.3" + "@abp/malihu-custom-scrollbar-plugin" "~9.2.3" + "@abp/moment" "~9.2.3" + "@abp/select2" "~9.2.3" + "@abp/sweetalert2" "~9.2.3" + "@abp/timeago" "~9.2.3" + +"@abp/aspnetcore.mvc.ui@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.2.3.tgz#d30b5a315bc8e6ee50269781942c5c8cdcd464ba" + integrity sha512-U5Ucwf4ShIcYUthNAqfhnzcmbFqRXAAAYU1QxiV7Fqw/Rw3lrNyluAnUjIQzzeNbV9q3g9r+NDETUfUX+uw8SA== + dependencies: + ansi-colors "^4.1.3" + +"@abp/bootstrap-datepicker@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.2.3.tgz#56a883c090174ca56c707ea55ad7292f13497ae7" + integrity sha512-G7sVrCkFAEtUKCUA7XQnI7Qy7QP49V7HmfIc9pVVgGOHkj6VAOBHxNPawlx4WVs2NUdjB79Q/mx4E3JOCVC/Rg== + dependencies: + bootstrap-datepicker "^1.10.0" + +"@abp/bootstrap-daterangepicker@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.2.3.tgz#e4835ebfa34428cf3c96bb962dc3123b563f6fdc" + integrity sha512-dWfTXgNUVFgy2Rj2ooIAD8doRpkTpSNdor9/3/nL6O6a4BKn/gPrJPGVxsOsURPj4Gx5IgSObkZTkDzCN2kSdA== + dependencies: + bootstrap-daterangepicker "^3.1.0" + +"@abp/bootstrap@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/bootstrap/-/bootstrap-9.2.3.tgz#c1a72e5ef229eb9c44b2b7c0f6b6b8c85d1a7b5b" + integrity sha512-69GsSj7qhXHmcTXfIXy9rU1t/6NBu/qqNvCGUR8PwArrk72bnVKwYVumrcsYQshjyqXIse5rpnFo67ICO0OFAg== + dependencies: + "@abp/core" "~9.2.3" + bootstrap "^5.3.3" + +"@abp/core@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/core/-/core-9.2.3.tgz#646aef4f238f6db53f92de538441c0682a7f59ca" + integrity sha512-j4rsJK1ZCTjSfo+aDcUrZK6kXIeqXIqN7AtPjUI+UIHyxe7ZfIrvSUfB6ddVy0iWlO7PmFXbT2jfC7jETCucrw== + dependencies: + "@abp/utils" "~9.2.3" + +"@abp/datatables.net-bs5@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.2.3.tgz#c112991aea10bd9dcd6f957c2a8434f1bbb6b731" + integrity sha512-bCPxyz+URvm+2dyBQZ0MRDPe34sLhNwli3h1Oaculbt4+BLud/X5uQ7ELTqaoR7jgFt2CU/LcTBOplwlTqczvg== + dependencies: + "@abp/datatables.net" "~9.2.3" + datatables.net-bs5 "^2.1.8" + +"@abp/datatables.net@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/datatables.net/-/datatables.net-9.2.3.tgz#0ce367d2d652c06371755775f6039de95b908fc4" + integrity sha512-a33TWDLqYELl2f/XHMRO6pyw4BUHPC4Q9DlsCVSSc3KHTGiRFe5NNy0zBFhcQiF1AxL20SqgfyYU8G9ir6Lhig== + dependencies: + "@abp/jquery" "~9.2.3" + datatables.net "^2.1.8" + +"@abp/font-awesome@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/font-awesome/-/font-awesome-9.2.3.tgz#056e0e8da6d0b0775ecc210b8e9d47c84188a76a" + integrity sha512-9kzgfxXFIzPl9H+S5oNdbzVV60u7HgINcXvccEVx/LaGQ0JIJUzXv57aAEf0q6qWTXXfTJ4C3R6WRQRV56YyXQ== + dependencies: + "@abp/core" "~9.2.3" + "@fortawesome/fontawesome-free" "^6.6.0" + +"@abp/jquery-form@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/jquery-form/-/jquery-form-9.2.3.tgz#62e762052ff523321d6e02036f4bb148dd9d03a3" + integrity sha512-veSRezZ3++KtvZNI4yAe2LmOhBoMNjpy4pZqZC08lWojgcjta8TNFIRWiGH4F5rHfDk8IUwkq8lYY8stl4oFgw== + dependencies: + "@abp/jquery" "~9.2.3" + jquery-form "^4.3.0" + +"@abp/jquery-validation-unobtrusive@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.2.3.tgz#d28b838a732b5673a5cc5c3a2909d967e43ef2fc" + integrity sha512-sWeiozSCM3AH756hX2mi3LoYDzgNVbuiSMP3q71EuL2jI+OuH/dT9A/w9pOi29vE+Vq5lB/QGYfmCo7TO/SJZg== + dependencies: + "@abp/jquery-validation" "~9.2.3" + jquery-validation-unobtrusive "^4.0.0" + +"@abp/jquery-validation@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/jquery-validation/-/jquery-validation-9.2.3.tgz#d0bd541e31db4db11eff341f088e276e67d7011a" + integrity sha512-5XpIxJjdCALHTJmGZjyOjAk23WginIDYgJvFpkFaGtRBcjz07t9+tD4KGVJYYbaI2ulsKVBm9870uO8qH5Ufkw== + dependencies: + "@abp/jquery" "~9.2.3" + jquery-validation "^1.21.0" + +"@abp/jquery@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/jquery/-/jquery-9.2.3.tgz#1b845eb0420e879f00fc3c4b8697ae313c582b40" + integrity sha512-F518ynGV8nSuVXjy4HyQTGp2loW7qmSjMlAYMxyDyEoaRAHa2oiVzqHgchXVxNvJ+hvRvWkCHey2KQ+a5pKsNQ== + dependencies: + "@abp/core" "~9.2.3" + jquery "~3.7.1" + +"@abp/lodash@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/lodash/-/lodash-9.2.3.tgz#4ca2db12af2142b3505910f8bb8fefaad1a8c2b6" + integrity sha512-gRNAo2VG6ntnORGqHOR2C4JjXLRKN4N9zytbTUjN64VM2bADmSZNXVGNjpZxqqFU/xyL76S4+R1mdrJxw7adLg== + dependencies: + "@abp/core" "~9.2.3" + lodash "^4.17.21" + +"@abp/luxon@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/luxon/-/luxon-9.2.3.tgz#526772f4c431a3c93ee3737864ea598d46554c2f" + integrity sha512-IQUENef8ca2Pj0hxk7oB9t0tqcjgwW9GPYgg7s87/vdlRJdKM3jbHC8q5vZzr22pvTlxnO0eW9pxh4kEwHYmpg== + dependencies: + "@abp/core" "~9.2.3" + luxon "^3.5.0" + +"@abp/malihu-custom-scrollbar-plugin@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.2.3.tgz#3ba746408a131ee450d6ee766bc22bf747da7af6" + integrity sha512-swlhpQeyA1OJpuHVMCZ5Ab5UIY+Q12MrJU3ZBhHKee9h/sgempoe6o7nTkpXaL0P3MOw9DmFsv11xyM/RP5pmQ== + dependencies: + "@abp/core" "~9.2.3" + malihu-custom-scrollbar-plugin "^3.1.5" + +"@abp/moment@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/moment/-/moment-9.2.3.tgz#663d047d20575ce65c3adbb98b46b7cf9f76e007" + integrity sha512-ZBIj+vnTPgb6Nd/iXgfWmdI15PParY/Pn3BZCZljSsLfe1kgo3YeTWqUGAcf0eh8qC4ayFf4fJXHrILh63onvw== + dependencies: + moment "^2.30.1" + +"@abp/qrcode@9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/qrcode/-/qrcode-9.2.3.tgz#14645267aedef22f24ef6365a12045d187a8e4a0" + integrity sha512-5f9NmC4K3riR+RKJgE/Hs/z5Spp9zSYwlGYpCJEqBU5JqZVJohsovm59+PTeehClegh8RpFvscBYa44uslpkmw== + dependencies: + "@abp/core" "~9.2.3" + +"@abp/select2@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/select2/-/select2-9.2.3.tgz#9c30e3e02468d78173d6b0da3fa0356a5a7420fa" + integrity sha512-ExsrAUfqceXfeuST6yZ7Y5fzZMs7psKQXox29UPXr2Z/hWQo+MmdgGaR8y/qvzFzCSlXv+FV4T4X+nPLD4pHxw== + dependencies: + "@abp/core" "~9.2.3" + select2 "^4.0.13" + +"@abp/sweetalert2@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/sweetalert2/-/sweetalert2-9.2.3.tgz#8ea17876a330fd60d1c7bef1af4a40e7143b24cb" + integrity sha512-Bb8v/E1tcEs0XgvX0o/e86svQ0jHQpI4WH/NL29eLQD4I6c04Nr8RSYxIpVutJBCNTNknt7JwxuPyqnbzOLLsQ== + dependencies: + "@abp/core" "~9.2.3" + sweetalert2 "^11.14.1" + +"@abp/timeago@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/timeago/-/timeago-9.2.3.tgz#e1dc7ec0c2b6884a5b11ed9b7d8e7f08b367678d" + integrity sha512-nnTyboDpJtsDnSeB8tdmhHF5lHBjWA8Gc9TrrltlRxaHus981zBB3+BcsgV7KqthNO7gODBnT4NfUX3R4w/HAQ== + dependencies: + "@abp/jquery" "~9.2.3" + timeago "^1.6.7" + +"@abp/utils@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/utils/-/utils-9.2.3.tgz#cc243fcaa7c0f15735f3f01d91fa1170f63e157e" + integrity sha512-W14tJNRREeI2xFC2WloEChUseSBkkiJENyB2T6nYUB/pqZ4e3vqOTNzxnQtqol777c10eMIxlmxi5r/8Cp08vw== + dependencies: + just-compare "^2.3.0" + +"@fortawesome/fontawesome-free@^6.6.0": + version "6.7.2" + resolved "https://registry.npmmirror.com/@fortawesome/fontawesome-free/-/fontawesome-free-6.7.2.tgz#8249de9b7e22fcb3ceb5e66090c30a1d5492b81a" + integrity sha512-JUOtgFW6k9u4Y+xeIaEiLr3+cjoUPiAuLXoyKOJSia6Duzb7pq+A76P9ZdPDoAoxHdHzq6gE9/jKBGXlZT8FbA== + +ansi-colors@^4.1.3: + version "4.1.3" + resolved "https://registry.npmmirror.com/ansi-colors/-/ansi-colors-4.1.3.tgz#37611340eb2243e70cc604cad35d63270d48781b" + integrity sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw== + +bootstrap-datepicker@^1.10.0: + version "1.10.0" + resolved "https://registry.npmmirror.com/bootstrap-datepicker/-/bootstrap-datepicker-1.10.0.tgz#61612bbe8bf0a69a5bce32bbcdda93ebb6ccf24a" + integrity sha512-lWxtSYddAQOpbAO8UhYhHLcK6425eWoSjb5JDvZU3ePHEPF6A3eUr51WKaFy4PccU19JRxUG6wEU3KdhtKfvpg== + dependencies: + jquery ">=3.4.0 <4.0.0" + +bootstrap-daterangepicker@^3.1.0: + version "3.1.0" + resolved "https://registry.npmmirror.com/bootstrap-daterangepicker/-/bootstrap-daterangepicker-3.1.0.tgz#632e6fb2de4b6360c5c0a9d5f6adb9aace051fe8" + integrity sha512-oaQZx6ZBDo/dZNyXGVi2rx5GmFXThyQLAxdtIqjtLlYVaQUfQALl5JZMJJZzyDIX7blfy4ppZPAJ10g8Ma4d/g== + dependencies: + jquery ">=1.10" + moment "^2.9.0" + +bootstrap@^5.3.3: + version "5.3.7" + resolved "https://registry.npmmirror.com/bootstrap/-/bootstrap-5.3.7.tgz#8640065036124d961d885d80b5945745e1154d90" + integrity sha512-7KgiD8UHjfcPBHEpDNg+zGz8L3LqR3GVwqZiBRFX04a1BCArZOz1r2kjly2HQ0WokqTO0v1nF+QAt8dsW4lKlw== + +datatables.net-bs5@^2.1.8: + version "2.3.2" + resolved "https://registry.npmmirror.com/datatables.net-bs5/-/datatables.net-bs5-2.3.2.tgz#cffb8007a9f752a997bc70c0dbe9f545edfd18eb" + integrity sha512-1rh0ZTLoiziIQ4oAtgr+IOYVgJfAIceDnbDe535u8kv191pBAdTrKF6ovQO98Xy9mDXLdLNB7QCrLiV/sgPoQw== + dependencies: + datatables.net "2.3.2" + jquery ">=1.7" + +datatables.net@2.3.2, datatables.net@^2.1.8: + version "2.3.2" + resolved "https://registry.npmmirror.com/datatables.net/-/datatables.net-2.3.2.tgz#6821f6288e6ad3cb6879c33e0e7e11d4091d330b" + integrity sha512-31TzwIQM0+pr2ZOEOEH6dsHd/WSAl5GDDGPezOHPI3mM2NK4lcDyOoG8xXeWmSbVfbi852LNK5C84fpp4Q+qxg== + dependencies: + jquery ">=1.7" + +jquery-form@^4.3.0: + version "4.3.0" + resolved "https://registry.npmmirror.com/jquery-form/-/jquery-form-4.3.0.tgz#7d3961c314a1f2d15298f4af1d3943f54f4149c6" + integrity sha512-q3uaVCEWdLOYUCI6dpNdwf/7cJFOsUgdpq6r0taxtGQ5NJSkOzofyWm4jpOuJ5YxdmL1FI5QR+q+HB63HHLGnQ== + dependencies: + jquery ">=1.7.2" + +jquery-mousewheel@>=3.0.6: + version "3.2.2" + resolved "https://registry.npmmirror.com/jquery-mousewheel/-/jquery-mousewheel-3.2.2.tgz#48c833f6260ee0c46d438a999e7d0060ec9eed0b" + integrity sha512-JP71xTAg08ZY3hcs9ZbYUZ5i+dkSsz4yRl/zpWkAmtzc+kMs5EfPkpkINSidiLYMaR0MTo3DfFGF9WIezMsFQQ== + dependencies: + jquery ">=1.2.6" + +jquery-validation-unobtrusive@^4.0.0: + version "4.0.0" + resolved "https://registry.npmmirror.com/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-4.0.0.tgz#dfcf25a558496a2c883db6021d10f5398d15f99d" + integrity sha512-1ervYFFv6LX/rp7ktuLnMakHNG0piNRDyROI8Ir3hL1vPIwylAehB1AY3BPrYJnzW3WmwWryZq+Bz4sazZK9iQ== + dependencies: + jquery "^3.6.0" + jquery-validation ">=1.19" + +jquery-validation@>=1.19, jquery-validation@^1.21.0: + version "1.21.0" + resolved "https://registry.npmmirror.com/jquery-validation/-/jquery-validation-1.21.0.tgz#78fc05ab76020912a246af3661b3f54a438bca93" + integrity sha512-xNot0rlUIgu7duMcQ5qb6MGkGL/Z1PQaRJQoZAURW9+a/2PGOUxY36o/WyNeP2T9R6jvWB8Z9lUVvvQWI/Zs5w== + +jquery@>=1.10, jquery@>=1.2.6, "jquery@>=1.5.0 <4.0", jquery@>=1.7, jquery@>=1.7.2, "jquery@>=3.4.0 <4.0.0", jquery@^3.6.0, jquery@~3.7.1: + version "3.7.1" + resolved "https://registry.npmmirror.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de" + integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg== + +just-compare@^2.3.0: + version "2.3.0" + resolved "https://registry.npmmirror.com/just-compare/-/just-compare-2.3.0.tgz#a2adcc1d1940536263275f5a1ef1298bcacfeda7" + integrity sha512-6shoR7HDT+fzfL3gBahx1jZG3hWLrhPAf+l7nCwahDdT9XDtosB9kIF0ZrzUp5QY8dJWfQVr5rnsPqsbvflDzg== + +lodash@^4.17.21: + version "4.17.21" + resolved "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" + integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== + +luxon@^3.5.0: + version "3.7.1" + resolved "https://registry.npmmirror.com/luxon/-/luxon-3.7.1.tgz#9bd09aa84a56afb00c57ea78a8ec5bd16eb24ec0" + integrity sha512-RkRWjA926cTvz5rAb1BqyWkKbbjzCGchDUIKMCUvNi17j6f6j8uHGDV82Aqcqtzd+icoYpELmG3ksgGiFNNcNg== + +malihu-custom-scrollbar-plugin@^3.1.5: + version "3.1.5" + resolved "https://registry.npmmirror.com/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-3.1.5.tgz#310cecc5e59415a1c29e9dfb5d2b6e01d66a29ef" + integrity sha512-lwW3LgI+CNDMPnP4ED2la6oYxWMkCXlnhex+s2wuOLhFDFGnGmQuTQVdRK9bvDLpxs10sGlfErVufJy9ztfgJQ== + dependencies: + jquery-mousewheel ">=3.0.6" + +moment@^2.30.1, moment@^2.9.0: + version "2.30.1" + resolved "https://registry.npmmirror.com/moment/-/moment-2.30.1.tgz#f8c91c07b7a786e30c59926df530b4eac96974ae" + integrity sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how== + +select2@^4.0.13: + version "4.0.13" + resolved "https://registry.npmmirror.com/select2/-/select2-4.0.13.tgz#0dbe377df3f96167c4c1626033e924372d8ef44d" + integrity sha512-1JeB87s6oN/TDxQQYCvS5EFoQyvV6eYMZZ0AeA4tdFDYWN3BAGZ8npr17UBFddU0lgAt3H0yjX3X6/ekOj1yjw== + +sweetalert2@^11.14.1: + version "11.22.2" + resolved "https://registry.npmmirror.com/sweetalert2/-/sweetalert2-11.22.2.tgz#d4d82a2edd4e97024306fe37f1bc64fa576e9bc9" + integrity sha512-GFQGzw8ZXF23PO79WMAYXLl4zYmLiaKqYJwcp5eBF07wiI5BYPbZtKi2pcvVmfUQK+FqL1risJAMxugcPbGIyg== + +timeago@^1.6.7: + version "1.6.7" + resolved "https://registry.npmmirror.com/timeago/-/timeago-1.6.7.tgz#afd467c29a911e697fc22a81888c7c3022783cb5" + integrity sha512-FikcjN98+ij0siKH4VO4dZ358PR3oDDq4Vdl1+sN9gWz1/+JXGr3uZbUShYH/hL7bMhcTpPbplJU5Tej4b4jbQ== + dependencies: + jquery ">=1.5.0 <4.0" diff --git a/aspnet-core/services/LY.MicroService.IdentityServer/yarn.lock b/aspnet-core/services/LY.MicroService.IdentityServer/yarn.lock index 1ee7fce19..18d65b602 100644 --- a/aspnet-core/services/LY.MicroService.IdentityServer/yarn.lock +++ b/aspnet-core/services/LY.MicroService.IdentityServer/yarn.lock @@ -2,201 +2,192 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.leptonxlite@4.0.4": - version "4.0.4" - resolved "https://registry.npmmirror.com/@abp/aspnetcore.mvc.ui.theme.leptonxlite/-/aspnetcore.mvc.ui.theme.leptonxlite-4.0.4.tgz#7eb6fe03222ab6cddd43713430040182c934a539" - integrity sha512-r0vuoZxrU6F4WiT7WLr+ilxXcpcgD3GeOD9HqHNVXEV1b/NvEpKIHo/GL7cVWyCC8faNHYdg2re49vVKB2BTjA== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~9.0.3" - -"@abp/aspnetcore.mvc.ui.theme.shared@~9.0.3": - version "9.0.5" - resolved "https://registry.npmmirror.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.0.5.tgz#208c593f4ab5b96f2096a4574f8b1c1001096049" - integrity sha512-893iYRjKCIbKt5U1psBBRVq+6EgfRxp5JdGdl89R0bkUbacL4PPL2UM54MVAYAlphMno2/TG7UuAw5Vq5bFnSA== - dependencies: - "@abp/aspnetcore.mvc.ui" "~9.0.5" - "@abp/bootstrap" "~9.0.5" - "@abp/bootstrap-datepicker" "~9.0.5" - "@abp/bootstrap-daterangepicker" "~9.0.5" - "@abp/datatables.net-bs5" "~9.0.5" - "@abp/font-awesome" "~9.0.5" - "@abp/jquery-form" "~9.0.5" - "@abp/jquery-validation-unobtrusive" "~9.0.5" - "@abp/lodash" "~9.0.5" - "@abp/luxon" "~9.0.5" - "@abp/malihu-custom-scrollbar-plugin" "~9.0.5" - "@abp/moment" "~9.0.5" - "@abp/select2" "~9.0.5" - "@abp/sweetalert2" "~9.0.5" - "@abp/timeago" "~9.0.5" - "@abp/toastr" "~9.0.5" - -"@abp/aspnetcore.mvc.ui@~9.0.5": - version "9.0.5" - resolved "https://registry.npmmirror.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.0.5.tgz#04ae1466cc298d1d3e6ce0baa3722e2098580262" - integrity sha512-54nF2d8vA4iCXQ2KZMmwk1tHqJmH3leazxExEnmN0ZOvGVMXTfQlul5KO36jWNnghJPRPBY1/uzcIxRZTeYARg== +"@abp/aspnetcore.mvc.ui.theme.leptonxlite@4.2.3": + version "4.2.3" + resolved "https://registry.npmmirror.com/@abp/aspnetcore.mvc.ui.theme.leptonxlite/-/aspnetcore.mvc.ui.theme.leptonxlite-4.2.3.tgz#77db3bdc57ccc91e92aa06cb59a954edc6c247e1" + integrity sha512-3Q87x+lW+bM9moAAQJCiZe/ijOg/iAMjoCf3XCagr8EmpqoTom3ZSPgR7SgeJ3JTjOn1B+y0S0zLAsUK2slCAQ== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~9.2.3" + +"@abp/aspnetcore.mvc.ui.theme.shared@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.2.3.tgz#f0a3b1a55029e5ed447d67524f9cf1d08c9afa48" + integrity sha512-/7IbRieAuAmWVZ5e1dTdN+f6IKIQRfwN/FbrA2VWEnlJsAxUqgc65nssB1WJtenhNfAKVB6duUwlFPvrm53ZFA== + dependencies: + "@abp/aspnetcore.mvc.ui" "~9.2.3" + "@abp/bootstrap" "~9.2.3" + "@abp/bootstrap-datepicker" "~9.2.3" + "@abp/bootstrap-daterangepicker" "~9.2.3" + "@abp/datatables.net-bs5" "~9.2.3" + "@abp/font-awesome" "~9.2.3" + "@abp/jquery-form" "~9.2.3" + "@abp/jquery-validation-unobtrusive" "~9.2.3" + "@abp/lodash" "~9.2.3" + "@abp/luxon" "~9.2.3" + "@abp/malihu-custom-scrollbar-plugin" "~9.2.3" + "@abp/moment" "~9.2.3" + "@abp/select2" "~9.2.3" + "@abp/sweetalert2" "~9.2.3" + "@abp/timeago" "~9.2.3" + +"@abp/aspnetcore.mvc.ui@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.2.3.tgz#d30b5a315bc8e6ee50269781942c5c8cdcd464ba" + integrity sha512-U5Ucwf4ShIcYUthNAqfhnzcmbFqRXAAAYU1QxiV7Fqw/Rw3lrNyluAnUjIQzzeNbV9q3g9r+NDETUfUX+uw8SA== dependencies: ansi-colors "^4.1.3" -"@abp/bootstrap-datepicker@~9.0.5": - version "9.0.5" - resolved "https://registry.npmmirror.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.0.5.tgz#32152a2e3443872171c81bf82767ce9c222b0eb2" - integrity sha512-VXRIcnugQwklUvoV0KfucDrn73A4taRsmCcG0KtG7Xe9Ootj84YKy8xzweAk68X4dcHZLvYw9BjfeoA6rRY31Q== +"@abp/bootstrap-datepicker@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.2.3.tgz#56a883c090174ca56c707ea55ad7292f13497ae7" + integrity sha512-G7sVrCkFAEtUKCUA7XQnI7Qy7QP49V7HmfIc9pVVgGOHkj6VAOBHxNPawlx4WVs2NUdjB79Q/mx4E3JOCVC/Rg== dependencies: bootstrap-datepicker "^1.10.0" -"@abp/bootstrap-daterangepicker@~9.0.5": - version "9.0.5" - resolved "https://registry.npmmirror.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.0.5.tgz#90c85cc1564da6276bfe7e24ade31d53c4962f1a" - integrity sha512-66lWAjoyex4td2uoQMX6Q9EepaWpx/SNSvVHPXFBAaAIb7O7WveyHVAPjGBvTz5uU3A3hCsRzAenRyt5G2tB8A== +"@abp/bootstrap-daterangepicker@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.2.3.tgz#e4835ebfa34428cf3c96bb962dc3123b563f6fdc" + integrity sha512-dWfTXgNUVFgy2Rj2ooIAD8doRpkTpSNdor9/3/nL6O6a4BKn/gPrJPGVxsOsURPj4Gx5IgSObkZTkDzCN2kSdA== dependencies: bootstrap-daterangepicker "^3.1.0" -"@abp/bootstrap@~9.0.5": - version "9.0.5" - resolved "https://registry.npmmirror.com/@abp/bootstrap/-/bootstrap-9.0.5.tgz#6e260fd1d7ad6ee8a00a0c74f4e8827462fa6fb7" - integrity sha512-bgI29KPn6JQ6eqPZK3HhDfBrCcj2UfQYXqPfcTqzQXEd6fAmmz+Vyvtih+PLAgnBRQw2gjEp3ZWxtdu4zCUYAA== +"@abp/bootstrap@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/bootstrap/-/bootstrap-9.2.3.tgz#c1a72e5ef229eb9c44b2b7c0f6b6b8c85d1a7b5b" + integrity sha512-69GsSj7qhXHmcTXfIXy9rU1t/6NBu/qqNvCGUR8PwArrk72bnVKwYVumrcsYQshjyqXIse5rpnFo67ICO0OFAg== dependencies: - "@abp/core" "~9.0.5" + "@abp/core" "~9.2.3" bootstrap "^5.3.3" -"@abp/core@~9.0.5": - version "9.0.5" - resolved "https://registry.npmmirror.com/@abp/core/-/core-9.0.5.tgz#27aee0d470c1aaef3bc6770e2feff52fba13492b" - integrity sha512-xMZt9Pm/O4fIfjlURS+wpSzDcaAmvs0kxTO7MJI8aMg2HbwCFbjsbpf9tZ9ydcMpHt2dTiC9MuBmpp/tdthbpA== +"@abp/core@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/core/-/core-9.2.3.tgz#646aef4f238f6db53f92de538441c0682a7f59ca" + integrity sha512-j4rsJK1ZCTjSfo+aDcUrZK6kXIeqXIqN7AtPjUI+UIHyxe7ZfIrvSUfB6ddVy0iWlO7PmFXbT2jfC7jETCucrw== dependencies: - "@abp/utils" "~9.0.5" + "@abp/utils" "~9.2.3" -"@abp/datatables.net-bs5@~9.0.5": - version "9.0.5" - resolved "https://registry.npmmirror.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.0.5.tgz#67f2db31aba1a64b1faa4f3261e7c35b0c34d496" - integrity sha512-lMnQHoEyCYhjLsCdI+cWtp16m4pZd6KEXPFTe73tQm0uOrkiiqf+KpxzhxXrXm2bWmUrzSCO4QPKtcyZ+NaXkQ== +"@abp/datatables.net-bs5@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.2.3.tgz#c112991aea10bd9dcd6f957c2a8434f1bbb6b731" + integrity sha512-bCPxyz+URvm+2dyBQZ0MRDPe34sLhNwli3h1Oaculbt4+BLud/X5uQ7ELTqaoR7jgFt2CU/LcTBOplwlTqczvg== dependencies: - "@abp/datatables.net" "~9.0.5" + "@abp/datatables.net" "~9.2.3" datatables.net-bs5 "^2.1.8" -"@abp/datatables.net@~9.0.5": - version "9.0.5" - resolved "https://registry.npmmirror.com/@abp/datatables.net/-/datatables.net-9.0.5.tgz#5636d81e2fabddff57e034cbfc4bd50152ea5e54" - integrity sha512-s+zND2Mm/nTILwX9PjWA5TN6S+O1vbd2quWUOw60Mmj9lXf/nM4nxqwvdavOC7wN08WAchIgfSc0K3sDQjDTsw== +"@abp/datatables.net@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/datatables.net/-/datatables.net-9.2.3.tgz#0ce367d2d652c06371755775f6039de95b908fc4" + integrity sha512-a33TWDLqYELl2f/XHMRO6pyw4BUHPC4Q9DlsCVSSc3KHTGiRFe5NNy0zBFhcQiF1AxL20SqgfyYU8G9ir6Lhig== dependencies: - "@abp/jquery" "~9.0.5" + "@abp/jquery" "~9.2.3" datatables.net "^2.1.8" -"@abp/font-awesome@~9.0.5": - version "9.0.5" - resolved "https://registry.npmmirror.com/@abp/font-awesome/-/font-awesome-9.0.5.tgz#5207545a98bc35749ba700cc5145cfe7e9be7a59" - integrity sha512-8ih4AHf95YXdF3d/UZoV6jxWNMV9QeNoTwPosjDigmh1Obf5ReSNlW8k4J/+LGp78s0WgYCJ74vzNRCZatbQtQ== +"@abp/font-awesome@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/font-awesome/-/font-awesome-9.2.3.tgz#056e0e8da6d0b0775ecc210b8e9d47c84188a76a" + integrity sha512-9kzgfxXFIzPl9H+S5oNdbzVV60u7HgINcXvccEVx/LaGQ0JIJUzXv57aAEf0q6qWTXXfTJ4C3R6WRQRV56YyXQ== dependencies: - "@abp/core" "~9.0.5" + "@abp/core" "~9.2.3" "@fortawesome/fontawesome-free" "^6.6.0" -"@abp/jquery-form@~9.0.5": - version "9.0.5" - resolved "https://registry.npmmirror.com/@abp/jquery-form/-/jquery-form-9.0.5.tgz#5b0e97425356b51e46db26c0d2b493d373ee726e" - integrity sha512-ZdQiGcWqi5filoVogz3Gn5BKHDpBx17/v+NItaPkKiM5qWB/DO5vAOgpC+m/nDFT1NJOmlfhp5wQOsJw9wgraA== +"@abp/jquery-form@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/jquery-form/-/jquery-form-9.2.3.tgz#62e762052ff523321d6e02036f4bb148dd9d03a3" + integrity sha512-veSRezZ3++KtvZNI4yAe2LmOhBoMNjpy4pZqZC08lWojgcjta8TNFIRWiGH4F5rHfDk8IUwkq8lYY8stl4oFgw== dependencies: - "@abp/jquery" "~9.0.5" + "@abp/jquery" "~9.2.3" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~9.0.5": - version "9.0.5" - resolved "https://registry.npmmirror.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.0.5.tgz#6ca9d3af16827743675dbed73f0fff6e23e64476" - integrity sha512-TPF96/kNAUkjoRafvnjJmzCCw/luJV1aFoylA18hbPrrqDN1sbNHhOrwEtFsHTFG0wblc2yhIuMe9dLXRMWBgw== +"@abp/jquery-validation-unobtrusive@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.2.3.tgz#d28b838a732b5673a5cc5c3a2909d967e43ef2fc" + integrity sha512-sWeiozSCM3AH756hX2mi3LoYDzgNVbuiSMP3q71EuL2jI+OuH/dT9A/w9pOi29vE+Vq5lB/QGYfmCo7TO/SJZg== dependencies: - "@abp/jquery-validation" "~9.0.5" + "@abp/jquery-validation" "~9.2.3" jquery-validation-unobtrusive "^4.0.0" -"@abp/jquery-validation@~9.0.5": - version "9.0.5" - resolved "https://registry.npmmirror.com/@abp/jquery-validation/-/jquery-validation-9.0.5.tgz#652b1e158899192af280e543071f6cf49d22563f" - integrity sha512-Mxr3+Bm/8uezZlkXJJ6+YLWMOihann9atKqTN2jIBnrjn0yCm/n1oGgeB2OwHv9Uv8aCbiJfg8C+yNILjnwtog== +"@abp/jquery-validation@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/jquery-validation/-/jquery-validation-9.2.3.tgz#d0bd541e31db4db11eff341f088e276e67d7011a" + integrity sha512-5XpIxJjdCALHTJmGZjyOjAk23WginIDYgJvFpkFaGtRBcjz07t9+tD4KGVJYYbaI2ulsKVBm9870uO8qH5Ufkw== dependencies: - "@abp/jquery" "~9.0.5" + "@abp/jquery" "~9.2.3" jquery-validation "^1.21.0" -"@abp/jquery@~9.0.5": - version "9.0.5" - resolved "https://registry.npmmirror.com/@abp/jquery/-/jquery-9.0.5.tgz#60ddcb44c705a41414fb06650b563c9b2147989f" - integrity sha512-o2WIAHPn6QOouuMlpGO5IJcddj+NC85dUHkqkiXQxsxjZRYfnvvf9h0BEcwQRPSrmudbtO28CY0NWONe7gpIzA== +"@abp/jquery@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/jquery/-/jquery-9.2.3.tgz#1b845eb0420e879f00fc3c4b8697ae313c582b40" + integrity sha512-F518ynGV8nSuVXjy4HyQTGp2loW7qmSjMlAYMxyDyEoaRAHa2oiVzqHgchXVxNvJ+hvRvWkCHey2KQ+a5pKsNQ== dependencies: - "@abp/core" "~9.0.5" + "@abp/core" "~9.2.3" jquery "~3.7.1" -"@abp/lodash@~9.0.5": - version "9.0.5" - resolved "https://registry.npmmirror.com/@abp/lodash/-/lodash-9.0.5.tgz#4c3ff4930f926c6bb65bae50b33ced2b565d7da0" - integrity sha512-xeH9kCBB4yxv2d6c2Y/uxyZQSN7pc+ZmVo0ckN0YXIyvrSqGzmFc79ERPLjMKDUPqajcwQVjqSpoRq5N375RDQ== +"@abp/lodash@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/lodash/-/lodash-9.2.3.tgz#4ca2db12af2142b3505910f8bb8fefaad1a8c2b6" + integrity sha512-gRNAo2VG6ntnORGqHOR2C4JjXLRKN4N9zytbTUjN64VM2bADmSZNXVGNjpZxqqFU/xyL76S4+R1mdrJxw7adLg== dependencies: - "@abp/core" "~9.0.5" + "@abp/core" "~9.2.3" lodash "^4.17.21" -"@abp/luxon@~9.0.5": - version "9.0.5" - resolved "https://registry.npmmirror.com/@abp/luxon/-/luxon-9.0.5.tgz#2580b2ef4e84d08b0cccac8b6197bd81dbfe1a1a" - integrity sha512-hueWBVL95B6J0uf6I0VnZZR6W2jeOnapbVZtYdUTTwnSW0y62MSF/iPPcNE6T9TAS/hYgkzuI+6J35raHMa7/Q== +"@abp/luxon@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/luxon/-/luxon-9.2.3.tgz#526772f4c431a3c93ee3737864ea598d46554c2f" + integrity sha512-IQUENef8ca2Pj0hxk7oB9t0tqcjgwW9GPYgg7s87/vdlRJdKM3jbHC8q5vZzr22pvTlxnO0eW9pxh4kEwHYmpg== dependencies: - "@abp/core" "~9.0.5" + "@abp/core" "~9.2.3" luxon "^3.5.0" -"@abp/malihu-custom-scrollbar-plugin@~9.0.5": - version "9.0.5" - resolved "https://registry.npmmirror.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.0.5.tgz#4613fd2c0e7660c5c53c1008930294b0670e1e31" - integrity sha512-HMA2bA1hE6AKv3ei1RnwFkwWytWYp9z9gSvOxTtTdbW0CyiaLILeCOIFw6QEtncnMe/TQqdweLSo94w1IwtJDg== +"@abp/malihu-custom-scrollbar-plugin@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.2.3.tgz#3ba746408a131ee450d6ee766bc22bf747da7af6" + integrity sha512-swlhpQeyA1OJpuHVMCZ5Ab5UIY+Q12MrJU3ZBhHKee9h/sgempoe6o7nTkpXaL0P3MOw9DmFsv11xyM/RP5pmQ== dependencies: - "@abp/core" "~9.0.5" + "@abp/core" "~9.2.3" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/moment@~9.0.5": - version "9.0.5" - resolved "https://registry.npmmirror.com/@abp/moment/-/moment-9.0.5.tgz#0fbe4ebfcd761154376f4ca37a43fd7f91f5c6ac" - integrity sha512-YsoEsWoylMH4NBIDUjCr2boua7VBOgcHV0NowBDdcOxdQh4Eb6koVMecd+FXJNYDuVaRcWrhM4T2hNyIigNfzg== +"@abp/moment@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/moment/-/moment-9.2.3.tgz#663d047d20575ce65c3adbb98b46b7cf9f76e007" + integrity sha512-ZBIj+vnTPgb6Nd/iXgfWmdI15PParY/Pn3BZCZljSsLfe1kgo3YeTWqUGAcf0eh8qC4ayFf4fJXHrILh63onvw== dependencies: moment "^2.30.1" -"@abp/qrcode@~9.0.4": - version "9.0.5" - resolved "https://registry.npmmirror.com/@abp/qrcode/-/qrcode-9.0.5.tgz#c4997eca9f6db402169bc0418787ca5f1e9d5a01" - integrity sha512-8NR0xHY4D1RfpPBAcZLyq0Lr77/WOrGfVdFrSf80UkuzbpGkYtNR3m40K+77DH+PSoi9oblIelZe0U69/ne6jw== +"@abp/qrcode@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/qrcode/-/qrcode-9.2.3.tgz#14645267aedef22f24ef6365a12045d187a8e4a0" + integrity sha512-5f9NmC4K3riR+RKJgE/Hs/z5Spp9zSYwlGYpCJEqBU5JqZVJohsovm59+PTeehClegh8RpFvscBYa44uslpkmw== dependencies: - "@abp/core" "~9.0.5" + "@abp/core" "~9.2.3" -"@abp/select2@~9.0.5": - version "9.0.5" - resolved "https://registry.npmmirror.com/@abp/select2/-/select2-9.0.5.tgz#69e6ad3d8bd415942fcd8db3fe84de313b20b465" - integrity sha512-x1ACV2Z1az6Ey2N3hOz31/9ISsXft0bKhd7reQuQLoqxCOJhB7oM73/GR+0F1MRIWJX+z7baWLiv6ZyWf5C3Ng== +"@abp/select2@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/select2/-/select2-9.2.3.tgz#9c30e3e02468d78173d6b0da3fa0356a5a7420fa" + integrity sha512-ExsrAUfqceXfeuST6yZ7Y5fzZMs7psKQXox29UPXr2Z/hWQo+MmdgGaR8y/qvzFzCSlXv+FV4T4X+nPLD4pHxw== dependencies: - "@abp/core" "~9.0.5" + "@abp/core" "~9.2.3" select2 "^4.0.13" -"@abp/sweetalert2@~9.0.5": - version "9.0.5" - resolved "https://registry.npmmirror.com/@abp/sweetalert2/-/sweetalert2-9.0.5.tgz#32892e9593b1a8b8c381ef1eded030803550c616" - integrity sha512-bBiHO8m7V1K1kJL/yklgkCz85U0eFkuFTMY0IamXTFA8bKXyrcG7sV9HD7HiNtBsDstcINhdxZH4TozgRzRQTQ== +"@abp/sweetalert2@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/sweetalert2/-/sweetalert2-9.2.3.tgz#8ea17876a330fd60d1c7bef1af4a40e7143b24cb" + integrity sha512-Bb8v/E1tcEs0XgvX0o/e86svQ0jHQpI4WH/NL29eLQD4I6c04Nr8RSYxIpVutJBCNTNknt7JwxuPyqnbzOLLsQ== dependencies: - "@abp/core" "~9.0.5" + "@abp/core" "~9.2.3" sweetalert2 "^11.14.1" -"@abp/timeago@~9.0.5": - version "9.0.5" - resolved "https://registry.npmmirror.com/@abp/timeago/-/timeago-9.0.5.tgz#680eedea72380e1a661fa159cd02feccfdf34fb9" - integrity sha512-MeIY9sCsYZbwHVBJ23Uj1eUuNqCpkWeoLkjcF/woWkmezOmNm6ZHahlbQxEK9ZUtYeEfMzUi+zykRl5RkyJbIg== +"@abp/timeago@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/timeago/-/timeago-9.2.3.tgz#e1dc7ec0c2b6884a5b11ed9b7d8e7f08b367678d" + integrity sha512-nnTyboDpJtsDnSeB8tdmhHF5lHBjWA8Gc9TrrltlRxaHus981zBB3+BcsgV7KqthNO7gODBnT4NfUX3R4w/HAQ== dependencies: - "@abp/jquery" "~9.0.5" + "@abp/jquery" "~9.2.3" timeago "^1.6.7" -"@abp/toastr@~9.0.5": - version "9.0.5" - resolved "https://registry.npmmirror.com/@abp/toastr/-/toastr-9.0.5.tgz#4ef4abe659011fbb58e57b2ff79fc6f3fc766e92" - integrity sha512-6pz1elS4HRhDx91X2Ys9T9xB1OQpAaEDggQXwJ927MxWzdK+pWo+RbpYX658OeJvXphiTn89sND/frZIw1mTlA== - dependencies: - "@abp/jquery" "~9.0.5" - toastr "^2.1.4" - -"@abp/utils@~9.0.5": - version "9.0.5" - resolved "https://registry.npmmirror.com/@abp/utils/-/utils-9.0.5.tgz#ac58df4d4fd491552be491589f9dc7446506a1e4" - integrity sha512-p3HsXq166YK0Q1G3BhUIfyxBGuDW4sNO43nLWSaJi67E18toYA0rqZrbREagk2AMvaqsPfrTUdDA3g4yy7Mmzg== +"@abp/utils@~9.2.3": + version "9.2.3" + resolved "https://registry.npmmirror.com/@abp/utils/-/utils-9.2.3.tgz#cc243fcaa7c0f15735f3f01d91fa1170f63e157e" + integrity sha512-W14tJNRREeI2xFC2WloEChUseSBkkiJENyB2T6nYUB/pqZ4e3vqOTNzxnQtqol777c10eMIxlmxi5r/8Cp08vw== dependencies: just-compare "^2.3.0" @@ -270,7 +261,7 @@ jquery-validation@>=1.19, jquery-validation@^1.21.0: resolved "https://registry.npmmirror.com/jquery-validation/-/jquery-validation-1.21.0.tgz#78fc05ab76020912a246af3661b3f54a438bca93" integrity sha512-xNot0rlUIgu7duMcQ5qb6MGkGL/Z1PQaRJQoZAURW9+a/2PGOUxY36o/WyNeP2T9R6jvWB8Z9lUVvvQWI/Zs5w== -jquery@>=1.10, jquery@>=1.12.0, "jquery@>=1.5.0 <4.0", jquery@>=1.7.2, "jquery@>=3.4.0 <4.0.0": +jquery@>=1.10, "jquery@>=1.5.0 <4.0", jquery@>=1.7.2, "jquery@>=3.4.0 <4.0.0": version "3.6.4" resolved "https://registry.npmmirror.com/jquery/-/jquery-3.6.4.tgz" integrity sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ== @@ -323,10 +314,3 @@ timeago@^1.6.7: integrity sha512-FikcjN98+ij0siKH4VO4dZ358PR3oDDq4Vdl1+sN9gWz1/+JXGr3uZbUShYH/hL7bMhcTpPbplJU5Tej4b4jbQ== dependencies: jquery ">=1.5.0 <4.0" - -toastr@^2.1.4: - version "2.1.4" - resolved "https://registry.npmmirror.com/toastr/-/toastr-2.1.4.tgz" - integrity sha512-LIy77F5n+sz4tefMmFOntcJ6HL0Fv3k1TDnNmFZ0bU/GcvIIfy6eG2v7zQmMiYgaalAiUv75ttFrPn5s0gyqlA== - dependencies: - jquery ">=1.12.0"