@salesforce/cli 2.74.3 → 2.74.4
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 +14 -14
- package/npm-shrinkwrap.json +303 -139
- package/oclif.lock +164 -124
- package/oclif.manifest.json +1 -1
- package/package.json +10 -10
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.74.
|
|
3
|
+
"version": "2.74.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.74.
|
|
9
|
+
"version": "2.74.4",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
14
|
"@oclif/core": "4.2.3",
|
|
15
|
-
"@oclif/plugin-autocomplete": "3.2.
|
|
16
|
-
"@oclif/plugin-commands": "4.1.
|
|
17
|
-
"@oclif/plugin-help": "6.2.
|
|
18
|
-
"@oclif/plugin-not-found": "3.2.
|
|
19
|
-
"@oclif/plugin-plugins": "5.4.
|
|
20
|
-
"@oclif/plugin-search": "1.2.
|
|
21
|
-
"@oclif/plugin-update": "4.6.
|
|
15
|
+
"@oclif/plugin-autocomplete": "3.2.18",
|
|
16
|
+
"@oclif/plugin-commands": "4.1.17",
|
|
17
|
+
"@oclif/plugin-help": "6.2.22",
|
|
18
|
+
"@oclif/plugin-not-found": "3.2.37",
|
|
19
|
+
"@oclif/plugin-plugins": "5.4.26",
|
|
20
|
+
"@oclif/plugin-search": "1.2.19",
|
|
21
|
+
"@oclif/plugin-update": "4.6.26",
|
|
22
22
|
"@oclif/plugin-version": "2.2.20",
|
|
23
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
24
|
-
"@oclif/plugin-which": "3.2.
|
|
23
|
+
"@oclif/plugin-warn-if-update-available": "3.1.31",
|
|
24
|
+
"@oclif/plugin-which": "3.2.26",
|
|
25
25
|
"@salesforce/core": "^8.2.3",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
27
|
"@salesforce/plugin-apex": "3.6.8",
|
|
@@ -6581,9 +6581,9 @@
|
|
|
6581
6581
|
}
|
|
6582
6582
|
},
|
|
6583
6583
|
"node_modules/@inquirer/core": {
|
|
6584
|
-
"version": "10.1.
|
|
6585
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.
|
|
6586
|
-
"integrity": "sha512-
|
|
6584
|
+
"version": "10.1.4",
|
|
6585
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.4.tgz",
|
|
6586
|
+
"integrity": "sha512-5y4/PUJVnRb4bwWY67KLdebWOhOc7xj5IP2J80oWXa64mVag24rwQ1VAdnj7/eDY/odhguW0zQ1Mp1pj6fO/2w==",
|
|
6587
6587
|
"license": "MIT",
|
|
6588
6588
|
"dependencies": {
|
|
6589
6589
|
"@inquirer/figures": "^1.0.9",
|
|
@@ -6622,12 +6622,12 @@
|
|
|
6622
6622
|
}
|
|
6623
6623
|
},
|
|
6624
6624
|
"node_modules/@inquirer/editor": {
|
|
6625
|
-
"version": "4.2.
|
|
6626
|
-
"resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.
|
|
6627
|
-
"integrity": "sha512-
|
|
6625
|
+
"version": "4.2.3",
|
|
6626
|
+
"resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.3.tgz",
|
|
6627
|
+
"integrity": "sha512-S9KnIOJuTZpb9upeRSBBhoDZv7aSV3pG9TECrBj0f+ZsFwccz886hzKBrChGrXMJwd4NKY+pOA9Vy72uqnd6Eg==",
|
|
6628
6628
|
"license": "MIT",
|
|
6629
6629
|
"dependencies": {
|
|
6630
|
-
"@inquirer/core": "^10.1.
|
|
6630
|
+
"@inquirer/core": "^10.1.4",
|
|
6631
6631
|
"@inquirer/type": "^3.0.2",
|
|
6632
6632
|
"external-editor": "^3.1.0"
|
|
6633
6633
|
},
|
|
@@ -6639,12 +6639,12 @@
|
|
|
6639
6639
|
}
|
|
6640
6640
|
},
|
|
6641
6641
|
"node_modules/@inquirer/expand": {
|
|
6642
|
-
"version": "4.0.
|
|
6643
|
-
"resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.
|
|
6644
|
-
"integrity": "sha512-
|
|
6642
|
+
"version": "4.0.6",
|
|
6643
|
+
"resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.6.tgz",
|
|
6644
|
+
"integrity": "sha512-TRTfi1mv1GeIZGyi9PQmvAaH65ZlG4/FACq6wSzs7Vvf1z5dnNWsAAXBjWMHt76l+1hUY8teIqJFrWBk5N6gsg==",
|
|
6645
6645
|
"license": "MIT",
|
|
6646
6646
|
"dependencies": {
|
|
6647
|
-
"@inquirer/core": "^10.1.
|
|
6647
|
+
"@inquirer/core": "^10.1.4",
|
|
6648
6648
|
"@inquirer/type": "^3.0.2",
|
|
6649
6649
|
"yoctocolors-cjs": "^2.1.2"
|
|
6650
6650
|
},
|
|
@@ -6726,12 +6726,12 @@
|
|
|
6726
6726
|
}
|
|
6727
6727
|
},
|
|
6728
6728
|
"node_modules/@inquirer/number": {
|
|
6729
|
-
"version": "3.0.
|
|
6730
|
-
"resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.
|
|
6731
|
-
"integrity": "sha512-
|
|
6729
|
+
"version": "3.0.6",
|
|
6730
|
+
"resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.6.tgz",
|
|
6731
|
+
"integrity": "sha512-xO07lftUHk1rs1gR0KbqB+LJPhkUNkyzV/KhH+937hdkMazmAYHLm1OIrNKpPelppeV1FgWrgFDjdUD8mM+XUg==",
|
|
6732
6732
|
"license": "MIT",
|
|
6733
6733
|
"dependencies": {
|
|
6734
|
-
"@inquirer/core": "^10.1.
|
|
6734
|
+
"@inquirer/core": "^10.1.4",
|
|
6735
6735
|
"@inquirer/type": "^3.0.2"
|
|
6736
6736
|
},
|
|
6737
6737
|
"engines": {
|
|
@@ -6804,21 +6804,21 @@
|
|
|
6804
6804
|
}
|
|
6805
6805
|
},
|
|
6806
6806
|
"node_modules/@inquirer/prompts": {
|
|
6807
|
-
"version": "7.2.
|
|
6808
|
-
"resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.2.
|
|
6809
|
-
"integrity": "sha512-
|
|
6807
|
+
"version": "7.2.3",
|
|
6808
|
+
"resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.2.3.tgz",
|
|
6809
|
+
"integrity": "sha512-hzfnm3uOoDySDXfDNOm9usOuYIaQvTgKp/13l1uJoe6UNY+Zpcn2RYt0jXz3yA+yemGHvDOxVzqWl3S5sQq53Q==",
|
|
6810
6810
|
"license": "MIT",
|
|
6811
6811
|
"dependencies": {
|
|
6812
|
-
"@inquirer/checkbox": "^4.0.
|
|
6813
|
-
"@inquirer/confirm": "^5.1.
|
|
6814
|
-
"@inquirer/editor": "^4.2.
|
|
6815
|
-
"@inquirer/expand": "^4.0.
|
|
6816
|
-
"@inquirer/input": "^4.1.
|
|
6817
|
-
"@inquirer/number": "^3.0.
|
|
6818
|
-
"@inquirer/password": "^4.0.
|
|
6819
|
-
"@inquirer/rawlist": "^4.0.
|
|
6820
|
-
"@inquirer/search": "^3.0.
|
|
6821
|
-
"@inquirer/select": "^4.0.
|
|
6812
|
+
"@inquirer/checkbox": "^4.0.6",
|
|
6813
|
+
"@inquirer/confirm": "^5.1.3",
|
|
6814
|
+
"@inquirer/editor": "^4.2.3",
|
|
6815
|
+
"@inquirer/expand": "^4.0.6",
|
|
6816
|
+
"@inquirer/input": "^4.1.3",
|
|
6817
|
+
"@inquirer/number": "^3.0.6",
|
|
6818
|
+
"@inquirer/password": "^4.0.6",
|
|
6819
|
+
"@inquirer/rawlist": "^4.0.6",
|
|
6820
|
+
"@inquirer/search": "^3.0.6",
|
|
6821
|
+
"@inquirer/select": "^4.0.6"
|
|
6822
6822
|
},
|
|
6823
6823
|
"engines": {
|
|
6824
6824
|
"node": ">=18"
|
|
@@ -6828,12 +6828,12 @@
|
|
|
6828
6828
|
}
|
|
6829
6829
|
},
|
|
6830
6830
|
"node_modules/@inquirer/prompts/node_modules/@inquirer/checkbox": {
|
|
6831
|
-
"version": "4.0.
|
|
6832
|
-
"resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.0.
|
|
6833
|
-
"integrity": "sha512-
|
|
6831
|
+
"version": "4.0.6",
|
|
6832
|
+
"resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.0.6.tgz",
|
|
6833
|
+
"integrity": "sha512-PgP35JfmGjHU0LSXOyRew0zHuA9N6OJwOlos1fZ20b7j8ISeAdib3L+n0jIxBtX958UeEpte6xhG/gxJ5iUqMw==",
|
|
6834
6834
|
"license": "MIT",
|
|
6835
6835
|
"dependencies": {
|
|
6836
|
-
"@inquirer/core": "^10.1.
|
|
6836
|
+
"@inquirer/core": "^10.1.4",
|
|
6837
6837
|
"@inquirer/figures": "^1.0.9",
|
|
6838
6838
|
"@inquirer/type": "^3.0.2",
|
|
6839
6839
|
"ansi-escapes": "^4.3.2",
|
|
@@ -6847,12 +6847,12 @@
|
|
|
6847
6847
|
}
|
|
6848
6848
|
},
|
|
6849
6849
|
"node_modules/@inquirer/prompts/node_modules/@inquirer/confirm": {
|
|
6850
|
-
"version": "5.1.
|
|
6851
|
-
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.
|
|
6852
|
-
"integrity": "sha512-
|
|
6850
|
+
"version": "5.1.3",
|
|
6851
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.3.tgz",
|
|
6852
|
+
"integrity": "sha512-fuF9laMmHoOgWapF9h9hv6opA5WvmGFHsTYGCmuFxcghIhEhb3dN0CdQR4BUMqa2H506NCj8cGX4jwMsE4t6dA==",
|
|
6853
6853
|
"license": "MIT",
|
|
6854
6854
|
"dependencies": {
|
|
6855
|
-
"@inquirer/core": "^10.1.
|
|
6855
|
+
"@inquirer/core": "^10.1.4",
|
|
6856
6856
|
"@inquirer/type": "^3.0.2"
|
|
6857
6857
|
},
|
|
6858
6858
|
"engines": {
|
|
@@ -6863,12 +6863,12 @@
|
|
|
6863
6863
|
}
|
|
6864
6864
|
},
|
|
6865
6865
|
"node_modules/@inquirer/prompts/node_modules/@inquirer/input": {
|
|
6866
|
-
"version": "4.1.
|
|
6867
|
-
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.1.
|
|
6868
|
-
"integrity": "sha512-
|
|
6866
|
+
"version": "4.1.3",
|
|
6867
|
+
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.1.3.tgz",
|
|
6868
|
+
"integrity": "sha512-zeo++6f7hxaEe7OjtMzdGZPHiawsfmCZxWB9X1NpmYgbeoyerIbWemvlBxxl+sQIlHC0WuSAG19ibMq3gbhaqQ==",
|
|
6869
6869
|
"license": "MIT",
|
|
6870
6870
|
"dependencies": {
|
|
6871
|
-
"@inquirer/core": "^10.1.
|
|
6871
|
+
"@inquirer/core": "^10.1.4",
|
|
6872
6872
|
"@inquirer/type": "^3.0.2"
|
|
6873
6873
|
},
|
|
6874
6874
|
"engines": {
|
|
@@ -6879,12 +6879,12 @@
|
|
|
6879
6879
|
}
|
|
6880
6880
|
},
|
|
6881
6881
|
"node_modules/@inquirer/prompts/node_modules/@inquirer/password": {
|
|
6882
|
-
"version": "4.0.
|
|
6883
|
-
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.
|
|
6884
|
-
"integrity": "sha512-
|
|
6882
|
+
"version": "4.0.6",
|
|
6883
|
+
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.6.tgz",
|
|
6884
|
+
"integrity": "sha512-QLF0HmMpHZPPMp10WGXh6F+ZPvzWE7LX6rNoccdktv/Rov0B+0f+eyXkAcgqy5cH9V+WSpbLxu2lo3ysEVK91w==",
|
|
6885
6885
|
"license": "MIT",
|
|
6886
6886
|
"dependencies": {
|
|
6887
|
-
"@inquirer/core": "^10.1.
|
|
6887
|
+
"@inquirer/core": "^10.1.4",
|
|
6888
6888
|
"@inquirer/type": "^3.0.2",
|
|
6889
6889
|
"ansi-escapes": "^4.3.2"
|
|
6890
6890
|
},
|
|
@@ -6896,12 +6896,12 @@
|
|
|
6896
6896
|
}
|
|
6897
6897
|
},
|
|
6898
6898
|
"node_modules/@inquirer/prompts/node_modules/@inquirer/select": {
|
|
6899
|
-
"version": "4.0.
|
|
6900
|
-
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.0.
|
|
6901
|
-
"integrity": "sha512-
|
|
6899
|
+
"version": "4.0.6",
|
|
6900
|
+
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.0.6.tgz",
|
|
6901
|
+
"integrity": "sha512-yANzIiNZ8fhMm4NORm+a74+KFYHmf7BZphSOBovIzYPVLquseTGEkU5l2UTnBOf5k0VLmTgPighNDLE9QtbViQ==",
|
|
6902
6902
|
"license": "MIT",
|
|
6903
6903
|
"dependencies": {
|
|
6904
|
-
"@inquirer/core": "^10.1.
|
|
6904
|
+
"@inquirer/core": "^10.1.4",
|
|
6905
6905
|
"@inquirer/figures": "^1.0.9",
|
|
6906
6906
|
"@inquirer/type": "^3.0.2",
|
|
6907
6907
|
"ansi-escapes": "^4.3.2",
|
|
@@ -6915,12 +6915,12 @@
|
|
|
6915
6915
|
}
|
|
6916
6916
|
},
|
|
6917
6917
|
"node_modules/@inquirer/rawlist": {
|
|
6918
|
-
"version": "4.0.
|
|
6919
|
-
"resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.0.
|
|
6920
|
-
"integrity": "sha512-
|
|
6918
|
+
"version": "4.0.6",
|
|
6919
|
+
"resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.0.6.tgz",
|
|
6920
|
+
"integrity": "sha512-QoE4s1SsIPx27FO4L1b1mUjVcoHm1pWE/oCmm4z/Hl+V1Aw5IXl8FYYzGmfXaBT0l/sWr49XmNSiq7kg3Kd/Lg==",
|
|
6921
6921
|
"license": "MIT",
|
|
6922
6922
|
"dependencies": {
|
|
6923
|
-
"@inquirer/core": "^10.1.
|
|
6923
|
+
"@inquirer/core": "^10.1.4",
|
|
6924
6924
|
"@inquirer/type": "^3.0.2",
|
|
6925
6925
|
"yoctocolors-cjs": "^2.1.2"
|
|
6926
6926
|
},
|
|
@@ -6932,12 +6932,12 @@
|
|
|
6932
6932
|
}
|
|
6933
6933
|
},
|
|
6934
6934
|
"node_modules/@inquirer/search": {
|
|
6935
|
-
"version": "3.0.
|
|
6936
|
-
"resolved": "https://registry.npmjs.org/@inquirer/search/-/search-3.0.
|
|
6937
|
-
"integrity": "sha512-
|
|
6935
|
+
"version": "3.0.6",
|
|
6936
|
+
"resolved": "https://registry.npmjs.org/@inquirer/search/-/search-3.0.6.tgz",
|
|
6937
|
+
"integrity": "sha512-eFZ2hiAq0bZcFPuFFBmZEtXU1EarHLigE+ENCtpO+37NHCl4+Yokq1P/d09kUblObaikwfo97w+0FtG/EXl5Ng==",
|
|
6938
6938
|
"license": "MIT",
|
|
6939
6939
|
"dependencies": {
|
|
6940
|
-
"@inquirer/core": "^10.1.
|
|
6940
|
+
"@inquirer/core": "^10.1.4",
|
|
6941
6941
|
"@inquirer/figures": "^1.0.9",
|
|
6942
6942
|
"@inquirer/type": "^3.0.2",
|
|
6943
6943
|
"yoctocolors-cjs": "^2.1.2"
|
|
@@ -7953,6 +7953,18 @@
|
|
|
7953
7953
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
7954
7954
|
}
|
|
7955
7955
|
},
|
|
7956
|
+
"node_modules/@oclif/core/node_modules/widest-line": {
|
|
7957
|
+
"version": "3.1.0",
|
|
7958
|
+
"resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz",
|
|
7959
|
+
"integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==",
|
|
7960
|
+
"license": "MIT",
|
|
7961
|
+
"dependencies": {
|
|
7962
|
+
"string-width": "^4.0.0"
|
|
7963
|
+
},
|
|
7964
|
+
"engines": {
|
|
7965
|
+
"node": ">=8"
|
|
7966
|
+
}
|
|
7967
|
+
},
|
|
7956
7968
|
"node_modules/@oclif/core/node_modules/wrap-ansi": {
|
|
7957
7969
|
"version": "7.0.0",
|
|
7958
7970
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
@@ -7988,6 +8000,21 @@
|
|
|
7988
8000
|
"node": ">=18.0.0"
|
|
7989
8001
|
}
|
|
7990
8002
|
},
|
|
8003
|
+
"node_modules/@oclif/multi-stage-output/node_modules/ansi-escapes": {
|
|
8004
|
+
"version": "7.0.0",
|
|
8005
|
+
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.0.0.tgz",
|
|
8006
|
+
"integrity": "sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==",
|
|
8007
|
+
"license": "MIT",
|
|
8008
|
+
"dependencies": {
|
|
8009
|
+
"environment": "^1.0.0"
|
|
8010
|
+
},
|
|
8011
|
+
"engines": {
|
|
8012
|
+
"node": ">=18"
|
|
8013
|
+
},
|
|
8014
|
+
"funding": {
|
|
8015
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
8016
|
+
}
|
|
8017
|
+
},
|
|
7991
8018
|
"node_modules/@oclif/multi-stage-output/node_modules/ansi-regex": {
|
|
7992
8019
|
"version": "6.0.1",
|
|
7993
8020
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
@@ -8000,6 +8027,18 @@
|
|
|
8000
8027
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
8001
8028
|
}
|
|
8002
8029
|
},
|
|
8030
|
+
"node_modules/@oclif/multi-stage-output/node_modules/chalk": {
|
|
8031
|
+
"version": "5.4.1",
|
|
8032
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
|
|
8033
|
+
"integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
|
|
8034
|
+
"license": "MIT",
|
|
8035
|
+
"engines": {
|
|
8036
|
+
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
8037
|
+
},
|
|
8038
|
+
"funding": {
|
|
8039
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
8040
|
+
}
|
|
8041
|
+
},
|
|
8003
8042
|
"node_modules/@oclif/multi-stage-output/node_modules/emoji-regex": {
|
|
8004
8043
|
"version": "10.3.0",
|
|
8005
8044
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
@@ -8021,6 +8060,81 @@
|
|
|
8021
8060
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
8022
8061
|
}
|
|
8023
8062
|
},
|
|
8063
|
+
"node_modules/@oclif/multi-stage-output/node_modules/indent-string": {
|
|
8064
|
+
"version": "5.0.0",
|
|
8065
|
+
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz",
|
|
8066
|
+
"integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==",
|
|
8067
|
+
"license": "MIT",
|
|
8068
|
+
"engines": {
|
|
8069
|
+
"node": ">=12"
|
|
8070
|
+
},
|
|
8071
|
+
"funding": {
|
|
8072
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
8073
|
+
}
|
|
8074
|
+
},
|
|
8075
|
+
"node_modules/@oclif/multi-stage-output/node_modules/ink": {
|
|
8076
|
+
"version": "5.1.0",
|
|
8077
|
+
"resolved": "https://registry.npmjs.org/ink/-/ink-5.1.0.tgz",
|
|
8078
|
+
"integrity": "sha512-3vIO+CU4uSg167/dZrg4wHy75llUINYXxN4OsdaCkE40q4zyOTPwNc2VEpLnnWsIvIQeo6x6lilAhuaSt+rIsA==",
|
|
8079
|
+
"license": "MIT",
|
|
8080
|
+
"dependencies": {
|
|
8081
|
+
"@alcalzone/ansi-tokenize": "^0.1.3",
|
|
8082
|
+
"ansi-escapes": "^7.0.0",
|
|
8083
|
+
"ansi-styles": "^6.2.1",
|
|
8084
|
+
"auto-bind": "^5.0.1",
|
|
8085
|
+
"chalk": "^5.3.0",
|
|
8086
|
+
"cli-boxes": "^3.0.0",
|
|
8087
|
+
"cli-cursor": "^4.0.0",
|
|
8088
|
+
"cli-truncate": "^4.0.0",
|
|
8089
|
+
"code-excerpt": "^4.0.0",
|
|
8090
|
+
"es-toolkit": "^1.22.0",
|
|
8091
|
+
"indent-string": "^5.0.0",
|
|
8092
|
+
"is-in-ci": "^1.0.0",
|
|
8093
|
+
"patch-console": "^2.0.0",
|
|
8094
|
+
"react-reconciler": "^0.29.0",
|
|
8095
|
+
"scheduler": "^0.23.0",
|
|
8096
|
+
"signal-exit": "^3.0.7",
|
|
8097
|
+
"slice-ansi": "^7.1.0",
|
|
8098
|
+
"stack-utils": "^2.0.6",
|
|
8099
|
+
"string-width": "^7.2.0",
|
|
8100
|
+
"type-fest": "^4.27.0",
|
|
8101
|
+
"widest-line": "^5.0.0",
|
|
8102
|
+
"wrap-ansi": "^9.0.0",
|
|
8103
|
+
"ws": "^8.18.0",
|
|
8104
|
+
"yoga-wasm-web": "~0.3.3"
|
|
8105
|
+
},
|
|
8106
|
+
"engines": {
|
|
8107
|
+
"node": ">=18"
|
|
8108
|
+
},
|
|
8109
|
+
"peerDependencies": {
|
|
8110
|
+
"@types/react": ">=18.0.0",
|
|
8111
|
+
"react": ">=18.0.0",
|
|
8112
|
+
"react-devtools-core": "^4.19.1"
|
|
8113
|
+
},
|
|
8114
|
+
"peerDependenciesMeta": {
|
|
8115
|
+
"@types/react": {
|
|
8116
|
+
"optional": true
|
|
8117
|
+
},
|
|
8118
|
+
"react-devtools-core": {
|
|
8119
|
+
"optional": true
|
|
8120
|
+
}
|
|
8121
|
+
}
|
|
8122
|
+
},
|
|
8123
|
+
"node_modules/@oclif/multi-stage-output/node_modules/is-in-ci": {
|
|
8124
|
+
"version": "1.0.0",
|
|
8125
|
+
"resolved": "https://registry.npmjs.org/is-in-ci/-/is-in-ci-1.0.0.tgz",
|
|
8126
|
+
"integrity": "sha512-eUuAjybVTHMYWm/U+vBO1sY/JOCgoPCXRxzdju0K+K0BiGW0SChEL1MLC0PoCIR1OlPo5YAp8HuQoUlsWEICwg==",
|
|
8127
|
+
"license": "MIT",
|
|
8128
|
+
"bin": {
|
|
8129
|
+
"is-in-ci": "cli.js"
|
|
8130
|
+
},
|
|
8131
|
+
"engines": {
|
|
8132
|
+
"node": ">=18"
|
|
8133
|
+
},
|
|
8134
|
+
"funding": {
|
|
8135
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
8136
|
+
}
|
|
8137
|
+
},
|
|
8024
8138
|
"node_modules/@oclif/multi-stage-output/node_modules/is-unicode-supported": {
|
|
8025
8139
|
"version": "2.1.0",
|
|
8026
8140
|
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
|
|
@@ -8065,6 +8179,18 @@
|
|
|
8065
8179
|
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
8066
8180
|
}
|
|
8067
8181
|
},
|
|
8182
|
+
"node_modules/@oclif/multi-stage-output/node_modules/type-fest": {
|
|
8183
|
+
"version": "4.32.0",
|
|
8184
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.32.0.tgz",
|
|
8185
|
+
"integrity": "sha512-rfgpoi08xagF3JSdtJlCwMq9DGNDE0IMh3Mkpc1wUypg9vPi786AiqeBBKcqvIkq42azsBM85N490fyZjeUftw==",
|
|
8186
|
+
"license": "(MIT OR CC0-1.0)",
|
|
8187
|
+
"engines": {
|
|
8188
|
+
"node": ">=16"
|
|
8189
|
+
},
|
|
8190
|
+
"funding": {
|
|
8191
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
8192
|
+
}
|
|
8193
|
+
},
|
|
8068
8194
|
"node_modules/@oclif/multi-stage-output/node_modules/wrap-ansi": {
|
|
8069
8195
|
"version": "9.0.0",
|
|
8070
8196
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
|
|
@@ -8083,9 +8209,9 @@
|
|
|
8083
8209
|
}
|
|
8084
8210
|
},
|
|
8085
8211
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
8086
|
-
"version": "3.2.
|
|
8087
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.
|
|
8088
|
-
"integrity": "sha512-
|
|
8212
|
+
"version": "3.2.18",
|
|
8213
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.18.tgz",
|
|
8214
|
+
"integrity": "sha512-MX1x7J0K+KtSK8xaOjt1SiXgsQPCV22dQD2Fm2o654SlQAJZN4I+k7vyG0gv36UqT1lFeUo2upWeW71BsXWsZA==",
|
|
8089
8215
|
"license": "MIT",
|
|
8090
8216
|
"dependencies": {
|
|
8091
8217
|
"@oclif/core": "^4",
|
|
@@ -8166,9 +8292,9 @@
|
|
|
8166
8292
|
}
|
|
8167
8293
|
},
|
|
8168
8294
|
"node_modules/@oclif/plugin-commands": {
|
|
8169
|
-
"version": "4.1.
|
|
8170
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.
|
|
8171
|
-
"integrity": "sha512-
|
|
8295
|
+
"version": "4.1.17",
|
|
8296
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.17.tgz",
|
|
8297
|
+
"integrity": "sha512-iRvYrfOmfYg2RGbyDKEP4pTq1cKtnQFSygVY2+g1hMWEVJvWMvTDs2ZunWD26Cbn0f/7lNkmWGYhm8ZjCiSIGQ==",
|
|
8172
8298
|
"license": "MIT",
|
|
8173
8299
|
"dependencies": {
|
|
8174
8300
|
"@oclif/core": "^4",
|
|
@@ -8181,9 +8307,9 @@
|
|
|
8181
8307
|
}
|
|
8182
8308
|
},
|
|
8183
8309
|
"node_modules/@oclif/plugin-help": {
|
|
8184
|
-
"version": "6.2.
|
|
8185
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
8186
|
-
"integrity": "sha512-
|
|
8310
|
+
"version": "6.2.22",
|
|
8311
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.22.tgz",
|
|
8312
|
+
"integrity": "sha512-h4DxdEqlHFT310OUB3bDAZ8/ZDyOdyq3r1lLxaPcGWxHPt4mC3OLgYYMz95E+PmxvVd8kz2gzP3nHGO22ziCUw==",
|
|
8187
8313
|
"license": "MIT",
|
|
8188
8314
|
"dependencies": {
|
|
8189
8315
|
"@oclif/core": "^4"
|
|
@@ -8193,12 +8319,12 @@
|
|
|
8193
8319
|
}
|
|
8194
8320
|
},
|
|
8195
8321
|
"node_modules/@oclif/plugin-not-found": {
|
|
8196
|
-
"version": "3.2.
|
|
8197
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
8198
|
-
"integrity": "sha512
|
|
8322
|
+
"version": "3.2.37",
|
|
8323
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.37.tgz",
|
|
8324
|
+
"integrity": "sha512-+mPderF9TfxGYGfMBxcVn5J7ruUEyPv4I0rElhVewpwTnphxbHOqyaXIoiZ6bSxB0kAVdVH5jPUaVjyR2fOr3Q==",
|
|
8199
8325
|
"license": "MIT",
|
|
8200
8326
|
"dependencies": {
|
|
8201
|
-
"@inquirer/prompts": "^7.2.
|
|
8327
|
+
"@inquirer/prompts": "^7.2.3",
|
|
8202
8328
|
"@oclif/core": "^4",
|
|
8203
8329
|
"ansis": "^3.8.1",
|
|
8204
8330
|
"fast-levenshtein": "^3.0.0"
|
|
@@ -8208,12 +8334,12 @@
|
|
|
8208
8334
|
}
|
|
8209
8335
|
},
|
|
8210
8336
|
"node_modules/@oclif/plugin-plugins": {
|
|
8211
|
-
"version": "5.4.
|
|
8212
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.
|
|
8213
|
-
"integrity": "sha512-
|
|
8337
|
+
"version": "5.4.26",
|
|
8338
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.26.tgz",
|
|
8339
|
+
"integrity": "sha512-GJugxOim0ybZgp2/0BjWwWKQZWuQY2dk4PS2LtLuEaw766boe0YA+YJrovPGJUokXWcmnXvbci5b2fCRcWk8gg==",
|
|
8214
8340
|
"license": "MIT",
|
|
8215
8341
|
"dependencies": {
|
|
8216
|
-
"@oclif/core": "^4.2.
|
|
8342
|
+
"@oclif/core": "^4.2.3",
|
|
8217
8343
|
"ansis": "^3.5.2",
|
|
8218
8344
|
"debug": "^4.4.0",
|
|
8219
8345
|
"npm": "^10.9.2",
|
|
@@ -8308,9 +8434,9 @@
|
|
|
8308
8434
|
}
|
|
8309
8435
|
},
|
|
8310
8436
|
"node_modules/@oclif/plugin-search": {
|
|
8311
|
-
"version": "1.2.
|
|
8312
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.
|
|
8313
|
-
"integrity": "sha512-
|
|
8437
|
+
"version": "1.2.19",
|
|
8438
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.19.tgz",
|
|
8439
|
+
"integrity": "sha512-Xc5GPZZsnrtA2FhOb0X3eNh8GuqjdlywLqkqIlh/6Zewm1gKA/7ANBmHRH23qzOgLw7hAurFZSR5CJtNvtLt8w==",
|
|
8314
8440
|
"license": "MIT",
|
|
8315
8441
|
"dependencies": {
|
|
8316
8442
|
"@oclif/core": "^4",
|
|
@@ -8337,15 +8463,15 @@
|
|
|
8337
8463
|
}
|
|
8338
8464
|
},
|
|
8339
8465
|
"node_modules/@oclif/plugin-update": {
|
|
8340
|
-
"version": "4.6.
|
|
8341
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.6.
|
|
8342
|
-
"integrity": "sha512-
|
|
8466
|
+
"version": "4.6.26",
|
|
8467
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.6.26.tgz",
|
|
8468
|
+
"integrity": "sha512-IZPEgx2Byy0b99JlL1Ps50vM86euAFQey65RMteXGzZqQaa3uPxP4WA9HBgMuk3xVCw/XG/1axfyvoC3pYeMKg==",
|
|
8343
8469
|
"license": "MIT",
|
|
8344
8470
|
"dependencies": {
|
|
8345
8471
|
"@inquirer/select": "^2.5.0",
|
|
8346
8472
|
"@oclif/core": "^4",
|
|
8347
|
-
"@oclif/table": "^0.4.
|
|
8348
|
-
"ansis": "^3.
|
|
8473
|
+
"@oclif/table": "^0.4.3",
|
|
8474
|
+
"ansis": "^3.9.0",
|
|
8349
8475
|
"debug": "^4.4.0",
|
|
8350
8476
|
"filesize": "^6.1.0",
|
|
8351
8477
|
"got": "^13",
|
|
@@ -8371,9 +8497,9 @@
|
|
|
8371
8497
|
}
|
|
8372
8498
|
},
|
|
8373
8499
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
8374
|
-
"version": "3.1.
|
|
8375
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
8376
|
-
"integrity": "sha512-
|
|
8500
|
+
"version": "3.1.31",
|
|
8501
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.31.tgz",
|
|
8502
|
+
"integrity": "sha512-0ZN7o+Tv00gYrwlKsfMQ8VvJGb9Vhr3UYStFJh1AbEdGTPlURv51aatTW27AIV2atfluCh0MMntVZSzoDcuxSQ==",
|
|
8377
8503
|
"license": "MIT",
|
|
8378
8504
|
"dependencies": {
|
|
8379
8505
|
"@oclif/core": "^4",
|
|
@@ -8388,9 +8514,9 @@
|
|
|
8388
8514
|
}
|
|
8389
8515
|
},
|
|
8390
8516
|
"node_modules/@oclif/plugin-which": {
|
|
8391
|
-
"version": "3.2.
|
|
8392
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.
|
|
8393
|
-
"integrity": "sha512-
|
|
8517
|
+
"version": "3.2.26",
|
|
8518
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.26.tgz",
|
|
8519
|
+
"integrity": "sha512-w9qA5tYLQY80Ehrd9JRdyLk3MmaLxsTQdOpanxxNsyz2waLOQX9sNmudWYyAagYwvondU48pnVvWUpTe1BebFA==",
|
|
8394
8520
|
"license": "MIT",
|
|
8395
8521
|
"dependencies": {
|
|
8396
8522
|
"@oclif/core": "^4",
|
|
@@ -8401,16 +8527,16 @@
|
|
|
8401
8527
|
}
|
|
8402
8528
|
},
|
|
8403
8529
|
"node_modules/@oclif/table": {
|
|
8404
|
-
"version": "0.4.
|
|
8405
|
-
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.
|
|
8406
|
-
"integrity": "sha512-
|
|
8530
|
+
"version": "0.4.3",
|
|
8531
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.3.tgz",
|
|
8532
|
+
"integrity": "sha512-fioTULPaOilLeLVKfgcd7cJXzFBHeRKumjYcj3NeuYiyl6J4EcaCDYsy6tSyrBASqoWD0xzc5Hv21zCLG0CS+g==",
|
|
8407
8533
|
"license": "MIT",
|
|
8408
8534
|
"dependencies": {
|
|
8409
8535
|
"@oclif/core": "^4",
|
|
8410
8536
|
"@types/react": "^18.3.12",
|
|
8411
8537
|
"change-case": "^5.4.4",
|
|
8412
8538
|
"cli-truncate": "^4.0.0",
|
|
8413
|
-
"ink": "
|
|
8539
|
+
"ink": "5.0.1",
|
|
8414
8540
|
"natural-orderby": "^3.0.2",
|
|
8415
8541
|
"object-hash": "^3.0.0",
|
|
8416
8542
|
"react": "^18.3.1",
|
|
@@ -13155,9 +13281,9 @@
|
|
|
13155
13281
|
"license": "MIT"
|
|
13156
13282
|
},
|
|
13157
13283
|
"node_modules/ansis": {
|
|
13158
|
-
"version": "3.
|
|
13159
|
-
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.
|
|
13160
|
-
"integrity": "sha512-
|
|
13284
|
+
"version": "3.9.0",
|
|
13285
|
+
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.9.0.tgz",
|
|
13286
|
+
"integrity": "sha512-PcDrVe15ldexeZMsVLBAzBwF2KhZgaU0R+CHxH+x5kqn/pO+UWVBZJ+NEXMPpEOLUFeNsnNdoWYc2gwO+MVkDg==",
|
|
13161
13287
|
"license": "ISC",
|
|
13162
13288
|
"engines": {
|
|
13163
13289
|
"node": ">=16"
|
|
@@ -18513,9 +18639,9 @@
|
|
|
18513
18639
|
}
|
|
18514
18640
|
},
|
|
18515
18641
|
"node_modules/ink": {
|
|
18516
|
-
"version": "5.1
|
|
18517
|
-
"resolved": "https://registry.npmjs.org/ink/-/ink-5.1.
|
|
18518
|
-
"integrity": "sha512-
|
|
18642
|
+
"version": "5.0.1",
|
|
18643
|
+
"resolved": "https://registry.npmjs.org/ink/-/ink-5.0.1.tgz",
|
|
18644
|
+
"integrity": "sha512-ae4AW/t8jlkj/6Ou21H2av0wxTk8vrGzXv+v2v7j4in+bl1M5XRMVbfNghzhBokV++FjF8RBDJvYo+ttR9YVRg==",
|
|
18519
18645
|
"license": "MIT",
|
|
18520
18646
|
"dependencies": {
|
|
18521
18647
|
"@alcalzone/ansi-tokenize": "^0.1.3",
|
|
@@ -18527,20 +18653,20 @@
|
|
|
18527
18653
|
"cli-cursor": "^4.0.0",
|
|
18528
18654
|
"cli-truncate": "^4.0.0",
|
|
18529
18655
|
"code-excerpt": "^4.0.0",
|
|
18530
|
-
"es-toolkit": "^1.22.0",
|
|
18531
18656
|
"indent-string": "^5.0.0",
|
|
18532
|
-
"is-in-ci": "^1.0
|
|
18657
|
+
"is-in-ci": "^0.1.0",
|
|
18658
|
+
"lodash": "^4.17.21",
|
|
18533
18659
|
"patch-console": "^2.0.0",
|
|
18534
18660
|
"react-reconciler": "^0.29.0",
|
|
18535
18661
|
"scheduler": "^0.23.0",
|
|
18536
18662
|
"signal-exit": "^3.0.7",
|
|
18537
18663
|
"slice-ansi": "^7.1.0",
|
|
18538
18664
|
"stack-utils": "^2.0.6",
|
|
18539
|
-
"string-width": "^7.
|
|
18540
|
-
"type-fest": "^4.
|
|
18665
|
+
"string-width": "^7.0.0",
|
|
18666
|
+
"type-fest": "^4.8.3",
|
|
18541
18667
|
"widest-line": "^5.0.0",
|
|
18542
18668
|
"wrap-ansi": "^9.0.0",
|
|
18543
|
-
"ws": "^8.
|
|
18669
|
+
"ws": "^8.15.0",
|
|
18544
18670
|
"yoga-wasm-web": "~0.3.3"
|
|
18545
18671
|
},
|
|
18546
18672
|
"engines": {
|
|
@@ -18650,9 +18776,9 @@
|
|
|
18650
18776
|
}
|
|
18651
18777
|
},
|
|
18652
18778
|
"node_modules/ink/node_modules/type-fest": {
|
|
18653
|
-
"version": "4.
|
|
18654
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
|
18655
|
-
"integrity": "sha512-
|
|
18779
|
+
"version": "4.32.0",
|
|
18780
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.32.0.tgz",
|
|
18781
|
+
"integrity": "sha512-rfgpoi08xagF3JSdtJlCwMq9DGNDE0IMh3Mkpc1wUypg9vPi786AiqeBBKcqvIkq42azsBM85N490fyZjeUftw==",
|
|
18656
18782
|
"license": "(MIT OR CC0-1.0)",
|
|
18657
18783
|
"engines": {
|
|
18658
18784
|
"node": ">=16"
|
|
@@ -18661,21 +18787,6 @@
|
|
|
18661
18787
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
18662
18788
|
}
|
|
18663
18789
|
},
|
|
18664
|
-
"node_modules/ink/node_modules/widest-line": {
|
|
18665
|
-
"version": "5.0.0",
|
|
18666
|
-
"resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz",
|
|
18667
|
-
"integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==",
|
|
18668
|
-
"license": "MIT",
|
|
18669
|
-
"dependencies": {
|
|
18670
|
-
"string-width": "^7.0.0"
|
|
18671
|
-
},
|
|
18672
|
-
"engines": {
|
|
18673
|
-
"node": ">=18"
|
|
18674
|
-
},
|
|
18675
|
-
"funding": {
|
|
18676
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
18677
|
-
}
|
|
18678
|
-
},
|
|
18679
18790
|
"node_modules/ink/node_modules/wrap-ansi": {
|
|
18680
18791
|
"version": "9.0.0",
|
|
18681
18792
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
|
|
@@ -19122,9 +19233,9 @@
|
|
|
19122
19233
|
}
|
|
19123
19234
|
},
|
|
19124
19235
|
"node_modules/is-in-ci": {
|
|
19125
|
-
"version": "1.0
|
|
19126
|
-
"resolved": "https://registry.npmjs.org/is-in-ci/-/is-in-ci-1.0.
|
|
19127
|
-
"integrity": "sha512-
|
|
19236
|
+
"version": "0.1.0",
|
|
19237
|
+
"resolved": "https://registry.npmjs.org/is-in-ci/-/is-in-ci-0.1.0.tgz",
|
|
19238
|
+
"integrity": "sha512-d9PXLEY0v1iJ64xLiQMJ51J128EYHAaOR4yZqQi8aHGfw6KgifM3/Viw1oZZ1GCVmb3gBuyhLyHj0HgR2DhSXQ==",
|
|
19128
19239
|
"license": "MIT",
|
|
19129
19240
|
"bin": {
|
|
19130
19241
|
"is-in-ci": "cli.js"
|
|
@@ -29139,15 +29250,68 @@
|
|
|
29139
29250
|
}
|
|
29140
29251
|
},
|
|
29141
29252
|
"node_modules/widest-line": {
|
|
29142
|
-
"version": "
|
|
29143
|
-
"resolved": "https://registry.npmjs.org/widest-line/-/widest-line-
|
|
29144
|
-
"integrity": "sha512-
|
|
29253
|
+
"version": "5.0.0",
|
|
29254
|
+
"resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz",
|
|
29255
|
+
"integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==",
|
|
29145
29256
|
"license": "MIT",
|
|
29146
29257
|
"dependencies": {
|
|
29147
|
-
"string-width": "^
|
|
29258
|
+
"string-width": "^7.0.0"
|
|
29148
29259
|
},
|
|
29149
29260
|
"engines": {
|
|
29150
|
-
"node": ">=
|
|
29261
|
+
"node": ">=18"
|
|
29262
|
+
},
|
|
29263
|
+
"funding": {
|
|
29264
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
29265
|
+
}
|
|
29266
|
+
},
|
|
29267
|
+
"node_modules/widest-line/node_modules/ansi-regex": {
|
|
29268
|
+
"version": "6.0.1",
|
|
29269
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
29270
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
29271
|
+
"license": "MIT",
|
|
29272
|
+
"engines": {
|
|
29273
|
+
"node": ">=12"
|
|
29274
|
+
},
|
|
29275
|
+
"funding": {
|
|
29276
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
29277
|
+
}
|
|
29278
|
+
},
|
|
29279
|
+
"node_modules/widest-line/node_modules/emoji-regex": {
|
|
29280
|
+
"version": "10.3.0",
|
|
29281
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
29282
|
+
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
29283
|
+
"license": "MIT"
|
|
29284
|
+
},
|
|
29285
|
+
"node_modules/widest-line/node_modules/string-width": {
|
|
29286
|
+
"version": "7.2.0",
|
|
29287
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
29288
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
29289
|
+
"license": "MIT",
|
|
29290
|
+
"dependencies": {
|
|
29291
|
+
"emoji-regex": "^10.3.0",
|
|
29292
|
+
"get-east-asian-width": "^1.0.0",
|
|
29293
|
+
"strip-ansi": "^7.1.0"
|
|
29294
|
+
},
|
|
29295
|
+
"engines": {
|
|
29296
|
+
"node": ">=18"
|
|
29297
|
+
},
|
|
29298
|
+
"funding": {
|
|
29299
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
29300
|
+
}
|
|
29301
|
+
},
|
|
29302
|
+
"node_modules/widest-line/node_modules/strip-ansi": {
|
|
29303
|
+
"version": "7.1.0",
|
|
29304
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
29305
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
29306
|
+
"license": "MIT",
|
|
29307
|
+
"dependencies": {
|
|
29308
|
+
"ansi-regex": "^6.0.1"
|
|
29309
|
+
},
|
|
29310
|
+
"engines": {
|
|
29311
|
+
"node": ">=12"
|
|
29312
|
+
},
|
|
29313
|
+
"funding": {
|
|
29314
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
29151
29315
|
}
|
|
29152
29316
|
},
|
|
29153
29317
|
"node_modules/wireit": {
|