@salesforce/plugin-signups 2.3.8 → 2.3.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-signups",
3
- "version": "2.3.8",
3
+ "version": "2.3.9",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-signups",
9
- "version": "2.3.8",
9
+ "version": "2.3.9",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
@@ -16,10 +16,10 @@
16
16
  "change-case": "^5.4.4"
17
17
  },
18
18
  "devDependencies": {
19
- "@oclif/plugin-command-snapshot": "^5.2.0",
19
+ "@oclif/plugin-command-snapshot": "^5.2.2",
20
20
  "@salesforce/cli-plugins-testkit": "^5.3.4",
21
21
  "@salesforce/dev-scripts": "^10.1.0",
22
- "@salesforce/plugin-command-reference": "^3.0.89",
22
+ "@salesforce/plugin-command-reference": "^3.1.0",
23
23
  "@salesforce/ts-types": "^2.0.9",
24
24
  "@types/chai-as-promised": "^7.1.8",
25
25
  "@types/chai-string": "^1.4.5",
@@ -27,7 +27,7 @@
27
27
  "chai-string": "^1.5.0",
28
28
  "eslint-plugin-sf-plugin": "^1.18.5",
29
29
  "jsforce": "^2.0.0-beta.28",
30
- "oclif": "^4.11.1",
30
+ "oclif": "^4.13.1",
31
31
  "ts-node": "^10.9.2",
32
32
  "typescript": "^5.4.5"
33
33
  },
@@ -2903,6 +2903,24 @@
2903
2903
  "node": ">=18"
2904
2904
  }
2905
2905
  },
2906
+ "node_modules/@inquirer/core/node_modules/cli-width": {
2907
+ "version": "4.1.0",
2908
+ "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz",
2909
+ "integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==",
2910
+ "license": "ISC",
2911
+ "engines": {
2912
+ "node": ">= 12"
2913
+ }
2914
+ },
2915
+ "node_modules/@inquirer/core/node_modules/mute-stream": {
2916
+ "version": "1.0.0",
2917
+ "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-1.0.0.tgz",
2918
+ "integrity": "sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==",
2919
+ "license": "ISC",
2920
+ "engines": {
2921
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2922
+ }
2923
+ },
2906
2924
  "node_modules/@inquirer/core/node_modules/signal-exit": {
2907
2925
  "version": "4.1.0",
2908
2926
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -2939,72 +2957,19 @@
2939
2957
  }
2940
2958
  },
2941
2959
  "node_modules/@inquirer/input": {
2942
- "version": "2.1.2",
2943
- "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.2.tgz",
2944
- "integrity": "sha512-Szr9POj/NxbKSmbOx81ZD76b6xmvXXUY56QLWBXRv8zIGTIKtj03V4zAsw3MTiL6Qoo+IaRLwTLr3bI+qIblzA==",
2945
- "dev": true,
2946
- "license": "MIT",
2947
- "dependencies": {
2948
- "@inquirer/core": "^7.1.2",
2949
- "@inquirer/type": "^1.2.1"
2950
- },
2951
- "engines": {
2952
- "node": ">=18"
2953
- }
2954
- },
2955
- "node_modules/@inquirer/input/node_modules/@inquirer/core": {
2956
- "version": "7.1.2",
2957
- "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.1.2.tgz",
2958
- "integrity": "sha512-ne5VhDqruYYzx8mmjDZ9F58ymrLJGxmSHJUcJGiW3tifzvl3goAm6gNX11w6+zUnGE54vgQ6ALDXL3IOSezMRw==",
2960
+ "version": "2.1.9",
2961
+ "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.9.tgz",
2962
+ "integrity": "sha512-1xTCHmIe48x9CG1+8glAHrVVdH+QfYhzgBUbgyoVpp5NovnXgRcjSn/SNulepxf9Ol8HDq3gzw3ZCAUr+h1Eyg==",
2959
2963
  "dev": true,
2960
2964
  "license": "MIT",
2961
2965
  "dependencies": {
2962
- "@inquirer/type": "^1.2.1",
2963
- "@types/mute-stream": "^0.0.4",
2964
- "@types/node": "^20.12.4",
2965
- "@types/wrap-ansi": "^3.0.0",
2966
- "ansi-escapes": "^4.3.2",
2967
- "chalk": "^4.1.2",
2968
- "cli-spinners": "^2.9.2",
2969
- "cli-width": "^4.1.0",
2970
- "figures": "^3.2.0",
2971
- "mute-stream": "^1.0.0",
2972
- "signal-exit": "^4.1.0",
2973
- "strip-ansi": "^6.0.1",
2974
- "wrap-ansi": "^6.2.0"
2966
+ "@inquirer/core": "^8.2.2",
2967
+ "@inquirer/type": "^1.3.3"
2975
2968
  },
2976
2969
  "engines": {
2977
2970
  "node": ">=18"
2978
2971
  }
2979
2972
  },
2980
- "node_modules/@inquirer/input/node_modules/signal-exit": {
2981
- "version": "4.1.0",
2982
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
2983
- "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
2984
- "dev": true,
2985
- "license": "ISC",
2986
- "engines": {
2987
- "node": ">=14"
2988
- },
2989
- "funding": {
2990
- "url": "https://github.com/sponsors/isaacs"
2991
- }
2992
- },
2993
- "node_modules/@inquirer/input/node_modules/wrap-ansi": {
2994
- "version": "6.2.0",
2995
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
2996
- "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
2997
- "dev": true,
2998
- "license": "MIT",
2999
- "dependencies": {
3000
- "ansi-styles": "^4.0.0",
3001
- "string-width": "^4.1.0",
3002
- "strip-ansi": "^6.0.0"
3003
- },
3004
- "engines": {
3005
- "node": ">=8"
3006
- }
3007
- },
3008
2973
  "node_modules/@inquirer/password": {
3009
2974
  "version": "2.1.9",
3010
2975
  "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-2.1.9.tgz",
@@ -3020,15 +2985,15 @@
3020
2985
  }
3021
2986
  },
3022
2987
  "node_modules/@inquirer/select": {
3023
- "version": "2.3.4",
3024
- "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.3.4.tgz",
3025
- "integrity": "sha512-y9HGzHfPPh60QciH7WiKtjtWjgU24jrIsfJnq4Zqmu8k4HVVQPBXxiKKzwzJyJWwdWZcWATm4VDDWGFEjVHvGA==",
2988
+ "version": "2.3.5",
2989
+ "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.3.5.tgz",
2990
+ "integrity": "sha512-IyBj8oEtmdF2Gx4FJTPtEya37MD6s0KATKsHqgmls0lK7EQbhYSq9GQlcFq6cBsYe/cgQ0Fg2cCqYYPi/d/fxQ==",
3026
2991
  "dev": true,
3027
2992
  "license": "MIT",
3028
2993
  "dependencies": {
3029
- "@inquirer/core": "^8.2.1",
3030
- "@inquirer/figures": "^1.0.2",
3031
- "@inquirer/type": "^1.3.2",
2994
+ "@inquirer/core": "^8.2.2",
2995
+ "@inquirer/figures": "^1.0.3",
2996
+ "@inquirer/type": "^1.3.3",
3032
2997
  "ansi-escapes": "^4.3.2",
3033
2998
  "chalk": "^4.1.2"
3034
2999
  },
@@ -3346,9 +3311,9 @@
3346
3311
  }
3347
3312
  },
3348
3313
  "node_modules/@oclif/core": {
3349
- "version": "4.0.2",
3350
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.2.tgz",
3351
- "integrity": "sha512-0r+JwE1FbVlEYNQlLonMULnZb6rKR0RqT8eUgKeJTb5cILhsKUjlZf2NLIX4GP3SZrK8POwGGLcztmj42hZYiw==",
3314
+ "version": "4.0.3",
3315
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.3.tgz",
3316
+ "integrity": "sha512-yM8R/M2WfSNfL9eF8clS/SbQvanvHZJgoij5bLs3ro7uAFCkL/LYcagyj0UVGbysx5AI+SNIof6OHQUXYZpOZw==",
3352
3317
  "license": "MIT",
3353
3318
  "dependencies": {
3354
3319
  "ansi-escapes": "^4.3.2",
@@ -3430,13 +3395,13 @@
3430
3395
  }
3431
3396
  },
3432
3397
  "node_modules/@oclif/plugin-command-snapshot": {
3433
- "version": "5.2.0",
3434
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.0.tgz",
3435
- "integrity": "sha512-F4vba5e25dLkPGVgkPnyNnXX1DVSewTzQJUGtI2bvdV+RMwvKa3p2qT3tOI1Dwbo1uTHNjQSMN9OF3+iy7Ok8Q==",
3398
+ "version": "5.2.2",
3399
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.2.tgz",
3400
+ "integrity": "sha512-OVofRryPy962QeyiOYX7iI92H+dFGO7wa4F+yXYLQ0Xr+ik+LNYzOgxRomNIbj8kqnBBPLqOvv9gkKakAf9UZg==",
3436
3401
  "dev": true,
3437
3402
  "license": "MIT",
3438
3403
  "dependencies": {
3439
- "@oclif/core": "^4.0.0-beta.13",
3404
+ "@oclif/core": "^4",
3440
3405
  "ansis": "^3.2.0",
3441
3406
  "globby": "^14.0.1",
3442
3407
  "just-diff": "^5.2.0",
@@ -3635,188 +3600,21 @@
3635
3600
  }
3636
3601
  },
3637
3602
  "node_modules/@oclif/plugin-not-found": {
3638
- "version": "3.1.9",
3639
- "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.1.9.tgz",
3640
- "integrity": "sha512-yPh9YAIIIzDRscR8P/yu4D2fwK5z5wze57wspklmNg4pW/tOFhe7BelgOBahSdkJQodS7TUIzI/CN4DWbNWuKQ==",
3603
+ "version": "3.2.2",
3604
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.2.tgz",
3605
+ "integrity": "sha512-FyQiC0jQZsrvtoVyEkNy8gypdibCLw+AR3uP08NyO95UoJeEHpxHjJUK+E10wNsTCFLFuaBW7hAjvtGm+Ze0RQ==",
3641
3606
  "dev": true,
3642
3607
  "license": "MIT",
3643
3608
  "dependencies": {
3644
- "@inquirer/confirm": "^3.1.6",
3645
- "@oclif/core": "^3.26.5",
3646
- "chalk": "^5.3.0",
3609
+ "@inquirer/confirm": "^3.1.9",
3610
+ "@oclif/core": "^4",
3611
+ "ansis": "^3.2.0",
3647
3612
  "fast-levenshtein": "^3.0.0"
3648
3613
  },
3649
3614
  "engines": {
3650
3615
  "node": ">=18.0.0"
3651
3616
  }
3652
3617
  },
3653
- "node_modules/@oclif/plugin-not-found/node_modules/@oclif/core": {
3654
- "version": "3.26.6",
3655
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.6.tgz",
3656
- "integrity": "sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA==",
3657
- "dev": true,
3658
- "license": "MIT",
3659
- "dependencies": {
3660
- "@types/cli-progress": "^3.11.5",
3661
- "ansi-escapes": "^4.3.2",
3662
- "ansi-styles": "^4.3.0",
3663
- "cardinal": "^2.1.1",
3664
- "chalk": "^4.1.2",
3665
- "clean-stack": "^3.0.1",
3666
- "cli-progress": "^3.12.0",
3667
- "color": "^4.2.3",
3668
- "debug": "^4.3.4",
3669
- "ejs": "^3.1.10",
3670
- "get-package-type": "^0.1.0",
3671
- "globby": "^11.1.0",
3672
- "hyperlinker": "^1.0.0",
3673
- "indent-string": "^4.0.0",
3674
- "is-wsl": "^2.2.0",
3675
- "js-yaml": "^3.14.1",
3676
- "minimatch": "^9.0.4",
3677
- "natural-orderby": "^2.0.3",
3678
- "object-treeify": "^1.1.33",
3679
- "password-prompt": "^1.1.3",
3680
- "slice-ansi": "^4.0.0",
3681
- "string-width": "^4.2.3",
3682
- "strip-ansi": "^6.0.1",
3683
- "supports-color": "^8.1.1",
3684
- "supports-hyperlinks": "^2.2.0",
3685
- "widest-line": "^3.1.0",
3686
- "wordwrap": "^1.0.0",
3687
- "wrap-ansi": "^7.0.0"
3688
- },
3689
- "engines": {
3690
- "node": ">=18.0.0"
3691
- }
3692
- },
3693
- "node_modules/@oclif/plugin-not-found/node_modules/@oclif/core/node_modules/chalk": {
3694
- "version": "4.1.2",
3695
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
3696
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
3697
- "dev": true,
3698
- "license": "MIT",
3699
- "dependencies": {
3700
- "ansi-styles": "^4.1.0",
3701
- "supports-color": "^7.1.0"
3702
- },
3703
- "engines": {
3704
- "node": ">=10"
3705
- },
3706
- "funding": {
3707
- "url": "https://github.com/chalk/chalk?sponsor=1"
3708
- }
3709
- },
3710
- "node_modules/@oclif/plugin-not-found/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
3711
- "version": "7.2.0",
3712
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
3713
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
3714
- "dev": true,
3715
- "license": "MIT",
3716
- "dependencies": {
3717
- "has-flag": "^4.0.0"
3718
- },
3719
- "engines": {
3720
- "node": ">=8"
3721
- }
3722
- },
3723
- "node_modules/@oclif/plugin-not-found/node_modules/argparse": {
3724
- "version": "1.0.10",
3725
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
3726
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
3727
- "dev": true,
3728
- "license": "MIT",
3729
- "dependencies": {
3730
- "sprintf-js": "~1.0.2"
3731
- }
3732
- },
3733
- "node_modules/@oclif/plugin-not-found/node_modules/chalk": {
3734
- "version": "5.3.0",
3735
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
3736
- "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
3737
- "dev": true,
3738
- "license": "MIT",
3739
- "engines": {
3740
- "node": "^12.17.0 || ^14.13 || >=16.0.0"
3741
- },
3742
- "funding": {
3743
- "url": "https://github.com/chalk/chalk?sponsor=1"
3744
- }
3745
- },
3746
- "node_modules/@oclif/plugin-not-found/node_modules/js-yaml": {
3747
- "version": "3.14.1",
3748
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
3749
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
3750
- "dev": true,
3751
- "license": "MIT",
3752
- "dependencies": {
3753
- "argparse": "^1.0.7",
3754
- "esprima": "^4.0.0"
3755
- },
3756
- "bin": {
3757
- "js-yaml": "bin/js-yaml.js"
3758
- }
3759
- },
3760
- "node_modules/@oclif/plugin-not-found/node_modules/minimatch": {
3761
- "version": "9.0.4",
3762
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
3763
- "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
3764
- "dev": true,
3765
- "license": "ISC",
3766
- "dependencies": {
3767
- "brace-expansion": "^2.0.1"
3768
- },
3769
- "engines": {
3770
- "node": ">=16 || 14 >=14.17"
3771
- },
3772
- "funding": {
3773
- "url": "https://github.com/sponsors/isaacs"
3774
- }
3775
- },
3776
- "node_modules/@oclif/plugin-not-found/node_modules/natural-orderby": {
3777
- "version": "2.0.3",
3778
- "resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-2.0.3.tgz",
3779
- "integrity": "sha512-p7KTHxU0CUrcOXe62Zfrb5Z13nLvPhSWR/so3kFulUQU0sgUll2Z0LwpsLN351eOOD+hRGu/F1g+6xDfPeD++Q==",
3780
- "dev": true,
3781
- "license": "MIT",
3782
- "engines": {
3783
- "node": "*"
3784
- }
3785
- },
3786
- "node_modules/@oclif/plugin-not-found/node_modules/slice-ansi": {
3787
- "version": "4.0.0",
3788
- "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
3789
- "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
3790
- "dev": true,
3791
- "license": "MIT",
3792
- "dependencies": {
3793
- "ansi-styles": "^4.0.0",
3794
- "astral-regex": "^2.0.0",
3795
- "is-fullwidth-code-point": "^3.0.0"
3796
- },
3797
- "engines": {
3798
- "node": ">=10"
3799
- },
3800
- "funding": {
3801
- "url": "https://github.com/chalk/slice-ansi?sponsor=1"
3802
- }
3803
- },
3804
- "node_modules/@oclif/plugin-not-found/node_modules/supports-color": {
3805
- "version": "8.1.1",
3806
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
3807
- "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
3808
- "dev": true,
3809
- "license": "MIT",
3810
- "dependencies": {
3811
- "has-flag": "^4.0.0"
3812
- },
3813
- "engines": {
3814
- "node": ">=10"
3815
- },
3816
- "funding": {
3817
- "url": "https://github.com/chalk/supports-color?sponsor=1"
3818
- }
3819
- },
3820
3618
  "node_modules/@oclif/plugin-warn-if-update-available": {
3821
3619
  "version": "3.0.19",
3822
3620
  "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.19.tgz",
@@ -4250,136 +4048,37 @@
4250
4048
  "dependencies": {
4251
4049
  "undici-types": "~5.26.4"
4252
4050
  }
4253
- },
4254
- "node_modules/@salesforce/kit": {
4255
- "version": "3.1.2",
4256
- "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.2.tgz",
4257
- "integrity": "sha512-si+ddvZDgx9q5czxAANuK5xhz3pv+KGspQy1wyia/7HDPKadA0QZkLTzUnO1Ju4Mux32CNHEb2y9lw9jj+eVTA==",
4258
- "license": "BSD-3-Clause",
4259
- "dependencies": {
4260
- "@salesforce/ts-types": "^2.0.9",
4261
- "tslib": "^2.6.2"
4262
- }
4263
- },
4264
- "node_modules/@salesforce/plugin-command-reference": {
4265
- "version": "3.0.89",
4266
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.89.tgz",
4267
- "integrity": "sha512-RcaO7nWwzlmZEuz1FWc3QaYu3gtOfcf594jf9Ns+Xx9NfEJj/KOl0GYpi9tjBIuvXGPdb6m910fORm8NiN5FCg==",
4268
- "dev": true,
4269
- "license": "BSD-3-Clause",
4270
- "dependencies": {
4271
- "@oclif/core": "^3.26.6",
4272
- "@salesforce/core": "^7.3.9",
4273
- "@salesforce/kit": "^3.1.1",
4274
- "@salesforce/sf-plugins-core": "^9.0.13",
4275
- "@salesforce/ts-types": "^2.0.9",
4276
- "chalk": "^5.3.0",
4277
- "debug": "^4.3.4",
4278
- "handlebars": "^4.7.8"
4279
- },
4280
- "engines": {
4281
- "node": ">=18.0.0"
4282
- }
4283
- },
4284
- "node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/core": {
4285
- "version": "3.26.6",
4286
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.6.tgz",
4287
- "integrity": "sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA==",
4288
- "dev": true,
4289
- "license": "MIT",
4290
- "dependencies": {
4291
- "@types/cli-progress": "^3.11.5",
4292
- "ansi-escapes": "^4.3.2",
4293
- "ansi-styles": "^4.3.0",
4294
- "cardinal": "^2.1.1",
4295
- "chalk": "^4.1.2",
4296
- "clean-stack": "^3.0.1",
4297
- "cli-progress": "^3.12.0",
4298
- "color": "^4.2.3",
4299
- "debug": "^4.3.4",
4300
- "ejs": "^3.1.10",
4301
- "get-package-type": "^0.1.0",
4302
- "globby": "^11.1.0",
4303
- "hyperlinker": "^1.0.0",
4304
- "indent-string": "^4.0.0",
4305
- "is-wsl": "^2.2.0",
4306
- "js-yaml": "^3.14.1",
4307
- "minimatch": "^9.0.4",
4308
- "natural-orderby": "^2.0.3",
4309
- "object-treeify": "^1.1.33",
4310
- "password-prompt": "^1.1.3",
4311
- "slice-ansi": "^4.0.0",
4312
- "string-width": "^4.2.3",
4313
- "strip-ansi": "^6.0.1",
4314
- "supports-color": "^8.1.1",
4315
- "supports-hyperlinks": "^2.2.0",
4316
- "widest-line": "^3.1.0",
4317
- "wordwrap": "^1.0.0",
4318
- "wrap-ansi": "^7.0.0"
4319
- },
4320
- "engines": {
4321
- "node": ">=18.0.0"
4322
- }
4323
- },
4324
- "node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/core/node_modules/chalk": {
4325
- "version": "4.1.2",
4326
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
4327
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
4328
- "dev": true,
4329
- "license": "MIT",
4330
- "dependencies": {
4331
- "ansi-styles": "^4.1.0",
4332
- "supports-color": "^7.1.0"
4333
- },
4334
- "engines": {
4335
- "node": ">=10"
4336
- },
4337
- "funding": {
4338
- "url": "https://github.com/chalk/chalk?sponsor=1"
4339
- }
4340
- },
4341
- "node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
4342
- "version": "7.2.0",
4343
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
4344
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
4345
- "dev": true,
4346
- "license": "MIT",
4051
+ },
4052
+ "node_modules/@salesforce/kit": {
4053
+ "version": "3.1.2",
4054
+ "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.2.tgz",
4055
+ "integrity": "sha512-si+ddvZDgx9q5czxAANuK5xhz3pv+KGspQy1wyia/7HDPKadA0QZkLTzUnO1Ju4Mux32CNHEb2y9lw9jj+eVTA==",
4056
+ "license": "BSD-3-Clause",
4347
4057
  "dependencies": {
4348
- "has-flag": "^4.0.0"
4349
- },
4350
- "engines": {
4351
- "node": ">=8"
4058
+ "@salesforce/ts-types": "^2.0.9",
4059
+ "tslib": "^2.6.2"
4352
4060
  }
4353
4061
  },
4354
- "node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/sf-plugins-core": {
4355
- "version": "9.1.1",
4356
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.1.1.tgz",
4357
- "integrity": "sha512-5d4vGLqb1NZoHvDpuTu96TsFg/lexdnQNWC0h7GhOqxikJBpxk6P1DEbk9HrZWL18Gs1YXO9OCj2g8nKqbIC/Q==",
4062
+ "node_modules/@salesforce/plugin-command-reference": {
4063
+ "version": "3.1.0",
4064
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.0.tgz",
4065
+ "integrity": "sha512-UG6KcHYbDbTKCtdDbOZQj2odvdnnNKXocPnADmcfHXy3EAgtNmgPpuAlMdHVcDFcO1gtyPhfxZlvXu7KoKjDdQ==",
4358
4066
  "dev": true,
4359
4067
  "license": "BSD-3-Clause",
4360
4068
  "dependencies": {
4361
- "@inquirer/confirm": "^3.1.9",
4362
- "@inquirer/password": "^2.1.9",
4363
- "@oclif/core": "^3.26.6",
4069
+ "@oclif/core": "^4",
4364
4070
  "@salesforce/core": "^7.3.9",
4365
- "@salesforce/kit": "^3.1.2",
4071
+ "@salesforce/kit": "^3.1.1",
4072
+ "@salesforce/sf-plugins-core": "^10.0.0",
4366
4073
  "@salesforce/ts-types": "^2.0.9",
4367
- "chalk": "^5.3.0"
4074
+ "chalk": "^5.3.0",
4075
+ "debug": "^4.3.4",
4076
+ "handlebars": "^4.7.8"
4368
4077
  },
4369
4078
  "engines": {
4370
4079
  "node": ">=18.0.0"
4371
4080
  }
4372
4081
  },
4373
- "node_modules/@salesforce/plugin-command-reference/node_modules/argparse": {
4374
- "version": "1.0.10",
4375
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
4376
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
4377
- "dev": true,
4378
- "license": "MIT",
4379
- "dependencies": {
4380
- "sprintf-js": "~1.0.2"
4381
- }
4382
- },
4383
4082
  "node_modules/@salesforce/plugin-command-reference/node_modules/chalk": {
4384
4083
  "version": "5.3.0",
4385
4084
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
@@ -4393,80 +4092,6 @@
4393
4092
  "url": "https://github.com/chalk/chalk?sponsor=1"
4394
4093
  }
4395
4094
  },
4396
- "node_modules/@salesforce/plugin-command-reference/node_modules/js-yaml": {
4397
- "version": "3.14.1",
4398
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
4399
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
4400
- "dev": true,
4401
- "license": "MIT",
4402
- "dependencies": {
4403
- "argparse": "^1.0.7",
4404
- "esprima": "^4.0.0"
4405
- },
4406
- "bin": {
4407
- "js-yaml": "bin/js-yaml.js"
4408
- }
4409
- },
4410
- "node_modules/@salesforce/plugin-command-reference/node_modules/minimatch": {
4411
- "version": "9.0.4",
4412
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
4413
- "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
4414
- "dev": true,
4415
- "license": "ISC",
4416
- "dependencies": {
4417
- "brace-expansion": "^2.0.1"
4418
- },
4419
- "engines": {
4420
- "node": ">=16 || 14 >=14.17"
4421
- },
4422
- "funding": {
4423
- "url": "https://github.com/sponsors/isaacs"
4424
- }
4425
- },
4426
- "node_modules/@salesforce/plugin-command-reference/node_modules/natural-orderby": {
4427
- "version": "2.0.3",
4428
- "resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-2.0.3.tgz",
4429
- "integrity": "sha512-p7KTHxU0CUrcOXe62Zfrb5Z13nLvPhSWR/so3kFulUQU0sgUll2Z0LwpsLN351eOOD+hRGu/F1g+6xDfPeD++Q==",
4430
- "dev": true,
4431
- "license": "MIT",
4432
- "engines": {
4433
- "node": "*"
4434
- }
4435
- },
4436
- "node_modules/@salesforce/plugin-command-reference/node_modules/slice-ansi": {
4437
- "version": "4.0.0",
4438
- "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
4439
- "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
4440
- "dev": true,
4441
- "license": "MIT",
4442
- "dependencies": {
4443
- "ansi-styles": "^4.0.0",
4444
- "astral-regex": "^2.0.0",
4445
- "is-fullwidth-code-point": "^3.0.0"
4446
- },
4447
- "engines": {
4448
- "node": ">=10"
4449
- },
4450
- "funding": {
4451
- "url": "https://github.com/chalk/slice-ansi?sponsor=1"
4452
- }
4453
- },
4454
- "node_modules/@salesforce/plugin-command-reference/node_modules/supports-color": {
4455
- "version": "8.1.1",
4456
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
4457
- "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
4458
- "dev": true,
4459
- "license": "MIT",
4460
- "dependencies": {
4461
- "has-flag": "^4.0.0"
4462
- },
4463
- "engines": {
4464
- "node": ">=10"
4465
- },
4466
- "funding": {
4467
- "url": "https://github.com/chalk/supports-color?sponsor=1"
4468
- }
4469
- },
4470
4095
  "node_modules/@salesforce/prettier-config": {
4471
4096
  "version": "0.0.3",
4472
4097
  "resolved": "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz",
@@ -6799,12 +6424,13 @@
6799
6424
  }
6800
6425
  },
6801
6426
  "node_modules/cli-width": {
6802
- "version": "4.1.0",
6803
- "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz",
6804
- "integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==",
6427
+ "version": "3.0.0",
6428
+ "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz",
6429
+ "integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==",
6430
+ "dev": true,
6805
6431
  "license": "ISC",
6806
6432
  "engines": {
6807
- "node": ">= 12"
6433
+ "node": ">= 10"
6808
6434
  }
6809
6435
  },
6810
6436
  "node_modules/cliui": {
@@ -9503,23 +9129,6 @@
9503
9129
  "node": ">=8.0.0"
9504
9130
  }
9505
9131
  },
9506
- "node_modules/inquirer/node_modules/cli-width": {
9507
- "version": "3.0.0",
9508
- "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz",
9509
- "integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==",
9510
- "dev": true,
9511
- "license": "ISC",
9512
- "engines": {
9513
- "node": ">= 10"
9514
- }
9515
- },
9516
- "node_modules/inquirer/node_modules/mute-stream": {
9517
- "version": "0.0.8",
9518
- "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz",
9519
- "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
9520
- "dev": true,
9521
- "license": "ISC"
9522
- },
9523
9132
  "node_modules/internal-slot": {
9524
9133
  "version": "1.0.5",
9525
9134
  "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz",
@@ -11291,13 +10900,11 @@
11291
10900
  }
11292
10901
  },
11293
10902
  "node_modules/mute-stream": {
11294
- "version": "1.0.0",
11295
- "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-1.0.0.tgz",
11296
- "integrity": "sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==",
11297
- "license": "ISC",
11298
- "engines": {
11299
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
11300
- }
10903
+ "version": "0.0.8",
10904
+ "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz",
10905
+ "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
10906
+ "dev": true,
10907
+ "license": "ISC"
11301
10908
  },
11302
10909
  "node_modules/natural-compare": {
11303
10910
  "version": "1.4.0",
@@ -11633,20 +11240,20 @@
11633
11240
  }
11634
11241
  },
11635
11242
  "node_modules/oclif": {
11636
- "version": "4.11.1",
11637
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.11.1.tgz",
11638
- "integrity": "sha512-gtMuPxGJBNxrq4ccgK9zcW5mPn5dLq0YW/LGhbMqKiyHIIkA9hyidAh77kqcefx6fDjWfPrRiSzfRjBgi6OitQ==",
11243
+ "version": "4.13.1",
11244
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.13.1.tgz",
11245
+ "integrity": "sha512-R/tkEB7k0unsDDaNHyZc+7NHcKwNPUMG21oCOf+Vy5qfEWD7504l55m5tGLpYpJSKwvU6c7WhMpRpPLaZhxZkA==",
11639
11246
  "dev": true,
11640
11247
  "license": "MIT",
11641
11248
  "dependencies": {
11642
11249
  "@aws-sdk/client-cloudfront": "^3.574.0",
11643
11250
  "@aws-sdk/client-s3": "^3.583.0",
11644
11251
  "@inquirer/confirm": "^3.1.6",
11645
- "@inquirer/input": "^2.1.1",
11646
- "@inquirer/select": "^2.3.4",
11647
- "@oclif/core": "^3.26.5",
11252
+ "@inquirer/input": "^2.1.9",
11253
+ "@inquirer/select": "^2.3.5",
11254
+ "@oclif/core": "^4",
11648
11255
  "@oclif/plugin-help": "^6.0.21",
11649
- "@oclif/plugin-not-found": "^3.1.9",
11256
+ "@oclif/plugin-not-found": "^3.2.1",
11650
11257
  "@oclif/plugin-warn-if-update-available": "^3.0.19",
11651
11258
  "async-retry": "^1.3.3",
11652
11259
  "chalk": "^4",
@@ -11671,56 +11278,6 @@
11671
11278
  "node": ">=18.0.0"
11672
11279
  }
11673
11280
  },
11674
- "node_modules/oclif/node_modules/@oclif/core": {
11675
- "version": "3.26.6",
11676
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.6.tgz",
11677
- "integrity": "sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA==",
11678
- "dev": true,
11679
- "license": "MIT",
11680
- "dependencies": {
11681
- "@types/cli-progress": "^3.11.5",
11682
- "ansi-escapes": "^4.3.2",
11683
- "ansi-styles": "^4.3.0",
11684
- "cardinal": "^2.1.1",
11685
- "chalk": "^4.1.2",
11686
- "clean-stack": "^3.0.1",
11687
- "cli-progress": "^3.12.0",
11688
- "color": "^4.2.3",
11689
- "debug": "^4.3.4",
11690
- "ejs": "^3.1.10",
11691
- "get-package-type": "^0.1.0",
11692
- "globby": "^11.1.0",
11693
- "hyperlinker": "^1.0.0",
11694
- "indent-string": "^4.0.0",
11695
- "is-wsl": "^2.2.0",
11696
- "js-yaml": "^3.14.1",
11697
- "minimatch": "^9.0.4",
11698
- "natural-orderby": "^2.0.3",
11699
- "object-treeify": "^1.1.33",
11700
- "password-prompt": "^1.1.3",
11701
- "slice-ansi": "^4.0.0",
11702
- "string-width": "^4.2.3",
11703
- "strip-ansi": "^6.0.1",
11704
- "supports-color": "^8.1.1",
11705
- "supports-hyperlinks": "^2.2.0",
11706
- "widest-line": "^3.1.0",
11707
- "wordwrap": "^1.0.0",
11708
- "wrap-ansi": "^7.0.0"
11709
- },
11710
- "engines": {
11711
- "node": ">=18.0.0"
11712
- }
11713
- },
11714
- "node_modules/oclif/node_modules/argparse": {
11715
- "version": "1.0.10",
11716
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
11717
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
11718
- "dev": true,
11719
- "license": "MIT",
11720
- "dependencies": {
11721
- "sprintf-js": "~1.0.2"
11722
- }
11723
- },
11724
11281
  "node_modules/oclif/node_modules/change-case": {
11725
11282
  "version": "4.1.2",
11726
11283
  "resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
@@ -11755,46 +11312,6 @@
11755
11312
  "node": "^16.14.0 || >=18.0.0"
11756
11313
  }
11757
11314
  },
11758
- "node_modules/oclif/node_modules/js-yaml": {
11759
- "version": "3.14.1",
11760
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
11761
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
11762
- "dev": true,
11763
- "license": "MIT",
11764
- "dependencies": {
11765
- "argparse": "^1.0.7",
11766
- "esprima": "^4.0.0"
11767
- },
11768
- "bin": {
11769
- "js-yaml": "bin/js-yaml.js"
11770
- }
11771
- },
11772
- "node_modules/oclif/node_modules/minimatch": {
11773
- "version": "9.0.4",
11774
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
11775
- "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
11776
- "dev": true,
11777
- "license": "ISC",
11778
- "dependencies": {
11779
- "brace-expansion": "^2.0.1"
11780
- },
11781
- "engines": {
11782
- "node": ">=16 || 14 >=14.17"
11783
- },
11784
- "funding": {
11785
- "url": "https://github.com/sponsors/isaacs"
11786
- }
11787
- },
11788
- "node_modules/oclif/node_modules/natural-orderby": {
11789
- "version": "2.0.3",
11790
- "resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-2.0.3.tgz",
11791
- "integrity": "sha512-p7KTHxU0CUrcOXe62Zfrb5Z13nLvPhSWR/so3kFulUQU0sgUll2Z0LwpsLN351eOOD+hRGu/F1g+6xDfPeD++Q==",
11792
- "dev": true,
11793
- "license": "MIT",
11794
- "engines": {
11795
- "node": "*"
11796
- }
11797
- },
11798
11315
  "node_modules/oclif/node_modules/normalize-package-data": {
11799
11316
  "version": "6.0.1",
11800
11317
  "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.1.tgz",
@@ -11811,40 +11328,6 @@
11811
11328
  "node": "^16.14.0 || >=18.0.0"
11812
11329
  }
11813
11330
  },
11814
- "node_modules/oclif/node_modules/slice-ansi": {
11815
- "version": "4.0.0",
11816
- "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
11817
- "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
11818
- "dev": true,
11819
- "license": "MIT",
11820
- "dependencies": {
11821
- "ansi-styles": "^4.0.0",
11822
- "astral-regex": "^2.0.0",
11823
- "is-fullwidth-code-point": "^3.0.0"
11824
- },
11825
- "engines": {
11826
- "node": ">=10"
11827
- },
11828
- "funding": {
11829
- "url": "https://github.com/chalk/slice-ansi?sponsor=1"
11830
- }
11831
- },
11832
- "node_modules/oclif/node_modules/supports-color": {
11833
- "version": "8.1.1",
11834
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
11835
- "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
11836
- "dev": true,
11837
- "license": "MIT",
11838
- "dependencies": {
11839
- "has-flag": "^4.0.0"
11840
- },
11841
- "engines": {
11842
- "node": ">=10"
11843
- },
11844
- "funding": {
11845
- "url": "https://github.com/chalk/supports-color?sponsor=1"
11846
- }
11847
- },
11848
11331
  "node_modules/on-exit-leak-free": {
11849
11332
  "version": "2.1.0",
11850
11333
  "resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.0.tgz",