@salesforce/plugin-trust 3.6.4 → 3.6.5
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 +217 -84
- package/oclif.lock +41 -14
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -120,6 +120,6 @@ EXAMPLES
|
|
|
120
120
|
$ @salesforce/plugin-trust plugins trust verify --npm @scope/npmName
|
|
121
121
|
```
|
|
122
122
|
|
|
123
|
-
_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.6.
|
|
123
|
+
_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.6.5/src/commands/plugins/trust/verify.ts)_
|
|
124
124
|
|
|
125
125
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-trust",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-trust",
|
|
9
|
-
"version": "3.6.
|
|
9
|
+
"version": "3.6.5",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@oclif/core": "^3.26.
|
|
12
|
+
"@oclif/core": "^3.26.4",
|
|
13
13
|
"@salesforce/core": "^7.3.0",
|
|
14
14
|
"@salesforce/kit": "^3.1.0",
|
|
15
15
|
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@salesforce/ts-sinon": "^1.4.18",
|
|
33
33
|
"@types/shelljs": "^0.8.15",
|
|
34
34
|
"@types/sinon-chai": "^3.2.12",
|
|
35
|
-
"eslint-plugin-sf-plugin": "^1.18.
|
|
35
|
+
"eslint-plugin-sf-plugin": "^1.18.1",
|
|
36
36
|
"oclif": "^4.8.2",
|
|
37
37
|
"sinon-chai": "^3.7.0",
|
|
38
38
|
"ts-node": "^10.9.2",
|
|
@@ -2314,24 +2314,6 @@
|
|
|
2314
2314
|
"node": ">=12"
|
|
2315
2315
|
}
|
|
2316
2316
|
},
|
|
2317
|
-
"node_modules/@commitlint/cli/node_modules/wrap-ansi": {
|
|
2318
|
-
"version": "7.0.0",
|
|
2319
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
2320
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
2321
|
-
"dev": true,
|
|
2322
|
-
"license": "MIT",
|
|
2323
|
-
"dependencies": {
|
|
2324
|
-
"ansi-styles": "^4.0.0",
|
|
2325
|
-
"string-width": "^4.1.0",
|
|
2326
|
-
"strip-ansi": "^6.0.0"
|
|
2327
|
-
},
|
|
2328
|
-
"engines": {
|
|
2329
|
-
"node": ">=10"
|
|
2330
|
-
},
|
|
2331
|
-
"funding": {
|
|
2332
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
2333
|
-
}
|
|
2334
|
-
},
|
|
2335
2317
|
"node_modules/@commitlint/cli/node_modules/yargs": {
|
|
2336
2318
|
"version": "17.7.2",
|
|
2337
2319
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
|
@@ -2974,6 +2956,20 @@
|
|
|
2974
2956
|
"url": "https://github.com/sponsors/isaacs"
|
|
2975
2957
|
}
|
|
2976
2958
|
},
|
|
2959
|
+
"node_modules/@inquirer/confirm/node_modules/wrap-ansi": {
|
|
2960
|
+
"version": "6.2.0",
|
|
2961
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
2962
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
2963
|
+
"license": "MIT",
|
|
2964
|
+
"dependencies": {
|
|
2965
|
+
"ansi-styles": "^4.0.0",
|
|
2966
|
+
"string-width": "^4.1.0",
|
|
2967
|
+
"strip-ansi": "^6.0.0"
|
|
2968
|
+
},
|
|
2969
|
+
"engines": {
|
|
2970
|
+
"node": ">=8"
|
|
2971
|
+
}
|
|
2972
|
+
},
|
|
2977
2973
|
"node_modules/@inquirer/core": {
|
|
2978
2974
|
"version": "7.1.2",
|
|
2979
2975
|
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.1.2.tgz",
|
|
@@ -3012,6 +3008,21 @@
|
|
|
3012
3008
|
"url": "https://github.com/sponsors/isaacs"
|
|
3013
3009
|
}
|
|
3014
3010
|
},
|
|
3011
|
+
"node_modules/@inquirer/core/node_modules/wrap-ansi": {
|
|
3012
|
+
"version": "6.2.0",
|
|
3013
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3014
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3015
|
+
"dev": true,
|
|
3016
|
+
"license": "MIT",
|
|
3017
|
+
"dependencies": {
|
|
3018
|
+
"ansi-styles": "^4.0.0",
|
|
3019
|
+
"string-width": "^4.1.0",
|
|
3020
|
+
"strip-ansi": "^6.0.0"
|
|
3021
|
+
},
|
|
3022
|
+
"engines": {
|
|
3023
|
+
"node": ">=8"
|
|
3024
|
+
}
|
|
3025
|
+
},
|
|
3015
3026
|
"node_modules/@inquirer/input": {
|
|
3016
3027
|
"version": "2.1.2",
|
|
3017
3028
|
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.2.tgz",
|
|
@@ -3078,6 +3089,20 @@
|
|
|
3078
3089
|
"url": "https://github.com/sponsors/isaacs"
|
|
3079
3090
|
}
|
|
3080
3091
|
},
|
|
3092
|
+
"node_modules/@inquirer/password/node_modules/wrap-ansi": {
|
|
3093
|
+
"version": "6.2.0",
|
|
3094
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3095
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3096
|
+
"license": "MIT",
|
|
3097
|
+
"dependencies": {
|
|
3098
|
+
"ansi-styles": "^4.0.0",
|
|
3099
|
+
"string-width": "^4.1.0",
|
|
3100
|
+
"strip-ansi": "^6.0.0"
|
|
3101
|
+
},
|
|
3102
|
+
"engines": {
|
|
3103
|
+
"node": ">=8"
|
|
3104
|
+
}
|
|
3105
|
+
},
|
|
3081
3106
|
"node_modules/@inquirer/select": {
|
|
3082
3107
|
"version": "2.2.2",
|
|
3083
3108
|
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.2.2.tgz",
|
|
@@ -3735,9 +3760,9 @@
|
|
|
3735
3760
|
}
|
|
3736
3761
|
},
|
|
3737
3762
|
"node_modules/@oclif/core": {
|
|
3738
|
-
"version": "3.26.
|
|
3739
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.
|
|
3740
|
-
"integrity": "sha512-
|
|
3763
|
+
"version": "3.26.4",
|
|
3764
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.4.tgz",
|
|
3765
|
+
"integrity": "sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==",
|
|
3741
3766
|
"license": "MIT",
|
|
3742
3767
|
"dependencies": {
|
|
3743
3768
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -3810,23 +3835,6 @@
|
|
|
3810
3835
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3811
3836
|
}
|
|
3812
3837
|
},
|
|
3813
|
-
"node_modules/@oclif/core/node_modules/wrap-ansi": {
|
|
3814
|
-
"version": "7.0.0",
|
|
3815
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
3816
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
3817
|
-
"license": "MIT",
|
|
3818
|
-
"dependencies": {
|
|
3819
|
-
"ansi-styles": "^4.0.0",
|
|
3820
|
-
"string-width": "^4.1.0",
|
|
3821
|
-
"strip-ansi": "^6.0.0"
|
|
3822
|
-
},
|
|
3823
|
-
"engines": {
|
|
3824
|
-
"node": ">=10"
|
|
3825
|
-
},
|
|
3826
|
-
"funding": {
|
|
3827
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3828
|
-
}
|
|
3829
|
-
},
|
|
3830
3838
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3831
3839
|
"version": "5.1.6",
|
|
3832
3840
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.6.tgz",
|
|
@@ -3849,6 +3857,117 @@
|
|
|
3849
3857
|
"node": ">=18.0.0"
|
|
3850
3858
|
}
|
|
3851
3859
|
},
|
|
3860
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
3861
|
+
"version": "3.26.3",
|
|
3862
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.3.tgz",
|
|
3863
|
+
"integrity": "sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==",
|
|
3864
|
+
"dev": true,
|
|
3865
|
+
"license": "MIT",
|
|
3866
|
+
"dependencies": {
|
|
3867
|
+
"@types/cli-progress": "^3.11.5",
|
|
3868
|
+
"ansi-escapes": "^4.3.2",
|
|
3869
|
+
"ansi-styles": "^4.3.0",
|
|
3870
|
+
"cardinal": "^2.1.1",
|
|
3871
|
+
"chalk": "^4.1.2",
|
|
3872
|
+
"clean-stack": "^3.0.1",
|
|
3873
|
+
"cli-progress": "^3.12.0",
|
|
3874
|
+
"color": "^4.2.3",
|
|
3875
|
+
"debug": "^4.3.4",
|
|
3876
|
+
"ejs": "^3.1.10",
|
|
3877
|
+
"get-package-type": "^0.1.0",
|
|
3878
|
+
"globby": "^11.1.0",
|
|
3879
|
+
"hyperlinker": "^1.0.0",
|
|
3880
|
+
"indent-string": "^4.0.0",
|
|
3881
|
+
"is-wsl": "^2.2.0",
|
|
3882
|
+
"js-yaml": "^3.14.1",
|
|
3883
|
+
"minimatch": "^9.0.4",
|
|
3884
|
+
"natural-orderby": "^2.0.3",
|
|
3885
|
+
"object-treeify": "^1.1.33",
|
|
3886
|
+
"password-prompt": "^1.1.3",
|
|
3887
|
+
"slice-ansi": "^4.0.0",
|
|
3888
|
+
"string-width": "^4.2.3",
|
|
3889
|
+
"strip-ansi": "^6.0.1",
|
|
3890
|
+
"supports-color": "^8.1.1",
|
|
3891
|
+
"supports-hyperlinks": "^2.2.0",
|
|
3892
|
+
"widest-line": "^3.1.0",
|
|
3893
|
+
"wordwrap": "^1.0.0",
|
|
3894
|
+
"wrap-ansi": "^7.0.0"
|
|
3895
|
+
},
|
|
3896
|
+
"engines": {
|
|
3897
|
+
"node": ">=18.0.0"
|
|
3898
|
+
}
|
|
3899
|
+
},
|
|
3900
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
|
|
3901
|
+
"version": "4.1.2",
|
|
3902
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
3903
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
3904
|
+
"dev": true,
|
|
3905
|
+
"license": "MIT",
|
|
3906
|
+
"dependencies": {
|
|
3907
|
+
"ansi-styles": "^4.1.0",
|
|
3908
|
+
"supports-color": "^7.1.0"
|
|
3909
|
+
},
|
|
3910
|
+
"engines": {
|
|
3911
|
+
"node": ">=10"
|
|
3912
|
+
},
|
|
3913
|
+
"funding": {
|
|
3914
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3915
|
+
}
|
|
3916
|
+
},
|
|
3917
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
3918
|
+
"version": "7.2.0",
|
|
3919
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
3920
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
3921
|
+
"dev": true,
|
|
3922
|
+
"license": "MIT",
|
|
3923
|
+
"dependencies": {
|
|
3924
|
+
"has-flag": "^4.0.0"
|
|
3925
|
+
},
|
|
3926
|
+
"engines": {
|
|
3927
|
+
"node": ">=8"
|
|
3928
|
+
}
|
|
3929
|
+
},
|
|
3930
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
|
|
3931
|
+
"version": "11.1.0",
|
|
3932
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
3933
|
+
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
3934
|
+
"dev": true,
|
|
3935
|
+
"license": "MIT",
|
|
3936
|
+
"dependencies": {
|
|
3937
|
+
"array-union": "^2.1.0",
|
|
3938
|
+
"dir-glob": "^3.0.1",
|
|
3939
|
+
"fast-glob": "^3.2.9",
|
|
3940
|
+
"ignore": "^5.2.0",
|
|
3941
|
+
"merge2": "^1.4.1",
|
|
3942
|
+
"slash": "^3.0.0"
|
|
3943
|
+
},
|
|
3944
|
+
"engines": {
|
|
3945
|
+
"node": ">=10"
|
|
3946
|
+
},
|
|
3947
|
+
"funding": {
|
|
3948
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3949
|
+
}
|
|
3950
|
+
},
|
|
3951
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
|
|
3952
|
+
"version": "3.0.0",
|
|
3953
|
+
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
3954
|
+
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
3955
|
+
"dev": true,
|
|
3956
|
+
"license": "MIT",
|
|
3957
|
+
"engines": {
|
|
3958
|
+
"node": ">=8"
|
|
3959
|
+
}
|
|
3960
|
+
},
|
|
3961
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/argparse": {
|
|
3962
|
+
"version": "1.0.10",
|
|
3963
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
3964
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
3965
|
+
"dev": true,
|
|
3966
|
+
"license": "MIT",
|
|
3967
|
+
"dependencies": {
|
|
3968
|
+
"sprintf-js": "~1.0.2"
|
|
3969
|
+
}
|
|
3970
|
+
},
|
|
3852
3971
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/chalk": {
|
|
3853
3972
|
"version": "5.3.0",
|
|
3854
3973
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
@@ -3883,6 +4002,20 @@
|
|
|
3883
4002
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3884
4003
|
}
|
|
3885
4004
|
},
|
|
4005
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/js-yaml": {
|
|
4006
|
+
"version": "3.14.1",
|
|
4007
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
4008
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
4009
|
+
"dev": true,
|
|
4010
|
+
"license": "MIT",
|
|
4011
|
+
"dependencies": {
|
|
4012
|
+
"argparse": "^1.0.7",
|
|
4013
|
+
"esprima": "^4.0.0"
|
|
4014
|
+
},
|
|
4015
|
+
"bin": {
|
|
4016
|
+
"js-yaml": "bin/js-yaml.js"
|
|
4017
|
+
}
|
|
4018
|
+
},
|
|
3886
4019
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
3887
4020
|
"version": "5.0.0",
|
|
3888
4021
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
@@ -3909,6 +4042,22 @@
|
|
|
3909
4042
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3910
4043
|
}
|
|
3911
4044
|
},
|
|
4045
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
|
|
4046
|
+
"version": "8.1.1",
|
|
4047
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
4048
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
4049
|
+
"dev": true,
|
|
4050
|
+
"license": "MIT",
|
|
4051
|
+
"dependencies": {
|
|
4052
|
+
"has-flag": "^4.0.0"
|
|
4053
|
+
},
|
|
4054
|
+
"engines": {
|
|
4055
|
+
"node": ">=10"
|
|
4056
|
+
},
|
|
4057
|
+
"funding": {
|
|
4058
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4059
|
+
}
|
|
4060
|
+
},
|
|
3912
4061
|
"node_modules/@oclif/plugin-help": {
|
|
3913
4062
|
"version": "6.0.18",
|
|
3914
4063
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.18.tgz",
|
|
@@ -7431,6 +7580,21 @@
|
|
|
7431
7580
|
"wrap-ansi": "^6.2.0"
|
|
7432
7581
|
}
|
|
7433
7582
|
},
|
|
7583
|
+
"node_modules/cliui/node_modules/wrap-ansi": {
|
|
7584
|
+
"version": "6.2.0",
|
|
7585
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
7586
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
7587
|
+
"dev": true,
|
|
7588
|
+
"license": "MIT",
|
|
7589
|
+
"dependencies": {
|
|
7590
|
+
"ansi-styles": "^4.0.0",
|
|
7591
|
+
"string-width": "^4.1.0",
|
|
7592
|
+
"strip-ansi": "^6.0.0"
|
|
7593
|
+
},
|
|
7594
|
+
"engines": {
|
|
7595
|
+
"node": ">=8"
|
|
7596
|
+
}
|
|
7597
|
+
},
|
|
7434
7598
|
"node_modules/clone": {
|
|
7435
7599
|
"version": "1.0.4",
|
|
7436
7600
|
"resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
|
|
@@ -8769,13 +8933,13 @@
|
|
|
8769
8933
|
}
|
|
8770
8934
|
},
|
|
8771
8935
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
8772
|
-
"version": "1.18.
|
|
8773
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.
|
|
8774
|
-
"integrity": "sha512-
|
|
8936
|
+
"version": "1.18.1",
|
|
8937
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.1.tgz",
|
|
8938
|
+
"integrity": "sha512-MNVe0SRlDQBZeDzuYNxmqYNNGc147RR7YINpGM6M9w9hGmdAycPf2ZP6bpwgLXcDQRxzqTn/QnfCHq8NBRE7yA==",
|
|
8775
8939
|
"dev": true,
|
|
8776
8940
|
"license": "BSD-3-Clause",
|
|
8777
8941
|
"dependencies": {
|
|
8778
|
-
"@salesforce/core": "^7.
|
|
8942
|
+
"@salesforce/core": "^7.2.0",
|
|
8779
8943
|
"@typescript-eslint/utils": "^6.17.0"
|
|
8780
8944
|
},
|
|
8781
8945
|
"engines": {
|
|
@@ -16275,22 +16439,6 @@
|
|
|
16275
16439
|
"node": ">=18"
|
|
16276
16440
|
}
|
|
16277
16441
|
},
|
|
16278
|
-
"node_modules/oclif/node_modules/ejs": {
|
|
16279
|
-
"version": "3.1.9",
|
|
16280
|
-
"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz",
|
|
16281
|
-
"integrity": "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==",
|
|
16282
|
-
"dev": true,
|
|
16283
|
-
"license": "Apache-2.0",
|
|
16284
|
-
"dependencies": {
|
|
16285
|
-
"jake": "^10.8.5"
|
|
16286
|
-
},
|
|
16287
|
-
"bin": {
|
|
16288
|
-
"ejs": "bin/cli.js"
|
|
16289
|
-
},
|
|
16290
|
-
"engines": {
|
|
16291
|
-
"node": ">=0.10.0"
|
|
16292
|
-
}
|
|
16293
|
-
},
|
|
16294
16442
|
"node_modules/oclif/node_modules/fs-extra": {
|
|
16295
16443
|
"version": "8.1.0",
|
|
16296
16444
|
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
|
|
@@ -19686,9 +19834,9 @@
|
|
|
19686
19834
|
"license": "Apache-2.0"
|
|
19687
19835
|
},
|
|
19688
19836
|
"node_modules/wrap-ansi": {
|
|
19689
|
-
"version": "
|
|
19690
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-
|
|
19691
|
-
"integrity": "sha512-
|
|
19837
|
+
"version": "7.0.0",
|
|
19838
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
19839
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
19692
19840
|
"license": "MIT",
|
|
19693
19841
|
"dependencies": {
|
|
19694
19842
|
"ansi-styles": "^4.0.0",
|
|
@@ -19696,7 +19844,10 @@
|
|
|
19696
19844
|
"strip-ansi": "^6.0.0"
|
|
19697
19845
|
},
|
|
19698
19846
|
"engines": {
|
|
19699
|
-
"node": ">=
|
|
19847
|
+
"node": ">=10"
|
|
19848
|
+
},
|
|
19849
|
+
"funding": {
|
|
19850
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
19700
19851
|
}
|
|
19701
19852
|
},
|
|
19702
19853
|
"node_modules/wrap-ansi-cjs": {
|
|
@@ -19888,24 +20039,6 @@
|
|
|
19888
20039
|
"wrap-ansi": "^7.0.0"
|
|
19889
20040
|
}
|
|
19890
20041
|
},
|
|
19891
|
-
"node_modules/yargs/node_modules/wrap-ansi": {
|
|
19892
|
-
"version": "7.0.0",
|
|
19893
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
19894
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
19895
|
-
"dev": true,
|
|
19896
|
-
"license": "MIT",
|
|
19897
|
-
"dependencies": {
|
|
19898
|
-
"ansi-styles": "^4.0.0",
|
|
19899
|
-
"string-width": "^4.1.0",
|
|
19900
|
-
"strip-ansi": "^6.0.0"
|
|
19901
|
-
},
|
|
19902
|
-
"engines": {
|
|
19903
|
-
"node": ">=10"
|
|
19904
|
-
},
|
|
19905
|
-
"funding": {
|
|
19906
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
19907
|
-
}
|
|
19908
|
-
},
|
|
19909
20042
|
"node_modules/yn": {
|
|
19910
20043
|
"version": "3.1.1",
|
|
19911
20044
|
"resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1790,7 +1790,7 @@
|
|
|
1790
1790
|
node-gyp "^10.0.0"
|
|
1791
1791
|
which "^4.0.0"
|
|
1792
1792
|
|
|
1793
|
-
"@oclif/core@3.26.3"
|
|
1793
|
+
"@oclif/core@3.26.3":
|
|
1794
1794
|
version "3.26.3"
|
|
1795
1795
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.3.tgz#2416f4f5e3e5b9434999edb2f94983c5ac07e8a2"
|
|
1796
1796
|
integrity sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==
|
|
@@ -1824,6 +1824,40 @@
|
|
|
1824
1824
|
wordwrap "^1.0.0"
|
|
1825
1825
|
wrap-ansi "^7.0.0"
|
|
1826
1826
|
|
|
1827
|
+
"@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4":
|
|
1828
|
+
version "3.26.4"
|
|
1829
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
|
|
1830
|
+
integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
|
|
1831
|
+
dependencies:
|
|
1832
|
+
"@types/cli-progress" "^3.11.5"
|
|
1833
|
+
ansi-escapes "^4.3.2"
|
|
1834
|
+
ansi-styles "^4.3.0"
|
|
1835
|
+
cardinal "^2.1.1"
|
|
1836
|
+
chalk "^4.1.2"
|
|
1837
|
+
clean-stack "^3.0.1"
|
|
1838
|
+
cli-progress "^3.12.0"
|
|
1839
|
+
color "^4.2.3"
|
|
1840
|
+
debug "^4.3.4"
|
|
1841
|
+
ejs "^3.1.10"
|
|
1842
|
+
get-package-type "^0.1.0"
|
|
1843
|
+
globby "^11.1.0"
|
|
1844
|
+
hyperlinker "^1.0.0"
|
|
1845
|
+
indent-string "^4.0.0"
|
|
1846
|
+
is-wsl "^2.2.0"
|
|
1847
|
+
js-yaml "^3.14.1"
|
|
1848
|
+
minimatch "^9.0.4"
|
|
1849
|
+
natural-orderby "^2.0.3"
|
|
1850
|
+
object-treeify "^1.1.33"
|
|
1851
|
+
password-prompt "^1.1.3"
|
|
1852
|
+
slice-ansi "^4.0.0"
|
|
1853
|
+
string-width "^4.2.3"
|
|
1854
|
+
strip-ansi "^6.0.1"
|
|
1855
|
+
supports-color "^8.1.1"
|
|
1856
|
+
supports-hyperlinks "^2.2.0"
|
|
1857
|
+
widest-line "^3.1.0"
|
|
1858
|
+
wordwrap "^1.0.0"
|
|
1859
|
+
wrap-ansi "^7.0.0"
|
|
1860
|
+
|
|
1827
1861
|
"@oclif/plugin-command-snapshot@^5.1.6":
|
|
1828
1862
|
version "5.1.6"
|
|
1829
1863
|
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.6.tgz#7bf028cbbaac1dcb1b979b7e34cf6de75cedd104"
|
|
@@ -4340,20 +4374,13 @@ ecdsa-sig-formatter@1.0.11:
|
|
|
4340
4374
|
dependencies:
|
|
4341
4375
|
safe-buffer "^5.0.1"
|
|
4342
4376
|
|
|
4343
|
-
ejs@^3.1.10:
|
|
4377
|
+
ejs@^3.1.10, ejs@^3.1.9:
|
|
4344
4378
|
version "3.1.10"
|
|
4345
4379
|
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
|
|
4346
4380
|
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
|
|
4347
4381
|
dependencies:
|
|
4348
4382
|
jake "^10.8.5"
|
|
4349
4383
|
|
|
4350
|
-
ejs@^3.1.9:
|
|
4351
|
-
version "3.1.9"
|
|
4352
|
-
resolved "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz"
|
|
4353
|
-
integrity sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==
|
|
4354
|
-
dependencies:
|
|
4355
|
-
jake "^10.8.5"
|
|
4356
|
-
|
|
4357
4384
|
electron-to-chromium@^1.4.668:
|
|
4358
4385
|
version "1.4.726"
|
|
4359
4386
|
resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.726.tgz"
|
|
@@ -4608,12 +4635,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
4608
4635
|
semver "^7.5.4"
|
|
4609
4636
|
spdx-expression-parse "^4.0.0"
|
|
4610
4637
|
|
|
4611
|
-
eslint-plugin-sf-plugin@^1.18.
|
|
4612
|
-
version "1.18.
|
|
4613
|
-
resolved "https://registry.
|
|
4614
|
-
integrity sha512-
|
|
4638
|
+
eslint-plugin-sf-plugin@^1.18.1:
|
|
4639
|
+
version "1.18.1"
|
|
4640
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.1.tgz#a7760a29dd5f8569fb66608dd02674c36f2a2874"
|
|
4641
|
+
integrity sha512-MNVe0SRlDQBZeDzuYNxmqYNNGc147RR7YINpGM6M9w9hGmdAycPf2ZP6bpwgLXcDQRxzqTn/QnfCHq8NBRE7yA==
|
|
4615
4642
|
dependencies:
|
|
4616
|
-
"@salesforce/core" "^7.
|
|
4643
|
+
"@salesforce/core" "^7.2.0"
|
|
4617
4644
|
"@typescript-eslint/utils" "^6.17.0"
|
|
4618
4645
|
|
|
4619
4646
|
eslint-plugin-unicorn@^50.0.1:
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-trust",
|
|
3
3
|
"description": "validate a digital signature for a npm package",
|
|
4
|
-
"version": "3.6.
|
|
4
|
+
"version": "3.6.5",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf-trust": "bin/dev"
|
|
8
8
|
},
|
|
9
9
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@oclif/core": "^3.26.
|
|
11
|
+
"@oclif/core": "^3.26.4",
|
|
12
12
|
"@salesforce/core": "^7.3.0",
|
|
13
13
|
"@salesforce/kit": "^3.1.0",
|
|
14
14
|
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@salesforce/ts-sinon": "^1.4.18",
|
|
29
29
|
"@types/shelljs": "^0.8.15",
|
|
30
30
|
"@types/sinon-chai": "^3.2.12",
|
|
31
|
-
"eslint-plugin-sf-plugin": "^1.18.
|
|
31
|
+
"eslint-plugin-sf-plugin": "^1.18.1",
|
|
32
32
|
"oclif": "^4.8.2",
|
|
33
33
|
"sinon-chai": "^3.7.0",
|
|
34
34
|
"ts-node": "^10.9.2",
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
},
|
|
226
226
|
"type": "module",
|
|
227
227
|
"sfdx": {
|
|
228
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.6.
|
|
229
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.6.
|
|
228
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.6.5.crt",
|
|
229
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.6.5.sig"
|
|
230
230
|
}
|
|
231
231
|
}
|