@salesforce/analytics 1.4.12 → 1.4.14
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/npm-shrinkwrap.json +107 -490
- package/oclif.lock +93 -206
- package/oclif.manifest.json +317 -317
- package/package.json +10 -10
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/analytics",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.14",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/analytics",
|
|
9
|
-
"version": "1.4.
|
|
9
|
+
"version": "1.4.14",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@oclif/core": "^3.26.
|
|
13
|
-
"@oclif/plugin-help": "^6.0.
|
|
12
|
+
"@oclif/core": "^3.26.4",
|
|
13
|
+
"@oclif/plugin-help": "^6.0.21",
|
|
14
14
|
"@salesforce/core": "^6.7.1",
|
|
15
15
|
"@salesforce/kit": "^3.0.15",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^7.1.16",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"moment": "^2.30.1"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
|
23
|
+
"@oclif/plugin-command-snapshot": "^5.1.7",
|
|
24
24
|
"@salesforce/cli-plugins-testkit": "^5.2.1",
|
|
25
25
|
"@salesforce/dev-scripts": "^8.5.0",
|
|
26
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
26
|
+
"@salesforce/plugin-command-reference": "^3.0.82",
|
|
27
27
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
28
28
|
"@types/lodash.get": "^4.4.9",
|
|
29
|
-
"eslint-plugin-mocha": "^10.4.
|
|
30
|
-
"eslint-plugin-sf-plugin": "^1.18.
|
|
29
|
+
"eslint-plugin-mocha": "^10.4.3",
|
|
30
|
+
"eslint-plugin-sf-plugin": "^1.18.2",
|
|
31
31
|
"oclif": "^4",
|
|
32
32
|
"ts-node": "^10.9.2",
|
|
33
|
-
"typescript": "^5.4.
|
|
33
|
+
"typescript": "^5.4.5"
|
|
34
34
|
},
|
|
35
35
|
"engines": {
|
|
36
36
|
"node": ">=18.0.0"
|
|
@@ -3091,15 +3091,6 @@
|
|
|
3091
3091
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3092
3092
|
}
|
|
3093
3093
|
},
|
|
3094
|
-
"node_modules/@inquirer/core/node_modules/run-async": {
|
|
3095
|
-
"version": "3.0.0",
|
|
3096
|
-
"resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
|
|
3097
|
-
"integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
|
|
3098
|
-
"license": "MIT",
|
|
3099
|
-
"engines": {
|
|
3100
|
-
"node": ">=0.12.0"
|
|
3101
|
-
}
|
|
3102
|
-
},
|
|
3103
3094
|
"node_modules/@inquirer/core/node_modules/signal-exit": {
|
|
3104
3095
|
"version": "4.1.0",
|
|
3105
3096
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -3663,9 +3654,9 @@
|
|
|
3663
3654
|
}
|
|
3664
3655
|
},
|
|
3665
3656
|
"node_modules/@oclif/core": {
|
|
3666
|
-
"version": "3.26.
|
|
3667
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.
|
|
3668
|
-
"integrity": "sha512-
|
|
3657
|
+
"version": "3.26.4",
|
|
3658
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.4.tgz",
|
|
3659
|
+
"integrity": "sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==",
|
|
3669
3660
|
"license": "MIT",
|
|
3670
3661
|
"dependencies": {
|
|
3671
3662
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -3799,13 +3790,13 @@
|
|
|
3799
3790
|
}
|
|
3800
3791
|
},
|
|
3801
3792
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3802
|
-
"version": "5.1.
|
|
3803
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
3804
|
-
"integrity": "sha512-
|
|
3793
|
+
"version": "5.1.7",
|
|
3794
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz",
|
|
3795
|
+
"integrity": "sha512-pUxopI9/bAZ0ddwLSAH2L7V/vSbzvobjvOtUk5XMm49Rkf/+b+dqcsf/J1uVh8LCMQz8OYfa4lVc/t4hBpD1Kw==",
|
|
3805
3796
|
"dev": true,
|
|
3806
3797
|
"license": "MIT",
|
|
3807
3798
|
"dependencies": {
|
|
3808
|
-
"@oclif/core": "3.26.
|
|
3799
|
+
"@oclif/core": "3.26.4",
|
|
3809
3800
|
"@types/lodash.difference": "^4.5.9",
|
|
3810
3801
|
"chalk": "^5.3.0",
|
|
3811
3802
|
"globby": "^14.0.1",
|
|
@@ -3820,117 +3811,6 @@
|
|
|
3820
3811
|
"node": ">=18.0.0"
|
|
3821
3812
|
}
|
|
3822
3813
|
},
|
|
3823
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
3824
|
-
"version": "3.26.0",
|
|
3825
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.0.tgz",
|
|
3826
|
-
"integrity": "sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==",
|
|
3827
|
-
"dev": true,
|
|
3828
|
-
"license": "MIT",
|
|
3829
|
-
"dependencies": {
|
|
3830
|
-
"@types/cli-progress": "^3.11.5",
|
|
3831
|
-
"ansi-escapes": "^4.3.2",
|
|
3832
|
-
"ansi-styles": "^4.3.0",
|
|
3833
|
-
"cardinal": "^2.1.1",
|
|
3834
|
-
"chalk": "^4.1.2",
|
|
3835
|
-
"clean-stack": "^3.0.1",
|
|
3836
|
-
"cli-progress": "^3.12.0",
|
|
3837
|
-
"color": "^4.2.3",
|
|
3838
|
-
"debug": "^4.3.4",
|
|
3839
|
-
"ejs": "^3.1.9",
|
|
3840
|
-
"get-package-type": "^0.1.0",
|
|
3841
|
-
"globby": "^11.1.0",
|
|
3842
|
-
"hyperlinker": "^1.0.0",
|
|
3843
|
-
"indent-string": "^4.0.0",
|
|
3844
|
-
"is-wsl": "^2.2.0",
|
|
3845
|
-
"js-yaml": "^3.14.1",
|
|
3846
|
-
"minimatch": "^9.0.3",
|
|
3847
|
-
"natural-orderby": "^2.0.3",
|
|
3848
|
-
"object-treeify": "^1.1.33",
|
|
3849
|
-
"password-prompt": "^1.1.3",
|
|
3850
|
-
"slice-ansi": "^4.0.0",
|
|
3851
|
-
"string-width": "^4.2.3",
|
|
3852
|
-
"strip-ansi": "^6.0.1",
|
|
3853
|
-
"supports-color": "^8.1.1",
|
|
3854
|
-
"supports-hyperlinks": "^2.2.0",
|
|
3855
|
-
"widest-line": "^3.1.0",
|
|
3856
|
-
"wordwrap": "^1.0.0",
|
|
3857
|
-
"wrap-ansi": "^7.0.0"
|
|
3858
|
-
},
|
|
3859
|
-
"engines": {
|
|
3860
|
-
"node": ">=18.0.0"
|
|
3861
|
-
}
|
|
3862
|
-
},
|
|
3863
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
|
|
3864
|
-
"version": "4.1.2",
|
|
3865
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
3866
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
3867
|
-
"dev": true,
|
|
3868
|
-
"license": "MIT",
|
|
3869
|
-
"dependencies": {
|
|
3870
|
-
"ansi-styles": "^4.1.0",
|
|
3871
|
-
"supports-color": "^7.1.0"
|
|
3872
|
-
},
|
|
3873
|
-
"engines": {
|
|
3874
|
-
"node": ">=10"
|
|
3875
|
-
},
|
|
3876
|
-
"funding": {
|
|
3877
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3878
|
-
}
|
|
3879
|
-
},
|
|
3880
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
3881
|
-
"version": "7.2.0",
|
|
3882
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
3883
|
-
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
3884
|
-
"dev": true,
|
|
3885
|
-
"license": "MIT",
|
|
3886
|
-
"dependencies": {
|
|
3887
|
-
"has-flag": "^4.0.0"
|
|
3888
|
-
},
|
|
3889
|
-
"engines": {
|
|
3890
|
-
"node": ">=8"
|
|
3891
|
-
}
|
|
3892
|
-
},
|
|
3893
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
|
|
3894
|
-
"version": "11.1.0",
|
|
3895
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
3896
|
-
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
3897
|
-
"dev": true,
|
|
3898
|
-
"license": "MIT",
|
|
3899
|
-
"dependencies": {
|
|
3900
|
-
"array-union": "^2.1.0",
|
|
3901
|
-
"dir-glob": "^3.0.1",
|
|
3902
|
-
"fast-glob": "^3.2.9",
|
|
3903
|
-
"ignore": "^5.2.0",
|
|
3904
|
-
"merge2": "^1.4.1",
|
|
3905
|
-
"slash": "^3.0.0"
|
|
3906
|
-
},
|
|
3907
|
-
"engines": {
|
|
3908
|
-
"node": ">=10"
|
|
3909
|
-
},
|
|
3910
|
-
"funding": {
|
|
3911
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3912
|
-
}
|
|
3913
|
-
},
|
|
3914
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
|
|
3915
|
-
"version": "3.0.0",
|
|
3916
|
-
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
3917
|
-
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
3918
|
-
"dev": true,
|
|
3919
|
-
"license": "MIT",
|
|
3920
|
-
"engines": {
|
|
3921
|
-
"node": ">=8"
|
|
3922
|
-
}
|
|
3923
|
-
},
|
|
3924
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/argparse": {
|
|
3925
|
-
"version": "1.0.10",
|
|
3926
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
3927
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
3928
|
-
"dev": true,
|
|
3929
|
-
"license": "MIT",
|
|
3930
|
-
"dependencies": {
|
|
3931
|
-
"sprintf-js": "~1.0.2"
|
|
3932
|
-
}
|
|
3933
|
-
},
|
|
3934
3814
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
|
|
3935
3815
|
"version": "14.0.1",
|
|
3936
3816
|
"resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
|
|
@@ -3952,36 +3832,6 @@
|
|
|
3952
3832
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3953
3833
|
}
|
|
3954
3834
|
},
|
|
3955
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/js-yaml": {
|
|
3956
|
-
"version": "3.14.1",
|
|
3957
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
3958
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
3959
|
-
"dev": true,
|
|
3960
|
-
"license": "MIT",
|
|
3961
|
-
"dependencies": {
|
|
3962
|
-
"argparse": "^1.0.7",
|
|
3963
|
-
"esprima": "^4.0.0"
|
|
3964
|
-
},
|
|
3965
|
-
"bin": {
|
|
3966
|
-
"js-yaml": "bin/js-yaml.js"
|
|
3967
|
-
}
|
|
3968
|
-
},
|
|
3969
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/minimatch": {
|
|
3970
|
-
"version": "9.0.4",
|
|
3971
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
3972
|
-
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
3973
|
-
"dev": true,
|
|
3974
|
-
"license": "ISC",
|
|
3975
|
-
"dependencies": {
|
|
3976
|
-
"brace-expansion": "^2.0.1"
|
|
3977
|
-
},
|
|
3978
|
-
"engines": {
|
|
3979
|
-
"node": ">=16 || 14 >=14.17"
|
|
3980
|
-
},
|
|
3981
|
-
"funding": {
|
|
3982
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
3983
|
-
}
|
|
3984
|
-
},
|
|
3985
3835
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
3986
3836
|
"version": "5.0.0",
|
|
3987
3837
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
@@ -4008,47 +3858,13 @@
|
|
|
4008
3858
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4009
3859
|
}
|
|
4010
3860
|
},
|
|
4011
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
|
|
4012
|
-
"version": "8.1.1",
|
|
4013
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
4014
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
4015
|
-
"dev": true,
|
|
4016
|
-
"license": "MIT",
|
|
4017
|
-
"dependencies": {
|
|
4018
|
-
"has-flag": "^4.0.0"
|
|
4019
|
-
},
|
|
4020
|
-
"engines": {
|
|
4021
|
-
"node": ">=10"
|
|
4022
|
-
},
|
|
4023
|
-
"funding": {
|
|
4024
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4025
|
-
}
|
|
4026
|
-
},
|
|
4027
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/wrap-ansi": {
|
|
4028
|
-
"version": "7.0.0",
|
|
4029
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
4030
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
4031
|
-
"dev": true,
|
|
4032
|
-
"license": "MIT",
|
|
4033
|
-
"dependencies": {
|
|
4034
|
-
"ansi-styles": "^4.0.0",
|
|
4035
|
-
"string-width": "^4.1.0",
|
|
4036
|
-
"strip-ansi": "^6.0.0"
|
|
4037
|
-
},
|
|
4038
|
-
"engines": {
|
|
4039
|
-
"node": ">=10"
|
|
4040
|
-
},
|
|
4041
|
-
"funding": {
|
|
4042
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4043
|
-
}
|
|
4044
|
-
},
|
|
4045
3861
|
"node_modules/@oclif/plugin-help": {
|
|
4046
|
-
"version": "6.0.
|
|
4047
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.
|
|
4048
|
-
"integrity": "sha512-
|
|
3862
|
+
"version": "6.0.21",
|
|
3863
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.21.tgz",
|
|
3864
|
+
"integrity": "sha512-w860r9d456xhw1GPaos9yQF+BZeFY9UKdrINbL3fZFX5ZHhr/zGT4Fep5wUkHogjjnSB8+ZHi3D6j2jScIizUw==",
|
|
4049
3865
|
"license": "MIT",
|
|
4050
3866
|
"dependencies": {
|
|
4051
|
-
"@oclif/core": "^3.26.
|
|
3867
|
+
"@oclif/core": "^3.26.2"
|
|
4052
3868
|
},
|
|
4053
3869
|
"engines": {
|
|
4054
3870
|
"node": ">=18.0.0"
|
|
@@ -4120,14 +3936,14 @@
|
|
|
4120
3936
|
}
|
|
4121
3937
|
},
|
|
4122
3938
|
"node_modules/@salesforce/cli-plugins-testkit/node_modules/@salesforce/core": {
|
|
4123
|
-
"version": "7.
|
|
4124
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.
|
|
4125
|
-
"integrity": "sha512-
|
|
3939
|
+
"version": "7.3.1",
|
|
3940
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.1.tgz",
|
|
3941
|
+
"integrity": "sha512-jdc0GOUlV4xvyF9dPbBKNPDvQc06uj5YHFEHvdhCAFtCvqgtubpDzlyDppac2kdKujh4c7UH2KreboNvJ3LsoQ==",
|
|
4126
3942
|
"dev": true,
|
|
4127
3943
|
"license": "BSD-3-Clause",
|
|
4128
3944
|
"dependencies": {
|
|
4129
3945
|
"@jsforce/jsforce-node": "^3.1.0",
|
|
4130
|
-
"@salesforce/kit": "^3.1.
|
|
3946
|
+
"@salesforce/kit": "^3.1.1",
|
|
4131
3947
|
"@salesforce/schemas": "^1.7.0",
|
|
4132
3948
|
"@salesforce/ts-types": "^2.0.9",
|
|
4133
3949
|
"ajv": "^8.12.0",
|
|
@@ -4361,9 +4177,9 @@
|
|
|
4361
4177
|
}
|
|
4362
4178
|
},
|
|
4363
4179
|
"node_modules/@salesforce/kit": {
|
|
4364
|
-
"version": "3.1.
|
|
4365
|
-
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.
|
|
4366
|
-
"integrity": "sha512-
|
|
4180
|
+
"version": "3.1.1",
|
|
4181
|
+
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.1.tgz",
|
|
4182
|
+
"integrity": "sha512-Cjkh+USp5PtdZmD30r1Y7d+USpIhQz9B48w76esBtYpgqzhyj806LHkVgEfmorLNq2Qe8EO5rtUYd+XZ3rnV9w==",
|
|
4367
4183
|
"license": "BSD-3-Clause",
|
|
4368
4184
|
"dependencies": {
|
|
4369
4185
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -4371,105 +4187,73 @@
|
|
|
4371
4187
|
}
|
|
4372
4188
|
},
|
|
4373
4189
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4374
|
-
"version": "3.0.
|
|
4375
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
4376
|
-
"integrity": "sha512
|
|
4190
|
+
"version": "3.0.82",
|
|
4191
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.82.tgz",
|
|
4192
|
+
"integrity": "sha512-/XZoG9viDPmWeucz1cp0X7ePtx4UsaNZfRuw4hmRpya95P57MbGBilc+L2OAzISh9829OufC0TlbShr79aX8Sg==",
|
|
4377
4193
|
"dev": true,
|
|
4378
4194
|
"license": "BSD-3-Clause",
|
|
4379
4195
|
"dependencies": {
|
|
4380
|
-
"@oclif/core": "^3.26.
|
|
4381
|
-
"@salesforce/core": "^
|
|
4382
|
-
"@salesforce/kit": "^3.1.
|
|
4383
|
-
"@salesforce/sf-plugins-core": "^
|
|
4196
|
+
"@oclif/core": "^3.26.4",
|
|
4197
|
+
"@salesforce/core": "^7.3.1",
|
|
4198
|
+
"@salesforce/kit": "^3.1.1",
|
|
4199
|
+
"@salesforce/sf-plugins-core": "^9.0.5",
|
|
4384
4200
|
"@salesforce/ts-types": "^2.0.9",
|
|
4385
|
-
"chalk": "^
|
|
4386
|
-
"
|
|
4387
|
-
"
|
|
4201
|
+
"chalk": "^5.3.0",
|
|
4202
|
+
"debug": "^4.3.4",
|
|
4203
|
+
"handlebars": "^4.7.8"
|
|
4388
4204
|
},
|
|
4389
4205
|
"engines": {
|
|
4390
|
-
"node": ">=
|
|
4206
|
+
"node": ">=18.0.0"
|
|
4391
4207
|
}
|
|
4392
4208
|
},
|
|
4393
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/
|
|
4394
|
-
"version": "
|
|
4395
|
-
"resolved": "https://registry.npmjs.org/@salesforce/
|
|
4396
|
-
"integrity": "sha512-
|
|
4209
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/core": {
|
|
4210
|
+
"version": "7.3.1",
|
|
4211
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.1.tgz",
|
|
4212
|
+
"integrity": "sha512-jdc0GOUlV4xvyF9dPbBKNPDvQc06uj5YHFEHvdhCAFtCvqgtubpDzlyDppac2kdKujh4c7UH2KreboNvJ3LsoQ==",
|
|
4397
4213
|
"dev": true,
|
|
4398
4214
|
"license": "BSD-3-Clause",
|
|
4399
4215
|
"dependencies": {
|
|
4400
|
-
"@
|
|
4401
|
-
"@salesforce/
|
|
4402
|
-
"@salesforce/
|
|
4216
|
+
"@jsforce/jsforce-node": "^3.1.0",
|
|
4217
|
+
"@salesforce/kit": "^3.1.1",
|
|
4218
|
+
"@salesforce/schemas": "^1.7.0",
|
|
4403
4219
|
"@salesforce/ts-types": "^2.0.9",
|
|
4404
|
-
"
|
|
4405
|
-
"
|
|
4406
|
-
"
|
|
4220
|
+
"ajv": "^8.12.0",
|
|
4221
|
+
"change-case": "^4.1.2",
|
|
4222
|
+
"faye": "^1.4.0",
|
|
4223
|
+
"form-data": "^4.0.0",
|
|
4224
|
+
"js2xmlparser": "^4.0.1",
|
|
4225
|
+
"jsonwebtoken": "9.0.2",
|
|
4226
|
+
"jszip": "3.10.1",
|
|
4227
|
+
"pino": "^8.19.0",
|
|
4228
|
+
"pino-abstract-transport": "^1.1.0",
|
|
4229
|
+
"pino-pretty": "^10.3.1",
|
|
4230
|
+
"proper-lockfile": "^4.1.2",
|
|
4231
|
+
"semver": "^7.6.0",
|
|
4232
|
+
"ts-retry-promise": "^0.7.1"
|
|
4407
4233
|
},
|
|
4408
4234
|
"engines": {
|
|
4409
4235
|
"node": ">=18.0.0"
|
|
4410
4236
|
}
|
|
4411
4237
|
},
|
|
4412
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/
|
|
4413
|
-
"version": "
|
|
4414
|
-
"resolved": "https://registry.npmjs.org/
|
|
4415
|
-
"integrity": "sha512-
|
|
4416
|
-
"dev": true,
|
|
4417
|
-
"license": "MIT",
|
|
4418
|
-
"dependencies": {
|
|
4419
|
-
"ansi-styles": "^4.1.0",
|
|
4420
|
-
"supports-color": "^7.1.0"
|
|
4421
|
-
},
|
|
4422
|
-
"engines": {
|
|
4423
|
-
"node": ">=10"
|
|
4424
|
-
},
|
|
4425
|
-
"funding": {
|
|
4426
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
4427
|
-
}
|
|
4428
|
-
},
|
|
4429
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/cli-width": {
|
|
4430
|
-
"version": "3.0.0",
|
|
4431
|
-
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz",
|
|
4432
|
-
"integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==",
|
|
4433
|
-
"dev": true,
|
|
4434
|
-
"license": "ISC",
|
|
4435
|
-
"engines": {
|
|
4436
|
-
"node": ">= 10"
|
|
4437
|
-
}
|
|
4438
|
-
},
|
|
4439
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/inquirer": {
|
|
4440
|
-
"version": "8.2.6",
|
|
4441
|
-
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.6.tgz",
|
|
4442
|
-
"integrity": "sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==",
|
|
4238
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/sf-plugins-core": {
|
|
4239
|
+
"version": "9.0.5",
|
|
4240
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.5.tgz",
|
|
4241
|
+
"integrity": "sha512-il3/mKhmoDMbTdlX5G2YJw3LaJd1D3FlsPEr4gg8sXK1/gxRz0SCqcaXsjWa4Fo6i12zkW8Qgsd5vQ3N6ojiXA==",
|
|
4443
4242
|
"dev": true,
|
|
4444
|
-
"license": "
|
|
4243
|
+
"license": "BSD-3-Clause",
|
|
4445
4244
|
"dependencies": {
|
|
4446
|
-
"
|
|
4447
|
-
"
|
|
4448
|
-
"
|
|
4449
|
-
"
|
|
4450
|
-
"
|
|
4451
|
-
"
|
|
4452
|
-
"
|
|
4453
|
-
"mute-stream": "0.0.8",
|
|
4454
|
-
"ora": "^5.4.1",
|
|
4455
|
-
"run-async": "^2.4.0",
|
|
4456
|
-
"rxjs": "^7.5.5",
|
|
4457
|
-
"string-width": "^4.1.0",
|
|
4458
|
-
"strip-ansi": "^6.0.0",
|
|
4459
|
-
"through": "^2.3.6",
|
|
4460
|
-
"wrap-ansi": "^6.0.1"
|
|
4245
|
+
"@inquirer/confirm": "^2.0.17",
|
|
4246
|
+
"@inquirer/password": "^1.1.16",
|
|
4247
|
+
"@oclif/core": "^3.26.2",
|
|
4248
|
+
"@salesforce/core": "^7.3.0",
|
|
4249
|
+
"@salesforce/kit": "^3.1.0",
|
|
4250
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
4251
|
+
"chalk": "^5.3.0"
|
|
4461
4252
|
},
|
|
4462
4253
|
"engines": {
|
|
4463
|
-
"node": ">=
|
|
4254
|
+
"node": ">=18.0.0"
|
|
4464
4255
|
}
|
|
4465
4256
|
},
|
|
4466
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/mute-stream": {
|
|
4467
|
-
"version": "0.0.8",
|
|
4468
|
-
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz",
|
|
4469
|
-
"integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
|
|
4470
|
-
"dev": true,
|
|
4471
|
-
"license": "ISC"
|
|
4472
|
-
},
|
|
4473
4257
|
"node_modules/@salesforce/prettier-config": {
|
|
4474
4258
|
"version": "0.0.3",
|
|
4475
4259
|
"resolved": "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz",
|
|
@@ -5562,17 +5346,6 @@
|
|
|
5562
5346
|
"dev": true,
|
|
5563
5347
|
"license": "MIT"
|
|
5564
5348
|
},
|
|
5565
|
-
"node_modules/@types/inquirer": {
|
|
5566
|
-
"version": "8.2.10",
|
|
5567
|
-
"resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-8.2.10.tgz",
|
|
5568
|
-
"integrity": "sha512-IdD5NmHyVjWM8SHWo/kPBgtzXatwPkfwzyP3fN1jF2g9BWt5WO+8hL2F4o2GKIYsU40PpqeevuUWvkS/roXJkA==",
|
|
5569
|
-
"dev": true,
|
|
5570
|
-
"license": "MIT",
|
|
5571
|
-
"dependencies": {
|
|
5572
|
-
"@types/through": "*",
|
|
5573
|
-
"rxjs": "^7.2.0"
|
|
5574
|
-
}
|
|
5575
|
-
},
|
|
5576
5349
|
"node_modules/@types/json-schema": {
|
|
5577
5350
|
"version": "7.0.15",
|
|
5578
5351
|
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
|
|
@@ -5695,16 +5468,6 @@
|
|
|
5695
5468
|
"dev": true,
|
|
5696
5469
|
"license": "MIT"
|
|
5697
5470
|
},
|
|
5698
|
-
"node_modules/@types/through": {
|
|
5699
|
-
"version": "0.0.33",
|
|
5700
|
-
"resolved": "https://registry.npmjs.org/@types/through/-/through-0.0.33.tgz",
|
|
5701
|
-
"integrity": "sha512-HsJ+z3QuETzP3cswwtzt2vEIiHBk/dCcHGhbmG5X3ecnwFD/lPrMpliGXxSCg03L9AhrdwA4Oz/qfspkDW+xGQ==",
|
|
5702
|
-
"dev": true,
|
|
5703
|
-
"license": "MIT",
|
|
5704
|
-
"dependencies": {
|
|
5705
|
-
"@types/node": "*"
|
|
5706
|
-
}
|
|
5707
|
-
},
|
|
5708
5471
|
"node_modules/@types/wrap-ansi": {
|
|
5709
5472
|
"version": "3.0.0",
|
|
5710
5473
|
"resolved": "https://registry.npmjs.org/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz",
|
|
@@ -6422,43 +6185,6 @@
|
|
|
6422
6185
|
"node": ">=8"
|
|
6423
6186
|
}
|
|
6424
6187
|
},
|
|
6425
|
-
"node_modules/bl": {
|
|
6426
|
-
"version": "4.1.0",
|
|
6427
|
-
"resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
|
|
6428
|
-
"integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
|
|
6429
|
-
"dev": true,
|
|
6430
|
-
"license": "MIT",
|
|
6431
|
-
"dependencies": {
|
|
6432
|
-
"buffer": "^5.5.0",
|
|
6433
|
-
"inherits": "^2.0.4",
|
|
6434
|
-
"readable-stream": "^3.4.0"
|
|
6435
|
-
}
|
|
6436
|
-
},
|
|
6437
|
-
"node_modules/bl/node_modules/buffer": {
|
|
6438
|
-
"version": "5.7.1",
|
|
6439
|
-
"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
|
|
6440
|
-
"integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
|
6441
|
-
"dev": true,
|
|
6442
|
-
"funding": [
|
|
6443
|
-
{
|
|
6444
|
-
"type": "github",
|
|
6445
|
-
"url": "https://github.com/sponsors/feross"
|
|
6446
|
-
},
|
|
6447
|
-
{
|
|
6448
|
-
"type": "patreon",
|
|
6449
|
-
"url": "https://www.patreon.com/feross"
|
|
6450
|
-
},
|
|
6451
|
-
{
|
|
6452
|
-
"type": "consulting",
|
|
6453
|
-
"url": "https://feross.org/support"
|
|
6454
|
-
}
|
|
6455
|
-
],
|
|
6456
|
-
"license": "MIT",
|
|
6457
|
-
"dependencies": {
|
|
6458
|
-
"base64-js": "^1.3.1",
|
|
6459
|
-
"ieee754": "^1.1.13"
|
|
6460
|
-
}
|
|
6461
|
-
},
|
|
6462
6188
|
"node_modules/bowser": {
|
|
6463
6189
|
"version": "2.11.0",
|
|
6464
6190
|
"resolved": "https://registry.npmjs.org/bowser/-/bowser-2.11.0.tgz",
|
|
@@ -6975,16 +6701,6 @@
|
|
|
6975
6701
|
"wrap-ansi": "^6.2.0"
|
|
6976
6702
|
}
|
|
6977
6703
|
},
|
|
6978
|
-
"node_modules/clone": {
|
|
6979
|
-
"version": "1.0.4",
|
|
6980
|
-
"resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
|
|
6981
|
-
"integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==",
|
|
6982
|
-
"dev": true,
|
|
6983
|
-
"license": "MIT",
|
|
6984
|
-
"engines": {
|
|
6985
|
-
"node": ">=0.8"
|
|
6986
|
-
}
|
|
6987
|
-
},
|
|
6988
6704
|
"node_modules/color": {
|
|
6989
6705
|
"version": "4.2.3",
|
|
6990
6706
|
"resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
|
|
@@ -7406,19 +7122,6 @@
|
|
|
7406
7122
|
"node": ">=8"
|
|
7407
7123
|
}
|
|
7408
7124
|
},
|
|
7409
|
-
"node_modules/defaults": {
|
|
7410
|
-
"version": "1.0.4",
|
|
7411
|
-
"resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz",
|
|
7412
|
-
"integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==",
|
|
7413
|
-
"dev": true,
|
|
7414
|
-
"license": "MIT",
|
|
7415
|
-
"dependencies": {
|
|
7416
|
-
"clone": "^1.0.2"
|
|
7417
|
-
},
|
|
7418
|
-
"funding": {
|
|
7419
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
7420
|
-
}
|
|
7421
|
-
},
|
|
7422
7125
|
"node_modules/defer-to-connect": {
|
|
7423
7126
|
"version": "2.0.1",
|
|
7424
7127
|
"resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz",
|
|
@@ -8070,9 +7773,9 @@
|
|
|
8070
7773
|
}
|
|
8071
7774
|
},
|
|
8072
7775
|
"node_modules/eslint-plugin-mocha": {
|
|
8073
|
-
"version": "10.4.
|
|
8074
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.4.
|
|
8075
|
-
"integrity": "sha512-
|
|
7776
|
+
"version": "10.4.3",
|
|
7777
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.4.3.tgz",
|
|
7778
|
+
"integrity": "sha512-emc4TVjq5Ht0/upR+psftuz6IBG5q279p+1dSRDeHf+NS9aaerBi3lXKo1SEzwC29hFIW21gO89CEWSvRsi8IQ==",
|
|
8076
7779
|
"dev": true,
|
|
8077
7780
|
"license": "MIT",
|
|
8078
7781
|
"dependencies": {
|
|
@@ -8088,13 +7791,13 @@
|
|
|
8088
7791
|
}
|
|
8089
7792
|
},
|
|
8090
7793
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
8091
|
-
"version": "1.18.
|
|
8092
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.
|
|
8093
|
-
"integrity": "sha512-
|
|
7794
|
+
"version": "1.18.2",
|
|
7795
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.2.tgz",
|
|
7796
|
+
"integrity": "sha512-QkxCu/4aglqlduTCk4d+3C6kl5KoIL6a88HJGLjgm1zWjjxduEeecsBNcHz82KN6FZtV+oONmvXPNoMlwQpvvw==",
|
|
8094
7797
|
"dev": true,
|
|
8095
7798
|
"license": "BSD-3-Clause",
|
|
8096
7799
|
"dependencies": {
|
|
8097
|
-
"@salesforce/core": "^7.
|
|
7800
|
+
"@salesforce/core": "^7.3.0",
|
|
8098
7801
|
"@typescript-eslint/utils": "^6.17.0"
|
|
8099
7802
|
},
|
|
8100
7803
|
"engines": {
|
|
@@ -8102,14 +7805,14 @@
|
|
|
8102
7805
|
}
|
|
8103
7806
|
},
|
|
8104
7807
|
"node_modules/eslint-plugin-sf-plugin/node_modules/@salesforce/core": {
|
|
8105
|
-
"version": "7.
|
|
8106
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.
|
|
8107
|
-
"integrity": "sha512-
|
|
7808
|
+
"version": "7.3.1",
|
|
7809
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.1.tgz",
|
|
7810
|
+
"integrity": "sha512-jdc0GOUlV4xvyF9dPbBKNPDvQc06uj5YHFEHvdhCAFtCvqgtubpDzlyDppac2kdKujh4c7UH2KreboNvJ3LsoQ==",
|
|
8108
7811
|
"dev": true,
|
|
8109
7812
|
"license": "BSD-3-Clause",
|
|
8110
7813
|
"dependencies": {
|
|
8111
7814
|
"@jsforce/jsforce-node": "^3.1.0",
|
|
8112
|
-
"@salesforce/kit": "^3.1.
|
|
7815
|
+
"@salesforce/kit": "^3.1.1",
|
|
8113
7816
|
"@salesforce/schemas": "^1.7.0",
|
|
8114
7817
|
"@salesforce/ts-types": "^2.0.9",
|
|
8115
7818
|
"ajv": "^8.12.0",
|
|
@@ -9743,24 +9446,15 @@
|
|
|
9743
9446
|
"integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
|
|
9744
9447
|
"license": "ISC"
|
|
9745
9448
|
},
|
|
9746
|
-
"node_modules/inquirer/node_modules/
|
|
9747
|
-
"version": "
|
|
9748
|
-
"resolved": "https://registry.npmjs.org/
|
|
9749
|
-
"integrity": "sha512-
|
|
9750
|
-
"license": "
|
|
9751
|
-
"dependencies": {
|
|
9752
|
-
"tslib": "^1.9.0"
|
|
9753
|
-
},
|
|
9449
|
+
"node_modules/inquirer/node_modules/run-async": {
|
|
9450
|
+
"version": "2.4.1",
|
|
9451
|
+
"resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz",
|
|
9452
|
+
"integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==",
|
|
9453
|
+
"license": "MIT",
|
|
9754
9454
|
"engines": {
|
|
9755
|
-
"
|
|
9455
|
+
"node": ">=0.12.0"
|
|
9756
9456
|
}
|
|
9757
9457
|
},
|
|
9758
|
-
"node_modules/inquirer/node_modules/tslib": {
|
|
9759
|
-
"version": "1.14.1",
|
|
9760
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
9761
|
-
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
|
|
9762
|
-
"license": "0BSD"
|
|
9763
|
-
},
|
|
9764
9458
|
"node_modules/internal-slot": {
|
|
9765
9459
|
"version": "1.0.6",
|
|
9766
9460
|
"resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.6.tgz",
|
|
@@ -9954,16 +9648,6 @@
|
|
|
9954
9648
|
"node": ">=0.10.0"
|
|
9955
9649
|
}
|
|
9956
9650
|
},
|
|
9957
|
-
"node_modules/is-interactive": {
|
|
9958
|
-
"version": "1.0.0",
|
|
9959
|
-
"resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz",
|
|
9960
|
-
"integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==",
|
|
9961
|
-
"dev": true,
|
|
9962
|
-
"license": "MIT",
|
|
9963
|
-
"engines": {
|
|
9964
|
-
"node": ">=8"
|
|
9965
|
-
}
|
|
9966
|
-
},
|
|
9967
9651
|
"node_modules/is-negative-zero": {
|
|
9968
9652
|
"version": "2.0.2",
|
|
9969
9653
|
"resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
|
|
@@ -12070,16 +11754,6 @@
|
|
|
12070
11754
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
12071
11755
|
}
|
|
12072
11756
|
},
|
|
12073
|
-
"node_modules/oclif/node_modules/run-async": {
|
|
12074
|
-
"version": "3.0.0",
|
|
12075
|
-
"resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
|
|
12076
|
-
"integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
|
|
12077
|
-
"dev": true,
|
|
12078
|
-
"license": "MIT",
|
|
12079
|
-
"engines": {
|
|
12080
|
-
"node": ">=0.12.0"
|
|
12081
|
-
}
|
|
12082
|
-
},
|
|
12083
11757
|
"node_modules/oclif/node_modules/signal-exit": {
|
|
12084
11758
|
"version": "4.1.0",
|
|
12085
11759
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -12167,47 +11841,6 @@
|
|
|
12167
11841
|
"dev": true,
|
|
12168
11842
|
"license": "MIT"
|
|
12169
11843
|
},
|
|
12170
|
-
"node_modules/ora": {
|
|
12171
|
-
"version": "5.4.1",
|
|
12172
|
-
"resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz",
|
|
12173
|
-
"integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==",
|
|
12174
|
-
"dev": true,
|
|
12175
|
-
"license": "MIT",
|
|
12176
|
-
"dependencies": {
|
|
12177
|
-
"bl": "^4.1.0",
|
|
12178
|
-
"chalk": "^4.1.0",
|
|
12179
|
-
"cli-cursor": "^3.1.0",
|
|
12180
|
-
"cli-spinners": "^2.5.0",
|
|
12181
|
-
"is-interactive": "^1.0.0",
|
|
12182
|
-
"is-unicode-supported": "^0.1.0",
|
|
12183
|
-
"log-symbols": "^4.1.0",
|
|
12184
|
-
"strip-ansi": "^6.0.0",
|
|
12185
|
-
"wcwidth": "^1.0.1"
|
|
12186
|
-
},
|
|
12187
|
-
"engines": {
|
|
12188
|
-
"node": ">=10"
|
|
12189
|
-
},
|
|
12190
|
-
"funding": {
|
|
12191
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
12192
|
-
}
|
|
12193
|
-
},
|
|
12194
|
-
"node_modules/ora/node_modules/chalk": {
|
|
12195
|
-
"version": "4.1.2",
|
|
12196
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
12197
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
12198
|
-
"dev": true,
|
|
12199
|
-
"license": "MIT",
|
|
12200
|
-
"dependencies": {
|
|
12201
|
-
"ansi-styles": "^4.1.0",
|
|
12202
|
-
"supports-color": "^7.1.0"
|
|
12203
|
-
},
|
|
12204
|
-
"engines": {
|
|
12205
|
-
"node": ">=10"
|
|
12206
|
-
},
|
|
12207
|
-
"funding": {
|
|
12208
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
12209
|
-
}
|
|
12210
|
-
},
|
|
12211
11844
|
"node_modules/os-tmpdir": {
|
|
12212
11845
|
"version": "1.0.2",
|
|
12213
11846
|
"resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
|
|
@@ -13223,9 +12856,9 @@
|
|
|
13223
12856
|
}
|
|
13224
12857
|
},
|
|
13225
12858
|
"node_modules/run-async": {
|
|
13226
|
-
"version": "
|
|
13227
|
-
"resolved": "https://registry.npmjs.org/run-async/-/run-async-
|
|
13228
|
-
"integrity": "sha512-
|
|
12859
|
+
"version": "3.0.0",
|
|
12860
|
+
"resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
|
|
12861
|
+
"integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
|
|
13229
12862
|
"license": "MIT",
|
|
13230
12863
|
"engines": {
|
|
13231
12864
|
"node": ">=0.12.0"
|
|
@@ -13255,15 +12888,23 @@
|
|
|
13255
12888
|
}
|
|
13256
12889
|
},
|
|
13257
12890
|
"node_modules/rxjs": {
|
|
13258
|
-
"version": "
|
|
13259
|
-
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-
|
|
13260
|
-
"integrity": "sha512-
|
|
13261
|
-
"dev": true,
|
|
12891
|
+
"version": "6.6.7",
|
|
12892
|
+
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz",
|
|
12893
|
+
"integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==",
|
|
13262
12894
|
"license": "Apache-2.0",
|
|
13263
12895
|
"dependencies": {
|
|
13264
|
-
"tslib": "^
|
|
12896
|
+
"tslib": "^1.9.0"
|
|
12897
|
+
},
|
|
12898
|
+
"engines": {
|
|
12899
|
+
"npm": ">=2.0.0"
|
|
13265
12900
|
}
|
|
13266
12901
|
},
|
|
12902
|
+
"node_modules/rxjs/node_modules/tslib": {
|
|
12903
|
+
"version": "1.14.1",
|
|
12904
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
12905
|
+
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
|
|
12906
|
+
"license": "0BSD"
|
|
12907
|
+
},
|
|
13267
12908
|
"node_modules/safe-array-concat": {
|
|
13268
12909
|
"version": "1.1.0",
|
|
13269
12910
|
"resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.0.tgz",
|
|
@@ -14214,20 +13855,6 @@
|
|
|
14214
13855
|
"node": ">=10"
|
|
14215
13856
|
}
|
|
14216
13857
|
},
|
|
14217
|
-
"node_modules/ts-json-schema-generator/node_modules/typescript": {
|
|
14218
|
-
"version": "5.4.5",
|
|
14219
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
|
|
14220
|
-
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
|
|
14221
|
-
"dev": true,
|
|
14222
|
-
"license": "Apache-2.0",
|
|
14223
|
-
"bin": {
|
|
14224
|
-
"tsc": "bin/tsc",
|
|
14225
|
-
"tsserver": "bin/tsserver"
|
|
14226
|
-
},
|
|
14227
|
-
"engines": {
|
|
14228
|
-
"node": ">=14.17"
|
|
14229
|
-
}
|
|
14230
|
-
},
|
|
14231
13858
|
"node_modules/ts-node": {
|
|
14232
13859
|
"version": "10.9.2",
|
|
14233
13860
|
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz",
|
|
@@ -14499,9 +14126,9 @@
|
|
|
14499
14126
|
}
|
|
14500
14127
|
},
|
|
14501
14128
|
"node_modules/typescript": {
|
|
14502
|
-
"version": "5.4.
|
|
14503
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.
|
|
14504
|
-
"integrity": "sha512-
|
|
14129
|
+
"version": "5.4.5",
|
|
14130
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
|
|
14131
|
+
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
|
|
14505
14132
|
"dev": true,
|
|
14506
14133
|
"license": "Apache-2.0",
|
|
14507
14134
|
"bin": {
|
|
@@ -14700,16 +14327,6 @@
|
|
|
14700
14327
|
"dev": true,
|
|
14701
14328
|
"license": "MIT"
|
|
14702
14329
|
},
|
|
14703
|
-
"node_modules/wcwidth": {
|
|
14704
|
-
"version": "1.0.1",
|
|
14705
|
-
"resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
|
|
14706
|
-
"integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==",
|
|
14707
|
-
"dev": true,
|
|
14708
|
-
"license": "MIT",
|
|
14709
|
-
"dependencies": {
|
|
14710
|
-
"defaults": "^1.0.3"
|
|
14711
|
-
}
|
|
14712
|
-
},
|
|
14713
14330
|
"node_modules/webidl-conversions": {
|
|
14714
14331
|
"version": "3.0.1",
|
|
14715
14332
|
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
|