@salesforce/cli 2.140.5 → 2.140.6
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 +1 -1
- package/npm-shrinkwrap.json +149 -146
- package/oclif.lock +148 -154
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.140.
|
|
3
|
+
"version": "2.140.6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.140.
|
|
9
|
+
"version": "2.140.6",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -100,20 +100,6 @@
|
|
|
100
100
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
101
101
|
}
|
|
102
102
|
},
|
|
103
|
-
"node_modules/@ampproject/remapping": {
|
|
104
|
-
"version": "2.3.0",
|
|
105
|
-
"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
|
|
106
|
-
"integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
|
|
107
|
-
"dev": true,
|
|
108
|
-
"license": "Apache-2.0",
|
|
109
|
-
"dependencies": {
|
|
110
|
-
"@jridgewell/gen-mapping": "^0.3.5",
|
|
111
|
-
"@jridgewell/trace-mapping": "^0.3.24"
|
|
112
|
-
},
|
|
113
|
-
"engines": {
|
|
114
|
-
"node": ">=6.0.0"
|
|
115
|
-
}
|
|
116
|
-
},
|
|
117
103
|
"node_modules/@aws-crypto/crc32": {
|
|
118
104
|
"version": "5.2.0",
|
|
119
105
|
"resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-5.2.0.tgz",
|
|
@@ -715,24 +701,24 @@
|
|
|
715
701
|
}
|
|
716
702
|
},
|
|
717
703
|
"node_modules/@babel/code-frame": {
|
|
718
|
-
"version": "7.
|
|
719
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.
|
|
720
|
-
"integrity": "sha512-
|
|
704
|
+
"version": "7.29.7",
|
|
705
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",
|
|
706
|
+
"integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
|
|
721
707
|
"dev": true,
|
|
722
708
|
"license": "MIT",
|
|
723
709
|
"dependencies": {
|
|
724
|
-
"@babel/helper-validator-identifier": "^7.
|
|
710
|
+
"@babel/helper-validator-identifier": "^7.29.7",
|
|
725
711
|
"js-tokens": "^4.0.0",
|
|
726
|
-
"picocolors": "^1.
|
|
712
|
+
"picocolors": "^1.1.1"
|
|
727
713
|
},
|
|
728
714
|
"engines": {
|
|
729
715
|
"node": ">=6.9.0"
|
|
730
716
|
}
|
|
731
717
|
},
|
|
732
718
|
"node_modules/@babel/compat-data": {
|
|
733
|
-
"version": "7.
|
|
734
|
-
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.
|
|
735
|
-
"integrity": "sha512-
|
|
719
|
+
"version": "7.29.7",
|
|
720
|
+
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.7.tgz",
|
|
721
|
+
"integrity": "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==",
|
|
736
722
|
"dev": true,
|
|
737
723
|
"license": "MIT",
|
|
738
724
|
"engines": {
|
|
@@ -740,22 +726,22 @@
|
|
|
740
726
|
}
|
|
741
727
|
},
|
|
742
728
|
"node_modules/@babel/core": {
|
|
743
|
-
"version": "7.
|
|
744
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.
|
|
745
|
-
"integrity": "sha512-
|
|
746
|
-
"dev": true,
|
|
747
|
-
"license": "MIT",
|
|
748
|
-
"dependencies": {
|
|
749
|
-
"@
|
|
750
|
-
"@babel/
|
|
751
|
-
"@babel/
|
|
752
|
-
"@babel/helper-
|
|
753
|
-
"@babel/
|
|
754
|
-
"@babel/
|
|
755
|
-
"@babel/
|
|
756
|
-
"@babel/
|
|
757
|
-
"@babel/
|
|
758
|
-
"@
|
|
729
|
+
"version": "7.29.7",
|
|
730
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.7.tgz",
|
|
731
|
+
"integrity": "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==",
|
|
732
|
+
"dev": true,
|
|
733
|
+
"license": "MIT",
|
|
734
|
+
"dependencies": {
|
|
735
|
+
"@babel/code-frame": "^7.29.7",
|
|
736
|
+
"@babel/generator": "^7.29.7",
|
|
737
|
+
"@babel/helper-compilation-targets": "^7.29.7",
|
|
738
|
+
"@babel/helper-module-transforms": "^7.29.7",
|
|
739
|
+
"@babel/helpers": "^7.29.7",
|
|
740
|
+
"@babel/parser": "^7.29.7",
|
|
741
|
+
"@babel/template": "^7.29.7",
|
|
742
|
+
"@babel/traverse": "^7.29.7",
|
|
743
|
+
"@babel/types": "^7.29.7",
|
|
744
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
759
745
|
"convert-source-map": "^2.0.0",
|
|
760
746
|
"debug": "^4.1.0",
|
|
761
747
|
"gensync": "^1.0.0-beta.2",
|
|
@@ -788,16 +774,16 @@
|
|
|
788
774
|
}
|
|
789
775
|
},
|
|
790
776
|
"node_modules/@babel/generator": {
|
|
791
|
-
"version": "7.
|
|
792
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.
|
|
793
|
-
"integrity": "sha512-
|
|
777
|
+
"version": "7.29.7",
|
|
778
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.7.tgz",
|
|
779
|
+
"integrity": "sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==",
|
|
794
780
|
"dev": true,
|
|
795
781
|
"license": "MIT",
|
|
796
782
|
"dependencies": {
|
|
797
|
-
"@babel/parser": "^7.
|
|
798
|
-
"@babel/types": "^7.
|
|
799
|
-
"@jridgewell/gen-mapping": "^0.3.
|
|
800
|
-
"@jridgewell/trace-mapping": "^0.3.
|
|
783
|
+
"@babel/parser": "^7.29.7",
|
|
784
|
+
"@babel/types": "^7.29.7",
|
|
785
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
786
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
801
787
|
"jsesc": "^3.0.2"
|
|
802
788
|
},
|
|
803
789
|
"engines": {
|
|
@@ -805,14 +791,14 @@
|
|
|
805
791
|
}
|
|
806
792
|
},
|
|
807
793
|
"node_modules/@babel/helper-compilation-targets": {
|
|
808
|
-
"version": "7.
|
|
809
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.
|
|
810
|
-
"integrity": "sha512-
|
|
794
|
+
"version": "7.29.7",
|
|
795
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz",
|
|
796
|
+
"integrity": "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==",
|
|
811
797
|
"dev": true,
|
|
812
798
|
"license": "MIT",
|
|
813
799
|
"dependencies": {
|
|
814
|
-
"@babel/compat-data": "^7.
|
|
815
|
-
"@babel/helper-validator-option": "^7.
|
|
800
|
+
"@babel/compat-data": "^7.29.7",
|
|
801
|
+
"@babel/helper-validator-option": "^7.29.7",
|
|
816
802
|
"browserslist": "^4.24.0",
|
|
817
803
|
"lru-cache": "^5.1.1",
|
|
818
804
|
"semver": "^6.3.1"
|
|
@@ -848,30 +834,40 @@
|
|
|
848
834
|
"dev": true,
|
|
849
835
|
"license": "ISC"
|
|
850
836
|
},
|
|
837
|
+
"node_modules/@babel/helper-globals": {
|
|
838
|
+
"version": "7.29.7",
|
|
839
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.29.7.tgz",
|
|
840
|
+
"integrity": "sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==",
|
|
841
|
+
"dev": true,
|
|
842
|
+
"license": "MIT",
|
|
843
|
+
"engines": {
|
|
844
|
+
"node": ">=6.9.0"
|
|
845
|
+
}
|
|
846
|
+
},
|
|
851
847
|
"node_modules/@babel/helper-module-imports": {
|
|
852
|
-
"version": "7.
|
|
853
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.
|
|
854
|
-
"integrity": "sha512-
|
|
848
|
+
"version": "7.29.7",
|
|
849
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz",
|
|
850
|
+
"integrity": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==",
|
|
855
851
|
"dev": true,
|
|
856
852
|
"license": "MIT",
|
|
857
853
|
"dependencies": {
|
|
858
|
-
"@babel/traverse": "^7.
|
|
859
|
-
"@babel/types": "^7.
|
|
854
|
+
"@babel/traverse": "^7.29.7",
|
|
855
|
+
"@babel/types": "^7.29.7"
|
|
860
856
|
},
|
|
861
857
|
"engines": {
|
|
862
858
|
"node": ">=6.9.0"
|
|
863
859
|
}
|
|
864
860
|
},
|
|
865
861
|
"node_modules/@babel/helper-module-transforms": {
|
|
866
|
-
"version": "7.
|
|
867
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.
|
|
868
|
-
"integrity": "sha512-
|
|
862
|
+
"version": "7.29.7",
|
|
863
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz",
|
|
864
|
+
"integrity": "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==",
|
|
869
865
|
"dev": true,
|
|
870
866
|
"license": "MIT",
|
|
871
867
|
"dependencies": {
|
|
872
|
-
"@babel/helper-module-imports": "^7.
|
|
873
|
-
"@babel/helper-validator-identifier": "^7.
|
|
874
|
-
"@babel/traverse": "^7.
|
|
868
|
+
"@babel/helper-module-imports": "^7.29.7",
|
|
869
|
+
"@babel/helper-validator-identifier": "^7.29.7",
|
|
870
|
+
"@babel/traverse": "^7.29.7"
|
|
875
871
|
},
|
|
876
872
|
"engines": {
|
|
877
873
|
"node": ">=6.9.0"
|
|
@@ -881,9 +877,9 @@
|
|
|
881
877
|
}
|
|
882
878
|
},
|
|
883
879
|
"node_modules/@babel/helper-string-parser": {
|
|
884
|
-
"version": "7.
|
|
885
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.
|
|
886
|
-
"integrity": "sha512-
|
|
880
|
+
"version": "7.29.7",
|
|
881
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
|
|
882
|
+
"integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
|
|
887
883
|
"dev": true,
|
|
888
884
|
"license": "MIT",
|
|
889
885
|
"engines": {
|
|
@@ -891,9 +887,9 @@
|
|
|
891
887
|
}
|
|
892
888
|
},
|
|
893
889
|
"node_modules/@babel/helper-validator-identifier": {
|
|
894
|
-
"version": "7.
|
|
895
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.
|
|
896
|
-
"integrity": "sha512-
|
|
890
|
+
"version": "7.29.7",
|
|
891
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
|
|
892
|
+
"integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
|
|
897
893
|
"dev": true,
|
|
898
894
|
"license": "MIT",
|
|
899
895
|
"engines": {
|
|
@@ -901,9 +897,9 @@
|
|
|
901
897
|
}
|
|
902
898
|
},
|
|
903
899
|
"node_modules/@babel/helper-validator-option": {
|
|
904
|
-
"version": "7.
|
|
905
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.
|
|
906
|
-
"integrity": "sha512-
|
|
900
|
+
"version": "7.29.7",
|
|
901
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz",
|
|
902
|
+
"integrity": "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==",
|
|
907
903
|
"dev": true,
|
|
908
904
|
"license": "MIT",
|
|
909
905
|
"engines": {
|
|
@@ -911,27 +907,27 @@
|
|
|
911
907
|
}
|
|
912
908
|
},
|
|
913
909
|
"node_modules/@babel/helpers": {
|
|
914
|
-
"version": "7.
|
|
915
|
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.
|
|
916
|
-
"integrity": "sha512-
|
|
910
|
+
"version": "7.29.7",
|
|
911
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.7.tgz",
|
|
912
|
+
"integrity": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==",
|
|
917
913
|
"dev": true,
|
|
918
914
|
"license": "MIT",
|
|
919
915
|
"dependencies": {
|
|
920
|
-
"@babel/template": "^7.
|
|
921
|
-
"@babel/types": "^7.
|
|
916
|
+
"@babel/template": "^7.29.7",
|
|
917
|
+
"@babel/types": "^7.29.7"
|
|
922
918
|
},
|
|
923
919
|
"engines": {
|
|
924
920
|
"node": ">=6.9.0"
|
|
925
921
|
}
|
|
926
922
|
},
|
|
927
923
|
"node_modules/@babel/parser": {
|
|
928
|
-
"version": "7.
|
|
929
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.
|
|
930
|
-
"integrity": "sha512-
|
|
924
|
+
"version": "7.29.7",
|
|
925
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.7.tgz",
|
|
926
|
+
"integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==",
|
|
931
927
|
"dev": true,
|
|
932
928
|
"license": "MIT",
|
|
933
929
|
"dependencies": {
|
|
934
|
-
"@babel/types": "^7.
|
|
930
|
+
"@babel/types": "^7.29.7"
|
|
935
931
|
},
|
|
936
932
|
"bin": {
|
|
937
933
|
"parser": "bin/babel-parser.js"
|
|
@@ -941,58 +937,48 @@
|
|
|
941
937
|
}
|
|
942
938
|
},
|
|
943
939
|
"node_modules/@babel/template": {
|
|
944
|
-
"version": "7.
|
|
945
|
-
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.
|
|
946
|
-
"integrity": "sha512-
|
|
940
|
+
"version": "7.29.7",
|
|
941
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.29.7.tgz",
|
|
942
|
+
"integrity": "sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==",
|
|
947
943
|
"dev": true,
|
|
948
944
|
"license": "MIT",
|
|
949
945
|
"dependencies": {
|
|
950
|
-
"@babel/code-frame": "^7.
|
|
951
|
-
"@babel/parser": "^7.
|
|
952
|
-
"@babel/types": "^7.
|
|
946
|
+
"@babel/code-frame": "^7.29.7",
|
|
947
|
+
"@babel/parser": "^7.29.7",
|
|
948
|
+
"@babel/types": "^7.29.7"
|
|
953
949
|
},
|
|
954
950
|
"engines": {
|
|
955
951
|
"node": ">=6.9.0"
|
|
956
952
|
}
|
|
957
953
|
},
|
|
958
954
|
"node_modules/@babel/traverse": {
|
|
959
|
-
"version": "7.
|
|
960
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.
|
|
961
|
-
"integrity": "sha512-
|
|
955
|
+
"version": "7.29.7",
|
|
956
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.7.tgz",
|
|
957
|
+
"integrity": "sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==",
|
|
962
958
|
"dev": true,
|
|
963
959
|
"license": "MIT",
|
|
964
960
|
"dependencies": {
|
|
965
|
-
"@babel/code-frame": "^7.
|
|
966
|
-
"@babel/generator": "^7.
|
|
967
|
-
"@babel/
|
|
968
|
-
"@babel/
|
|
969
|
-
"@babel/
|
|
970
|
-
"
|
|
971
|
-
"
|
|
961
|
+
"@babel/code-frame": "^7.29.7",
|
|
962
|
+
"@babel/generator": "^7.29.7",
|
|
963
|
+
"@babel/helper-globals": "^7.29.7",
|
|
964
|
+
"@babel/parser": "^7.29.7",
|
|
965
|
+
"@babel/template": "^7.29.7",
|
|
966
|
+
"@babel/types": "^7.29.7",
|
|
967
|
+
"debug": "^4.3.1"
|
|
972
968
|
},
|
|
973
969
|
"engines": {
|
|
974
970
|
"node": ">=6.9.0"
|
|
975
971
|
}
|
|
976
972
|
},
|
|
977
|
-
"node_modules/@babel/traverse/node_modules/globals": {
|
|
978
|
-
"version": "11.12.0",
|
|
979
|
-
"resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
|
|
980
|
-
"integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
|
|
981
|
-
"dev": true,
|
|
982
|
-
"license": "MIT",
|
|
983
|
-
"engines": {
|
|
984
|
-
"node": ">=4"
|
|
985
|
-
}
|
|
986
|
-
},
|
|
987
973
|
"node_modules/@babel/types": {
|
|
988
|
-
"version": "7.
|
|
989
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.
|
|
990
|
-
"integrity": "sha512-
|
|
974
|
+
"version": "7.29.7",
|
|
975
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.7.tgz",
|
|
976
|
+
"integrity": "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==",
|
|
991
977
|
"dev": true,
|
|
992
978
|
"license": "MIT",
|
|
993
979
|
"dependencies": {
|
|
994
|
-
"@babel/helper-string-parser": "^7.
|
|
995
|
-
"@babel/helper-validator-identifier": "^7.
|
|
980
|
+
"@babel/helper-string-parser": "^7.29.7",
|
|
981
|
+
"@babel/helper-validator-identifier": "^7.29.7"
|
|
996
982
|
},
|
|
997
983
|
"engines": {
|
|
998
984
|
"node": ">=6.9.0"
|
|
@@ -2654,34 +2640,31 @@
|
|
|
2654
2640
|
}
|
|
2655
2641
|
},
|
|
2656
2642
|
"node_modules/@jridgewell/gen-mapping": {
|
|
2657
|
-
"version": "0.3.
|
|
2658
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.
|
|
2659
|
-
"integrity": "sha512-
|
|
2643
|
+
"version": "0.3.13",
|
|
2644
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
|
|
2645
|
+
"integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
|
|
2660
2646
|
"dev": true,
|
|
2661
2647
|
"license": "MIT",
|
|
2662
2648
|
"dependencies": {
|
|
2663
|
-
"@jridgewell/
|
|
2664
|
-
"@jridgewell/sourcemap-codec": "^1.4.10",
|
|
2649
|
+
"@jridgewell/sourcemap-codec": "^1.5.0",
|
|
2665
2650
|
"@jridgewell/trace-mapping": "^0.3.24"
|
|
2666
|
-
},
|
|
2667
|
-
"engines": {
|
|
2668
|
-
"node": ">=6.0.0"
|
|
2669
2651
|
}
|
|
2670
2652
|
},
|
|
2671
|
-
"node_modules/@jridgewell/
|
|
2672
|
-
"version": "3.
|
|
2673
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/
|
|
2674
|
-
"integrity": "sha512-
|
|
2653
|
+
"node_modules/@jridgewell/remapping": {
|
|
2654
|
+
"version": "2.3.5",
|
|
2655
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
|
|
2656
|
+
"integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
|
|
2675
2657
|
"dev": true,
|
|
2676
2658
|
"license": "MIT",
|
|
2677
|
-
"
|
|
2678
|
-
"
|
|
2659
|
+
"dependencies": {
|
|
2660
|
+
"@jridgewell/gen-mapping": "^0.3.5",
|
|
2661
|
+
"@jridgewell/trace-mapping": "^0.3.24"
|
|
2679
2662
|
}
|
|
2680
2663
|
},
|
|
2681
|
-
"node_modules/@jridgewell/
|
|
2682
|
-
"version": "1.2
|
|
2683
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/
|
|
2684
|
-
"integrity": "sha512-
|
|
2664
|
+
"node_modules/@jridgewell/resolve-uri": {
|
|
2665
|
+
"version": "3.1.2",
|
|
2666
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|
2667
|
+
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
|
2685
2668
|
"dev": true,
|
|
2686
2669
|
"license": "MIT",
|
|
2687
2670
|
"engines": {
|
|
@@ -2689,16 +2672,16 @@
|
|
|
2689
2672
|
}
|
|
2690
2673
|
},
|
|
2691
2674
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
2692
|
-
"version": "1.
|
|
2693
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.
|
|
2694
|
-
"integrity": "sha512-
|
|
2675
|
+
"version": "1.5.5",
|
|
2676
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
2677
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
2695
2678
|
"dev": true,
|
|
2696
2679
|
"license": "MIT"
|
|
2697
2680
|
},
|
|
2698
2681
|
"node_modules/@jridgewell/trace-mapping": {
|
|
2699
|
-
"version": "0.3.
|
|
2700
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.
|
|
2701
|
-
"integrity": "sha512-
|
|
2682
|
+
"version": "0.3.31",
|
|
2683
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
|
|
2684
|
+
"integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
|
|
2702
2685
|
"dev": true,
|
|
2703
2686
|
"license": "MIT",
|
|
2704
2687
|
"dependencies": {
|
|
@@ -14262,10 +14245,20 @@
|
|
|
14262
14245
|
"license": "MIT"
|
|
14263
14246
|
},
|
|
14264
14247
|
"node_modules/linkify-it": {
|
|
14265
|
-
"version": "5.0.
|
|
14266
|
-
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.
|
|
14267
|
-
"integrity": "sha512-
|
|
14248
|
+
"version": "5.0.1",
|
|
14249
|
+
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.1.tgz",
|
|
14250
|
+
"integrity": "sha512-wVoTjP4Q6R0NW5hiZkVJaFZPWgtXfoGF+6LucL3/FtiNjmcHhYjEr5f1Kqjirc1nBW07J/ZuRFumqr2oqccEWg==",
|
|
14268
14251
|
"dev": true,
|
|
14252
|
+
"funding": [
|
|
14253
|
+
{
|
|
14254
|
+
"type": "github",
|
|
14255
|
+
"url": "https://github.com/sponsors/puzrin"
|
|
14256
|
+
},
|
|
14257
|
+
{
|
|
14258
|
+
"type": "github",
|
|
14259
|
+
"url": "https://github.com/sponsors/markdown-it"
|
|
14260
|
+
}
|
|
14261
|
+
],
|
|
14269
14262
|
"license": "MIT",
|
|
14270
14263
|
"dependencies": {
|
|
14271
14264
|
"uc.micro": "^2.0.0"
|
|
@@ -14763,15 +14756,25 @@
|
|
|
14763
14756
|
}
|
|
14764
14757
|
},
|
|
14765
14758
|
"node_modules/markdown-it": {
|
|
14766
|
-
"version": "14.
|
|
14767
|
-
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.
|
|
14768
|
-
"integrity": "sha512-
|
|
14759
|
+
"version": "14.2.0",
|
|
14760
|
+
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.2.0.tgz",
|
|
14761
|
+
"integrity": "sha512-1TGiQiJVRQ3NPmZH6sx5Cfnmg6GQm9jvC1ch4TK511NjSJvjzKLzn5pPfZRNZkRPZP0HqCioSndqH8v2nRaWVQ==",
|
|
14769
14762
|
"dev": true,
|
|
14763
|
+
"funding": [
|
|
14764
|
+
{
|
|
14765
|
+
"type": "github",
|
|
14766
|
+
"url": "https://github.com/sponsors/puzrin"
|
|
14767
|
+
},
|
|
14768
|
+
{
|
|
14769
|
+
"type": "github",
|
|
14770
|
+
"url": "https://github.com/sponsors/markdown-it"
|
|
14771
|
+
}
|
|
14772
|
+
],
|
|
14770
14773
|
"license": "MIT",
|
|
14771
14774
|
"dependencies": {
|
|
14772
14775
|
"argparse": "^2.0.1",
|
|
14773
14776
|
"entities": "^4.4.0",
|
|
14774
|
-
"linkify-it": "^5.0.
|
|
14777
|
+
"linkify-it": "^5.0.1",
|
|
14775
14778
|
"mdurl": "^2.0.0",
|
|
14776
14779
|
"punycode.js": "^2.3.1",
|
|
14777
14780
|
"uc.micro": "^2.1.0"
|
|
@@ -22392,9 +22395,9 @@
|
|
|
22392
22395
|
}
|
|
22393
22396
|
},
|
|
22394
22397
|
"node_modules/ws": {
|
|
22395
|
-
"version": "8.
|
|
22396
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.
|
|
22397
|
-
"integrity": "sha512-
|
|
22398
|
+
"version": "8.21.0",
|
|
22399
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz",
|
|
22400
|
+
"integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==",
|
|
22398
22401
|
"license": "MIT",
|
|
22399
22402
|
"engines": {
|
|
22400
22403
|
"node": ">=10.0.0"
|
package/oclif.lock
CHANGED
|
@@ -15,14 +15,6 @@
|
|
|
15
15
|
ansi-styles "^6.2.1"
|
|
16
16
|
is-fullwidth-code-point "^4.0.0"
|
|
17
17
|
|
|
18
|
-
"@ampproject/remapping@^2.2.0":
|
|
19
|
-
version "2.3.0"
|
|
20
|
-
resolved "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz"
|
|
21
|
-
integrity sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==
|
|
22
|
-
dependencies:
|
|
23
|
-
"@jridgewell/gen-mapping" "^0.3.5"
|
|
24
|
-
"@jridgewell/trace-mapping" "^0.3.24"
|
|
25
|
-
|
|
26
18
|
"@aws-crypto/crc32@5.2.0":
|
|
27
19
|
version "5.2.0"
|
|
28
20
|
resolved "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-5.2.0.tgz"
|
|
@@ -414,139 +406,144 @@
|
|
|
414
406
|
"@opentelemetry/instrumentation" "^0.41.2"
|
|
415
407
|
tslib "^2.2.0"
|
|
416
408
|
|
|
417
|
-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.
|
|
418
|
-
version "7.
|
|
419
|
-
resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.
|
|
420
|
-
integrity sha512-
|
|
409
|
+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.29.7":
|
|
410
|
+
version "7.29.7"
|
|
411
|
+
resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz"
|
|
412
|
+
integrity sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==
|
|
421
413
|
dependencies:
|
|
422
|
-
"@babel/helper-validator-identifier" "^7.
|
|
414
|
+
"@babel/helper-validator-identifier" "^7.29.7"
|
|
423
415
|
js-tokens "^4.0.0"
|
|
424
|
-
picocolors "^1.
|
|
416
|
+
picocolors "^1.1.1"
|
|
425
417
|
|
|
426
|
-
"@babel/compat-data@^7.
|
|
427
|
-
version "7.
|
|
428
|
-
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.
|
|
429
|
-
integrity sha512-
|
|
418
|
+
"@babel/compat-data@^7.29.7":
|
|
419
|
+
version "7.29.7"
|
|
420
|
+
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.7.tgz"
|
|
421
|
+
integrity sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==
|
|
430
422
|
|
|
431
423
|
"@babel/core@^7.0.0", "@babel/core@^7.23.9":
|
|
432
|
-
version "7.
|
|
433
|
-
resolved "https://registry.npmjs.org/@babel/core/-/core-7.
|
|
434
|
-
integrity sha512-
|
|
435
|
-
dependencies:
|
|
436
|
-
"@
|
|
437
|
-
"@babel/
|
|
438
|
-
"@babel/
|
|
439
|
-
"@babel/helper-
|
|
440
|
-
"@babel/
|
|
441
|
-
"@babel/
|
|
442
|
-
"@babel/
|
|
443
|
-
"@babel/
|
|
444
|
-
"@babel/
|
|
445
|
-
"@
|
|
424
|
+
version "7.29.7"
|
|
425
|
+
resolved "https://registry.npmjs.org/@babel/core/-/core-7.29.7.tgz"
|
|
426
|
+
integrity sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==
|
|
427
|
+
dependencies:
|
|
428
|
+
"@babel/code-frame" "^7.29.7"
|
|
429
|
+
"@babel/generator" "^7.29.7"
|
|
430
|
+
"@babel/helper-compilation-targets" "^7.29.7"
|
|
431
|
+
"@babel/helper-module-transforms" "^7.29.7"
|
|
432
|
+
"@babel/helpers" "^7.29.7"
|
|
433
|
+
"@babel/parser" "^7.29.7"
|
|
434
|
+
"@babel/template" "^7.29.7"
|
|
435
|
+
"@babel/traverse" "^7.29.7"
|
|
436
|
+
"@babel/types" "^7.29.7"
|
|
437
|
+
"@jridgewell/remapping" "^2.3.5"
|
|
446
438
|
convert-source-map "^2.0.0"
|
|
447
439
|
debug "^4.1.0"
|
|
448
440
|
gensync "^1.0.0-beta.2"
|
|
449
441
|
json5 "^2.2.3"
|
|
450
442
|
semver "^6.3.1"
|
|
451
443
|
|
|
452
|
-
"@babel/generator@^7.
|
|
453
|
-
version "7.
|
|
454
|
-
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.
|
|
455
|
-
integrity sha512-
|
|
444
|
+
"@babel/generator@^7.29.7":
|
|
445
|
+
version "7.29.7"
|
|
446
|
+
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.29.7.tgz"
|
|
447
|
+
integrity sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==
|
|
456
448
|
dependencies:
|
|
457
|
-
"@babel/parser" "^7.
|
|
458
|
-
"@babel/types" "^7.
|
|
459
|
-
"@jridgewell/gen-mapping" "^0.3.
|
|
460
|
-
"@jridgewell/trace-mapping" "^0.3.
|
|
449
|
+
"@babel/parser" "^7.29.7"
|
|
450
|
+
"@babel/types" "^7.29.7"
|
|
451
|
+
"@jridgewell/gen-mapping" "^0.3.12"
|
|
452
|
+
"@jridgewell/trace-mapping" "^0.3.28"
|
|
461
453
|
jsesc "^3.0.2"
|
|
462
454
|
|
|
463
|
-
"@babel/helper-compilation-targets@^7.
|
|
464
|
-
version "7.
|
|
465
|
-
resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.
|
|
466
|
-
integrity sha512-
|
|
455
|
+
"@babel/helper-compilation-targets@^7.29.7":
|
|
456
|
+
version "7.29.7"
|
|
457
|
+
resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz"
|
|
458
|
+
integrity sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==
|
|
467
459
|
dependencies:
|
|
468
|
-
"@babel/compat-data" "^7.
|
|
469
|
-
"@babel/helper-validator-option" "^7.
|
|
460
|
+
"@babel/compat-data" "^7.29.7"
|
|
461
|
+
"@babel/helper-validator-option" "^7.29.7"
|
|
470
462
|
browserslist "^4.24.0"
|
|
471
463
|
lru-cache "^5.1.1"
|
|
472
464
|
semver "^6.3.1"
|
|
473
465
|
|
|
474
|
-
"@babel/helper-
|
|
475
|
-
version "7.
|
|
476
|
-
resolved "https://registry.npmjs.org/@babel/helper-
|
|
477
|
-
integrity sha512-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
"@babel/helper-
|
|
497
|
-
version "7.
|
|
498
|
-
resolved "https://registry.npmjs.org/@babel/helper-
|
|
499
|
-
integrity sha512-
|
|
500
|
-
|
|
501
|
-
"@babel/helper-validator-
|
|
502
|
-
version "7.
|
|
503
|
-
resolved "https://registry.npmjs.org/@babel/helper-validator-
|
|
504
|
-
integrity sha512-
|
|
505
|
-
|
|
506
|
-
"@babel/
|
|
507
|
-
version "7.
|
|
508
|
-
resolved "https://registry.npmjs.org/@babel/
|
|
509
|
-
integrity sha512-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
"
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
466
|
+
"@babel/helper-globals@^7.29.7":
|
|
467
|
+
version "7.29.7"
|
|
468
|
+
resolved "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.29.7.tgz"
|
|
469
|
+
integrity sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==
|
|
470
|
+
|
|
471
|
+
"@babel/helper-module-imports@^7.29.7":
|
|
472
|
+
version "7.29.7"
|
|
473
|
+
resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz"
|
|
474
|
+
integrity sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==
|
|
475
|
+
dependencies:
|
|
476
|
+
"@babel/traverse" "^7.29.7"
|
|
477
|
+
"@babel/types" "^7.29.7"
|
|
478
|
+
|
|
479
|
+
"@babel/helper-module-transforms@^7.29.7":
|
|
480
|
+
version "7.29.7"
|
|
481
|
+
resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz"
|
|
482
|
+
integrity sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==
|
|
483
|
+
dependencies:
|
|
484
|
+
"@babel/helper-module-imports" "^7.29.7"
|
|
485
|
+
"@babel/helper-validator-identifier" "^7.29.7"
|
|
486
|
+
"@babel/traverse" "^7.29.7"
|
|
487
|
+
|
|
488
|
+
"@babel/helper-string-parser@^7.29.7":
|
|
489
|
+
version "7.29.7"
|
|
490
|
+
resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz"
|
|
491
|
+
integrity sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==
|
|
492
|
+
|
|
493
|
+
"@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.29.7":
|
|
494
|
+
version "7.29.7"
|
|
495
|
+
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz"
|
|
496
|
+
integrity sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==
|
|
497
|
+
|
|
498
|
+
"@babel/helper-validator-option@^7.29.7":
|
|
499
|
+
version "7.29.7"
|
|
500
|
+
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz"
|
|
501
|
+
integrity sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==
|
|
502
|
+
|
|
503
|
+
"@babel/helpers@^7.29.7":
|
|
504
|
+
version "7.29.7"
|
|
505
|
+
resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.7.tgz"
|
|
506
|
+
integrity sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==
|
|
507
|
+
dependencies:
|
|
508
|
+
"@babel/template" "^7.29.7"
|
|
509
|
+
"@babel/types" "^7.29.7"
|
|
510
|
+
|
|
511
|
+
"@babel/parser@^7.23.9", "@babel/parser@^7.29.7":
|
|
512
|
+
version "7.29.7"
|
|
513
|
+
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.29.7.tgz"
|
|
514
|
+
integrity sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==
|
|
515
|
+
dependencies:
|
|
516
|
+
"@babel/types" "^7.29.7"
|
|
517
|
+
|
|
518
|
+
"@babel/template@^7.29.7":
|
|
519
|
+
version "7.29.7"
|
|
520
|
+
resolved "https://registry.npmjs.org/@babel/template/-/template-7.29.7.tgz"
|
|
521
|
+
integrity sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==
|
|
522
|
+
dependencies:
|
|
523
|
+
"@babel/code-frame" "^7.29.7"
|
|
524
|
+
"@babel/parser" "^7.29.7"
|
|
525
|
+
"@babel/types" "^7.29.7"
|
|
526
|
+
|
|
527
|
+
"@babel/traverse@^7.29.7":
|
|
528
|
+
version "7.29.7"
|
|
529
|
+
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.7.tgz"
|
|
530
|
+
integrity sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==
|
|
531
|
+
dependencies:
|
|
532
|
+
"@babel/code-frame" "^7.29.7"
|
|
533
|
+
"@babel/generator" "^7.29.7"
|
|
534
|
+
"@babel/helper-globals" "^7.29.7"
|
|
535
|
+
"@babel/parser" "^7.29.7"
|
|
536
|
+
"@babel/template" "^7.29.7"
|
|
537
|
+
"@babel/types" "^7.29.7"
|
|
540
538
|
debug "^4.3.1"
|
|
541
|
-
globals "^11.1.0"
|
|
542
539
|
|
|
543
|
-
"@babel/types@^7.
|
|
544
|
-
version "7.
|
|
545
|
-
resolved "https://registry.npmjs.org/@babel/types/-/types-7.
|
|
546
|
-
integrity sha512-
|
|
540
|
+
"@babel/types@^7.29.7":
|
|
541
|
+
version "7.29.7"
|
|
542
|
+
resolved "https://registry.npmjs.org/@babel/types/-/types-7.29.7.tgz"
|
|
543
|
+
integrity sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==
|
|
547
544
|
dependencies:
|
|
548
|
-
"@babel/helper-string-parser" "^7.
|
|
549
|
-
"@babel/helper-validator-identifier" "^7.
|
|
545
|
+
"@babel/helper-string-parser" "^7.29.7"
|
|
546
|
+
"@babel/helper-validator-identifier" "^7.29.7"
|
|
550
547
|
|
|
551
548
|
"@colors/colors@1.5.0":
|
|
552
549
|
version "1.5.0"
|
|
@@ -1111,13 +1108,20 @@
|
|
|
1111
1108
|
resolved "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz"
|
|
1112
1109
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
|
1113
1110
|
|
|
1114
|
-
"@jridgewell/gen-mapping@^0.3.5":
|
|
1115
|
-
version "0.3.
|
|
1116
|
-
resolved "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.
|
|
1117
|
-
integrity sha512-
|
|
1111
|
+
"@jridgewell/gen-mapping@^0.3.12", "@jridgewell/gen-mapping@^0.3.5":
|
|
1112
|
+
version "0.3.13"
|
|
1113
|
+
resolved "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz"
|
|
1114
|
+
integrity sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==
|
|
1118
1115
|
dependencies:
|
|
1119
|
-
"@jridgewell/
|
|
1120
|
-
"@jridgewell/
|
|
1116
|
+
"@jridgewell/sourcemap-codec" "^1.5.0"
|
|
1117
|
+
"@jridgewell/trace-mapping" "^0.3.24"
|
|
1118
|
+
|
|
1119
|
+
"@jridgewell/remapping@^2.3.5":
|
|
1120
|
+
version "2.3.5"
|
|
1121
|
+
resolved "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz"
|
|
1122
|
+
integrity sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==
|
|
1123
|
+
dependencies:
|
|
1124
|
+
"@jridgewell/gen-mapping" "^0.3.5"
|
|
1121
1125
|
"@jridgewell/trace-mapping" "^0.3.24"
|
|
1122
1126
|
|
|
1123
1127
|
"@jridgewell/resolve-uri@^3.0.3", "@jridgewell/resolve-uri@^3.1.0":
|
|
@@ -1125,20 +1129,15 @@
|
|
|
1125
1129
|
resolved "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz"
|
|
1126
1130
|
integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==
|
|
1127
1131
|
|
|
1128
|
-
"@jridgewell/
|
|
1129
|
-
version "1.
|
|
1130
|
-
resolved "https://registry.npmjs.org/@jridgewell/
|
|
1131
|
-
integrity sha512-
|
|
1132
|
+
"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14", "@jridgewell/sourcemap-codec@^1.5.0":
|
|
1133
|
+
version "1.5.5"
|
|
1134
|
+
resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz"
|
|
1135
|
+
integrity sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==
|
|
1132
1136
|
|
|
1133
|
-
"@jridgewell/
|
|
1134
|
-
version "
|
|
1135
|
-
resolved "https://registry.npmjs.org/@jridgewell/
|
|
1136
|
-
integrity sha512-
|
|
1137
|
-
|
|
1138
|
-
"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25":
|
|
1139
|
-
version "0.3.25"
|
|
1140
|
-
resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz"
|
|
1141
|
-
integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==
|
|
1137
|
+
"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.28":
|
|
1138
|
+
version "0.3.31"
|
|
1139
|
+
resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz"
|
|
1140
|
+
integrity sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==
|
|
1142
1141
|
dependencies:
|
|
1143
1142
|
"@jridgewell/resolve-uri" "^3.1.0"
|
|
1144
1143
|
"@jridgewell/sourcemap-codec" "^1.4.14"
|
|
@@ -5844,11 +5843,6 @@ global-dirs@^0.1.1:
|
|
|
5844
5843
|
dependencies:
|
|
5845
5844
|
ini "^1.3.4"
|
|
5846
5845
|
|
|
5847
|
-
globals@^11.1.0:
|
|
5848
|
-
version "11.12.0"
|
|
5849
|
-
resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz"
|
|
5850
|
-
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
|
|
5851
|
-
|
|
5852
5846
|
globals@^13.19.0:
|
|
5853
5847
|
version "13.24.0"
|
|
5854
5848
|
resolved "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz"
|
|
@@ -7205,10 +7199,10 @@ lines-and-columns@^1.1.6:
|
|
|
7205
7199
|
resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz"
|
|
7206
7200
|
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
|
|
7207
7201
|
|
|
7208
|
-
linkify-it@^5.0.
|
|
7209
|
-
version "5.0.
|
|
7210
|
-
resolved "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.
|
|
7211
|
-
integrity sha512-
|
|
7202
|
+
linkify-it@^5.0.1:
|
|
7203
|
+
version "5.0.1"
|
|
7204
|
+
resolved "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.1.tgz"
|
|
7205
|
+
integrity sha512-wVoTjP4Q6R0NW5hiZkVJaFZPWgtXfoGF+6LucL3/FtiNjmcHhYjEr5f1Kqjirc1nBW07J/ZuRFumqr2oqccEWg==
|
|
7212
7206
|
dependencies:
|
|
7213
7207
|
uc.micro "^2.0.0"
|
|
7214
7208
|
|
|
@@ -7521,13 +7515,13 @@ map-obj@^4.0.0:
|
|
|
7521
7515
|
integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
|
|
7522
7516
|
|
|
7523
7517
|
markdown-it@^14.1.0:
|
|
7524
|
-
version "14.
|
|
7525
|
-
resolved "https://registry.npmjs.org/markdown-it/-/markdown-it-14.
|
|
7526
|
-
integrity sha512-
|
|
7518
|
+
version "14.2.0"
|
|
7519
|
+
resolved "https://registry.npmjs.org/markdown-it/-/markdown-it-14.2.0.tgz"
|
|
7520
|
+
integrity sha512-1TGiQiJVRQ3NPmZH6sx5Cfnmg6GQm9jvC1ch4TK511NjSJvjzKLzn5pPfZRNZkRPZP0HqCioSndqH8v2nRaWVQ==
|
|
7527
7521
|
dependencies:
|
|
7528
7522
|
argparse "^2.0.1"
|
|
7529
7523
|
entities "^4.4.0"
|
|
7530
|
-
linkify-it "^5.0.
|
|
7524
|
+
linkify-it "^5.0.1"
|
|
7531
7525
|
mdurl "^2.0.0"
|
|
7532
7526
|
punycode.js "^2.3.1"
|
|
7533
7527
|
uc.micro "^2.1.0"
|
|
@@ -10935,9 +10929,9 @@ write-file-atomic@^7.0.0:
|
|
|
10935
10929
|
signal-exit "^4.0.1"
|
|
10936
10930
|
|
|
10937
10931
|
ws@^8.15.0:
|
|
10938
|
-
version "8.
|
|
10939
|
-
resolved "https://registry.npmjs.org/ws/-/ws-8.
|
|
10940
|
-
integrity sha512-
|
|
10932
|
+
version "8.21.0"
|
|
10933
|
+
resolved "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz"
|
|
10934
|
+
integrity sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==
|
|
10941
10935
|
|
|
10942
10936
|
wsl-utils@^0.1.0:
|
|
10943
10937
|
version "0.1.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.140.
|
|
4
|
+
"version": "2.140.6",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"@salesforce/plugin-devops-center": "1.2.27",
|
|
84
84
|
"@salesforce/plugin-flow": "1.0.5",
|
|
85
85
|
"@salesforce/plugin-lightning-dev": "6.2.17",
|
|
86
|
-
"@salesforce/plugin-signups": "2.6.
|
|
86
|
+
"@salesforce/plugin-signups": "2.6.72",
|
|
87
87
|
"@salesforce/plugin-ui-bundle-dev": "1.2.2",
|
|
88
88
|
"@salesforce/sfdx-plugin-lwc-test": "1.2.1"
|
|
89
89
|
},
|