@salesforce/plugin-command-reference 3.1.69 → 3.1.70

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
@@ -130,7 +130,7 @@ EXAMPLES
130
130
  $ sf commandreference generate --all --config-path /path/to/plugin --output-dir ./docs
131
131
  ```
132
132
 
133
- _See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.69/src/commands/commandreference/generate.ts)_
133
+ _See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.70/src/commands/commandreference/generate.ts)_
134
134
 
135
135
  ## `sf jit install`
136
136
 
@@ -151,6 +151,6 @@ EXAMPLES
151
151
  $ sf jit install
152
152
  ```
153
153
 
154
- _See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.69/src/commands/jit/install.ts)_
154
+ _See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.70/src/commands/jit/install.ts)_
155
155
 
156
156
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-command-reference",
3
- "version": "3.1.69",
3
+ "version": "3.1.70",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-command-reference",
9
- "version": "3.1.69",
9
+ "version": "3.1.70",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
@@ -14,7 +14,7 @@
14
14
  "@salesforce/kit": "^3.2.4",
15
15
  "@salesforce/sf-plugins-core": "^11.3.12",
16
16
  "@salesforce/ts-types": "^2.0.11",
17
- "chalk": "^5.6.0",
17
+ "chalk": "^5.6.2",
18
18
  "debug": "^4.4.1",
19
19
  "handlebars": "^4.7.8"
20
20
  },
@@ -6110,9 +6110,9 @@
6110
6110
  }
6111
6111
  },
6112
6112
  "node_modules/chalk": {
6113
- "version": "5.6.0",
6114
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.0.tgz",
6115
- "integrity": "sha512-46QrSQFyVSEyYAgQ22hQ+zDa60YHA4fBstHmtSApj1Y5vKtG27fWowW03jCk5KcbXEWPZUIR894aARCA/G1kfQ==",
6113
+ "version": "5.6.2",
6114
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
6115
+ "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
6116
6116
  "license": "MIT",
6117
6117
  "engines": {
6118
6118
  "node": "^12.17.0 || ^14.13 || >=16.0.0"
package/oclif.lock CHANGED
@@ -3006,10 +3006,10 @@ chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0:
3006
3006
  ansi-styles "^4.1.0"
3007
3007
  supports-color "^7.1.0"
3008
3008
 
3009
- chalk@^5.0.0, chalk@^5.3.0, chalk@^5.6.0:
3010
- version "5.6.0"
3011
- resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.6.0.tgz#a1a8d294ea3526dbb77660f12649a08490e33ab8"
3012
- integrity sha512-46QrSQFyVSEyYAgQ22hQ+zDa60YHA4fBstHmtSApj1Y5vKtG27fWowW03jCk5KcbXEWPZUIR894aARCA/G1kfQ==
3009
+ chalk@^5.0.0, chalk@^5.3.0, chalk@^5.6.2:
3010
+ version "5.6.2"
3011
+ resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.6.2.tgz#b1238b6e23ea337af71c7f8a295db5af0c158aea"
3012
+ integrity sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==
3013
3013
 
3014
3014
  change-case@^4, change-case@^4.1.2:
3015
3015
  version "4.1.2"
@@ -169,5 +169,5 @@
169
169
  ]
170
170
  }
171
171
  },
172
- "version": "3.1.69"
172
+ "version": "3.1.70"
173
173
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-command-reference",
3
3
  "description": "Generate the Salesforce CLI command reference guide",
4
- "version": "3.1.69",
4
+ "version": "3.1.70",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
7
7
  "type": "module",
@@ -11,7 +11,7 @@
11
11
  "@salesforce/kit": "^3.2.4",
12
12
  "@salesforce/sf-plugins-core": "^11.3.12",
13
13
  "@salesforce/ts-types": "^2.0.11",
14
- "chalk": "^5.6.0",
14
+ "chalk": "^5.6.2",
15
15
  "debug": "^4.4.1",
16
16
  "handlebars": "^4.7.8"
17
17
  },