sfdx-plugin-update-notifier 1.2.160 → 1.2.161

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.2.161](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.160...v1.2.161) (2026-04-03)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @oclif/core from 4.10.3 to 4.10.4 ([#1169](https://github.com/jayree/sfdx-plugin-update-notifier/issues/1169)) ([e9c638f](https://github.com/jayree/sfdx-plugin-update-notifier/commit/e9c638faa277a712a7056afa1eb8f412beff46a1))
7
+ * **deps:** bump oclif-plugin-update-notifier from 1.5.157 to 1.5.158 ([#1171](https://github.com/jayree/sfdx-plugin-update-notifier/issues/1171)) ([16f1e61](https://github.com/jayree/sfdx-plugin-update-notifier/commit/16f1e6100225541d106183a6feba74c2ef3c29a1))
8
+
1
9
  ## [1.2.160](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.159...v1.2.160) (2026-03-27)
2
10
 
3
11
 
package/README.md CHANGED
@@ -21,7 +21,7 @@ $ npm install -g sfdx-plugin-update-notifier
21
21
  $ sfdx COMMAND
22
22
  running command...
23
23
  $ sfdx (--version)
24
- sfdx-plugin-update-notifier/1.2.160 linux-x64 node-v24.14.0
24
+ sfdx-plugin-update-notifier/1.2.161 linux-x64 node-v24.14.1
25
25
  $ sfdx --help [COMMAND]
26
26
  USAGE
27
27
  $ sfdx COMMAND
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "sfdx-plugin-update-notifier",
3
- "version": "1.2.160",
3
+ "version": "1.2.161",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sfdx-plugin-update-notifier",
9
- "version": "1.2.160",
9
+ "version": "1.2.161",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.27",
13
- "@oclif/core": "^4.10.3",
13
+ "@oclif/core": "^4.10.4",
14
14
  "@salesforce/kit": "^3.2.4",
15
15
  "debug": "^4.4.0",
16
- "oclif-plugin-update-notifier": "^1.5.157",
16
+ "oclif-plugin-update-notifier": "^1.5.158",
17
17
  "tslib": "^2.8.1"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@oclif/plugin-command-snapshot": "^5.3.13",
21
- "@oclif/plugin-help": "^6.2.40",
21
+ "@oclif/plugin-help": "^6.2.41",
22
22
  "@oclif/test": "^4.1.17",
23
23
  "@salesforce/dev-scripts": "^11.0.4",
24
24
  "@types/debug": "^4.1.13",
@@ -4563,14 +4563,14 @@
4563
4563
  }
4564
4564
  },
4565
4565
  "node_modules/@jayree/changelog": {
4566
- "version": "1.2.27",
4567
- "resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.27.tgz",
4568
- "integrity": "sha512-zVZ7P64LcpgeWLWBuBcVJSvhzzDODC8E2kJgGNRzbj/bJBVfP8DSeh236fEYmXoU93UqiqZHNoHa/J04k84N6Q==",
4566
+ "version": "1.2.28",
4567
+ "resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.28.tgz",
4568
+ "integrity": "sha512-hFXsa/hrwMVoFJ0S2Tp/17T0GYpe4QPYl8Zxe4J/8F6X74otVwDlGemFkw2TBtFa51ntlUtHXf8ymRNkkuiVZg==",
4569
4569
  "license": "BSD-3-Clause",
4570
4570
  "dependencies": {
4571
4571
  "debug": "^4.4.1",
4572
4572
  "fs-extra": "^11.3.4",
4573
- "marked": "^17.0.4",
4573
+ "marked": "^17.0.5",
4574
4574
  "marked-terminal": "^7.3.0",
4575
4575
  "semver": "^7.7.4",
4576
4576
  "semver-compare": "^1.0.0"
@@ -4835,9 +4835,9 @@
4835
4835
  }
4836
4836
  },
4837
4837
  "node_modules/@oclif/core": {
4838
- "version": "4.10.3",
4839
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.3.tgz",
4840
- "integrity": "sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA==",
4838
+ "version": "4.10.4",
4839
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.4.tgz",
4840
+ "integrity": "sha512-4aMd2BAhmGWjiASzJVmEAaPTZStxW0+VdylON5m+LwbxlG2HD7aTHZ7gWqeHBm/rXH5mi1WLb5LlQTCL+VdELQ==",
4841
4841
  "license": "MIT",
4842
4842
  "dependencies": {
4843
4843
  "ansi-escapes": "^4.3.2",
@@ -5070,9 +5070,9 @@
5070
5070
  }
5071
5071
  },
5072
5072
  "node_modules/@oclif/plugin-help": {
5073
- "version": "6.2.40",
5074
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.40.tgz",
5075
- "integrity": "sha512-sU/PMrz1LnnnNk4T3qvZU8dTUiSc0MZaL7woh2wfuNSXbCnxicJzx4kX1sYeY6eF0NmqFiYlpNEQJykBG0g1sA==",
5073
+ "version": "6.2.41",
5074
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.41.tgz",
5075
+ "integrity": "sha512-oHqpm9a8NnLY9J5yIA+znchB2QCBqDUu5n7XINdZwfbhO6WOUZ2ANww6QN7crhvAKgpN5HK/ELN8Hy96kgLUuA==",
5076
5076
  "dev": true,
5077
5077
  "license": "MIT",
5078
5078
  "dependencies": {
@@ -12700,9 +12700,9 @@
12700
12700
  }
12701
12701
  },
12702
12702
  "node_modules/marked": {
12703
- "version": "17.0.4",
12704
- "resolved": "https://registry.npmjs.org/marked/-/marked-17.0.4.tgz",
12705
- "integrity": "sha512-NOmVMM+KAokHMvjWmC5N/ZOvgmSWuqJB8FoYI019j4ogb/PeRMKoKIjReZ2w3376kkA8dSJIP8uD993Kxc0iRQ==",
12703
+ "version": "17.0.5",
12704
+ "resolved": "https://registry.npmjs.org/marked/-/marked-17.0.5.tgz",
12705
+ "integrity": "sha512-6hLvc0/JEbRjRgzI6wnT2P1XuM1/RrrDEX0kPt0N7jGm1133g6X7DlxFasUIx+72aKAr904GTxhSLDrd5DIlZg==",
12706
12706
  "license": "MIT",
12707
12707
  "bin": {
12708
12708
  "marked": "bin/marked.js"
@@ -13612,12 +13612,12 @@
13612
13612
  }
13613
13613
  },
13614
13614
  "node_modules/oclif-plugin-update-notifier": {
13615
- "version": "1.5.157",
13616
- "resolved": "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.157.tgz",
13617
- "integrity": "sha512-7PAfrnDdwg8vuV03y17EcLLHFvKLRJJhgduQj35Ot4KbC1235h0t2bsVeW2ONdmiafCHIyruL5cxzi/eARagZg==",
13615
+ "version": "1.5.158",
13616
+ "resolved": "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.158.tgz",
13617
+ "integrity": "sha512-RdSgkY3Qcl+ZPul68g/uwVcI9D41h2cgt0qlvWPKn+H7qwq6WaK4w/bHs+gNrDuEmw0Vy8wsp7K57hMRNjW+CA==",
13618
13618
  "license": "Apache-2.0",
13619
13619
  "dependencies": {
13620
- "@jayree/changelog": "^1.2.27",
13620
+ "@jayree/changelog": "^1.2.28",
13621
13621
  "@oclif/core": "^4.10.3",
13622
13622
  "@salesforce/kit": "^3.2.6",
13623
13623
  "boxen": "^8.0.1",
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.27":
1584
- version "1.2.27"
1585
- resolved "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.27.tgz"
1586
- integrity sha512-zVZ7P64LcpgeWLWBuBcVJSvhzzDODC8E2kJgGNRzbj/bJBVfP8DSeh236fEYmXoU93UqiqZHNoHa/J04k84N6Q==
1583
+ "@jayree/changelog@^1.2.27", "@jayree/changelog@^1.2.28":
1584
+ version "1.2.28"
1585
+ resolved "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.28.tgz"
1586
+ integrity sha512-hFXsa/hrwMVoFJ0S2Tp/17T0GYpe4QPYl8Zxe4J/8F6X74otVwDlGemFkw2TBtFa51ntlUtHXf8ymRNkkuiVZg==
1587
1587
  dependencies:
1588
1588
  debug "^4.4.1"
1589
1589
  fs-extra "^11.3.4"
1590
- marked "^17.0.4"
1590
+ marked "^17.0.5"
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.10.3", "@oclif/core@>= 3.0.0":
1721
- version "4.10.3"
1722
- resolved "https://registry.npmjs.org/@oclif/core/-/core-4.10.3.tgz"
1723
- integrity sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA==
1720
+ "@oclif/core@^4", "@oclif/core@^4.10.2", "@oclif/core@^4.10.3", "@oclif/core@^4.10.4", "@oclif/core@>= 3.0.0":
1721
+ version "4.10.4"
1722
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-4.10.4.tgz"
1723
+ integrity sha512-4aMd2BAhmGWjiASzJVmEAaPTZStxW0+VdylON5m+LwbxlG2HD7aTHZ7gWqeHBm/rXH5mi1WLb5LlQTCL+VdELQ==
1724
1724
  dependencies:
1725
1725
  ansi-escapes "^4.3.2"
1726
1726
  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.40":
1784
- version "6.2.40"
1785
- resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.40.tgz"
1786
- integrity sha512-sU/PMrz1LnnnNk4T3qvZU8dTUiSc0MZaL7woh2wfuNSXbCnxicJzx4kX1sYeY6eF0NmqFiYlpNEQJykBG0g1sA==
1783
+ "@oclif/plugin-help@^6.2.38", "@oclif/plugin-help@^6.2.41":
1784
+ version "6.2.41"
1785
+ resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.41.tgz"
1786
+ integrity sha512-oHqpm9a8NnLY9J5yIA+znchB2QCBqDUu5n7XINdZwfbhO6WOUZ2ANww6QN7crhvAKgpN5HK/ELN8Hy96kgLUuA==
1787
1787
  dependencies:
1788
1788
  "@oclif/core" "^4"
1789
1789
 
@@ -6303,10 +6303,10 @@ marked@^13.0.0:
6303
6303
  resolved "https://registry.npmjs.org/marked/-/marked-13.0.2.tgz"
6304
6304
  integrity sha512-J6CPjP8pS5sgrRqxVRvkCIkZ6MFdRIjDkwUwgJ9nL2fbmM6qGQeB2C16hi8Cc9BOzj6xXzy0jyi0iPIfnMHYzA==
6305
6305
 
6306
- marked@^17.0.4, "marked@>=1 <16":
6307
- version "17.0.4"
6308
- resolved "https://registry.npmjs.org/marked/-/marked-17.0.4.tgz"
6309
- integrity sha512-NOmVMM+KAokHMvjWmC5N/ZOvgmSWuqJB8FoYI019j4ogb/PeRMKoKIjReZ2w3376kkA8dSJIP8uD993Kxc0iRQ==
6306
+ marked@^17.0.5, "marked@>=1 <16":
6307
+ version "17.0.5"
6308
+ resolved "https://registry.npmjs.org/marked/-/marked-17.0.5.tgz"
6309
+ integrity sha512-6hLvc0/JEbRjRgzI6wnT2P1XuM1/RrrDEX0kPt0N7jGm1133g6X7DlxFasUIx+72aKAr904GTxhSLDrd5DIlZg==
6310
6310
 
6311
6311
  math-intrinsics@^1.1.0:
6312
6312
  version "1.1.0"
@@ -6759,12 +6759,12 @@ object.values@^1.1.7:
6759
6759
  define-properties "^1.2.0"
6760
6760
  es-abstract "^1.22.1"
6761
6761
 
6762
- oclif-plugin-update-notifier@^1.5.157:
6763
- version "1.5.157"
6764
- resolved "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.157.tgz"
6765
- integrity sha512-7PAfrnDdwg8vuV03y17EcLLHFvKLRJJhgduQj35Ot4KbC1235h0t2bsVeW2ONdmiafCHIyruL5cxzi/eARagZg==
6762
+ oclif-plugin-update-notifier@^1.5.158:
6763
+ version "1.5.158"
6764
+ resolved "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.158.tgz"
6765
+ integrity sha512-RdSgkY3Qcl+ZPul68g/uwVcI9D41h2cgt0qlvWPKn+H7qwq6WaK4w/bHs+gNrDuEmw0Vy8wsp7K57hMRNjW+CA==
6766
6766
  dependencies:
6767
- "@jayree/changelog" "^1.2.27"
6767
+ "@jayree/changelog" "^1.2.28"
6768
6768
  "@oclif/core" "^4.10.3"
6769
6769
  "@salesforce/kit" "^3.2.6"
6770
6770
  boxen "^8.0.1"
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "commands": {},
3
- "version": "1.2.160"
3
+ "version": "1.2.161"
4
4
  }
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "sfdx-plugin-update-notifier",
3
3
  "description": "update-notifier for sfdx plugins",
4
- "version": "1.2.160",
4
+ "version": "1.2.161",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-update-notifier/issues",
8
8
  "dependencies": {
9
9
  "@jayree/changelog": "^1.2.27",
10
- "@oclif/core": "^4.10.3",
10
+ "@oclif/core": "^4.10.4",
11
11
  "@salesforce/kit": "^3.2.4",
12
12
  "debug": "^4.4.0",
13
- "oclif-plugin-update-notifier": "^1.5.157",
13
+ "oclif-plugin-update-notifier": "^1.5.158",
14
14
  "tslib": "^2.8.1"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@oclif/plugin-command-snapshot": "^5.3.13",
18
- "@oclif/plugin-help": "^6.2.40",
18
+ "@oclif/plugin-help": "^6.2.41",
19
19
  "@oclif/test": "^4.1.17",
20
20
  "@salesforce/dev-scripts": "^11.0.4",
21
21
  "@types/debug": "^4.1.13",