oclif-plugin-update-notifier 1.5.161 → 1.5.162

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,12 @@
1
+ ## [1.5.162](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.161...v1.5.162) (2026-05-08)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/changelog from 1.2.30 to 1.2.31 ([#1114](https://github.com/jayree/oclif-plugin-update-notifier/issues/1114)) ([4d027ab](https://github.com/jayree/oclif-plugin-update-notifier/commit/4d027ab00c92cf19a0b708493b27668597e45730))
7
+ * **deps:** bump @oclif/core from 4.11.0 to 4.11.1 ([#1113](https://github.com/jayree/oclif-plugin-update-notifier/issues/1113)) ([1d6408a](https://github.com/jayree/oclif-plugin-update-notifier/commit/1d6408a53a4cb129a6797b1ea3df711ad7d2c93b))
8
+ * **deps:** bump fs-extra from 11.3.4 to 11.3.5 ([#1117](https://github.com/jayree/oclif-plugin-update-notifier/issues/1117)) ([53258fa](https://github.com/jayree/oclif-plugin-update-notifier/commit/53258faef7b6b53309102fad56e0d52c24c146c1))
9
+
1
10
  ## [1.5.161](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.160...v1.5.161) (2026-05-01)
2
11
 
3
12
 
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.161 linux-x64 node-v24.14.1
22
+ oclif-plugin-update-notifier/1.5.162 linux-x64 node-v24.14.1
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.161/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.162/src/commands/plugins/update/check.ts)_
61
61
  <!-- commandsstop -->
@@ -1,29 +1,29 @@
1
1
  {
2
2
  "name": "oclif-plugin-update-notifier",
3
- "version": "1.5.161",
3
+ "version": "1.5.162",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "oclif-plugin-update-notifier",
9
- "version": "1.5.161",
9
+ "version": "1.5.162",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
- "@jayree/changelog": "^1.2.30",
13
- "@oclif/core": "^4.11.0",
12
+ "@jayree/changelog": "^1.2.31",
13
+ "@oclif/core": "^4.11.1",
14
14
  "@salesforce/kit": "^3.2.6",
15
15
  "boxen": "^8.0.1",
16
16
  "chalk": "^5.6.2",
17
17
  "debug": "^4.4.3",
18
- "fs-extra": "^11.3.4",
18
+ "fs-extra": "^11.3.5",
19
19
  "got": "^14.6.6",
20
20
  "package-json": "^10.0.1",
21
21
  "semver": "^7.7.4",
22
22
  "tslib": "^2.8.1"
23
23
  },
24
24
  "devDependencies": {
25
- "@oclif/plugin-command-snapshot": "^5.3.16",
26
- "@oclif/plugin-help": "^6.2.45",
25
+ "@oclif/plugin-command-snapshot": "^5.3.17",
26
+ "@oclif/plugin-help": "^6.2.46",
27
27
  "@oclif/test": "^4.1.18",
28
28
  "@salesforce/dev-scripts": "^11.0.4",
29
29
  "@types/boxen": "^3.0.5",
@@ -4632,14 +4632,14 @@
4632
4632
  }
4633
4633
  },
4634
4634
  "node_modules/@jayree/changelog": {
4635
- "version": "1.2.30",
4636
- "resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.30.tgz",
4637
- "integrity": "sha512-ZYT/1xgwMdvfU6ByGuonfcrvpJnDmCZCzUuAzsMv7FQXOqlPJpi/21A5o2stOY3VWMgiV//qOr7AUgLUit1LFg==",
4635
+ "version": "1.2.31",
4636
+ "resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.31.tgz",
4637
+ "integrity": "sha512-aFIBkykI5MYzlUicbefZVtkgTse6/EKEN8iH7uQKRZIIwIlnILU+prVwbSqtX7jN0H1t5we0Ur59OBDPzz/kXQ==",
4638
4638
  "license": "BSD-3-Clause",
4639
4639
  "dependencies": {
4640
4640
  "debug": "^4.4.1",
4641
4641
  "fs-extra": "^11.3.4",
4642
- "marked": "^18.0.2",
4642
+ "marked": "^18.0.3",
4643
4643
  "marked-terminal": "^7.3.0",
4644
4644
  "semver": "^7.7.4",
4645
4645
  "semver-compare": "^1.0.0"
@@ -4904,9 +4904,9 @@
4904
4904
  }
4905
4905
  },
4906
4906
  "node_modules/@oclif/core": {
4907
- "version": "4.11.0",
4908
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.0.tgz",
4909
- "integrity": "sha512-nTkRMgxFlIKQIIYGvhO2JMsLSQ1aHPHblHfFgxgoBrGK8Ao/8wxc4eNOIv/+t8dMXliZd7mREVr6la4aXXXg5A==",
4907
+ "version": "4.11.1",
4908
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.1.tgz",
4909
+ "integrity": "sha512-+N5yqeoOKPnT0p+ZJiNutMILsZukZrEpsVup24XERla594EkGSWS9tiCqRfvzr1xfvf/AhM9pb0yPaf8L3Y9Uw==",
4910
4910
  "license": "MIT",
4911
4911
  "dependencies": {
4912
4912
  "ansi-escapes": "^4.3.2",
@@ -5001,9 +5001,9 @@
5001
5001
  }
5002
5002
  },
5003
5003
  "node_modules/@oclif/plugin-command-snapshot": {
5004
- "version": "5.3.16",
5005
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.16.tgz",
5006
- "integrity": "sha512-pwTKWQRDrK9eOz1VVUTKm9q3tKf9Kihunu3R53LfcPXPpEhIJ6N+2zmCYqeuifrvjBqLT1VhAKpVgTfHXxURHg==",
5004
+ "version": "5.3.17",
5005
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.17.tgz",
5006
+ "integrity": "sha512-lzjs9x6rxXo+EBFSvL96NytY1uXzPbmRn22GNYbtYhY1oSRmOedihcYboQwVPP+V2d6BfPdbxxWzz3Rc6hoHGg==",
5007
5007
  "dev": true,
5008
5008
  "license": "MIT",
5009
5009
  "dependencies": {
@@ -5139,9 +5139,9 @@
5139
5139
  }
5140
5140
  },
5141
5141
  "node_modules/@oclif/plugin-help": {
5142
- "version": "6.2.45",
5143
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.45.tgz",
5144
- "integrity": "sha512-avWOKYmjANtyu8ipju/kopIIrSrbS/scJjiZTpBp/HKEHNm46v5riOo5LQj6MZ4bYJVQEoyHPg/2Seig5Ilkjw==",
5142
+ "version": "6.2.46",
5143
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.46.tgz",
5144
+ "integrity": "sha512-KmuMFt/fURCVxor0rrRjEqs2nLN0Y3ixcixo/M5VjKcN920gbuw5T+AF23FBeyUDuW/Dg79YPcTWy/Rtz0Dg/A==",
5145
5145
  "dev": true,
5146
5146
  "license": "MIT",
5147
5147
  "dependencies": {
@@ -10490,9 +10490,9 @@
10490
10490
  "license": "MIT"
10491
10491
  },
10492
10492
  "node_modules/fs-extra": {
10493
- "version": "11.3.4",
10494
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.4.tgz",
10495
- "integrity": "sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==",
10493
+ "version": "11.3.5",
10494
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.5.tgz",
10495
+ "integrity": "sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==",
10496
10496
  "license": "MIT",
10497
10497
  "dependencies": {
10498
10498
  "graceful-fs": "^4.2.0",
@@ -12871,9 +12871,9 @@
12871
12871
  }
12872
12872
  },
12873
12873
  "node_modules/marked": {
12874
- "version": "18.0.2",
12875
- "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.2.tgz",
12876
- "integrity": "sha512-NsmlUYBS/Zg57rgDWMYdnre6OTj4e+qq/JS2ot3KrYLSoHLw+sDu0Nm1ZGpRgYAq6c+b1ekaY5NzVchMCQnzcg==",
12874
+ "version": "18.0.3",
12875
+ "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.3.tgz",
12876
+ "integrity": "sha512-7VT90JOkDeaRWpfjOReRGPEKn0ecdARBkDGL+tT1wZY0efPPqkUxLUSmzy/C7TIylQYJC9STISEsCHrqb/7VIA==",
12877
12877
  "license": "MIT",
12878
12878
  "bin": {
12879
12879
  "marked": "bin/marked.js"
package/oclif.lock CHANGED
@@ -1580,14 +1580,14 @@
1580
1580
  resolved "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz"
1581
1581
  integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
1582
1582
 
1583
- "@jayree/changelog@^1.2.30":
1584
- version "1.2.30"
1585
- resolved "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.30.tgz"
1586
- integrity sha512-ZYT/1xgwMdvfU6ByGuonfcrvpJnDmCZCzUuAzsMv7FQXOqlPJpi/21A5o2stOY3VWMgiV//qOr7AUgLUit1LFg==
1583
+ "@jayree/changelog@^1.2.31":
1584
+ version "1.2.31"
1585
+ resolved "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.31.tgz"
1586
+ integrity sha512-aFIBkykI5MYzlUicbefZVtkgTse6/EKEN8iH7uQKRZIIwIlnILU+prVwbSqtX7jN0H1t5we0Ur59OBDPzz/kXQ==
1587
1587
  dependencies:
1588
1588
  debug "^4.4.1"
1589
1589
  fs-extra "^11.3.4"
1590
- marked "^18.0.2"
1590
+ marked "^18.0.3"
1591
1591
  marked-terminal "^7.3.0"
1592
1592
  semver "^7.7.4"
1593
1593
  semver-compare "^1.0.0"
@@ -1717,10 +1717,10 @@
1717
1717
  "@nodelib/fs.scandir" "2.1.5"
1718
1718
  fastq "^1.6.0"
1719
1719
 
1720
- "@oclif/core@^4", "@oclif/core@^4.10.2", "@oclif/core@^4.11.0", "@oclif/core@>= 3.0.0":
1721
- version "4.11.0"
1722
- resolved "https://registry.npmjs.org/@oclif/core/-/core-4.11.0.tgz"
1723
- integrity sha512-nTkRMgxFlIKQIIYGvhO2JMsLSQ1aHPHblHfFgxgoBrGK8Ao/8wxc4eNOIv/+t8dMXliZd7mREVr6la4aXXXg5A==
1720
+ "@oclif/core@^4", "@oclif/core@^4.10.2", "@oclif/core@^4.11.1", "@oclif/core@>= 3.0.0":
1721
+ version "4.11.1"
1722
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-4.11.1.tgz"
1723
+ integrity sha512-+N5yqeoOKPnT0p+ZJiNutMILsZukZrEpsVup24XERla594EkGSWS9tiCqRfvzr1xfvf/AhM9pb0yPaf8L3Y9Uw==
1724
1724
  dependencies:
1725
1725
  ansi-escapes "^4.3.2"
1726
1726
  ansis "^3.17.0"
@@ -1765,10 +1765,10 @@
1765
1765
  wordwrap "^1.0.0"
1766
1766
  wrap-ansi "^7.0.0"
1767
1767
 
1768
- "@oclif/plugin-command-snapshot@^5.3.16":
1769
- version "5.3.16"
1770
- resolved "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.16.tgz"
1771
- integrity sha512-pwTKWQRDrK9eOz1VVUTKm9q3tKf9Kihunu3R53LfcPXPpEhIJ6N+2zmCYqeuifrvjBqLT1VhAKpVgTfHXxURHg==
1768
+ "@oclif/plugin-command-snapshot@^5.3.17":
1769
+ version "5.3.17"
1770
+ resolved "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.17.tgz"
1771
+ integrity sha512-lzjs9x6rxXo+EBFSvL96NytY1uXzPbmRn22GNYbtYhY1oSRmOedihcYboQwVPP+V2d6BfPdbxxWzz3Rc6hoHGg==
1772
1772
  dependencies:
1773
1773
  "@oclif/core" "^4"
1774
1774
  ansis "^3.17.0"
@@ -1780,10 +1780,10 @@
1780
1780
  semver "^7.7.4"
1781
1781
  ts-json-schema-generator "^1.5.1"
1782
1782
 
1783
- "@oclif/plugin-help@^6.2.38", "@oclif/plugin-help@^6.2.45":
1784
- version "6.2.45"
1785
- resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.45.tgz"
1786
- integrity sha512-avWOKYmjANtyu8ipju/kopIIrSrbS/scJjiZTpBp/HKEHNm46v5riOo5LQj6MZ4bYJVQEoyHPg/2Seig5Ilkjw==
1783
+ "@oclif/plugin-help@^6.2.38", "@oclif/plugin-help@^6.2.46":
1784
+ version "6.2.46"
1785
+ resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.46.tgz"
1786
+ integrity sha512-KmuMFt/fURCVxor0rrRjEqs2nLN0Y3ixcixo/M5VjKcN920gbuw5T+AF23FBeyUDuW/Dg79YPcTWy/Rtz0Dg/A==
1787
1787
  dependencies:
1788
1788
  "@oclif/core" "^4"
1789
1789
 
@@ -4850,10 +4850,10 @@ fs-extra@^10.0.0:
4850
4850
  jsonfile "^6.0.1"
4851
4851
  universalify "^2.0.0"
4852
4852
 
4853
- fs-extra@^11.0.0, fs-extra@^11.3.4:
4854
- version "11.3.4"
4855
- resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.4.tgz"
4856
- integrity sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==
4853
+ fs-extra@^11.0.0, fs-extra@^11.3.4, fs-extra@^11.3.5:
4854
+ version "11.3.5"
4855
+ resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.5.tgz"
4856
+ integrity sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==
4857
4857
  dependencies:
4858
4858
  graceful-fs "^4.2.0"
4859
4859
  jsonfile "^6.0.1"
@@ -6300,10 +6300,10 @@ marked@^13.0.0:
6300
6300
  resolved "https://registry.npmjs.org/marked/-/marked-13.0.3.tgz"
6301
6301
  integrity sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==
6302
6302
 
6303
- marked@^18.0.2, "marked@>=1 <16":
6304
- version "18.0.2"
6305
- resolved "https://registry.npmjs.org/marked/-/marked-18.0.2.tgz"
6306
- integrity sha512-NsmlUYBS/Zg57rgDWMYdnre6OTj4e+qq/JS2ot3KrYLSoHLw+sDu0Nm1ZGpRgYAq6c+b1ekaY5NzVchMCQnzcg==
6303
+ marked@^18.0.3, "marked@>=1 <16":
6304
+ version "18.0.3"
6305
+ resolved "https://registry.npmjs.org/marked/-/marked-18.0.3.tgz"
6306
+ integrity sha512-7VT90JOkDeaRWpfjOReRGPEKn0ecdARBkDGL+tT1wZY0efPPqkUxLUSmzy/C7TIylQYJC9STISEsCHrqb/7VIA==
6307
6307
 
6308
6308
  math-intrinsics@^1.1.0:
6309
6309
  version "1.1.0"
@@ -23,5 +23,5 @@
23
23
  ]
24
24
  }
25
25
  },
26
- "version": "1.5.161"
26
+ "version": "1.5.162"
27
27
  }
package/package.json CHANGED
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "name": "oclif-plugin-update-notifier",
3
3
  "description": "update-notifier for oclif plugins",
4
- "version": "1.5.161",
4
+ "version": "1.5.162",
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.30",
10
- "@oclif/core": "^4.11.0",
9
+ "@jayree/changelog": "^1.2.31",
10
+ "@oclif/core": "^4.11.1",
11
11
  "@salesforce/kit": "^3.2.6",
12
12
  "boxen": "^8.0.1",
13
13
  "chalk": "^5.6.2",
14
14
  "debug": "^4.4.3",
15
- "fs-extra": "^11.3.4",
15
+ "fs-extra": "^11.3.5",
16
16
  "got": "^14.6.6",
17
17
  "package-json": "^10.0.1",
18
18
  "semver": "^7.7.4",
19
19
  "tslib": "^2.8.1"
20
20
  },
21
21
  "devDependencies": {
22
- "@oclif/plugin-command-snapshot": "^5.3.16",
23
- "@oclif/plugin-help": "^6.2.45",
22
+ "@oclif/plugin-command-snapshot": "^5.3.17",
23
+ "@oclif/plugin-help": "^6.2.46",
24
24
  "@oclif/test": "^4.1.18",
25
25
  "@salesforce/dev-scripts": "^11.0.4",
26
26
  "@types/boxen": "^3.0.5",