mirror of https://github.com/wg-easy/wg-easy
9 changed files with 86 additions and 26 deletions
@ -44,6 +44,9 @@ importers: |
|||
ip-bigint: |
|||
specifier: ^8.2.0 |
|||
version: 8.2.0 |
|||
is-cidr: |
|||
specifier: ^5.1.0 |
|||
version: 5.1.0 |
|||
is-ip: |
|||
specifier: ^5.0.1 |
|||
version: 5.0.1 |
|||
@ -1709,6 +1712,10 @@ packages: |
|||
resolution: {integrity: sha512-HutrvTNsF48wnxkzERIXOe5/mlcfFcbfCmwcg6CJnizbSue78AbDt+1cgl26zwn61WFxhcPykPfZrbqjGmBb4A==} |
|||
engines: {node: '>=8'} |
|||
|
|||
[email protected]: |
|||
resolution: {integrity: sha512-ekKcVp+iRB9zlKFXyx7io7nINgb0oRjgRdXNEodp1OuxRui8FXr/CA40Tz1voWUp9DPPrMyQKy01vJhDo4N1lw==} |
|||
engines: {node: '>=14'} |
|||
|
|||
[email protected]: |
|||
resolution: {integrity: sha512-OLeM9EOXybbhMsGGBNRLCMjn8e+wFOXARIShF/sZwmJLsxWywqfE0By4BMftT6BFWpbcETWpW7TfM2KGCtrZDg==} |
|||
engines: {node: '>=18'} |
|||
@ -2635,6 +2642,10 @@ packages: |
|||
resolution: {integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==} |
|||
engines: {node: '>=6'} |
|||
|
|||
[email protected]: |
|||
resolution: {integrity: sha512-OkVS+Ht2ssF27d48gZdB+ho1yND1VbkJRKKS6Pc1/Cw7uqkd9IOJg8/bTwBDQL6tfBhSdguPRnlGiE8pU/X5NQ==} |
|||
engines: {node: '>=14'} |
|||
|
|||
[email protected]: |
|||
resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==} |
|||
engines: {node: '>= 0.4'} |
|||
@ -6487,6 +6498,10 @@ snapshots: |
|||
|
|||
[email protected]: {} |
|||
|
|||
[email protected]: |
|||
dependencies: |
|||
ip-regex: 5.0.0 |
|||
|
|||
[email protected]: |
|||
dependencies: |
|||
ip-bigint: 8.2.0 |
|||
@ -7490,6 +7505,10 @@ snapshots: |
|||
dependencies: |
|||
builtin-modules: 3.3.0 |
|||
|
|||
[email protected]: |
|||
dependencies: |
|||
cidr-regex: 4.1.1 |
|||
|
|||
[email protected]: |
|||
dependencies: |
|||
hasown: 2.0.2 |
|||
|
Loading…
Reference in new issue