@salesforce/plugin-command-reference 3.0.76 → 3.0.78

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.0.76/src/commands/commandreference/generate.ts)_
133
+ _See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.0.78/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.0.76/src/commands/jit/install.ts)_
154
+ _See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.0.78/src/commands/jit/install.ts)_
155
155
 
156
156
  <!-- commandsstop -->
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-command-reference",
3
- "version": "3.0.76",
3
+ "version": "3.0.78",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-command-reference",
9
- "version": "3.0.76",
9
+ "version": "3.0.78",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
- "@oclif/core": "^3.26.2",
13
- "@salesforce/core": "^7.1.0",
12
+ "@oclif/core": "^3.26.3",
13
+ "@salesforce/core": "^7.2.0",
14
14
  "@salesforce/kit": "^3.1.0",
15
15
  "@salesforce/sf-plugins-core": "^9.0.1",
16
16
  "@salesforce/ts-types": "^2.0.9",
@@ -20,13 +20,13 @@
20
20
  },
21
21
  "devDependencies": {
22
22
  "@oclif/plugin-help": "^6.0.20",
23
- "@salesforce/dev-scripts": "^8.5.0",
23
+ "@salesforce/dev-scripts": "^9.0.0",
24
24
  "@salesforce/plugin-auth": "^3.6.1",
25
25
  "@types/debug": "^4.1.12",
26
26
  "eslint-plugin-sf-plugin": "^1.18.0",
27
- "oclif": "^4.8.0",
27
+ "oclif": "^4.8.3",
28
28
  "ts-node": "^10.9.2",
29
- "typescript": "^5.4.4"
29
+ "typescript": "^5.4.5"
30
30
  },
31
31
  "engines": {
32
32
  "node": ">=18.0.0"
@@ -3091,9 +3091,9 @@
3091
3091
  }
3092
3092
  },
3093
3093
  "node_modules/@oclif/core": {
3094
- "version": "3.26.2",
3095
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.2.tgz",
3096
- "integrity": "sha512-Gpn21jKjcOx0TecI1wLJrY/65jtgJx5f1GzTc81oKvEpKes1b3Li2SMZygRaWRpcQ3wjN0d7lTPi8WwLsmTBjA==",
3094
+ "version": "3.26.3",
3095
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.3.tgz",
3096
+ "integrity": "sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==",
3097
3097
  "license": "MIT",
3098
3098
  "dependencies": {
3099
3099
  "@types/cli-progress": "^3.11.5",
@@ -3105,7 +3105,7 @@
3105
3105
  "cli-progress": "^3.12.0",
3106
3106
  "color": "^4.2.3",
3107
3107
  "debug": "^4.3.4",
3108
- "ejs": "^3.1.9",
3108
+ "ejs": "^3.1.10",
3109
3109
  "get-package-type": "^0.1.0",
3110
3110
  "globby": "^11.1.0",
3111
3111
  "hyperlinker": "^1.0.0",
@@ -3227,13 +3227,13 @@
3227
3227
  }
3228
3228
  },
3229
3229
  "node_modules/@oclif/plugin-help": {
3230
- "version": "6.0.20",
3231
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.20.tgz",
3232
- "integrity": "sha512-4UG/5q7O3dhUsC0JMqcUV0NU7jybkXkAXLnsRt+KVzDtZWwNOeBECimIFWOmwna5BaneTn8b0+lqO4JvUgeiqA==",
3230
+ "version": "6.0.21",
3231
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.21.tgz",
3232
+ "integrity": "sha512-w860r9d456xhw1GPaos9yQF+BZeFY9UKdrINbL3fZFX5ZHhr/zGT4Fep5wUkHogjjnSB8+ZHi3D6j2jScIizUw==",
3233
3233
  "dev": true,
3234
3234
  "license": "MIT",
3235
3235
  "dependencies": {
3236
- "@oclif/core": "^3.26.0"
3236
+ "@oclif/core": "^3.26.2"
3237
3237
  },
3238
3238
  "engines": {
3239
3239
  "node": ">=18.0.0"
@@ -3283,9 +3283,9 @@
3283
3283
  }
3284
3284
  },
3285
3285
  "node_modules/@salesforce/core": {
3286
- "version": "7.1.0",
3287
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.1.0.tgz",
3288
- "integrity": "sha512-TfGBjH7tJIgnrKxbbRvh4ujn60gPjqcr2xZBHMffjZVtfvXPoT07kd0TILyDWLFslYMJQFq3KA0GwL51g01WNQ==",
3286
+ "version": "7.2.0",
3287
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.2.0.tgz",
3288
+ "integrity": "sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==",
3289
3289
  "license": "BSD-3-Clause",
3290
3290
  "dependencies": {
3291
3291
  "@jsforce/jsforce-node": "^3.1.0",
@@ -3340,9 +3340,9 @@
3340
3340
  "license": "BSD-3-Clause"
3341
3341
  },
3342
3342
  "node_modules/@salesforce/dev-scripts": {
3343
- "version": "8.5.0",
3344
- "resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-8.5.0.tgz",
3345
- "integrity": "sha512-vR+CB5VoQrNAqNTcu5GZ/l4I4Rxd5HkIj/qTxEzP1EYnIlgjrbcsQgaunSnTrttIEy/BD8epd6UWAT8yAItufg==",
3343
+ "version": "9.0.0",
3344
+ "resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-9.0.0.tgz",
3345
+ "integrity": "sha512-B89ipgncuhHLqLlr+LGSi7HN+eHPa3aw5B6PXQWqQj73QAkGN+E6EowwA50y7GkXeNx7GntbNRtQHvwMcnIorw==",
3346
3346
  "dev": true,
3347
3347
  "license": "BSD-3-Clause",
3348
3348
  "dependencies": {
@@ -6414,9 +6414,9 @@
6414
6414
  }
6415
6415
  },
6416
6416
  "node_modules/ejs": {
6417
- "version": "3.1.9",
6418
- "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz",
6419
- "integrity": "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==",
6417
+ "version": "3.1.10",
6418
+ "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz",
6419
+ "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==",
6420
6420
  "license": "Apache-2.0",
6421
6421
  "dependencies": {
6422
6422
  "jake": "^10.8.5"
@@ -10569,9 +10569,9 @@
10569
10569
  }
10570
10570
  },
10571
10571
  "node_modules/oclif": {
10572
- "version": "4.8.0",
10573
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.8.0.tgz",
10574
- "integrity": "sha512-sSaAy8m7EVrkgkM9mXE+b33hDUI9lhAz28JhX13EVmV6eJRRqpnBqQSymdIoKDCyJoQeAY/JHqnMXvyuObMZBg==",
10572
+ "version": "4.8.3",
10573
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.8.3.tgz",
10574
+ "integrity": "sha512-FSxiMeIhhRKYZ4mBGWrT5kpMiHq47wquDIPOqtl0hrbvUVBOQXYioDNo8+mjE2DV2Oi2J7Xjkou7Tjdo02zing==",
10575
10575
  "dev": true,
10576
10576
  "license": "MIT",
10577
10577
  "dependencies": {
@@ -10581,7 +10581,7 @@
10581
10581
  "@inquirer/input": "^2.1.1",
10582
10582
  "@inquirer/select": "^2.2.1",
10583
10583
  "@oclif/core": "^3.26.0",
10584
- "@oclif/plugin-help": "^6.0.18",
10584
+ "@oclif/plugin-help": "^6.0.21",
10585
10585
  "@oclif/plugin-not-found": "^3.0.14",
10586
10586
  "@oclif/plugin-warn-if-update-available": "^3.0.14",
10587
10587
  "async-retry": "^1.3.3",
@@ -13059,9 +13059,9 @@
13059
13059
  }
13060
13060
  },
13061
13061
  "node_modules/typescript": {
13062
- "version": "5.4.4",
13063
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz",
13064
- "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==",
13062
+ "version": "5.4.5",
13063
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
13064
+ "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
13065
13065
  "dev": true,
13066
13066
  "license": "Apache-2.0",
13067
13067
  "bin": {
package/oclif.lock CHANGED
@@ -1554,10 +1554,10 @@
1554
1554
  "@nodelib/fs.scandir" "2.1.5"
1555
1555
  fastq "^1.6.0"
1556
1556
 
1557
- "@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2":
1558
- version "3.26.2"
1559
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.2.tgz#92a92516e1309e5b1241c1b4932ab1d2546e294a"
1560
- integrity sha512-Gpn21jKjcOx0TecI1wLJrY/65jtgJx5f1GzTc81oKvEpKes1b3Li2SMZygRaWRpcQ3wjN0d7lTPi8WwLsmTBjA==
1557
+ "@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3":
1558
+ version "3.26.3"
1559
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.3.tgz#2416f4f5e3e5b9434999edb2f94983c5ac07e8a2"
1560
+ integrity sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==
1561
1561
  dependencies:
1562
1562
  "@types/cli-progress" "^3.11.5"
1563
1563
  ansi-escapes "^4.3.2"
@@ -1568,7 +1568,7 @@
1568
1568
  cli-progress "^3.12.0"
1569
1569
  color "^4.2.3"
1570
1570
  debug "^4.3.4"
1571
- ejs "^3.1.9"
1571
+ ejs "^3.1.10"
1572
1572
  get-package-type "^0.1.0"
1573
1573
  globby "^11.1.0"
1574
1574
  hyperlinker "^1.0.0"
@@ -1588,12 +1588,12 @@
1588
1588
  wordwrap "^1.0.0"
1589
1589
  wrap-ansi "^7.0.0"
1590
1590
 
1591
- "@oclif/plugin-help@^6.0.18", "@oclif/plugin-help@^6.0.20":
1592
- version "6.0.20"
1593
- resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.20.tgz#e4a640505508224d7b9c0e61711ae4dad3f4782b"
1594
- integrity sha512-4UG/5q7O3dhUsC0JMqcUV0NU7jybkXkAXLnsRt+KVzDtZWwNOeBECimIFWOmwna5BaneTn8b0+lqO4JvUgeiqA==
1591
+ "@oclif/plugin-help@^6.0.20", "@oclif/plugin-help@^6.0.21":
1592
+ version "6.0.21"
1593
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.21.tgz#c48e688bf6df574e74557ebe2f877556f08dc60b"
1594
+ integrity sha512-w860r9d456xhw1GPaos9yQF+BZeFY9UKdrINbL3fZFX5ZHhr/zGT4Fep5wUkHogjjnSB8+ZHi3D6j2jScIizUw==
1595
1595
  dependencies:
1596
- "@oclif/core" "^3.26.0"
1596
+ "@oclif/core" "^3.26.2"
1597
1597
 
1598
1598
  "@oclif/plugin-not-found@^3.0.14":
1599
1599
  version "3.0.14"
@@ -1620,10 +1620,10 @@
1620
1620
  resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
1621
1621
  integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
1622
1622
 
1623
- "@salesforce/core@^7.0.0", "@salesforce/core@^7.0.1", "@salesforce/core@^7.1.0":
1624
- version "7.1.0"
1625
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.1.0.tgz#60195ab0ad452b27594a0bca6852f1820915ff7f"
1626
- integrity sha512-TfGBjH7tJIgnrKxbbRvh4ujn60gPjqcr2xZBHMffjZVtfvXPoT07kd0TILyDWLFslYMJQFq3KA0GwL51g01WNQ==
1623
+ "@salesforce/core@^7.0.0", "@salesforce/core@^7.0.1", "@salesforce/core@^7.2.0":
1624
+ version "7.2.0"
1625
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.2.0.tgz#5034c8a1104e5feb0c2c96609a98e8f63e6f8676"
1626
+ integrity sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==
1627
1627
  dependencies:
1628
1628
  "@jsforce/jsforce-node" "^3.1.0"
1629
1629
  "@salesforce/kit" "^3.1.0"
@@ -1648,10 +1648,10 @@
1648
1648
  resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
1649
1649
  integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
1650
1650
 
1651
- "@salesforce/dev-scripts@^8.5.0":
1652
- version "8.5.0"
1653
- resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.5.0.tgz#b0b44ca595450328c6186968528d9c0ef06cd27e"
1654
- integrity sha512-vR+CB5VoQrNAqNTcu5GZ/l4I4Rxd5HkIj/qTxEzP1EYnIlgjrbcsQgaunSnTrttIEy/BD8epd6UWAT8yAItufg==
1651
+ "@salesforce/dev-scripts@^9.0.0":
1652
+ version "9.0.0"
1653
+ resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-9.0.0.tgz#ab38c014ebc8baa92fccbb5cff9b8432e0f991d1"
1654
+ integrity sha512-B89ipgncuhHLqLlr+LGSi7HN+eHPa3aw5B6PXQWqQj73QAkGN+E6EowwA50y7GkXeNx7GntbNRtQHvwMcnIorw==
1655
1655
  dependencies:
1656
1656
  "@commitlint/cli" "^17.1.2"
1657
1657
  "@commitlint/config-conventional" "^17.8.1"
@@ -3507,10 +3507,10 @@ ecdsa-sig-formatter@1.0.11:
3507
3507
  dependencies:
3508
3508
  safe-buffer "^5.0.1"
3509
3509
 
3510
- ejs@^3.1.9:
3511
- version "3.1.9"
3512
- resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.9.tgz#03c9e8777fe12686a9effcef22303ca3d8eeb361"
3513
- integrity sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==
3510
+ ejs@^3.1.10, ejs@^3.1.9:
3511
+ version "3.1.10"
3512
+ resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
3513
+ integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
3514
3514
  dependencies:
3515
3515
  jake "^10.8.5"
3516
3516
 
@@ -5813,10 +5813,10 @@ object.values@^1.1.7:
5813
5813
  define-properties "^1.2.0"
5814
5814
  es-abstract "^1.22.1"
5815
5815
 
5816
- oclif@^4.8.0:
5817
- version "4.8.0"
5818
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.8.0.tgz#a21768e1bfa050fe86d79466c22951c06b476332"
5819
- integrity sha512-sSaAy8m7EVrkgkM9mXE+b33hDUI9lhAz28JhX13EVmV6eJRRqpnBqQSymdIoKDCyJoQeAY/JHqnMXvyuObMZBg==
5816
+ oclif@^4.8.3:
5817
+ version "4.8.3"
5818
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.8.3.tgz#33617c373a1732265e672496297d8e5f0b68d609"
5819
+ integrity sha512-FSxiMeIhhRKYZ4mBGWrT5kpMiHq47wquDIPOqtl0hrbvUVBOQXYioDNo8+mjE2DV2Oi2J7Xjkou7Tjdo02zing==
5820
5820
  dependencies:
5821
5821
  "@aws-sdk/client-cloudfront" "^3.535.0"
5822
5822
  "@aws-sdk/client-s3" "^3.550.0"
@@ -5824,7 +5824,7 @@ oclif@^4.8.0:
5824
5824
  "@inquirer/input" "^2.1.1"
5825
5825
  "@inquirer/select" "^2.2.1"
5826
5826
  "@oclif/core" "^3.26.0"
5827
- "@oclif/plugin-help" "^6.0.18"
5827
+ "@oclif/plugin-help" "^6.0.21"
5828
5828
  "@oclif/plugin-not-found" "^3.0.14"
5829
5829
  "@oclif/plugin-warn-if-update-available" "^3.0.14"
5830
5830
  async-retry "^1.3.3"
@@ -7209,10 +7209,10 @@ typescript@^4.6.4:
7209
7209
  resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
7210
7210
  integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
7211
7211
 
7212
- typescript@^5.4.3, typescript@^5.4.4:
7213
- version "5.4.4"
7214
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.4.tgz#eb2471e7b0a5f1377523700a21669dce30c2d952"
7215
- integrity sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==
7212
+ typescript@^5.4.3, typescript@^5.4.5:
7213
+ version "5.4.5"
7214
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
7215
+ integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
7216
7216
 
7217
7217
  uglify-js@^3.1.4:
7218
7218
  version "3.17.4"
@@ -169,5 +169,5 @@
169
169
  ]
170
170
  }
171
171
  },
172
- "version": "3.0.76"
172
+ "version": "3.0.78"
173
173
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-command-reference",
3
3
  "description": "Generate the Salesforce CLI command reference guide",
4
- "version": "3.0.76",
4
+ "version": "3.0.78",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
7
7
  "type": "module",
8
8
  "dependencies": {
9
- "@oclif/core": "^3.26.2",
10
- "@salesforce/core": "^7.1.0",
9
+ "@oclif/core": "^3.26.3",
10
+ "@salesforce/core": "^7.2.0",
11
11
  "@salesforce/kit": "^3.1.0",
12
12
  "@salesforce/sf-plugins-core": "^9.0.1",
13
13
  "@salesforce/ts-types": "^2.0.9",
@@ -17,13 +17,13 @@
17
17
  },
18
18
  "devDependencies": {
19
19
  "@oclif/plugin-help": "^6.0.20",
20
- "@salesforce/dev-scripts": "^8.5.0",
20
+ "@salesforce/dev-scripts": "^9.0.0",
21
21
  "@salesforce/plugin-auth": "^3.6.1",
22
22
  "@types/debug": "^4.1.12",
23
23
  "eslint-plugin-sf-plugin": "^1.18.0",
24
- "oclif": "^4.8.0",
24
+ "oclif": "^4.8.3",
25
25
  "ts-node": "^10.9.2",
26
- "typescript": "^5.4.4"
26
+ "typescript": "^5.4.5"
27
27
  },
28
28
  "engines": {
29
29
  "node": ">=18.0.0"