@salesforce/plugin-command-reference 3.0.72 → 3.0.73

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.
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-command-reference",
3
- "version": "3.0.72",
3
+ "version": "3.0.73",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-command-reference",
9
- "version": "3.0.72",
9
+ "version": "3.0.73",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
- "@oclif/core": "^3.20.0",
12
+ "@oclif/core": "^3.26.0",
13
13
  "@salesforce/core": "^6.7.3",
14
14
  "@salesforce/kit": "^3.0.15",
15
15
  "@salesforce/sf-plugins-core": "^5.0.13",
@@ -2827,9 +2827,9 @@
2827
2827
  }
2828
2828
  },
2829
2829
  "node_modules/@oclif/core": {
2830
- "version": "3.25.2",
2831
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.25.2.tgz",
2832
- "integrity": "sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==",
2830
+ "version": "3.26.0",
2831
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.0.tgz",
2832
+ "integrity": "sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==",
2833
2833
  "license": "MIT",
2834
2834
  "dependencies": {
2835
2835
  "@types/cli-progress": "^3.11.5",
package/oclif.lock CHANGED
@@ -1294,10 +1294,10 @@
1294
1294
  wordwrap "^1.0.0"
1295
1295
  wrap-ansi "^7.0.0"
1296
1296
 
1297
- "@oclif/core@^3.15.1", "@oclif/core@^3.19.2", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0":
1298
- version "3.25.2"
1299
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.25.2.tgz#a26d56abe5686c57c1e973957777bd2ae324e973"
1300
- integrity sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==
1297
+ "@oclif/core@^3.15.1", "@oclif/core@^3.19.2", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0":
1298
+ version "3.26.0"
1299
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279"
1300
+ integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==
1301
1301
  dependencies:
1302
1302
  "@types/cli-progress" "^3.11.5"
1303
1303
  ansi-escapes "^4.3.2"
@@ -145,5 +145,5 @@
145
145
  ]
146
146
  }
147
147
  },
148
- "version": "3.0.72"
148
+ "version": "3.0.73"
149
149
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-command-reference",
3
3
  "description": "Generate the Salesforce CLI command reference guide",
4
- "version": "3.0.72",
4
+ "version": "3.0.73",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.20.0",
8
+ "@oclif/core": "^3.26.0",
9
9
  "@salesforce/core": "^6.7.3",
10
10
  "@salesforce/kit": "^3.0.15",
11
11
  "@salesforce/sf-plugins-core": "^5.0.13",