oclif-plugin-update-notifier 1.5.136 → 1.5.137

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.137](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.136...v1.5.137) (2025-09-26)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/changelog from 1.2.16 to 1.2.18 ([#1001](https://github.com/jayree/oclif-plugin-update-notifier/issues/1001)) ([37a864c](https://github.com/jayree/oclif-plugin-update-notifier/commit/37a864c1094e9ac3bde6f50fccde6574b82b4217))
7
+ * **deps:** bump @oclif/core from 4.5.3 to 4.5.4 ([#1002](https://github.com/jayree/oclif-plugin-update-notifier/issues/1002)) ([663eb33](https://github.com/jayree/oclif-plugin-update-notifier/commit/663eb336964d195c7778b17ec2a18c53853e2738))
8
+
1
9
  ## [1.5.136](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.135...v1.5.136) (2025-09-19)
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.136 linux-x64 node-v22.19.0
22
+ oclif-plugin-update-notifier/1.5.137 linux-x64 node-v22.19.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.136/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.137/src/commands/plugins/update/check.ts)_
61
61
  <!-- commandsstop -->
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "oclif-plugin-update-notifier",
3
- "version": "1.5.136",
3
+ "version": "1.5.137",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "oclif-plugin-update-notifier",
9
- "version": "1.5.136",
9
+ "version": "1.5.137",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
- "@jayree/changelog": "^1.2.16",
13
- "@oclif/core": "^4.5.3",
12
+ "@jayree/changelog": "^1.2.18",
13
+ "@oclif/core": "^4.5.4",
14
14
  "@salesforce/kit": "^3.2.4",
15
15
  "boxen": "^8.0.1",
16
16
  "chalk": "^5.6.2",
@@ -3145,14 +3145,14 @@
3145
3145
  }
3146
3146
  },
3147
3147
  "node_modules/@jayree/changelog": {
3148
- "version": "1.2.16",
3149
- "resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.16.tgz",
3150
- "integrity": "sha512-p33MiYNCltcPZFCFAiXZsUBSV3DGADJxuUSDfecmyaNlEoRLY+pQesfqiCsY5zJwcEOTY6C5yDyG1NsGVUg0ig==",
3148
+ "version": "1.2.18",
3149
+ "resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.18.tgz",
3150
+ "integrity": "sha512-7HvLYdqVJ3U0UYNElbR+XKckd8z6LlBmUs8xgfWKzAxAN4jY7ZqIhMbCasDS9ZstjrEFRKnD3wt0enXzZQd6xQ==",
3151
3151
  "license": "BSD-3-Clause",
3152
3152
  "dependencies": {
3153
3153
  "debug": "^4.4.1",
3154
- "fs-extra": "^11.3.1",
3155
- "marked": "^16.2.1",
3154
+ "fs-extra": "^11.3.2",
3155
+ "marked": "^16.3.0",
3156
3156
  "marked-terminal": "^7.3.0",
3157
3157
  "semver": "^7.7.2",
3158
3158
  "semver-compare": "^1.0.0"
@@ -3411,16 +3411,16 @@
3411
3411
  }
3412
3412
  },
3413
3413
  "node_modules/@oclif/core": {
3414
- "version": "4.5.3",
3415
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.3.tgz",
3416
- "integrity": "sha512-ISoFlfmsuxJvNKXhabCO4/KqNXDQdLHchZdTPfZbtqAsQbqTw5IKitLVZq9Sz1LWizN37HILp4u0350B8scBjg==",
3414
+ "version": "4.5.4",
3415
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.4.tgz",
3416
+ "integrity": "sha512-78YYJls8+KG96tReyUsesKKIKqC0qbFSY1peUSrt0P2uGsrgAuU9axQ0iBQdhAlIwZDcTyaj+XXVQkz2kl/O0w==",
3417
3417
  "license": "MIT",
3418
3418
  "dependencies": {
3419
3419
  "ansi-escapes": "^4.3.2",
3420
3420
  "ansis": "^3.17.0",
3421
3421
  "clean-stack": "^3.0.1",
3422
3422
  "cli-spinners": "^2.9.2",
3423
- "debug": "^4.4.0",
3423
+ "debug": "^4.4.3",
3424
3424
  "ejs": "^3.1.10",
3425
3425
  "get-package-type": "^0.1.0",
3426
3426
  "indent-string": "^4.0.0",
@@ -11339,9 +11339,9 @@
11339
11339
  }
11340
11340
  },
11341
11341
  "node_modules/marked": {
11342
- "version": "16.2.1",
11343
- "resolved": "https://registry.npmjs.org/marked/-/marked-16.2.1.tgz",
11344
- "integrity": "sha512-r3UrXED9lMlHF97jJByry90cwrZBBvZmjG1L68oYfuPMW+uDTnuMbyJDymCWwbTE+f+3LhpNDKfpR3a3saFyjA==",
11342
+ "version": "16.3.0",
11343
+ "resolved": "https://registry.npmjs.org/marked/-/marked-16.3.0.tgz",
11344
+ "integrity": "sha512-K3UxuKu6l6bmA5FUwYho8CfJBlsUWAooKtdGgMcERSpF7gcBUrCGsLH7wDaaNOzwq18JzSUDyoEb/YsrqMac3w==",
11345
11345
  "license": "MIT",
11346
11346
  "bin": {
11347
11347
  "marked": "bin/marked.js"
package/oclif.lock CHANGED
@@ -1317,14 +1317,14 @@
1317
1317
  resolved "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz"
1318
1318
  integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
1319
1319
 
1320
- "@jayree/changelog@^1.2.16":
1321
- version "1.2.16"
1322
- resolved "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.16.tgz"
1323
- integrity sha512-p33MiYNCltcPZFCFAiXZsUBSV3DGADJxuUSDfecmyaNlEoRLY+pQesfqiCsY5zJwcEOTY6C5yDyG1NsGVUg0ig==
1320
+ "@jayree/changelog@^1.2.18":
1321
+ version "1.2.18"
1322
+ resolved "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.18.tgz"
1323
+ integrity sha512-7HvLYdqVJ3U0UYNElbR+XKckd8z6LlBmUs8xgfWKzAxAN4jY7ZqIhMbCasDS9ZstjrEFRKnD3wt0enXzZQd6xQ==
1324
1324
  dependencies:
1325
1325
  debug "^4.4.1"
1326
- fs-extra "^11.3.1"
1327
- marked "^16.2.1"
1326
+ fs-extra "^11.3.2"
1327
+ marked "^16.3.0"
1328
1328
  marked-terminal "^7.3.0"
1329
1329
  semver "^7.7.2"
1330
1330
  semver-compare "^1.0.0"
@@ -1449,16 +1449,16 @@
1449
1449
  "@nodelib/fs.scandir" "2.1.5"
1450
1450
  fastq "^1.6.0"
1451
1451
 
1452
- "@oclif/core@^4", "@oclif/core@^4.5.3", "@oclif/core@>= 3.0.0":
1453
- version "4.5.3"
1454
- resolved "https://registry.npmjs.org/@oclif/core/-/core-4.5.3.tgz"
1455
- integrity sha512-ISoFlfmsuxJvNKXhabCO4/KqNXDQdLHchZdTPfZbtqAsQbqTw5IKitLVZq9Sz1LWizN37HILp4u0350B8scBjg==
1452
+ "@oclif/core@^4", "@oclif/core@^4.5.3", "@oclif/core@^4.5.4", "@oclif/core@>= 3.0.0":
1453
+ version "4.5.4"
1454
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-4.5.4.tgz"
1455
+ integrity sha512-78YYJls8+KG96tReyUsesKKIKqC0qbFSY1peUSrt0P2uGsrgAuU9axQ0iBQdhAlIwZDcTyaj+XXVQkz2kl/O0w==
1456
1456
  dependencies:
1457
1457
  ansi-escapes "^4.3.2"
1458
1458
  ansis "^3.17.0"
1459
1459
  clean-stack "^3.0.1"
1460
1460
  cli-spinners "^2.9.2"
1461
- debug "^4.4.0"
1461
+ debug "^4.4.3"
1462
1462
  ejs "^3.1.10"
1463
1463
  get-package-type "^0.1.0"
1464
1464
  indent-string "^4.0.0"
@@ -4430,7 +4430,7 @@ fromentries@^1.2.0:
4430
4430
  resolved "https://registry.npmjs.org/fromentries/-/fromentries-1.3.2.tgz"
4431
4431
  integrity sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==
4432
4432
 
4433
- fs-extra@^11.0.0, fs-extra@^11.3.1, fs-extra@^11.3.2:
4433
+ fs-extra@^11.0.0, fs-extra@^11.3.2:
4434
4434
  version "11.3.2"
4435
4435
  resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.2.tgz"
4436
4436
  integrity sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==
@@ -5883,10 +5883,10 @@ marked@^13.0.0:
5883
5883
  resolved "https://registry.npmjs.org/marked/-/marked-13.0.3.tgz"
5884
5884
  integrity sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==
5885
5885
 
5886
- marked@^16.2.1, "marked@>=1 <16":
5887
- version "16.2.1"
5888
- resolved "https://registry.npmjs.org/marked/-/marked-16.2.1.tgz"
5889
- integrity sha512-r3UrXED9lMlHF97jJByry90cwrZBBvZmjG1L68oYfuPMW+uDTnuMbyJDymCWwbTE+f+3LhpNDKfpR3a3saFyjA==
5886
+ marked@^16.3.0, "marked@>=1 <16":
5887
+ version "16.3.0"
5888
+ resolved "https://registry.npmjs.org/marked/-/marked-16.3.0.tgz"
5889
+ integrity sha512-K3UxuKu6l6bmA5FUwYho8CfJBlsUWAooKtdGgMcERSpF7gcBUrCGsLH7wDaaNOzwq18JzSUDyoEb/YsrqMac3w==
5890
5890
 
5891
5891
  math-intrinsics@^1.1.0:
5892
5892
  version "1.1.0"
@@ -23,5 +23,5 @@
23
23
  ]
24
24
  }
25
25
  },
26
- "version": "1.5.136"
26
+ "version": "1.5.137"
27
27
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "oclif-plugin-update-notifier",
3
3
  "description": "update-notifier for oclif plugins",
4
- "version": "1.5.136",
4
+ "version": "1.5.137",
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.16",
10
- "@oclif/core": "^4.5.3",
9
+ "@jayree/changelog": "^1.2.18",
10
+ "@oclif/core": "^4.5.4",
11
11
  "@salesforce/kit": "^3.2.4",
12
12
  "boxen": "^8.0.1",
13
13
  "chalk": "^5.6.2",