@salesforce/plugin-trust 3.3.0 → 3.3.1

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 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.3.0/src/commands/plugins/trust/verify.ts)_
122
+ _See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.3.1/src/commands/plugins/trust/verify.ts)_
123
123
 
124
124
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -1318,10 +1318,10 @@
1318
1318
  semver "^7.5.4"
1319
1319
  ts-retry-promise "^0.7.1"
1320
1320
 
1321
- "@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2":
1322
- version "6.4.2"
1323
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.2.tgz#e6e5e2d5e6ad17f1cbe0feb5a0e55e8b74c91e3c"
1324
- integrity sha512-ZtLwgI18f1th6SY0fKmuiyVGGwTXPy4nI+KfXzkww/vqdPxDhAfoHwqvFeo4tjFE2rldK7IPiIIYdtpsaI8d5g==
1321
+ "@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2", "@salesforce/core@^6.4.4":
1322
+ version "6.4.4"
1323
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.4.tgz#e96d2ef9cd05c3894578374d1054af80bfdca119"
1324
+ integrity sha512-VegX3ChnJUOOztSP05QPiXCTOSioShB22NyhYjL7vVhf6yqSOH0VT2oQ3ywrMYbYCbjLSdsmFdTVLiQIFpK57g==
1325
1325
  dependencies:
1326
1326
  "@salesforce/kit" "^3.0.15"
1327
1327
  "@salesforce/schemas" "^1.6.1"
@@ -1337,7 +1337,7 @@
1337
1337
  jszip "3.10.1"
1338
1338
  pino "^8.16.2"
1339
1339
  pino-abstract-transport "^1.1.0"
1340
- pino-pretty "^10.3.0"
1340
+ pino-pretty "^10.3.1"
1341
1341
  proper-lockfile "^4.1.2"
1342
1342
  semver "^7.5.4"
1343
1343
  ts-retry-promise "^0.7.1"
@@ -7500,10 +7500,10 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-tr
7500
7500
  readable-stream "^4.0.0"
7501
7501
  split2 "^4.0.0"
7502
7502
 
7503
- pino-pretty@^10.2.3, pino-pretty@^10.3.0:
7504
- version "10.3.0"
7505
- resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.0.tgz#483ff78b98d277c33d00e0419c00601d9152bc7e"
7506
- integrity sha512-JthvQW289q3454mhM3/38wFYGWPiBMR28T3CpDNABzoTQOje9UKS7XCJQSnjWF9LQGQkGd8D7h0oq+qwiM3jFA==
7503
+ pino-pretty@^10.2.3, pino-pretty@^10.3.1:
7504
+ version "10.3.1"
7505
+ resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.1.tgz#e3285a5265211ac6c7cd5988f9e65bf3371a0ca9"
7506
+ integrity sha512-az8JbIYeN/1iLj2t0jR9DV48/LQ3RC6hZPpapKPkb84Q+yTidMCpgWxIT3N0flnBDilyBQ1luWNpOeJptjdp/g==
7507
7507
  dependencies:
7508
7508
  colorette "^2.0.7"
7509
7509
  dateformat "^4.6.3"
@@ -72,5 +72,5 @@
72
72
  ]
73
73
  }
74
74
  },
75
- "version": "3.3.0"
75
+ "version": "3.3.1"
76
76
  }
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.3.0",
4
+ "version": "3.3.1",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf-trust": "bin/dev"
@@ -9,7 +9,7 @@
9
9
  "bugs": "https://github.com/forcedotcom/cli/issues",
10
10
  "dependencies": {
11
11
  "@oclif/core": "^3.15.0",
12
- "@salesforce/core": "^6.4.2",
12
+ "@salesforce/core": "^6.4.4",
13
13
  "@salesforce/sf-plugins-core": "^7.0.0",
14
14
  "got": "^13.0.0",
15
15
  "npm": "10.2.3",
@@ -221,7 +221,7 @@
221
221
  "exports": "./lib/index.js",
222
222
  "type": "module",
223
223
  "sfdx": {
224
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.3.0.crt",
225
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.3.0.sig"
224
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.3.1.crt",
225
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.3.1.sig"
226
226
  }
227
227
  }