@salesforce/cli 1.78.6 → 1.79.1

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,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "1.78.6",
3
+ "version": "1.79.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "1.78.6",
9
+ "version": "1.79.1",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "2.8.5",
@@ -20,11 +20,11 @@
20
20
  "@oclif/plugin-version": "1.3.4",
21
21
  "@oclif/plugin-warn-if-update-available": "2.0.36",
22
22
  "@oclif/plugin-which": "2.2.20",
23
- "@salesforce/core": "3.36.0",
23
+ "@salesforce/core": "3.36.1",
24
24
  "@salesforce/plugin-apex": "2.2.17",
25
25
  "@salesforce/plugin-auth": "2.7.15",
26
26
  "@salesforce/plugin-data": "2.3.16",
27
- "@salesforce/plugin-deploy-retrieve": "1.8.20",
27
+ "@salesforce/plugin-deploy-retrieve": "1.8.21",
28
28
  "@salesforce/plugin-info": "2.6.10",
29
29
  "@salesforce/plugin-limits": "2.3.14",
30
30
  "@salesforce/plugin-login": "1.2.8",
@@ -36,7 +36,7 @@
36
36
  "@salesforce/plugin-telemetry": "2.2.0",
37
37
  "@salesforce/plugin-templates": "55.4.13",
38
38
  "@salesforce/plugin-trust": "2.4.16",
39
- "@salesforce/plugin-user": "2.3.10",
39
+ "@salesforce/plugin-user": "2.3.11",
40
40
  "@salesforce/sf-plugins-core": "2.4.2",
41
41
  "debug": "^4.3.4",
42
42
  "semver": "^7.3.8",
@@ -57,7 +57,7 @@
57
57
  "@typescript-eslint/parser": "^5.59.5",
58
58
  "aws-sdk": "^2.1374.0",
59
59
  "chai": "^4.3.7",
60
- "eslint": "^8.39.0",
60
+ "eslint": "^8.40.0",
61
61
  "eslint-config-oclif": "^3.1",
62
62
  "eslint-config-oclif-typescript": "^0.2.0",
63
63
  "eslint-config-prettier": "^8.7.0",
@@ -71,7 +71,7 @@
71
71
  "husky": "^7.0.4",
72
72
  "mocha": "^9.2.2",
73
73
  "nyc": "^15.1.0",
74
- "oclif": "^3.8.2",
74
+ "oclif": "^3.9.0",
75
75
  "prettier": "^2.8.8",
76
76
  "pretty-quick": "^3.1.3",
77
77
  "sinon": "^11.1.2",
@@ -1275,9 +1275,9 @@
1275
1275
  }
1276
1276
  },
1277
1277
  "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
1278
- "version": "3.4.0",
1279
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.0.tgz",
1280
- "integrity": "sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==",
1278
+ "version": "3.4.1",
1279
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
1280
+ "integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
1281
1281
  "dev": true,
1282
1282
  "license": "Apache-2.0",
1283
1283
  "engines": {
@@ -1298,15 +1298,15 @@
1298
1298
  }
1299
1299
  },
1300
1300
  "node_modules/@eslint/eslintrc": {
1301
- "version": "2.0.2",
1302
- "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.2.tgz",
1303
- "integrity": "sha512-3W4f5tDUra+pA+FzgugqL2pRimUTDJWKr7BINqOpkZrC0uYI0NIc0/JFgBROCU07HR6GieA5m3/rsPIhDmCXTQ==",
1301
+ "version": "2.0.3",
1302
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.3.tgz",
1303
+ "integrity": "sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuSoJicQ==",
1304
1304
  "dev": true,
1305
1305
  "license": "MIT",
1306
1306
  "dependencies": {
1307
1307
  "ajv": "^6.12.4",
1308
1308
  "debug": "^4.3.2",
1309
- "espree": "^9.5.1",
1309
+ "espree": "^9.5.2",
1310
1310
  "globals": "^13.19.0",
1311
1311
  "ignore": "^5.2.0",
1312
1312
  "import-fresh": "^3.2.1",
@@ -1329,9 +1329,9 @@
1329
1329
  "license": "Python-2.0"
1330
1330
  },
1331
1331
  "node_modules/@eslint/eslintrc/node_modules/eslint-visitor-keys": {
1332
- "version": "3.4.0",
1333
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.0.tgz",
1334
- "integrity": "sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==",
1332
+ "version": "3.4.1",
1333
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
1334
+ "integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
1335
1335
  "dev": true,
1336
1336
  "license": "Apache-2.0",
1337
1337
  "engines": {
@@ -1342,15 +1342,15 @@
1342
1342
  }
1343
1343
  },
1344
1344
  "node_modules/@eslint/eslintrc/node_modules/espree": {
1345
- "version": "9.5.1",
1346
- "resolved": "https://registry.npmjs.org/espree/-/espree-9.5.1.tgz",
1347
- "integrity": "sha512-5yxtHSZXRSW5pvv3hAlXM5+/Oswi1AUFqBmbibKb5s6bp3rGIDkyXU6xCoyuuLhijr4SFwPrXRoZjz0AZDN9tg==",
1345
+ "version": "9.5.2",
1346
+ "resolved": "https://registry.npmjs.org/espree/-/espree-9.5.2.tgz",
1347
+ "integrity": "sha512-7OASN1Wma5fum5SrNhFMAMJxOUAbhyfQ8dQ//PJaJbNw0URTPWqIghHWt1MmAANKhHZIYOHruW4Kw4ruUWOdGw==",
1348
1348
  "dev": true,
1349
1349
  "license": "BSD-2-Clause",
1350
1350
  "dependencies": {
1351
1351
  "acorn": "^8.8.0",
1352
1352
  "acorn-jsx": "^5.3.2",
1353
- "eslint-visitor-keys": "^3.4.0"
1353
+ "eslint-visitor-keys": "^3.4.1"
1354
1354
  },
1355
1355
  "engines": {
1356
1356
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
@@ -1373,9 +1373,9 @@
1373
1373
  }
1374
1374
  },
1375
1375
  "node_modules/@eslint/js": {
1376
- "version": "8.39.0",
1377
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.39.0.tgz",
1378
- "integrity": "sha512-kf9RB0Fg7NZfap83B3QOqOGg9QmD9yBudqQXzzOtn3i4y7ZUXe5ONeW34Gwi+TxhH4mvj72R1Zc300KUMa9Bng==",
1376
+ "version": "8.40.0",
1377
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.40.0.tgz",
1378
+ "integrity": "sha512-ElyB54bJIhXQYVKjDSvCkPO1iU1tSAeVQJbllWJq1XQSmmA4dgFk8CbiBGpiOPxleE48vDogxCtmMYku4HSVLA==",
1379
1379
  "dev": true,
1380
1380
  "license": "MIT",
1381
1381
  "engines": {
@@ -8860,9 +8860,9 @@
8860
8860
  }
8861
8861
  },
8862
8862
  "node_modules/@salesforce/core": {
8863
- "version": "3.36.0",
8864
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-3.36.0.tgz",
8865
- "integrity": "sha512-LOeSJgozf5B1S8C98/K3afewRsathfEm+HrXxaFXJjITFfIhxqcIDB5xC1cw0VikfRUlq7dQocmVsvezcK0Ghw==",
8863
+ "version": "3.36.1",
8864
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-3.36.1.tgz",
8865
+ "integrity": "sha512-kcjyr9bj35nnL8Bqv8U39xeho3CrZYXJiS/X5X1eEHVNZLd9zckrmKrh1V7z8ElCFpsJrewT989SJsdvi9kE8w==",
8866
8866
  "license": "BSD-3-Clause",
8867
8867
  "dependencies": {
8868
8868
  "@salesforce/bunyan": "^2.0.0",
@@ -9521,14 +9521,14 @@
9521
9521
  }
9522
9522
  },
9523
9523
  "node_modules/@salesforce/plugin-deploy-retrieve": {
9524
- "version": "1.8.20",
9525
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.8.20.tgz",
9526
- "integrity": "sha512-88sHiib+uSCqndlX64a0AvfBDeR5qkDo1G8WpvMJ5dfk/hGHBamM2J6He9ciN4I1U81t/ISBRxElhiD50L2Jew==",
9524
+ "version": "1.8.21",
9525
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.8.21.tgz",
9526
+ "integrity": "sha512-KS2NrV/HC1qR9F7rhz9BkF+4OZluxQdGpKlD6CYPrhHG2x4Jj9ILZ9bZ2qv7ylutPWrVBavUxc+9NUZ4/79NRQ==",
9527
9527
  "license": "BSD-3-Clause",
9528
9528
  "dependencies": {
9529
9529
  "@oclif/core": "^2.8.2",
9530
9530
  "@salesforce/apex-node": "^1.6.0",
9531
- "@salesforce/core": "^3.34.6",
9531
+ "@salesforce/core": "^3.36.0",
9532
9532
  "@salesforce/kit": "^1.9.2",
9533
9533
  "@salesforce/sf-plugins-core": "^2.4.2",
9534
9534
  "@salesforce/source-deploy-retrieve": "^8.0.2",
@@ -9963,15 +9963,15 @@
9963
9963
  }
9964
9964
  },
9965
9965
  "node_modules/@salesforce/plugin-user": {
9966
- "version": "2.3.10",
9967
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-2.3.10.tgz",
9968
- "integrity": "sha512-374H/G+pgIRrL7MNNDHv0qLTuali0EEwEhXLTSdiHHRzwflT5DKZNJy7LWzEnlFA1WxhLB2+pe9Vzii/1yijIQ==",
9966
+ "version": "2.3.11",
9967
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-2.3.11.tgz",
9968
+ "integrity": "sha512-LGPtR+SlAAR7XzWD91x8U/+aI2Kj975dVr0Z/xLKlkfuv1nugQpKhP6EMPnrbmxqT6UB219igixb5IN5FXql6Q==",
9969
9969
  "license": "BSD-3-Clause",
9970
9970
  "dependencies": {
9971
9971
  "@oclif/core": "^2.8.2",
9972
9972
  "@salesforce/core": "^3.36.0",
9973
9973
  "@salesforce/kit": "^1.9.0",
9974
- "@salesforce/sf-plugins-core": "^2.2.5",
9974
+ "@salesforce/sf-plugins-core": "^2.4.2",
9975
9975
  "@salesforce/ts-types": "^1.7.3",
9976
9976
  "tslib": "^2"
9977
9977
  },
@@ -10069,9 +10069,9 @@
10069
10069
  }
10070
10070
  },
10071
10071
  "node_modules/@salesforce/templates": {
10072
- "version": "57.1.1",
10073
- "resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-57.1.1.tgz",
10074
- "integrity": "sha512-pJUS96rxWyZiCnHcxw/VrxFGr00NOhovRqIlhFToLiUwfsI3wxB40vJGWQ/dDw0c3EVm/3SaC/5lO85KU/0Sbw==",
10072
+ "version": "57.1.2",
10073
+ "resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-57.1.2.tgz",
10074
+ "integrity": "sha512-RMNBSsVTPG2XYXhjlCyfsEBVWMi4jUhCdVb0m6cRBWUOPo11xo8rMwjN9QLSAlpMYTd7/xpOiXKO9PzC651eig==",
10075
10075
  "license": "BSD-3-Clause",
10076
10076
  "dependencies": {
10077
10077
  "@salesforce/core": "^3.24.0",
@@ -10825,9 +10825,9 @@
10825
10825
  }
10826
10826
  },
10827
10827
  "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
10828
- "version": "3.4.0",
10829
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.0.tgz",
10830
- "integrity": "sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==",
10828
+ "version": "3.4.1",
10829
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
10830
+ "integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
10831
10831
  "dev": true,
10832
10832
  "license": "Apache-2.0",
10833
10833
  "engines": {
@@ -14199,16 +14199,16 @@
14199
14199
  }
14200
14200
  },
14201
14201
  "node_modules/eslint": {
14202
- "version": "8.39.0",
14203
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.39.0.tgz",
14204
- "integrity": "sha512-mwiok6cy7KTW7rBpo05k6+p4YVZByLNjAZ/ACB9DRCu4YDRwjXI01tWHp6KAUWelsBetTxKK/2sHB0vdS8Z2Og==",
14202
+ "version": "8.40.0",
14203
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.40.0.tgz",
14204
+ "integrity": "sha512-bvR+TsP9EHL3TqNtj9sCNJVAFK3fBN8Q7g5waghxyRsPLIMwL73XSKnZFK0hk/O2ANC+iAoq6PWMQ+IfBAJIiQ==",
14205
14205
  "dev": true,
14206
14206
  "license": "MIT",
14207
14207
  "dependencies": {
14208
14208
  "@eslint-community/eslint-utils": "^4.2.0",
14209
14209
  "@eslint-community/regexpp": "^4.4.0",
14210
- "@eslint/eslintrc": "^2.0.2",
14211
- "@eslint/js": "8.39.0",
14210
+ "@eslint/eslintrc": "^2.0.3",
14211
+ "@eslint/js": "8.40.0",
14212
14212
  "@humanwhocodes/config-array": "^0.11.8",
14213
14213
  "@humanwhocodes/module-importer": "^1.0.1",
14214
14214
  "@nodelib/fs.walk": "^1.2.8",
@@ -14219,8 +14219,8 @@
14219
14219
  "doctrine": "^3.0.0",
14220
14220
  "escape-string-regexp": "^4.0.0",
14221
14221
  "eslint-scope": "^7.2.0",
14222
- "eslint-visitor-keys": "^3.4.0",
14223
- "espree": "^9.5.1",
14222
+ "eslint-visitor-keys": "^3.4.1",
14223
+ "espree": "^9.5.2",
14224
14224
  "esquery": "^1.4.2",
14225
14225
  "esutils": "^2.0.2",
14226
14226
  "fast-deep-equal": "^3.1.3",
@@ -15082,9 +15082,9 @@
15082
15082
  }
15083
15083
  },
15084
15084
  "node_modules/eslint/node_modules/eslint-visitor-keys": {
15085
- "version": "3.4.0",
15086
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.0.tgz",
15087
- "integrity": "sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==",
15085
+ "version": "3.4.1",
15086
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
15087
+ "integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
15088
15088
  "dev": true,
15089
15089
  "license": "Apache-2.0",
15090
15090
  "engines": {
@@ -15095,15 +15095,15 @@
15095
15095
  }
15096
15096
  },
15097
15097
  "node_modules/eslint/node_modules/espree": {
15098
- "version": "9.5.1",
15099
- "resolved": "https://registry.npmjs.org/espree/-/espree-9.5.1.tgz",
15100
- "integrity": "sha512-5yxtHSZXRSW5pvv3hAlXM5+/Oswi1AUFqBmbibKb5s6bp3rGIDkyXU6xCoyuuLhijr4SFwPrXRoZjz0AZDN9tg==",
15098
+ "version": "9.5.2",
15099
+ "resolved": "https://registry.npmjs.org/espree/-/espree-9.5.2.tgz",
15100
+ "integrity": "sha512-7OASN1Wma5fum5SrNhFMAMJxOUAbhyfQ8dQ//PJaJbNw0URTPWqIghHWt1MmAANKhHZIYOHruW4Kw4ruUWOdGw==",
15101
15101
  "dev": true,
15102
15102
  "license": "BSD-2-Clause",
15103
15103
  "dependencies": {
15104
15104
  "acorn": "^8.8.0",
15105
15105
  "acorn-jsx": "^5.3.2",
15106
- "eslint-visitor-keys": "^3.4.0"
15106
+ "eslint-visitor-keys": "^3.4.1"
15107
15107
  },
15108
15108
  "engines": {
15109
15109
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
@@ -23559,13 +23559,13 @@
23559
23559
  }
23560
23560
  },
23561
23561
  "node_modules/oclif": {
23562
- "version": "3.8.2",
23563
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-3.8.2.tgz",
23564
- "integrity": "sha512-PsMPYp3jc0fL4AgZLvMMHfP488Iu1pOoqF0AwglBwBtY9YYSQB5Es8dzWpaDDvUsJeWTBHeted48CT7jRrA4OQ==",
23562
+ "version": "3.9.0",
23563
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-3.9.0.tgz",
23564
+ "integrity": "sha512-fsFyHVQYJdE50EcKrBjwzl2WT5sZUtTiRY1vqMwykgLFUDYrQS0lj7yqy2IgcPSmAWaLQryODdfBujCWOU98Ww==",
23565
23565
  "dev": true,
23566
23566
  "license": "MIT",
23567
23567
  "dependencies": {
23568
- "@oclif/core": "^2.8.0",
23568
+ "@oclif/core": "^2.8.4",
23569
23569
  "@oclif/plugin-help": "^5.1.19",
23570
23570
  "@oclif/plugin-not-found": "^2.3.7",
23571
23571
  "@oclif/plugin-warn-if-update-available": "^2.0.14",
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.78.6",
2
+ "version": "1.79.1",
3
3
  "commands": {
4
4
  "cmdt:generate:field": {
5
5
  "id": "cmdt:generate:field",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "1.78.6",
4
+ "version": "1.79.1",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run"
@@ -68,7 +68,7 @@
68
68
  "@salesforce/plugin-env": "2.1.8",
69
69
  "@salesforce/plugin-functions": "1.21.9",
70
70
  "@salesforce/plugin-packaging": "1.16.11",
71
- "@salesforce/plugin-signups": "1.4.15",
71
+ "@salesforce/plugin-signups": "1.4.18",
72
72
  "@salesforce/sfdx-plugin-lwc-test": "1.0.2",
73
73
  "@salesforce/sfdx-scanner": "3.12.0"
74
74
  },
@@ -123,11 +123,11 @@
123
123
  "@oclif/plugin-version": "1.3.4",
124
124
  "@oclif/plugin-warn-if-update-available": "2.0.36",
125
125
  "@oclif/plugin-which": "2.2.20",
126
- "@salesforce/core": "3.36.0",
126
+ "@salesforce/core": "3.36.1",
127
127
  "@salesforce/plugin-apex": "2.2.17",
128
128
  "@salesforce/plugin-auth": "2.7.15",
129
129
  "@salesforce/plugin-data": "2.3.16",
130
- "@salesforce/plugin-deploy-retrieve": "1.8.20",
130
+ "@salesforce/plugin-deploy-retrieve": "1.8.21",
131
131
  "@salesforce/plugin-info": "2.6.10",
132
132
  "@salesforce/plugin-limits": "2.3.14",
133
133
  "@salesforce/plugin-login": "1.2.8",
@@ -139,7 +139,7 @@
139
139
  "@salesforce/plugin-telemetry": "2.2.0",
140
140
  "@salesforce/plugin-templates": "55.4.13",
141
141
  "@salesforce/plugin-trust": "2.4.16",
142
- "@salesforce/plugin-user": "2.3.10",
142
+ "@salesforce/plugin-user": "2.3.11",
143
143
  "@salesforce/sf-plugins-core": "2.4.2",
144
144
  "debug": "^4.3.4",
145
145
  "semver": "^7.3.8",
@@ -178,7 +178,7 @@
178
178
  ],
179
179
  "resolutions": {
180
180
  "@salesforce/schemas": "1.5.1",
181
- "@salesforce/templates": "57.1.1"
181
+ "@salesforce/templates": "57.1.2"
182
182
  },
183
183
  "repository": "salesforcecli/cli",
184
184
  "scripts": {
@@ -229,7 +229,7 @@
229
229
  "@typescript-eslint/parser": "^5.59.5",
230
230
  "aws-sdk": "^2.1374.0",
231
231
  "chai": "^4.3.7",
232
- "eslint": "^8.39.0",
232
+ "eslint": "^8.40.0",
233
233
  "eslint-config-oclif": "^3.1",
234
234
  "eslint-config-oclif-typescript": "^0.2.0",
235
235
  "eslint-config-prettier": "^8.7.0",
@@ -243,7 +243,7 @@
243
243
  "husky": "^7.0.4",
244
244
  "mocha": "^9.2.2",
245
245
  "nyc": "^15.1.0",
246
- "oclif": "^3.8.2",
246
+ "oclif": "^3.9.0",
247
247
  "prettier": "^2.8.8",
248
248
  "pretty-quick": "^3.1.3",
249
249
  "sinon": "^11.1.2",