@oclif/plugin-commands 3.2.2 → 3.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -21,7 +21,7 @@ $ npm install -g @oclif/plugin-commands
21
21
  $ oclif-example COMMAND
22
22
  running command...
23
23
  $ oclif-example (--version)
24
- @oclif/plugin-commands/3.2.2 linux-x64 node-v20.11.1
24
+ @oclif/plugin-commands/3.3.1 linux-x64 node-v20.12.1
25
25
  $ oclif-example --help [COMMAND]
26
26
  USAGE
27
27
  $ oclif-example COMMAND
@@ -65,7 +65,7 @@ DESCRIPTION
65
65
  list all the commands
66
66
  ```
67
67
 
68
- _See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v3.2.2/src/commands/commands.ts)_
68
+ _See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v3.3.1/src/commands/commands.ts)_
69
69
  <!-- commandsstop -->
70
70
 
71
71
  # Contributing
package/lib/index.d.ts CHANGED
@@ -1,2 +1,4 @@
1
- declare const _default: {};
2
- export default _default;
1
+ import Commands from "./commands/commands.js";
2
+ export declare const commands: {
3
+ commands: typeof Commands;
4
+ };
package/lib/index.js CHANGED
@@ -1 +1,4 @@
1
- export default {};
1
+ import Commands from "./commands/commands.js";
2
+ export const commands = {
3
+ commands: Commands
4
+ };
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@oclif/plugin-commands",
3
- "version": "3.2.2",
3
+ "version": "3.3.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@oclif/plugin-commands",
9
- "version": "3.2.2",
9
+ "version": "3.3.1",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
- "@oclif/core": "^3.26.0",
12
+ "@oclif/core": "^3.26.2",
13
13
  "lodash.pickby": "^4.6.0",
14
14
  "lodash.sortby": "^4.7.0",
15
15
  "lodash.template": "^4.5.0",
@@ -19,7 +19,7 @@
19
19
  "@commitlint/config-conventional": "^18",
20
20
  "@oclif/plugin-help": "^6",
21
21
  "@oclif/prettier-config": "^0.2.1",
22
- "@oclif/test": "^3.2.6",
22
+ "@oclif/test": "^3.2.8",
23
23
  "@types/chai": "^4.3.11",
24
24
  "@types/lodash.pickby": "^4.6.9",
25
25
  "@types/lodash.sortby": "^4.7.9",
@@ -35,13 +35,13 @@
35
35
  "eslint-config-prettier": "^9.1.0",
36
36
  "husky": "^9",
37
37
  "lint-staged": "^15",
38
- "mocha": "^10.3.0",
38
+ "mocha": "^10.4.0",
39
39
  "nyc": "^15.1.0",
40
- "oclif": "^4.6.1",
40
+ "oclif": "^4.7.6",
41
41
  "prettier": "^3.2.5",
42
42
  "shx": "^0.3.3",
43
43
  "ts-node": "^10.9.2",
44
- "typescript": "^5.4.2"
44
+ "typescript": "^5.4.4"
45
45
  },
46
46
  "engines": {
47
47
  "node": ">=18.0.0"
@@ -2009,6 +2009,24 @@
2009
2009
  "node": ">=12"
2010
2010
  }
2011
2011
  },
2012
+ "node_modules/@commitlint/cli/node_modules/wrap-ansi": {
2013
+ "version": "7.0.0",
2014
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
2015
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
2016
+ "dev": true,
2017
+ "license": "MIT",
2018
+ "dependencies": {
2019
+ "ansi-styles": "^4.0.0",
2020
+ "string-width": "^4.1.0",
2021
+ "strip-ansi": "^6.0.0"
2022
+ },
2023
+ "engines": {
2024
+ "node": ">=10"
2025
+ },
2026
+ "funding": {
2027
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
2028
+ }
2029
+ },
2012
2030
  "node_modules/@commitlint/cli/node_modules/yargs": {
2013
2031
  "version": "17.7.2",
2014
2032
  "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
@@ -2506,7 +2524,7 @@
2506
2524
  "node": ">=18"
2507
2525
  }
2508
2526
  },
2509
- "node_modules/@inquirer/core": {
2527
+ "node_modules/@inquirer/confirm/node_modules/@inquirer/core": {
2510
2528
  "version": "7.1.0",
2511
2529
  "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.1.0.tgz",
2512
2530
  "integrity": "sha512-FRCiDiU54XHt5B/D8hX4twwZuzSP244ANHbu3R7CAsJfiv1dUOz24ePBgCZjygEjDUi6BWIJuk4eWLKJ7LATUw==",
@@ -2532,17 +2550,17 @@
2532
2550
  "node": ">=18"
2533
2551
  }
2534
2552
  },
2535
- "node_modules/@inquirer/core/node_modules/@types/node": {
2536
- "version": "20.11.30",
2537
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.30.tgz",
2538
- "integrity": "sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==",
2553
+ "node_modules/@inquirer/confirm/node_modules/@types/node": {
2554
+ "version": "20.12.5",
2555
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.5.tgz",
2556
+ "integrity": "sha512-BD+BjQ9LS/D8ST9p5uqBxghlN+S42iuNxjsUGjeZobe/ciXzk2qb1B6IXc6AnRLS+yFJRpN2IPEHMzwspfDJNw==",
2539
2557
  "dev": true,
2540
2558
  "license": "MIT",
2541
2559
  "dependencies": {
2542
2560
  "undici-types": "~5.26.4"
2543
2561
  }
2544
2562
  },
2545
- "node_modules/@inquirer/core/node_modules/signal-exit": {
2563
+ "node_modules/@inquirer/confirm/node_modules/signal-exit": {
2546
2564
  "version": "4.1.0",
2547
2565
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
2548
2566
  "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
@@ -2555,29 +2573,62 @@
2555
2573
  "url": "https://github.com/sponsors/isaacs"
2556
2574
  }
2557
2575
  },
2558
- "node_modules/@inquirer/core/node_modules/wrap-ansi": {
2559
- "version": "6.2.0",
2560
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
2561
- "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
2576
+ "node_modules/@inquirer/core": {
2577
+ "version": "7.1.2",
2578
+ "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.1.2.tgz",
2579
+ "integrity": "sha512-ne5VhDqruYYzx8mmjDZ9F58ymrLJGxmSHJUcJGiW3tifzvl3goAm6gNX11w6+zUnGE54vgQ6ALDXL3IOSezMRw==",
2562
2580
  "dev": true,
2563
2581
  "license": "MIT",
2564
2582
  "dependencies": {
2565
- "ansi-styles": "^4.0.0",
2566
- "string-width": "^4.1.0",
2567
- "strip-ansi": "^6.0.0"
2583
+ "@inquirer/type": "^1.2.1",
2584
+ "@types/mute-stream": "^0.0.4",
2585
+ "@types/node": "^20.12.4",
2586
+ "@types/wrap-ansi": "^3.0.0",
2587
+ "ansi-escapes": "^4.3.2",
2588
+ "chalk": "^4.1.2",
2589
+ "cli-spinners": "^2.9.2",
2590
+ "cli-width": "^4.1.0",
2591
+ "figures": "^3.2.0",
2592
+ "mute-stream": "^1.0.0",
2593
+ "signal-exit": "^4.1.0",
2594
+ "strip-ansi": "^6.0.1",
2595
+ "wrap-ansi": "^6.2.0"
2568
2596
  },
2569
2597
  "engines": {
2570
- "node": ">=8"
2598
+ "node": ">=18"
2599
+ }
2600
+ },
2601
+ "node_modules/@inquirer/core/node_modules/@types/node": {
2602
+ "version": "20.12.5",
2603
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.5.tgz",
2604
+ "integrity": "sha512-BD+BjQ9LS/D8ST9p5uqBxghlN+S42iuNxjsUGjeZobe/ciXzk2qb1B6IXc6AnRLS+yFJRpN2IPEHMzwspfDJNw==",
2605
+ "dev": true,
2606
+ "license": "MIT",
2607
+ "dependencies": {
2608
+ "undici-types": "~5.26.4"
2609
+ }
2610
+ },
2611
+ "node_modules/@inquirer/core/node_modules/signal-exit": {
2612
+ "version": "4.1.0",
2613
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
2614
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
2615
+ "dev": true,
2616
+ "license": "ISC",
2617
+ "engines": {
2618
+ "node": ">=14"
2619
+ },
2620
+ "funding": {
2621
+ "url": "https://github.com/sponsors/isaacs"
2571
2622
  }
2572
2623
  },
2573
2624
  "node_modules/@inquirer/input": {
2574
- "version": "2.1.0",
2575
- "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.0.tgz",
2576
- "integrity": "sha512-o57pST+xxZfGww1h4G7ISiX37KlLcajhKgKGG7/h8J6ClWtsyqwMv1el9Ds/4geuYN/HcPj0MyX9gTEO62UpcA==",
2625
+ "version": "2.1.2",
2626
+ "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.2.tgz",
2627
+ "integrity": "sha512-Szr9POj/NxbKSmbOx81ZD76b6xmvXXUY56QLWBXRv8zIGTIKtj03V4zAsw3MTiL6Qoo+IaRLwTLr3bI+qIblzA==",
2577
2628
  "dev": true,
2578
2629
  "license": "MIT",
2579
2630
  "dependencies": {
2580
- "@inquirer/core": "^7.1.0",
2631
+ "@inquirer/core": "^7.1.2",
2581
2632
  "@inquirer/type": "^1.2.1"
2582
2633
  },
2583
2634
  "engines": {
@@ -2585,13 +2636,13 @@
2585
2636
  }
2586
2637
  },
2587
2638
  "node_modules/@inquirer/select": {
2588
- "version": "2.2.0",
2589
- "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.2.0.tgz",
2590
- "integrity": "sha512-Pml3DhVM1LnfqasUMIzaBtw+s5UjM5k0bzDeWrWOgqAMWe16AOg0DcAhXHf+SYbnj2CFBeP/TvkvedL4aAEWww==",
2639
+ "version": "2.2.2",
2640
+ "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.2.2.tgz",
2641
+ "integrity": "sha512-WaoleV3O/7iDAHFC0GArOkl7Yg/7wQ/UptxEkfM+bG67h65v0troAjkNASBbNiz9vvoNZxOGhVrug0LNDftCoQ==",
2591
2642
  "dev": true,
2592
2643
  "license": "MIT",
2593
2644
  "dependencies": {
2594
- "@inquirer/core": "^7.1.0",
2645
+ "@inquirer/core": "^7.1.2",
2595
2646
  "@inquirer/type": "^1.2.1",
2596
2647
  "ansi-escapes": "^4.3.2",
2597
2648
  "chalk": "^4.1.2",
@@ -2767,9 +2818,9 @@
2767
2818
  }
2768
2819
  },
2769
2820
  "node_modules/@oclif/core": {
2770
- "version": "3.26.0",
2771
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.0.tgz",
2772
- "integrity": "sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==",
2821
+ "version": "3.26.2",
2822
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.2.tgz",
2823
+ "integrity": "sha512-Gpn21jKjcOx0TecI1wLJrY/65jtgJx5f1GzTc81oKvEpKes1b3Li2SMZygRaWRpcQ3wjN0d7lTPi8WwLsmTBjA==",
2773
2824
  "license": "MIT",
2774
2825
  "dependencies": {
2775
2826
  "@types/cli-progress": "^3.11.5",
@@ -2788,7 +2839,7 @@
2788
2839
  "indent-string": "^4.0.0",
2789
2840
  "is-wsl": "^2.2.0",
2790
2841
  "js-yaml": "^3.14.1",
2791
- "minimatch": "^9.0.3",
2842
+ "minimatch": "^9.0.4",
2792
2843
  "natural-orderby": "^2.0.3",
2793
2844
  "object-treeify": "^1.1.33",
2794
2845
  "password-prompt": "^1.1.3",
@@ -2828,9 +2879,9 @@
2828
2879
  }
2829
2880
  },
2830
2881
  "node_modules/@oclif/core/node_modules/minimatch": {
2831
- "version": "9.0.3",
2832
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
2833
- "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
2882
+ "version": "9.0.4",
2883
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
2884
+ "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
2834
2885
  "license": "ISC",
2835
2886
  "dependencies": {
2836
2887
  "brace-expansion": "^2.0.1"
@@ -2857,14 +2908,31 @@
2857
2908
  "url": "https://github.com/chalk/supports-color?sponsor=1"
2858
2909
  }
2859
2910
  },
2911
+ "node_modules/@oclif/core/node_modules/wrap-ansi": {
2912
+ "version": "7.0.0",
2913
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
2914
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
2915
+ "license": "MIT",
2916
+ "dependencies": {
2917
+ "ansi-styles": "^4.0.0",
2918
+ "string-width": "^4.1.0",
2919
+ "strip-ansi": "^6.0.0"
2920
+ },
2921
+ "engines": {
2922
+ "node": ">=10"
2923
+ },
2924
+ "funding": {
2925
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
2926
+ }
2927
+ },
2860
2928
  "node_modules/@oclif/plugin-help": {
2861
- "version": "6.0.18",
2862
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.18.tgz",
2863
- "integrity": "sha512-Ly0gu/+eq7GfIMT76cirbHgElYGlu+PaZ5elrAKmDiegBh31AXqaPQAj8PH4+sG8RSv5srYtrkrygZaw8IF9CQ==",
2929
+ "version": "6.0.20",
2930
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.20.tgz",
2931
+ "integrity": "sha512-4UG/5q7O3dhUsC0JMqcUV0NU7jybkXkAXLnsRt+KVzDtZWwNOeBECimIFWOmwna5BaneTn8b0+lqO4JvUgeiqA==",
2864
2932
  "dev": true,
2865
2933
  "license": "MIT",
2866
2934
  "dependencies": {
2867
- "@oclif/core": "^3.23.0"
2935
+ "@oclif/core": "^3.26.0"
2868
2936
  },
2869
2937
  "engines": {
2870
2938
  "node": ">=18.0.0"
@@ -2910,13 +2978,13 @@
2910
2978
  }
2911
2979
  },
2912
2980
  "node_modules/@oclif/plugin-warn-if-update-available": {
2913
- "version": "3.0.12",
2914
- "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.12.tgz",
2915
- "integrity": "sha512-BPj+1dSgp9Xtd5BZjLF9s0PeYBl07GSF69aol6/ZUMJMWD78SUWgAAm2SMJJBXic7Lw8hIGBY/YSGXDGaMh4gw==",
2981
+ "version": "3.0.15",
2982
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.15.tgz",
2983
+ "integrity": "sha512-JtPTJFjL6izMCe5dDS2ix2PyWAD2DeJ5Atzd2HHRifbPcmOxaUE62FKTnarIwfPHLMF/nN33liwo9InAdirozg==",
2916
2984
  "dev": true,
2917
2985
  "license": "MIT",
2918
2986
  "dependencies": {
2919
- "@oclif/core": "^3.19.2",
2987
+ "@oclif/core": "^3.26.0",
2920
2988
  "chalk": "^5.3.0",
2921
2989
  "debug": "^4.1.0",
2922
2990
  "http-call": "^5.2.2",
@@ -2947,15 +3015,15 @@
2947
3015
  "license": "MIT"
2948
3016
  },
2949
3017
  "node_modules/@oclif/test": {
2950
- "version": "3.2.6",
2951
- "resolved": "https://registry.npmjs.org/@oclif/test/-/test-3.2.6.tgz",
2952
- "integrity": "sha512-UZAHGAG31lJUyLkGpE94E2Tt+cstGZ4FnS/fvcjeZMkUzlh78HcSHOQWj6FhT8Sd4v62TYYobXNADxEgp+qnng==",
3018
+ "version": "3.2.8",
3019
+ "resolved": "https://registry.npmjs.org/@oclif/test/-/test-3.2.8.tgz",
3020
+ "integrity": "sha512-aC523gJxzRxzL1P1m2Mrdu/xl0FG+ho8GAcZtdUKNOMM6te2iwR481GRzs8B0xDtAPNi0jZWiPFetbyR7mh/kA==",
2953
3021
  "dev": true,
2954
3022
  "license": "MIT",
2955
3023
  "dependencies": {
2956
- "@oclif/core": "^3.25.2",
3024
+ "@oclif/core": "^3.26.0",
2957
3025
  "chai": "^4.4.1",
2958
- "fancy-test": "^3.0.13"
3026
+ "fancy-test": "^3.0.14"
2959
3027
  },
2960
3028
  "engines": {
2961
3029
  "node": ">=18.0.0"
@@ -3829,10 +3897,13 @@
3829
3897
  }
3830
3898
  },
3831
3899
  "node_modules/@types/cli-progress/node_modules/@types/node": {
3832
- "version": "20.5.1",
3833
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.1.tgz",
3834
- "integrity": "sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==",
3835
- "license": "MIT"
3900
+ "version": "20.12.5",
3901
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.5.tgz",
3902
+ "integrity": "sha512-BD+BjQ9LS/D8ST9p5uqBxghlN+S42iuNxjsUGjeZobe/ciXzk2qb1B6IXc6AnRLS+yFJRpN2IPEHMzwspfDJNw==",
3903
+ "license": "MIT",
3904
+ "dependencies": {
3905
+ "undici-types": "~5.26.4"
3906
+ }
3836
3907
  },
3837
3908
  "node_modules/@types/http-cache-semantics": {
3838
3909
  "version": "4.0.4",
@@ -3927,16 +3998,19 @@
3927
3998
  }
3928
3999
  },
3929
4000
  "node_modules/@types/mute-stream/node_modules/@types/node": {
3930
- "version": "20.5.1",
3931
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.1.tgz",
3932
- "integrity": "sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==",
4001
+ "version": "20.12.5",
4002
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.5.tgz",
4003
+ "integrity": "sha512-BD+BjQ9LS/D8ST9p5uqBxghlN+S42iuNxjsUGjeZobe/ciXzk2qb1B6IXc6AnRLS+yFJRpN2IPEHMzwspfDJNw==",
3933
4004
  "dev": true,
3934
- "license": "MIT"
4005
+ "license": "MIT",
4006
+ "dependencies": {
4007
+ "undici-types": "~5.26.4"
4008
+ }
3935
4009
  },
3936
4010
  "node_modules/@types/node": {
3937
- "version": "18.19.22",
3938
- "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.22.tgz",
3939
- "integrity": "sha512-p3pDIfuMg/aXBmhkyanPshdfJuX5c5+bQjYLIikPLXAUycEogij/c50n/C+8XOA5L93cU4ZRXtn+dNQGi0IZqQ==",
4011
+ "version": "18.19.31",
4012
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.31.tgz",
4013
+ "integrity": "sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==",
3940
4014
  "dev": true,
3941
4015
  "license": "MIT",
3942
4016
  "dependencies": {
@@ -5167,21 +5241,6 @@
5167
5241
  "wrap-ansi": "^6.2.0"
5168
5242
  }
5169
5243
  },
5170
- "node_modules/cliui/node_modules/wrap-ansi": {
5171
- "version": "6.2.0",
5172
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
5173
- "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
5174
- "dev": true,
5175
- "license": "MIT",
5176
- "dependencies": {
5177
- "ansi-styles": "^4.0.0",
5178
- "string-width": "^4.1.0",
5179
- "strip-ansi": "^6.0.0"
5180
- },
5181
- "engines": {
5182
- "node": ">=8"
5183
- }
5184
- },
5185
5244
  "node_modules/color": {
5186
5245
  "version": "4.2.3",
5187
5246
  "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
@@ -6547,9 +6606,9 @@
6547
6606
  }
6548
6607
  },
6549
6608
  "node_modules/eslint-plugin-perfectionist/node_modules/minimatch": {
6550
- "version": "9.0.3",
6551
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
6552
- "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
6609
+ "version": "9.0.4",
6610
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
6611
+ "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
6553
6612
  "dev": true,
6554
6613
  "license": "ISC",
6555
6614
  "dependencies": {
@@ -6883,9 +6942,9 @@
6883
6942
  "license": "ISC"
6884
6943
  },
6885
6944
  "node_modules/fancy-test": {
6886
- "version": "3.0.13",
6887
- "resolved": "https://registry.npmjs.org/fancy-test/-/fancy-test-3.0.13.tgz",
6888
- "integrity": "sha512-lOXntvGxCLknfTx3zWggtoRGNyk/lSHg6OvR1r8WtUlBRt/lcyYzW9rvHP3eBgxRo6Ii7cvMlvtA53N8TOvmzw==",
6945
+ "version": "3.0.14",
6946
+ "resolved": "https://registry.npmjs.org/fancy-test/-/fancy-test-3.0.14.tgz",
6947
+ "integrity": "sha512-FkiDltQA8PBZzw5tUnMrP1QtwIdNQWxxbZK5C22M9wu6HfFNciwkG3D9siT4l4s1fBTDaEG+Fdkbpi9FDTxtrg==",
6889
6948
  "dev": true,
6890
6949
  "license": "MIT",
6891
6950
  "dependencies": {
@@ -6904,11 +6963,14 @@
6904
6963
  }
6905
6964
  },
6906
6965
  "node_modules/fancy-test/node_modules/@types/node": {
6907
- "version": "20.5.1",
6908
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.1.tgz",
6909
- "integrity": "sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==",
6966
+ "version": "20.12.5",
6967
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.5.tgz",
6968
+ "integrity": "sha512-BD+BjQ9LS/D8ST9p5uqBxghlN+S42iuNxjsUGjeZobe/ciXzk2qb1B6IXc6AnRLS+yFJRpN2IPEHMzwspfDJNw==",
6910
6969
  "dev": true,
6911
- "license": "MIT"
6970
+ "license": "MIT",
6971
+ "dependencies": {
6972
+ "undici-types": "~5.26.4"
6973
+ }
6912
6974
  },
6913
6975
  "node_modules/fast-deep-equal": {
6914
6976
  "version": "3.1.3",
@@ -9587,9 +9649,9 @@
9587
9649
  }
9588
9650
  },
9589
9651
  "node_modules/mocha": {
9590
- "version": "10.3.0",
9591
- "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.3.0.tgz",
9592
- "integrity": "sha512-uF2XJs+7xSLsrmIvn37i/wnc91nw7XjOQB8ccyx5aEgdnohr7n+rEiZP23WkCYHjilR6+EboEnbq/ZQDz4LSbg==",
9652
+ "version": "10.4.0",
9653
+ "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz",
9654
+ "integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==",
9593
9655
  "dev": true,
9594
9656
  "license": "MIT",
9595
9657
  "dependencies": {
@@ -10121,21 +10183,21 @@
10121
10183
  }
10122
10184
  },
10123
10185
  "node_modules/oclif": {
10124
- "version": "4.6.1",
10125
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.6.1.tgz",
10126
- "integrity": "sha512-PImUoF6NiWVjaZ1GHeqD6aUUsWLot/7wey1WxOzei/dn4lK1nGH3/UXRSAGG6OciSlzuwNClPKfqNwKAVPm3OQ==",
10186
+ "version": "4.7.6",
10187
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.7.6.tgz",
10188
+ "integrity": "sha512-R2Fdef6R8n1UIVAJTCP0oEIRkExMniei4QqmK7ue9iN8PTf+6q5ROrl7/pxMH/DzDCKnkTsi5mBhyT3HqFAZ1w==",
10127
10189
  "dev": true,
10128
10190
  "license": "MIT",
10129
10191
  "dependencies": {
10130
10192
  "@aws-sdk/client-cloudfront": "^3.535.0",
10131
10193
  "@aws-sdk/client-s3": "^3.535.0",
10132
10194
  "@inquirer/confirm": "^3.0.0",
10133
- "@inquirer/input": "^2.0.0",
10134
- "@inquirer/select": "^2.0.0",
10135
- "@oclif/core": "^3.21.0",
10195
+ "@inquirer/input": "^2.1.1",
10196
+ "@inquirer/select": "^2.2.1",
10197
+ "@oclif/core": "^3.26.0",
10136
10198
  "@oclif/plugin-help": "^6.0.18",
10137
10199
  "@oclif/plugin-not-found": "^3.0.14",
10138
- "@oclif/plugin-warn-if-update-available": "^3.0.12",
10200
+ "@oclif/plugin-warn-if-update-available": "^3.0.14",
10139
10201
  "async-retry": "^1.3.3",
10140
10202
  "chalk": "^4",
10141
10203
  "change-case": "^4",
@@ -10148,7 +10210,7 @@
10148
10210
  "lodash.template": "^4.5.0",
10149
10211
  "normalize-package-data": "^3.0.3",
10150
10212
  "semver": "^7.6.0",
10151
- "sort-package-json": "^2.8.0",
10213
+ "sort-package-json": "^2.10.0",
10152
10214
  "validate-npm-package-name": "^5.0.0"
10153
10215
  },
10154
10216
  "bin": {
@@ -11419,9 +11481,9 @@
11419
11481
  "license": "MIT"
11420
11482
  },
11421
11483
  "node_modules/sort-package-json": {
11422
- "version": "2.8.0",
11423
- "resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-2.8.0.tgz",
11424
- "integrity": "sha512-PxeNg93bTJWmDGnu0HADDucoxfFiKkIr73Kv85EBThlI1YQPdc0XovBgg2llD0iABZbu2SlKo8ntGmOP9wOj/g==",
11484
+ "version": "2.10.0",
11485
+ "resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-2.10.0.tgz",
11486
+ "integrity": "sha512-MYecfvObMwJjjJskhxYfuOADkXp1ZMMnCFC8yhp+9HDsk7HhR336hd7eiBs96lTXfiqmUNI+WQCeCMRBhl251g==",
11425
11487
  "dev": true,
11426
11488
  "license": "MIT",
11427
11489
  "dependencies": {
@@ -11431,6 +11493,7 @@
11431
11493
  "git-hooks-list": "^3.0.0",
11432
11494
  "globby": "^13.1.2",
11433
11495
  "is-plain-obj": "^4.1.0",
11496
+ "semver": "^7.6.0",
11434
11497
  "sort-object-keys": "^1.1.3"
11435
11498
  },
11436
11499
  "bin": {
@@ -12138,9 +12201,9 @@
12138
12201
  }
12139
12202
  },
12140
12203
  "node_modules/typescript": {
12141
- "version": "5.4.2",
12142
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz",
12143
- "integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==",
12204
+ "version": "5.4.4",
12205
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz",
12206
+ "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==",
12144
12207
  "dev": true,
12145
12208
  "license": "Apache-2.0",
12146
12209
  "bin": {
@@ -12171,7 +12234,6 @@
12171
12234
  "version": "5.26.5",
12172
12235
  "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
12173
12236
  "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
12174
- "dev": true,
12175
12237
  "license": "MIT"
12176
12238
  },
12177
12239
  "node_modules/universalify": {
@@ -12347,9 +12409,10 @@
12347
12409
  "license": "Apache-2.0"
12348
12410
  },
12349
12411
  "node_modules/wrap-ansi": {
12350
- "version": "7.0.0",
12351
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
12352
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
12412
+ "version": "6.2.0",
12413
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
12414
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
12415
+ "dev": true,
12353
12416
  "license": "MIT",
12354
12417
  "dependencies": {
12355
12418
  "ansi-styles": "^4.0.0",
@@ -12357,10 +12420,7 @@
12357
12420
  "strip-ansi": "^6.0.0"
12358
12421
  },
12359
12422
  "engines": {
12360
- "node": ">=10"
12361
- },
12362
- "funding": {
12363
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
12423
+ "node": ">=8"
12364
12424
  }
12365
12425
  },
12366
12426
  "node_modules/wrappy": {
@@ -12493,6 +12553,24 @@
12493
12553
  "wrap-ansi": "^7.0.0"
12494
12554
  }
12495
12555
  },
12556
+ "node_modules/yargs/node_modules/wrap-ansi": {
12557
+ "version": "7.0.0",
12558
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
12559
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
12560
+ "dev": true,
12561
+ "license": "MIT",
12562
+ "dependencies": {
12563
+ "ansi-styles": "^4.0.0",
12564
+ "string-width": "^4.1.0",
12565
+ "strip-ansi": "^6.0.0"
12566
+ },
12567
+ "engines": {
12568
+ "node": ">=10"
12569
+ },
12570
+ "funding": {
12571
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
12572
+ }
12573
+ },
12496
12574
  "node_modules/yn": {
12497
12575
  "version": "3.1.1",
12498
12576
  "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz",
@@ -135,5 +135,5 @@
135
135
  ]
136
136
  }
137
137
  },
138
- "version": "3.2.2"
138
+ "version": "3.3.1"
139
139
  }