@salesforce/plugin-trust 3.0.5 → 3.0.7
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/oclif.lock +64 -49
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -119,6 +119,6 @@ EXAMPLES
|
|
|
119
119
|
$ @salesforce/plugin-trust plugins trust verify --npm @scope/npmName
|
|
120
120
|
```
|
|
121
121
|
|
|
122
|
-
_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.0.
|
|
122
|
+
_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.0.7/src/commands/plugins/trust/verify.ts)_
|
|
123
123
|
|
|
124
124
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -658,7 +658,7 @@
|
|
|
658
658
|
treeverse "^1.0.4"
|
|
659
659
|
walk-up-path "^1.0.0"
|
|
660
660
|
|
|
661
|
-
"@npmcli/arborist@^6.
|
|
661
|
+
"@npmcli/arborist@^6.5.0":
|
|
662
662
|
version "6.5.0"
|
|
663
663
|
resolved "https://registry.yarnpkg.com/@npmcli/arborist/-/arborist-6.5.0.tgz#ee24ecc56e4c387d78c3bce66918b386df6bd560"
|
|
664
664
|
integrity sha512-Ir14P+DyH4COJ9fVbmxVy+9GmyU3e/DnlBtijVN7B3Ri53Y9QmAqi1S9IifG0PTGsfa2U4zhAF8e6I/0VXfWjg==
|
|
@@ -697,7 +697,7 @@
|
|
|
697
697
|
treeverse "^3.0.0"
|
|
698
698
|
walk-up-path "^3.0.1"
|
|
699
699
|
|
|
700
|
-
"@npmcli/config@^6.
|
|
700
|
+
"@npmcli/config@^6.4.0":
|
|
701
701
|
version "6.4.0"
|
|
702
702
|
resolved "https://registry.yarnpkg.com/@npmcli/config/-/config-6.4.0.tgz#3b1ddfa0c452fd09beac2cf05ca49b76c7a36bc8"
|
|
703
703
|
integrity sha512-/fQjIbuNVIT/PbXvw178Tm97bxV0E0nVUFKHivMKtSI2pcs8xKdaWkHJxf9dTI0G/y5hp/KuCvgcUu5HwAtI1w==
|
|
@@ -957,7 +957,7 @@
|
|
|
957
957
|
wordwrap "^1.0.0"
|
|
958
958
|
wrap-ansi "^7.0.0"
|
|
959
959
|
|
|
960
|
-
"@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.11.0", "@oclif/core@^3.12.0", "@oclif/core@^3.3.1":
|
|
960
|
+
"@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.11.0", "@oclif/core@^3.12.0", "@oclif/core@^3.3.1":
|
|
961
961
|
version "3.12.0"
|
|
962
962
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.12.0.tgz#4b38b1b5dab2f7585f89c3927a8a157b258b4bd6"
|
|
963
963
|
integrity sha512-mT1Vpd1E20IJ7P6GDYOivylPdTHq/xVgFjeCDjitFW86UAklFM8BEFyFB7KpsTvpmjRbCoda3yU10lSI1224lw==
|
|
@@ -1183,14 +1183,14 @@
|
|
|
1183
1183
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
1184
1184
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
1185
1185
|
|
|
1186
|
-
"@salesforce/cli-plugins-testkit@^5.0.
|
|
1187
|
-
version "5.0.
|
|
1188
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.0.
|
|
1189
|
-
integrity sha512-
|
|
1186
|
+
"@salesforce/cli-plugins-testkit@^5.0.5":
|
|
1187
|
+
version "5.0.5"
|
|
1188
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.0.5.tgz#54a4ec57a10b10b3e3040cfb754972666a3ec100"
|
|
1189
|
+
integrity sha512-TketFUfimWg7T0LJGaXtfelvp6Zy3i2sYwuULSBYiyPceqUTZJXPXNzbHC987b6E3OcT4K6mIxLiVbF//kzvMQ==
|
|
1190
1190
|
dependencies:
|
|
1191
|
-
"@salesforce/core" "^
|
|
1191
|
+
"@salesforce/core" "^6.2.0"
|
|
1192
1192
|
"@salesforce/kit" "^3.0.15"
|
|
1193
|
-
"@salesforce/ts-types" "^2.0.
|
|
1193
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
1194
1194
|
"@types/shelljs" "^0.8.15"
|
|
1195
1195
|
debug "^4.3.1"
|
|
1196
1196
|
jszip "^3.10.1"
|
|
@@ -1198,7 +1198,7 @@
|
|
|
1198
1198
|
strip-ansi "6.0.1"
|
|
1199
1199
|
ts-retry-promise "^0.7.1"
|
|
1200
1200
|
|
|
1201
|
-
"@salesforce/core@^5.3.1", "@salesforce/core@^5.3.14", "@salesforce/core@^5.3.
|
|
1201
|
+
"@salesforce/core@^5.3.1", "@salesforce/core@^5.3.14", "@salesforce/core@^5.3.20":
|
|
1202
1202
|
version "5.3.20"
|
|
1203
1203
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.20.tgz#4e934d4551bb70423cb1c4115615bc41cffca41e"
|
|
1204
1204
|
integrity sha512-y+O6O2c8OYFDrAy2qsG+pAcNxoyL14nmBXcBRRcYA7Huj8ikK+aLJK84PuVAYdQz+hNwImQF+69IWtDkpK4Irg==
|
|
@@ -1222,10 +1222,10 @@
|
|
|
1222
1222
|
semver "^7.5.4"
|
|
1223
1223
|
ts-retry-promise "^0.7.1"
|
|
1224
1224
|
|
|
1225
|
-
"@salesforce/core@^6.1.0", "@salesforce/core@^6.1.3":
|
|
1226
|
-
version "6.
|
|
1227
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.
|
|
1228
|
-
integrity sha512-
|
|
1225
|
+
"@salesforce/core@^6.1.0", "@salesforce/core@^6.1.3", "@salesforce/core@^6.2.0":
|
|
1226
|
+
version "6.2.0"
|
|
1227
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.2.0.tgz#9bac72c0b48c733cf1d32d19f9775c34d895f207"
|
|
1228
|
+
integrity sha512-HuggjBCLA18yXYHChnsrPDGbM+fAPx+9NeS7Dkx3/o1VhJ2hok5BUkvdaeoAVex/0Oc2J+KcvX/gqrjY51iOhQ==
|
|
1229
1229
|
dependencies:
|
|
1230
1230
|
"@salesforce/kit" "^3.0.15"
|
|
1231
1231
|
"@salesforce/schemas" "^1.6.1"
|
|
@@ -1239,7 +1239,7 @@
|
|
|
1239
1239
|
jsforce "^2.0.0-beta.28"
|
|
1240
1240
|
jsonwebtoken "9.0.2"
|
|
1241
1241
|
jszip "3.10.1"
|
|
1242
|
-
pino "^8.16.
|
|
1242
|
+
pino "^8.16.2"
|
|
1243
1243
|
pino-abstract-transport "^1.1.0"
|
|
1244
1244
|
pino-pretty "^10.2.3"
|
|
1245
1245
|
proper-lockfile "^4.1.2"
|
|
@@ -1290,15 +1290,15 @@
|
|
|
1290
1290
|
"@salesforce/ts-types" "^2.0.9"
|
|
1291
1291
|
tslib "^2.6.2"
|
|
1292
1292
|
|
|
1293
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
1294
|
-
version "3.0.
|
|
1295
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
1296
|
-
integrity sha512-
|
|
1293
|
+
"@salesforce/plugin-command-reference@^3.0.47":
|
|
1294
|
+
version "3.0.47"
|
|
1295
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.47.tgz#477c3384402ef08458f4259b100447e136384e85"
|
|
1296
|
+
integrity sha512-A3syaw8bf8Bovne6WDiYOcOeLFKTqf1T+MXlxXPwDkDM0X5squkwVvE6wun7S54Q3n4gCSlCPiAMbJfpF8wwaw==
|
|
1297
1297
|
dependencies:
|
|
1298
|
-
"@oclif/core" "^
|
|
1299
|
-
"@salesforce/core" "^5.3.
|
|
1298
|
+
"@oclif/core" "^3.0.0"
|
|
1299
|
+
"@salesforce/core" "^5.3.20"
|
|
1300
1300
|
"@salesforce/kit" "^3.0.15"
|
|
1301
|
-
"@salesforce/sf-plugins-core" "^
|
|
1301
|
+
"@salesforce/sf-plugins-core" "^4"
|
|
1302
1302
|
"@salesforce/ts-types" "^2.0.9"
|
|
1303
1303
|
chalk "^4"
|
|
1304
1304
|
handlebars "^4.7.8"
|
|
@@ -1326,7 +1326,7 @@
|
|
|
1326
1326
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
|
|
1327
1327
|
integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
|
|
1328
1328
|
|
|
1329
|
-
"@salesforce/sf-plugins-core@^3.1.23"
|
|
1329
|
+
"@salesforce/sf-plugins-core@^3.1.23":
|
|
1330
1330
|
version "3.1.28"
|
|
1331
1331
|
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.28.tgz#7714c5b1ce26052bb5cbc524c5990bc52eb601cd"
|
|
1332
1332
|
integrity sha512-Z1fVS/pqLCX/3ESrjvtzyuvDFwXu8qxjqs5Gana0J7RKkhDL0f7w+pz3DR1/YfQPeHK8rk9pFDOKB3tOnXf9Lw==
|
|
@@ -1338,10 +1338,10 @@
|
|
|
1338
1338
|
chalk "^4"
|
|
1339
1339
|
inquirer "^8.2.5"
|
|
1340
1340
|
|
|
1341
|
-
"@salesforce/sf-plugins-core@^
|
|
1342
|
-
version "
|
|
1343
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-
|
|
1344
|
-
integrity sha512-
|
|
1341
|
+
"@salesforce/sf-plugins-core@^4":
|
|
1342
|
+
version "4.1.3"
|
|
1343
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-4.1.3.tgz#06fa96fec1903fe945def9303eb8c43058625a3d"
|
|
1344
|
+
integrity sha512-cia0FRknxeQU0IK5gOxlP2KGxqc5zxwSmHLKJsd5+sUFWpn3Hnun/3rDO94UXIDjuGKV7HK08hQNBKkSLeYaRA==
|
|
1345
1345
|
dependencies:
|
|
1346
1346
|
"@oclif/core" "^3.11.0"
|
|
1347
1347
|
"@salesforce/core" "^6.1.0"
|
|
@@ -1351,6 +1351,19 @@
|
|
|
1351
1351
|
chalk "^4"
|
|
1352
1352
|
inquirer "^8.2.5"
|
|
1353
1353
|
|
|
1354
|
+
"@salesforce/sf-plugins-core@^5.0.4":
|
|
1355
|
+
version "5.0.4"
|
|
1356
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.4.tgz#dbb8bb8a44bb334080430d8fb3982688bad45321"
|
|
1357
|
+
integrity sha512-OnUF6eF3ncajmh3hj+jmTyaSUIaQk4BdkW+NMzdSOsgJED6GK6vbd1XfG3wHbhdCqxBXC02v2qe6VrbMj9AyzQ==
|
|
1358
|
+
dependencies:
|
|
1359
|
+
"@oclif/core" "^3.11.0"
|
|
1360
|
+
"@salesforce/core" "^6.2.0"
|
|
1361
|
+
"@salesforce/kit" "^3.0.15"
|
|
1362
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
1363
|
+
"@types/inquirer" "^8.2.3"
|
|
1364
|
+
chalk "^4"
|
|
1365
|
+
inquirer "^8.2.5"
|
|
1366
|
+
|
|
1354
1367
|
"@salesforce/telemetry@^4.1.15":
|
|
1355
1368
|
version "4.1.18"
|
|
1356
1369
|
resolved "https://registry.yarnpkg.com/@salesforce/telemetry/-/telemetry-4.1.18.tgz#d05ea6827e733fe6a008edad9a3a585bebaaf854"
|
|
@@ -1371,7 +1384,7 @@
|
|
|
1371
1384
|
sinon "^5.1.1"
|
|
1372
1385
|
tslib "^2.6.1"
|
|
1373
1386
|
|
|
1374
|
-
"@salesforce/ts-types@^2.0.
|
|
1387
|
+
"@salesforce/ts-types@^2.0.7", "@salesforce/ts-types@^2.0.9":
|
|
1375
1388
|
version "2.0.9"
|
|
1376
1389
|
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.9.tgz#66bff7b41720065d6b01631b6f6a3ccca02857c5"
|
|
1377
1390
|
integrity sha512-boUD9jw5vQpTCPCCmK/NFTWjSuuW+lsaxOynkyNXLW+zxOc4GDjhtKc4j0vWZJQvolpafbyS8ZLFHZJvs12gYA==
|
|
@@ -5394,7 +5407,7 @@ libnpmaccess@^7.0.2:
|
|
|
5394
5407
|
npm-package-arg "^10.1.0"
|
|
5395
5408
|
npm-registry-fetch "^14.0.3"
|
|
5396
5409
|
|
|
5397
|
-
libnpmdiff@^5.0.
|
|
5410
|
+
libnpmdiff@^5.0.20:
|
|
5398
5411
|
version "5.0.20"
|
|
5399
5412
|
resolved "https://registry.yarnpkg.com/libnpmdiff/-/libnpmdiff-5.0.20.tgz#fc1d310521ce9765f7bf7693ba6affa02a11bcc1"
|
|
5400
5413
|
integrity sha512-oG+qEc0qzg++1YqLwguQvXAyG8BrKq+23RHr4sCa5XZnf1U+hcKUp8itgaBY9sGRYyGXtsRgXWWFHBmqXIctDA==
|
|
@@ -5409,7 +5422,7 @@ libnpmdiff@^5.0.19:
|
|
|
5409
5422
|
pacote "^15.0.8"
|
|
5410
5423
|
tar "^6.1.13"
|
|
5411
5424
|
|
|
5412
|
-
libnpmexec@^6.0.
|
|
5425
|
+
libnpmexec@^6.0.4:
|
|
5413
5426
|
version "6.0.4"
|
|
5414
5427
|
resolved "https://registry.yarnpkg.com/libnpmexec/-/libnpmexec-6.0.4.tgz#205c7b77be5776576367c39f8d349e388025d77e"
|
|
5415
5428
|
integrity sha512-dhFp5yA9M2g8oLg/Ys9not+pNzW8B20pcz455TGqyU5VesXnEPQwK5EPVY8W24JJn7M0jMJ6/GxosywMPOTebA==
|
|
@@ -5426,7 +5439,7 @@ libnpmexec@^6.0.3:
|
|
|
5426
5439
|
semver "^7.3.7"
|
|
5427
5440
|
walk-up-path "^3.0.1"
|
|
5428
5441
|
|
|
5429
|
-
libnpmfund@^4.
|
|
5442
|
+
libnpmfund@^4.2.1:
|
|
5430
5443
|
version "4.2.1"
|
|
5431
5444
|
resolved "https://registry.yarnpkg.com/libnpmfund/-/libnpmfund-4.2.1.tgz#f52bed09060e003c001cdaae8904ee97a3d6d5c6"
|
|
5432
5445
|
integrity sha512-2fbmQMk3wPMdPx1gbYLNbzghj48XAsfytKrmy+A0eFXwDxCwL0BLdgXoeLQCZPpLUMSPPXdKyL6Wm4erWezhnA==
|
|
@@ -5449,7 +5462,7 @@ libnpmorg@^5.0.4:
|
|
|
5449
5462
|
aproba "^2.0.0"
|
|
5450
5463
|
npm-registry-fetch "^14.0.3"
|
|
5451
5464
|
|
|
5452
|
-
libnpmpack@^5.0.
|
|
5465
|
+
libnpmpack@^5.0.20:
|
|
5453
5466
|
version "5.0.20"
|
|
5454
5467
|
resolved "https://registry.yarnpkg.com/libnpmpack/-/libnpmpack-5.0.20.tgz#982e656e87bdfb69b458260d20c6ab243c661e5d"
|
|
5455
5468
|
integrity sha512-lPQXok0sU0V7hjb8oMD6HjYTR296aZvCJQZ1PGC7PeuKkBGuNeqSKVE2I9bwI80E4bFa9gfQ1I+rGfkNRjn6tQ==
|
|
@@ -6383,7 +6396,7 @@ npm-install-checks@^4.0.0:
|
|
|
6383
6396
|
dependencies:
|
|
6384
6397
|
semver "^7.1.1"
|
|
6385
6398
|
|
|
6386
|
-
npm-install-checks@^6.0.0, npm-install-checks@^6.
|
|
6399
|
+
npm-install-checks@^6.0.0, npm-install-checks@^6.2.0:
|
|
6387
6400
|
version "6.3.0"
|
|
6388
6401
|
resolved "https://registry.yarnpkg.com/npm-install-checks/-/npm-install-checks-6.3.0.tgz#046552d8920e801fa9f919cad569545d60e826fe"
|
|
6389
6402
|
integrity sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==
|
|
@@ -6451,7 +6464,7 @@ npm-pick-manifest@^6.0.0, npm-pick-manifest@^6.1.0, npm-pick-manifest@^6.1.1:
|
|
|
6451
6464
|
npm-package-arg "^8.1.2"
|
|
6452
6465
|
semver "^7.3.4"
|
|
6453
6466
|
|
|
6454
|
-
npm-pick-manifest@^8.0.0, npm-pick-manifest@^8.0.1:
|
|
6467
|
+
npm-pick-manifest@^8.0.0, npm-pick-manifest@^8.0.1, npm-pick-manifest@^8.0.2:
|
|
6455
6468
|
version "8.0.2"
|
|
6456
6469
|
resolved "https://registry.yarnpkg.com/npm-pick-manifest/-/npm-pick-manifest-8.0.2.tgz#2159778d9c7360420c925c1a2287b5a884c713aa"
|
|
6457
6470
|
integrity sha512-1dKY+86/AIiq1tkKVD3l0WI+Gd3vkknVGAggsFeBkTvbhMQ1OND/LKkYv4JtXPKUJ8bOTCyLiqEg2P6QNdK+Gg==
|
|
@@ -6506,14 +6519,14 @@ npm-user-validate@^2.0.0:
|
|
|
6506
6519
|
resolved "https://registry.yarnpkg.com/npm-user-validate/-/npm-user-validate-2.0.0.tgz#7b69bbbff6f7992a1d9a8968d52fd6b6db5431b6"
|
|
6507
6520
|
integrity sha512-sSWeqAYJ2dUPStJB+AEj0DyLRltr/f6YNcvCA7phkB8/RMLMnVsQ41GMwHo/ERZLYNDsyB2wPm7pZo1mqPOl7Q==
|
|
6508
6521
|
|
|
6509
|
-
npm@9.
|
|
6510
|
-
version "9.
|
|
6511
|
-
resolved "https://registry.yarnpkg.com/npm/-/npm-9.
|
|
6512
|
-
integrity sha512-
|
|
6522
|
+
npm@9.9.1:
|
|
6523
|
+
version "9.9.1"
|
|
6524
|
+
resolved "https://registry.yarnpkg.com/npm/-/npm-9.9.1.tgz#55fd293a86a877b6aacfca3021ec4e94fcc0b930"
|
|
6525
|
+
integrity sha512-D3YZ1ZTxPGDHLLiFU9q3sVrPfYnn6BaJ1hogm3vdWi8oOmHGtTlPUPXAM0iG22UT0JRkBnMDOh6oUhpbEYgg2A==
|
|
6513
6526
|
dependencies:
|
|
6514
6527
|
"@isaacs/string-locale-compare" "^1.1.0"
|
|
6515
|
-
"@npmcli/arborist" "^6.
|
|
6516
|
-
"@npmcli/config" "^6.
|
|
6528
|
+
"@npmcli/arborist" "^6.5.0"
|
|
6529
|
+
"@npmcli/config" "^6.4.0"
|
|
6517
6530
|
"@npmcli/fs" "^3.1.0"
|
|
6518
6531
|
"@npmcli/map-workspaces" "^3.0.4"
|
|
6519
6532
|
"@npmcli/package-json" "^4.0.1"
|
|
@@ -6537,12 +6550,12 @@ npm@9.8.1:
|
|
|
6537
6550
|
is-cidr "^4.0.2"
|
|
6538
6551
|
json-parse-even-better-errors "^3.0.0"
|
|
6539
6552
|
libnpmaccess "^7.0.2"
|
|
6540
|
-
libnpmdiff "^5.0.
|
|
6541
|
-
libnpmexec "^6.0.
|
|
6542
|
-
libnpmfund "^4.
|
|
6553
|
+
libnpmdiff "^5.0.20"
|
|
6554
|
+
libnpmexec "^6.0.4"
|
|
6555
|
+
libnpmfund "^4.2.1"
|
|
6543
6556
|
libnpmhook "^9.0.3"
|
|
6544
6557
|
libnpmorg "^5.0.4"
|
|
6545
|
-
libnpmpack "^5.0.
|
|
6558
|
+
libnpmpack "^5.0.20"
|
|
6546
6559
|
libnpmpublish "^7.5.0"
|
|
6547
6560
|
libnpmsearch "^6.0.2"
|
|
6548
6561
|
libnpmteam "^5.0.3"
|
|
@@ -6554,10 +6567,11 @@ npm@9.8.1:
|
|
|
6554
6567
|
ms "^2.1.2"
|
|
6555
6568
|
node-gyp "^9.4.0"
|
|
6556
6569
|
nopt "^7.2.0"
|
|
6570
|
+
normalize-package-data "^5.0.0"
|
|
6557
6571
|
npm-audit-report "^5.0.0"
|
|
6558
|
-
npm-install-checks "^6.
|
|
6572
|
+
npm-install-checks "^6.2.0"
|
|
6559
6573
|
npm-package-arg "^10.1.0"
|
|
6560
|
-
npm-pick-manifest "^8.0.
|
|
6574
|
+
npm-pick-manifest "^8.0.2"
|
|
6561
6575
|
npm-profile "^7.0.1"
|
|
6562
6576
|
npm-registry-fetch "^14.0.5"
|
|
6563
6577
|
npm-user-validate "^2.0.0"
|
|
@@ -6569,7 +6583,8 @@ npm@9.8.1:
|
|
|
6569
6583
|
qrcode-terminal "^0.12.0"
|
|
6570
6584
|
read "^2.1.0"
|
|
6571
6585
|
semver "^7.5.4"
|
|
6572
|
-
sigstore "^1.
|
|
6586
|
+
sigstore "^1.9.0"
|
|
6587
|
+
spdx-expression-parse "^3.0.1"
|
|
6573
6588
|
ssri "^10.0.4"
|
|
6574
6589
|
supports-color "^9.4.0"
|
|
6575
6590
|
tar "^6.1.15"
|
|
@@ -7129,7 +7144,7 @@ pino-std-serializers@^6.0.0:
|
|
|
7129
7144
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
7130
7145
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
7131
7146
|
|
|
7132
|
-
pino@^8.16.0, pino@^8.16.
|
|
7147
|
+
pino@^8.16.0, pino@^8.16.2:
|
|
7133
7148
|
version "8.16.2"
|
|
7134
7149
|
resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.2.tgz#7a906f2d9a8c5b4c57412c9ca95d6820bd2090cd"
|
|
7135
7150
|
integrity sha512-2advCDGVEvkKu9TTVSa/kWW7Z3htI/sBKEZpqiHk6ive0i/7f5b1rsU8jn0aimxqfnSz5bj/nOYkwhBUn5xxvg==
|
|
@@ -7869,7 +7884,7 @@ signal-exit@^4.0.1:
|
|
|
7869
7884
|
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
|
|
7870
7885
|
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
|
|
7871
7886
|
|
|
7872
|
-
sigstore@^1.3.0, sigstore@^1.4.0, sigstore@^1.
|
|
7887
|
+
sigstore@^1.3.0, sigstore@^1.4.0, sigstore@^1.9.0:
|
|
7873
7888
|
version "1.9.0"
|
|
7874
7889
|
resolved "https://registry.yarnpkg.com/sigstore/-/sigstore-1.9.0.tgz#1e7ad8933aa99b75c6898ddd0eeebc3eb0d59875"
|
|
7875
7890
|
integrity sha512-0Zjz0oe37d08VeOtBIuB6cRriqXse2e8w+7yIy2XSXjshRKxbc2KkhXjL229jXSxEm7UbcjS76wcJDGQddVI9A==
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-trust",
|
|
3
3
|
"description": "validate a digital signature for a npm package",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.7",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf-trust": "bin/dev"
|
|
@@ -10,18 +10,18 @@
|
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@oclif/core": "^3.12.0",
|
|
12
12
|
"@salesforce/core": "^6.1.3",
|
|
13
|
-
"@salesforce/sf-plugins-core": "^5.0.
|
|
13
|
+
"@salesforce/sf-plugins-core": "^5.0.4",
|
|
14
14
|
"got": "^13.0.0",
|
|
15
|
-
"npm": "9.
|
|
15
|
+
"npm": "9.9.1",
|
|
16
16
|
"npm-run-path": "^4.0.1",
|
|
17
17
|
"proxy-agent": "^6.3.1",
|
|
18
18
|
"shelljs": "^0.8.4"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@oclif/plugin-command-snapshot": "^5.0.2",
|
|
22
|
-
"@salesforce/cli-plugins-testkit": "^5.0.
|
|
22
|
+
"@salesforce/cli-plugins-testkit": "^5.0.5",
|
|
23
23
|
"@salesforce/dev-scripts": "^7.1.1",
|
|
24
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
24
|
+
"@salesforce/plugin-command-reference": "^3.0.47",
|
|
25
25
|
"@salesforce/plugin-telemetry": "^2.3.8",
|
|
26
26
|
"@salesforce/ts-sinon": "^1.4.18",
|
|
27
27
|
"@types/shelljs": "^0.8.15",
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
"exports": "./lib/index.js",
|
|
211
211
|
"type": "module",
|
|
212
212
|
"sfdx": {
|
|
213
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.0.
|
|
214
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.0.
|
|
213
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.0.7.crt",
|
|
214
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.0.7.sig"
|
|
215
215
|
}
|
|
216
216
|
}
|