oclif-plugin-update-notifier 1.5.165 → 1.5.166

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/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [1.5.166](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.165...v1.5.166) (2026-06-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/changelog from 1.2.33 to 1.2.34 ([#1134](https://github.com/jayree/oclif-plugin-update-notifier/issues/1134)) ([b0a60d5](https://github.com/jayree/oclif-plugin-update-notifier/commit/b0a60d5bd490b8920dd5d3da414d943052dab59a))
7
+ * **deps:** bump semver from 7.8.1 to 7.8.2 ([#1135](https://github.com/jayree/oclif-plugin-update-notifier/issues/1135)) ([228eb80](https://github.com/jayree/oclif-plugin-update-notifier/commit/228eb80a5d13862581526a949a44616e672722db))
8
+
1
9
  ## [1.5.165](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.164...v1.5.165) (2026-05-29)
2
10
 
3
11
 
package/README.md CHANGED
@@ -19,7 +19,7 @@ $ npm install -g oclif-plugin-update-notifier
19
19
  $ oclif-example COMMAND
20
20
  running command...
21
21
  $ oclif-example (--version)
22
- oclif-plugin-update-notifier/1.5.165 linux-x64 node-v24.16.0
22
+ oclif-plugin-update-notifier/1.5.166 linux-x64 node-v24.16.0
23
23
  $ oclif-example --help [COMMAND]
24
24
  USAGE
25
25
  $ oclif-example COMMAND
@@ -57,5 +57,5 @@ DESCRIPTION
57
57
  check installed plugins for updates
58
58
  ```
59
59
 
60
- _See code: [src/commands/plugins/update/check.ts](https://github.com/jayree/oclif-plugin-update-notifier/blob/v1.5.165/src/commands/plugins/update/check.ts)_
60
+ _See code: [src/commands/plugins/update/check.ts](https://github.com/jayree/oclif-plugin-update-notifier/blob/v1.5.166/src/commands/plugins/update/check.ts)_
61
61
  <!-- commandsstop -->
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "oclif-plugin-update-notifier",
3
- "version": "1.5.165",
3
+ "version": "1.5.166",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "oclif-plugin-update-notifier",
9
- "version": "1.5.165",
9
+ "version": "1.5.166",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
- "@jayree/changelog": "^1.2.33",
12
+ "@jayree/changelog": "^1.2.34",
13
13
  "@oclif/core": "^4.11.4",
14
14
  "@salesforce/kit": "^3.2.6",
15
15
  "boxen": "^8.0.1",
@@ -18,12 +18,12 @@
18
18
  "fs-extra": "^11.3.5",
19
19
  "got": "^14.6.6",
20
20
  "package-json": "^10.0.1",
21
- "semver": "^7.8.1",
21
+ "semver": "^7.8.2",
22
22
  "tslib": "^2.8.1"
23
23
  },
24
24
  "devDependencies": {
25
- "@oclif/plugin-command-snapshot": "^5.3.22",
26
- "@oclif/plugin-help": "^6.2.49",
25
+ "@oclif/plugin-command-snapshot": "^5.3.23",
26
+ "@oclif/plugin-help": "^6.2.50",
27
27
  "@oclif/test": "^4.1.18",
28
28
  "@salesforce/dev-scripts": "^11.0.4",
29
29
  "@types/boxen": "^3.0.5",
@@ -34,7 +34,7 @@
34
34
  "eslint-config-salesforce-license": "^1.0.2",
35
35
  "eslint-plugin-prettier": "^5.5.6",
36
36
  "eslint-plugin-sf-plugin": "^1.20.33",
37
- "oclif": "^4.23.8",
37
+ "oclif": "^4.23.10",
38
38
  "patch-package": "^8.0.1",
39
39
  "pinst": "^3.0.0",
40
40
  "prettier": "^3.8.3",
@@ -4184,16 +4184,16 @@
4184
4184
  }
4185
4185
  },
4186
4186
  "node_modules/@jayree/changelog": {
4187
- "version": "1.2.33",
4188
- "resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.33.tgz",
4189
- "integrity": "sha512-7BErUOGY/MebNzV6AB4Rq+PN1hu0UV6ZXYD8CPalrgCV1GLDq62TlS927syTFJzqmPd9JNxugpAj9++huQvHaw==",
4187
+ "version": "1.2.34",
4188
+ "resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.34.tgz",
4189
+ "integrity": "sha512-cRmfP5tSk7dCljw0U/TkLro+2QrqnvD3IXKFwUZEimtP4RZ+kAjQyf/y9UwdDTNlLGtqrk9xJDH5y/nELifrxw==",
4190
4190
  "license": "BSD-3-Clause",
4191
4191
  "dependencies": {
4192
4192
  "debug": "^4.4.1",
4193
4193
  "fs-extra": "^11.3.5",
4194
4194
  "marked": "^18.0.4",
4195
4195
  "marked-terminal": "^7.3.0",
4196
- "semver": "^7.7.4",
4196
+ "semver": "^7.8.1",
4197
4197
  "semver-compare": "^1.0.0"
4198
4198
  },
4199
4199
  "engines": {
@@ -4566,9 +4566,9 @@
4566
4566
  }
4567
4567
  },
4568
4568
  "node_modules/@oclif/plugin-command-snapshot": {
4569
- "version": "5.3.22",
4570
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.22.tgz",
4571
- "integrity": "sha512-rbJ8+lTTAPr1CAoqpsRoKBkyMMCwWojSaf+8T8Q7tFltBxCrmNavKTzWKqL7GTTMXKme7jYleZVOxSM2T1A5xg==",
4569
+ "version": "5.3.23",
4570
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.23.tgz",
4571
+ "integrity": "sha512-Hes42cYgcbznz8meI/PVIgJj9w3bHm2jXDSbiXxe1gP3K8K6Ebqupxvg6M62U/mMPCjzYODhVP+12wVdGk2tdQ==",
4572
4572
  "dev": true,
4573
4573
  "license": "MIT",
4574
4574
  "dependencies": {
@@ -4704,9 +4704,9 @@
4704
4704
  }
4705
4705
  },
4706
4706
  "node_modules/@oclif/plugin-help": {
4707
- "version": "6.2.49",
4708
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.49.tgz",
4709
- "integrity": "sha512-fEsO0YU7ThtzHE1RGuoHxFu/OGlqxm7PCfFp+U1PS8sde4E0cDqjVDuv78+VKrr45LpC5lWOApj7pm3FNfHrVA==",
4707
+ "version": "6.2.50",
4708
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.50.tgz",
4709
+ "integrity": "sha512-rNCG4hUm+kPXFbhJfAVk/fZ3OdWJYwBDASlyX8CqOLP0MssjIGl7iEgfZz7TMuZFa+KucupKU5NRSc0KWfPTQA==",
4710
4710
  "dev": true,
4711
4711
  "license": "MIT",
4712
4712
  "dependencies": {
@@ -4733,9 +4733,9 @@
4733
4733
  }
4734
4734
  },
4735
4735
  "node_modules/@oclif/plugin-warn-if-update-available": {
4736
- "version": "3.1.57",
4737
- "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.57.tgz",
4738
- "integrity": "sha512-y8BiMMiX3gnDO3kSck7R61bB74N8SI38pN9LbpaDlhZcjcN27wuIR5trePFxTxx85iow1YC5qvzYtwUZsDVjXg==",
4736
+ "version": "3.1.65",
4737
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.65.tgz",
4738
+ "integrity": "sha512-HcSJc8SeCVUBHwc063xDL0LcpdjcamAISlisSX14VDDYQayMantvtVNOo9PmciwYpXRXfAykeH1z066YkA9JvQ==",
4739
4739
  "dev": true,
4740
4740
  "license": "MIT",
4741
4741
  "dependencies": {
@@ -4743,7 +4743,7 @@
4743
4743
  "ansis": "^3.17.0",
4744
4744
  "debug": "^4.4.3",
4745
4745
  "http-call": "^5.2.2",
4746
- "lodash": "^4.17.23",
4746
+ "lodash": "^4.18.1",
4747
4747
  "registry-auth-token": "^5.1.1"
4748
4748
  },
4749
4749
  "engines": {
@@ -12643,9 +12643,9 @@
12643
12643
  }
12644
12644
  },
12645
12645
  "node_modules/oclif": {
12646
- "version": "4.23.8",
12647
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.8.tgz",
12648
- "integrity": "sha512-RCkfr76RxLzJbrcCL/4zkkzToYzofLnJgxczK4QrUjbBpHRiYNcBt8S1QoAIsWoeavaPp+7BoXI9r28tcKNjWg==",
12646
+ "version": "4.23.10",
12647
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.10.tgz",
12648
+ "integrity": "sha512-foZYNmCjgFo0HJzbfY9oz8IgNs4aCPVbe51gnauM646mOy+C9WzoQS5iJyCzRiuJvS4fFrONG0BrjWiCFjtlGQ==",
12649
12649
  "dev": true,
12650
12650
  "license": "MIT",
12651
12651
  "dependencies": {
@@ -12654,10 +12654,10 @@
12654
12654
  "@inquirer/confirm": "^3.1.22",
12655
12655
  "@inquirer/input": "^2.2.4",
12656
12656
  "@inquirer/select": "^2.5.0",
12657
- "@oclif/core": "^4.11.2",
12657
+ "@oclif/core": "^4.11.4",
12658
12658
  "@oclif/plugin-help": "^6.2.49",
12659
12659
  "@oclif/plugin-not-found": "^3.2.85",
12660
- "@oclif/plugin-warn-if-update-available": "^3.1.57",
12660
+ "@oclif/plugin-warn-if-update-available": "^3.1.65",
12661
12661
  "ansis": "^3.16.0",
12662
12662
  "async-retry": "^1.3.3",
12663
12663
  "change-case": "^4",
@@ -14353,9 +14353,9 @@
14353
14353
  "license": "BSD-3-Clause"
14354
14354
  },
14355
14355
  "node_modules/semver": {
14356
- "version": "7.8.1",
14357
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz",
14358
- "integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==",
14356
+ "version": "7.8.2",
14357
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.2.tgz",
14358
+ "integrity": "sha512-c8jsqUZm3omBOI66G90z1Dyw5z622G8oLG+omfsHBJf3CWQTlOcwOjvOG6wtiNfW6anKm/eA39LMwMtMez2TiQ==",
14359
14359
  "license": "ISC",
14360
14360
  "bin": {
14361
14361
  "semver": "bin/semver.js"
package/oclif.lock CHANGED
@@ -1350,16 +1350,16 @@
1350
1350
  resolved "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz"
1351
1351
  integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
1352
1352
 
1353
- "@jayree/changelog@^1.2.33":
1354
- version "1.2.33"
1355
- resolved "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.33.tgz"
1356
- integrity sha512-7BErUOGY/MebNzV6AB4Rq+PN1hu0UV6ZXYD8CPalrgCV1GLDq62TlS927syTFJzqmPd9JNxugpAj9++huQvHaw==
1353
+ "@jayree/changelog@^1.2.34":
1354
+ version "1.2.34"
1355
+ resolved "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.34.tgz"
1356
+ integrity sha512-cRmfP5tSk7dCljw0U/TkLro+2QrqnvD3IXKFwUZEimtP4RZ+kAjQyf/y9UwdDTNlLGtqrk9xJDH5y/nELifrxw==
1357
1357
  dependencies:
1358
1358
  debug "^4.4.1"
1359
1359
  fs-extra "^11.3.5"
1360
1360
  marked "^18.0.4"
1361
1361
  marked-terminal "^7.3.0"
1362
- semver "^7.7.4"
1362
+ semver "^7.8.1"
1363
1363
  semver-compare "^1.0.0"
1364
1364
 
1365
1365
  "@jridgewell/gen-mapping@^0.3.5":
@@ -1492,7 +1492,7 @@
1492
1492
  "@nodelib/fs.scandir" "2.1.5"
1493
1493
  fastq "^1.6.0"
1494
1494
 
1495
- "@oclif/core@^4", "@oclif/core@^4.11.2", "@oclif/core@^4.11.3", "@oclif/core@^4.11.4", "@oclif/core@>= 3.0.0":
1495
+ "@oclif/core@^4", "@oclif/core@^4.11.3", "@oclif/core@^4.11.4", "@oclif/core@>= 3.0.0":
1496
1496
  version "4.11.4"
1497
1497
  resolved "https://registry.npmjs.org/@oclif/core/-/core-4.11.4.tgz"
1498
1498
  integrity sha512-URwiQ5ALx/sJ2iH4vzXEd+H4K6NAI7LRs6Jag3hrgKEpGmaE6alfRC8qjO4GIgb6A3ACaJumqP9twi/M9ywdHQ==
@@ -1516,10 +1516,10 @@
1516
1516
  wordwrap "^1.0.0"
1517
1517
  wrap-ansi "^7.0.0"
1518
1518
 
1519
- "@oclif/plugin-command-snapshot@^5.3.22":
1520
- version "5.3.22"
1521
- resolved "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.22.tgz"
1522
- integrity sha512-rbJ8+lTTAPr1CAoqpsRoKBkyMMCwWojSaf+8T8Q7tFltBxCrmNavKTzWKqL7GTTMXKme7jYleZVOxSM2T1A5xg==
1519
+ "@oclif/plugin-command-snapshot@^5.3.23":
1520
+ version "5.3.23"
1521
+ resolved "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.23.tgz"
1522
+ integrity sha512-Hes42cYgcbznz8meI/PVIgJj9w3bHm2jXDSbiXxe1gP3K8K6Ebqupxvg6M62U/mMPCjzYODhVP+12wVdGk2tdQ==
1523
1523
  dependencies:
1524
1524
  "@oclif/core" "^4"
1525
1525
  ansis "^3.17.0"
@@ -1531,10 +1531,10 @@
1531
1531
  semver "^7.8.1"
1532
1532
  ts-json-schema-generator "^1.5.1"
1533
1533
 
1534
- "@oclif/plugin-help@^6.2.49":
1535
- version "6.2.49"
1536
- resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.49.tgz"
1537
- integrity sha512-fEsO0YU7ThtzHE1RGuoHxFu/OGlqxm7PCfFp+U1PS8sde4E0cDqjVDuv78+VKrr45LpC5lWOApj7pm3FNfHrVA==
1534
+ "@oclif/plugin-help@^6.2.49", "@oclif/plugin-help@^6.2.50":
1535
+ version "6.2.50"
1536
+ resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.50.tgz"
1537
+ integrity sha512-rNCG4hUm+kPXFbhJfAVk/fZ3OdWJYwBDASlyX8CqOLP0MssjIGl7iEgfZz7TMuZFa+KucupKU5NRSc0KWfPTQA==
1538
1538
  dependencies:
1539
1539
  "@oclif/core" "^4"
1540
1540
 
@@ -1548,16 +1548,16 @@
1548
1548
  ansis "^3.17.0"
1549
1549
  fast-levenshtein "^3.0.0"
1550
1550
 
1551
- "@oclif/plugin-warn-if-update-available@^3.1.57":
1552
- version "3.1.57"
1553
- resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.57.tgz"
1554
- integrity sha512-y8BiMMiX3gnDO3kSck7R61bB74N8SI38pN9LbpaDlhZcjcN27wuIR5trePFxTxx85iow1YC5qvzYtwUZsDVjXg==
1551
+ "@oclif/plugin-warn-if-update-available@^3.1.65":
1552
+ version "3.1.65"
1553
+ resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.65.tgz"
1554
+ integrity sha512-HcSJc8SeCVUBHwc063xDL0LcpdjcamAISlisSX14VDDYQayMantvtVNOo9PmciwYpXRXfAykeH1z066YkA9JvQ==
1555
1555
  dependencies:
1556
1556
  "@oclif/core" "^4"
1557
1557
  ansis "^3.17.0"
1558
1558
  debug "^4.4.3"
1559
1559
  http-call "^5.2.2"
1560
- lodash "^4.17.23"
1560
+ lodash "^4.18.1"
1561
1561
  registry-auth-token "^5.1.1"
1562
1562
 
1563
1563
  "@oclif/test@^4.1.18":
@@ -5460,7 +5460,7 @@ lodash.upperfirst@^4.3.1:
5460
5460
  resolved "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz"
5461
5461
  integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
5462
5462
 
5463
- lodash@^4.17.15, lodash@^4.17.23, lodash@^4.18.1:
5463
+ lodash@^4.17.15, lodash@^4.18.1:
5464
5464
  version "4.18.1"
5465
5465
  resolved "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz"
5466
5466
  integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
@@ -6036,20 +6036,20 @@ object.values@^1.1.7:
6036
6036
  define-properties "^1.2.0"
6037
6037
  es-abstract "^1.22.1"
6038
6038
 
6039
- oclif@^4.23.8:
6040
- version "4.23.8"
6041
- resolved "https://registry.npmjs.org/oclif/-/oclif-4.23.8.tgz"
6042
- integrity sha512-RCkfr76RxLzJbrcCL/4zkkzToYzofLnJgxczK4QrUjbBpHRiYNcBt8S1QoAIsWoeavaPp+7BoXI9r28tcKNjWg==
6039
+ oclif@^4.23.10:
6040
+ version "4.23.10"
6041
+ resolved "https://registry.npmjs.org/oclif/-/oclif-4.23.10.tgz"
6042
+ integrity sha512-foZYNmCjgFo0HJzbfY9oz8IgNs4aCPVbe51gnauM646mOy+C9WzoQS5iJyCzRiuJvS4fFrONG0BrjWiCFjtlGQ==
6043
6043
  dependencies:
6044
6044
  "@aws-sdk/client-cloudfront" "^3.1009.0"
6045
6045
  "@aws-sdk/client-s3" "^3.1053.0"
6046
6046
  "@inquirer/confirm" "^3.1.22"
6047
6047
  "@inquirer/input" "^2.2.4"
6048
6048
  "@inquirer/select" "^2.5.0"
6049
- "@oclif/core" "^4.11.2"
6049
+ "@oclif/core" "^4.11.4"
6050
6050
  "@oclif/plugin-help" "^6.2.49"
6051
6051
  "@oclif/plugin-not-found" "^3.2.85"
6052
- "@oclif/plugin-warn-if-update-available" "^3.1.57"
6052
+ "@oclif/plugin-warn-if-update-available" "^3.1.65"
6053
6053
  ansis "^3.16.0"
6054
6054
  async-retry "^1.3.3"
6055
6055
  change-case "^4"
@@ -6869,10 +6869,10 @@ semver@^6.3.1:
6869
6869
  resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
6870
6870
  integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
6871
6871
 
6872
- semver@^7.3.4, semver@^7.3.5, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.4, semver@^7.8.1:
6873
- version "7.8.1"
6874
- resolved "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz"
6875
- integrity sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==
6872
+ semver@^7.3.4, semver@^7.3.5, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.4, semver@^7.8.1, semver@^7.8.2:
6873
+ version "7.8.2"
6874
+ resolved "https://registry.npmjs.org/semver/-/semver-7.8.2.tgz"
6875
+ integrity sha512-c8jsqUZm3omBOI66G90z1Dyw5z622G8oLG+omfsHBJf3CWQTlOcwOjvOG6wtiNfW6anKm/eA39LMwMtMez2TiQ==
6876
6876
 
6877
6877
  "semver@2 || 3 || 4 || 5":
6878
6878
  version "5.7.2"
@@ -23,5 +23,5 @@
23
23
  ]
24
24
  }
25
25
  },
26
- "version": "1.5.165"
26
+ "version": "1.5.166"
27
27
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "oclif-plugin-update-notifier",
3
3
  "description": "update-notifier for oclif plugins",
4
- "version": "1.5.165",
4
+ "version": "1.5.166",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/oclif-plugin-update-notifier/issues",
8
8
  "dependencies": {
9
- "@jayree/changelog": "^1.2.33",
9
+ "@jayree/changelog": "^1.2.34",
10
10
  "@oclif/core": "^4.11.4",
11
11
  "@salesforce/kit": "^3.2.6",
12
12
  "boxen": "^8.0.1",
@@ -15,12 +15,12 @@
15
15
  "fs-extra": "^11.3.5",
16
16
  "got": "^14.6.6",
17
17
  "package-json": "^10.0.1",
18
- "semver": "^7.8.1",
18
+ "semver": "^7.8.2",
19
19
  "tslib": "^2.8.1"
20
20
  },
21
21
  "devDependencies": {
22
- "@oclif/plugin-command-snapshot": "^5.3.22",
23
- "@oclif/plugin-help": "^6.2.49",
22
+ "@oclif/plugin-command-snapshot": "^5.3.23",
23
+ "@oclif/plugin-help": "^6.2.50",
24
24
  "@oclif/test": "^4.1.18",
25
25
  "@salesforce/dev-scripts": "^11.0.4",
26
26
  "@types/boxen": "^3.0.5",
@@ -31,7 +31,7 @@
31
31
  "eslint-config-salesforce-license": "^1.0.2",
32
32
  "eslint-plugin-prettier": "^5.5.6",
33
33
  "eslint-plugin-sf-plugin": "^1.20.33",
34
- "oclif": "^4.23.8",
34
+ "oclif": "^4.23.10",
35
35
  "patch-package": "^8.0.1",
36
36
  "pinst": "^3.0.0",
37
37
  "prettier": "^3.8.3",