sfdx-plugin-update-notifier 1.2.145 → 1.2.146

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,10 @@
1
+ ## [1.2.146](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.145...v1.2.146) (2025-11-08)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump oclif-plugin-update-notifier from 1.5.142 to 1.5.143 ([#1097](https://github.com/jayree/sfdx-plugin-update-notifier/issues/1097)) ([23c56ae](https://github.com/jayree/sfdx-plugin-update-notifier/commit/23c56aeb881fb7131a03a7049af115587ff2dd77))
7
+
1
8
  ## [1.2.145](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.144...v1.2.145) (2025-11-07)
2
9
 
3
10
 
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.145 linux-x64 node-v24.11.0
24
+ sfdx-plugin-update-notifier/1.2.146 linux-x64 node-v24.11.0
25
25
  $ sfdx --help [COMMAND]
26
26
  USAGE
27
27
  $ sfdx COMMAND
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "sfdx-plugin-update-notifier",
3
- "version": "1.2.145",
3
+ "version": "1.2.146",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sfdx-plugin-update-notifier",
9
- "version": "1.2.145",
9
+ "version": "1.2.146",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.19",
13
13
  "@oclif/core": "^4.5.6",
14
14
  "@salesforce/kit": "^3.2.4",
15
15
  "debug": "^4.4.0",
16
- "oclif-plugin-update-notifier": "^1.5.142",
16
+ "oclif-plugin-update-notifier": "^1.5.143",
17
17
  "tslib": "^2.8.1"
18
18
  },
19
19
  "devDependencies": {
@@ -6600,6 +6600,18 @@
6600
6600
  "url": "https://github.com/sponsors/sindresorhus"
6601
6601
  }
6602
6602
  },
6603
+ "node_modules/byte-counter": {
6604
+ "version": "0.1.0",
6605
+ "resolved": "https://registry.npmjs.org/byte-counter/-/byte-counter-0.1.0.tgz",
6606
+ "integrity": "sha512-jheRLVMeUKrDBjVw2O5+k4EvR4t9wtxHL+bo/LxfkxsVeuGMy3a5SEGgXdAFA4FSzTrU8rQXQIrsZ3oBq5a0pQ==",
6607
+ "license": "MIT",
6608
+ "engines": {
6609
+ "node": ">=20"
6610
+ },
6611
+ "funding": {
6612
+ "url": "https://github.com/sponsors/sindresorhus"
6613
+ }
6614
+ },
6603
6615
  "node_modules/c8": {
6604
6616
  "version": "10.1.3",
6605
6617
  "resolved": "https://registry.npmjs.org/c8/-/c8-10.1.3.tgz",
@@ -12546,19 +12558,19 @@
12546
12558
  }
12547
12559
  },
12548
12560
  "node_modules/oclif-plugin-update-notifier": {
12549
- "version": "1.5.142",
12550
- "resolved": "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.142.tgz",
12551
- "integrity": "sha512-+pqAHrFoqxINS73iR0v7c3ZR/zagHgrcuSjI9r8SDSeWf+ptJAD9vyLY8W/esiofJEyhkXiMClz3S74eJiA7nQ==",
12561
+ "version": "1.5.143",
12562
+ "resolved": "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.143.tgz",
12563
+ "integrity": "sha512-RUwtmWa5oJrNM5JEE4wjMgrfBhkUZQJWZvGZb88rIVXwn07Na5no6C/h9kUCsXt5Tr5NIgoiuzIzfeRibqvzJg==",
12552
12564
  "license": "Apache-2.0",
12553
12565
  "dependencies": {
12554
- "@jayree/changelog": "^1.2.18",
12566
+ "@jayree/changelog": "^1.2.19",
12555
12567
  "@oclif/core": "^4.8.0",
12556
12568
  "@salesforce/kit": "^3.2.4",
12557
12569
  "boxen": "^8.0.1",
12558
12570
  "chalk": "^5.6.2",
12559
12571
  "debug": "^4.4.3",
12560
12572
  "fs-extra": "^11.3.2",
12561
- "got": "^14.6.1",
12573
+ "got": "^14.6.2",
12562
12574
  "package-json": "^10.0.1",
12563
12575
  "semver": "^7.7.3",
12564
12576
  "tslib": "^2.8.1"
@@ -12650,13 +12662,14 @@
12650
12662
  }
12651
12663
  },
12652
12664
  "node_modules/oclif-plugin-update-notifier/node_modules/got": {
12653
- "version": "14.6.1",
12654
- "resolved": "https://registry.npmjs.org/got/-/got-14.6.1.tgz",
12655
- "integrity": "sha512-56lZOw904LHKr6KdKN0Zbgz9Lw6cpEAAqZcS+0iY4D27caHoLiFT0EGCbrX9ZKYvt+I2lGl3a8eeDNSbmhyjkQ==",
12665
+ "version": "14.6.2",
12666
+ "resolved": "https://registry.npmjs.org/got/-/got-14.6.2.tgz",
12667
+ "integrity": "sha512-bnhvxegqufyxHAmzwCZSscjGLVpw6/NzTXOk2tQVu/b9Q9FeMAgLabYulXEQRwP04UYltnkcZwvBq14fsdqvyw==",
12656
12668
  "license": "MIT",
12657
12669
  "dependencies": {
12658
12670
  "@sindresorhus/is": "^7.0.1",
12659
12671
  "@szmarczak/http-timer": "^5.0.1",
12672
+ "byte-counter": "^0.1.0",
12660
12673
  "cacheable-lookup": "^7.0.0",
12661
12674
  "cacheable-request": "^13.0.12",
12662
12675
  "decompress-response": "^10.0.0",
package/oclif.lock CHANGED
@@ -1636,7 +1636,7 @@
1636
1636
  resolved "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz"
1637
1637
  integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
1638
1638
 
1639
- "@jayree/changelog@^1.2.18", "@jayree/changelog@^1.2.19":
1639
+ "@jayree/changelog@^1.2.19":
1640
1640
  version "1.2.19"
1641
1641
  resolved "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.19.tgz"
1642
1642
  integrity sha512-qxMIzpGT4EelaJUfjSlgPuasAbyPyojVEPI9vg66DSaR/mx9qkWlDTqTToS73sGy+6BRCDf/005n41Kgqb7fkw==
@@ -3306,6 +3306,11 @@ builtin-modules@^3.3.0:
3306
3306
  resolved "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz"
3307
3307
  integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==
3308
3308
 
3309
+ byte-counter@^0.1.0:
3310
+ version "0.1.0"
3311
+ resolved "https://registry.npmjs.org/byte-counter/-/byte-counter-0.1.0.tgz"
3312
+ integrity sha512-jheRLVMeUKrDBjVw2O5+k4EvR4t9wtxHL+bo/LxfkxsVeuGMy3a5SEGgXdAFA4FSzTrU8rQXQIrsZ3oBq5a0pQ==
3313
+
3309
3314
  c8@^10.1.3:
3310
3315
  version "10.1.3"
3311
3316
  resolved "https://registry.npmjs.org/c8/-/c8-10.1.3.tgz"
@@ -5067,13 +5072,14 @@ got@^13:
5067
5072
  p-cancelable "^3.0.0"
5068
5073
  responselike "^3.0.0"
5069
5074
 
5070
- got@^14.6.1:
5071
- version "14.6.1"
5072
- resolved "https://registry.npmjs.org/got/-/got-14.6.1.tgz"
5073
- integrity sha512-56lZOw904LHKr6KdKN0Zbgz9Lw6cpEAAqZcS+0iY4D27caHoLiFT0EGCbrX9ZKYvt+I2lGl3a8eeDNSbmhyjkQ==
5075
+ got@^14.6.2:
5076
+ version "14.6.2"
5077
+ resolved "https://registry.npmjs.org/got/-/got-14.6.2.tgz"
5078
+ integrity sha512-bnhvxegqufyxHAmzwCZSscjGLVpw6/NzTXOk2tQVu/b9Q9FeMAgLabYulXEQRwP04UYltnkcZwvBq14fsdqvyw==
5074
5079
  dependencies:
5075
5080
  "@sindresorhus/is" "^7.0.1"
5076
5081
  "@szmarczak/http-timer" "^5.0.1"
5082
+ byte-counter "^0.1.0"
5077
5083
  cacheable-lookup "^7.0.0"
5078
5084
  cacheable-request "^13.0.12"
5079
5085
  decompress-response "^10.0.0"
@@ -6655,19 +6661,19 @@ object.values@^1.1.7:
6655
6661
  define-properties "^1.2.0"
6656
6662
  es-abstract "^1.22.1"
6657
6663
 
6658
- oclif-plugin-update-notifier@^1.5.142:
6659
- version "1.5.142"
6660
- resolved "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.142.tgz"
6661
- integrity sha512-+pqAHrFoqxINS73iR0v7c3ZR/zagHgrcuSjI9r8SDSeWf+ptJAD9vyLY8W/esiofJEyhkXiMClz3S74eJiA7nQ==
6664
+ oclif-plugin-update-notifier@^1.5.143:
6665
+ version "1.5.143"
6666
+ resolved "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.143.tgz"
6667
+ integrity sha512-RUwtmWa5oJrNM5JEE4wjMgrfBhkUZQJWZvGZb88rIVXwn07Na5no6C/h9kUCsXt5Tr5NIgoiuzIzfeRibqvzJg==
6662
6668
  dependencies:
6663
- "@jayree/changelog" "^1.2.18"
6669
+ "@jayree/changelog" "^1.2.19"
6664
6670
  "@oclif/core" "^4.8.0"
6665
6671
  "@salesforce/kit" "^3.2.4"
6666
6672
  boxen "^8.0.1"
6667
6673
  chalk "^5.6.2"
6668
6674
  debug "^4.4.3"
6669
6675
  fs-extra "^11.3.2"
6670
- got "^14.6.1"
6676
+ got "^14.6.2"
6671
6677
  package-json "^10.0.1"
6672
6678
  semver "^7.7.3"
6673
6679
  tslib "^2.8.1"
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "commands": {},
3
- "version": "1.2.145"
3
+ "version": "1.2.146"
4
4
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sfdx-plugin-update-notifier",
3
3
  "description": "update-notifier for sfdx plugins",
4
- "version": "1.2.145",
4
+ "version": "1.2.146",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-update-notifier/issues",
@@ -10,7 +10,7 @@
10
10
  "@oclif/core": "^4.5.6",
11
11
  "@salesforce/kit": "^3.2.4",
12
12
  "debug": "^4.4.0",
13
- "oclif-plugin-update-notifier": "^1.5.142",
13
+ "oclif-plugin-update-notifier": "^1.5.143",
14
14
  "tslib": "^2.8.1"
15
15
  },
16
16
  "devDependencies": {