@salesforce/plugin-trust 3.3.9 → 3.3.11

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.9/src/commands/plugins/trust/verify.ts)_
122
+ _See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.3.11/src/commands/plugins/trust/verify.ts)_
123
123
 
124
124
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -1710,10 +1710,10 @@
1710
1710
  wordwrap "^1.0.0"
1711
1711
  wrap-ansi "^7.0.0"
1712
1712
 
1713
- "@oclif/core@^3.15.1", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1":
1714
- version "3.19.1"
1715
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.1.tgz#18af989f4b086ba9b6dfac891fb27f8281664084"
1716
- integrity sha512-dd1h4Hz+LwpuYhKvgBjDmW3/HgUAm93JM95cnbzSv5VcmiBeC+utjLvY96PmPbYxxDoz7XazEOl8oOpSLSEgcg==
1713
+ "@oclif/core@^3.15.1", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1", "@oclif/core@^3.19.6":
1714
+ version "3.19.6"
1715
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.6.tgz#12e5cb073016d8c32c469d2fec0cd585ac5c1c09"
1716
+ integrity sha512-1ryQWAx7VOf+Wq6pv00uilOo56DrG0drr42crmCQ3eYrPPz252EmNCoFkoOBk7McN6x0f4ega83c0yNNCXmiXw==
1717
1717
  dependencies:
1718
1718
  "@types/cli-progress" "^3.11.5"
1719
1719
  ansi-escapes "^4.3.2"
@@ -6113,14 +6113,14 @@ ip-regex@^4.1.0:
6113
6113
  integrity sha512-B9ZWJxHHOHUhUjCPrMpLD4xEq35bUTClHM1S6CBU5ixQnkZmwipwgc96vAd7AAGM9TGHvJR+Uss+/Ak6UphK+Q==
6114
6114
 
6115
6115
  ip@^1.1.8:
6116
- version "1.1.8"
6117
- resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.8.tgz#ae05948f6b075435ed3307acce04629da8cdbf48"
6118
- integrity sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg==
6116
+ version "1.1.9"
6117
+ resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.9.tgz#8dfbcc99a754d07f425310b86a99546b1151e396"
6118
+ integrity sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==
6119
6119
 
6120
6120
  ip@^2.0.0:
6121
- version "2.0.0"
6122
- resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.0.tgz#4cf4ab182fee2314c75ede1276f8c80b479936da"
6123
- integrity sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==
6121
+ version "2.0.1"
6122
+ resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.1.tgz#e8f3595d33a3ea66490204234b77636965307105"
6123
+ integrity sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==
6124
6124
 
6125
6125
  is-array-buffer@^3.0.1, is-array-buffer@^3.0.2:
6126
6126
  version "3.0.2"
@@ -72,5 +72,5 @@
72
72
  ]
73
73
  }
74
74
  },
75
- "version": "3.3.9"
75
+ "version": "3.3.11"
76
76
  }
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.3.9",
4
+ "version": "3.3.11",
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.18.2",
11
+ "@oclif/core": "^3.19.6",
12
12
  "@salesforce/core": "^6.5.1",
13
13
  "@salesforce/sf-plugins-core": "^7.1.9",
14
14
  "got": "^13.0.0",
@@ -222,7 +222,7 @@
222
222
  "exports": "./lib/index.js",
223
223
  "type": "module",
224
224
  "sfdx": {
225
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.3.9.crt",
226
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.3.9.sig"
225
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.3.11.crt",
226
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.3.11.sig"
227
227
  }
228
228
  }