@salesforce/plugin-trust 3.0.2 → 3.0.3

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.0.2/src/commands/plugins/trust/verify.ts)_
122
+ _See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.0.3/src/commands/plugins/trust/verify.ts)_
123
123
 
124
124
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -1197,15 +1197,15 @@
1197
1197
  strip-ansi "6.0.1"
1198
1198
  ts-retry-promise "^0.7.1"
1199
1199
 
1200
- "@salesforce/core@^5.3.1", "@salesforce/core@^5.3.10", "@salesforce/core@^5.3.14", "@salesforce/core@^5.3.16", "@salesforce/core@^5.3.17":
1201
- version "5.3.17"
1202
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.17.tgz#fe7e5b89bdfffc9c1634e0371fab6115b23fe312"
1203
- integrity sha512-3BYdpRwQrtaTNHINk+NSrXwlr0xZjKSkJWhMeryjGyTGf9YPRu1JNawl6PPbEpGCQp2y+NLUdp6vMy64jwIDBg==
1200
+ "@salesforce/core@^5.3.1", "@salesforce/core@^5.3.10", "@salesforce/core@^5.3.14", "@salesforce/core@^5.3.17", "@salesforce/core@^5.3.20":
1201
+ version "5.3.20"
1202
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.20.tgz#4e934d4551bb70423cb1c4115615bc41cffca41e"
1203
+ integrity sha512-y+O6O2c8OYFDrAy2qsG+pAcNxoyL14nmBXcBRRcYA7Huj8ikK+aLJK84PuVAYdQz+hNwImQF+69IWtDkpK4Irg==
1204
1204
  dependencies:
1205
1205
  "@salesforce/kit" "^3.0.15"
1206
1206
  "@salesforce/schemas" "^1.6.1"
1207
1207
  "@salesforce/ts-types" "^2.0.9"
1208
- "@types/semver" "^7.5.3"
1208
+ "@types/semver" "^7.5.4"
1209
1209
  ajv "^8.12.0"
1210
1210
  change-case "^4.1.2"
1211
1211
  faye "^1.4.0"
@@ -1640,15 +1640,15 @@
1640
1640
  dependencies:
1641
1641
  "@types/node" "*"
1642
1642
 
1643
- "@types/semver@^7.3.12", "@types/semver@^7.5.0", "@types/semver@^7.5.3":
1644
- version "7.5.4"
1645
- resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.4.tgz#0a41252ad431c473158b22f9bfb9a63df7541cff"
1646
- integrity sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ==
1643
+ "@types/semver@^7.3.12", "@types/semver@^7.5.0", "@types/semver@^7.5.4":
1644
+ version "7.5.5"
1645
+ resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.5.tgz#deed5ab7019756c9c90ea86139106b0346223f35"
1646
+ integrity sha512-+d+WYC1BxJ6yVOgUgzK8gWvp5qF8ssV5r4nsDcZWKRWcDQLQ619tvWAxJQYGgBrO1MnLJC7a5GtiYsAoQ47dJg==
1647
1647
 
1648
- "@types/shelljs@^0.8.14", "@types/shelljs@^0.8.9":
1649
- version "0.8.14"
1650
- resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.14.tgz#87b8817b2397ffe97b86a4d844036ee0d2a1f0ca"
1651
- integrity sha512-eqKaGPi60riuxI9pUVeCT02EGo94Y6HT119h7w5bXSELsis6+JqzdEy6H/w2xXl881wcN3VDnb/D0WlgSety5w==
1648
+ "@types/shelljs@^0.8.14", "@types/shelljs@^0.8.15":
1649
+ version "0.8.15"
1650
+ resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.15.tgz#22c6ab9dfe05cec57d8e6cb1a95ea173aee9fcac"
1651
+ integrity sha512-vzmnCHl6hViPu9GNLQJ+DZFd6BQI2DBTUeOvYHqkWQLMfKAAQYMb/xAmZkTogZI/vqXHCWkqDRymDI5p0QTi5Q==
1652
1652
  dependencies:
1653
1653
  "@types/glob" "~7.2.0"
1654
1654
  "@types/node" "*"
@@ -73,5 +73,5 @@
73
73
  ]
74
74
  }
75
75
  },
76
- "version": "3.0.2"
76
+ "version": "3.0.3"
77
77
  }
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.2",
4
+ "version": "3.0.3",
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.10.1",
12
- "@salesforce/core": "^5.3.16",
12
+ "@salesforce/core": "^5.3.20",
13
13
  "@salesforce/sf-plugins-core": "^4.0.0",
14
14
  "got": "^13.0.0",
15
15
  "npm": "9.8.1",
@@ -24,7 +24,7 @@
24
24
  "@salesforce/plugin-command-reference": "^3.0.43",
25
25
  "@salesforce/plugin-telemetry": "^2.3.8",
26
26
  "@salesforce/ts-sinon": "^1.4.18",
27
- "@types/shelljs": "^0.8.9",
27
+ "@types/shelljs": "^0.8.15",
28
28
  "@types/sinon-chai": "^3.2.11",
29
29
  "eslint-plugin-sf-plugin": "^1.16.13",
30
30
  "oclif": "^4.0.3",
@@ -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.2.crt",
214
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.0.2.sig"
213
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.0.3.crt",
214
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.0.3.sig"
215
215
  }
216
216
  }