sfdx-plugin-update-notifier 1.2.160 → 1.2.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 +15 -0
- package/README.md +1 -1
- package/npm-shrinkwrap.json +51 -51
- package/oclif.lock +59 -45
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## [1.2.162](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.161...v1.2.162) (2026-04-10)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump oclif-plugin-update-notifier from 1.5.158 to 1.5.159 ([#1177](https://github.com/jayree/sfdx-plugin-update-notifier/issues/1177)) ([fecc439](https://github.com/jayree/sfdx-plugin-update-notifier/commit/fecc439baa4e9a21d34f001fc71886cac6648803))
|
|
7
|
+
|
|
8
|
+
## [1.2.161](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.160...v1.2.161) (2026-04-03)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **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))
|
|
14
|
+
* **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))
|
|
15
|
+
|
|
1
16
|
## [1.2.160](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.159...v1.2.160) (2026-03-27)
|
|
2
17
|
|
|
3
18
|
|
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.
|
|
24
|
+
sfdx-plugin-update-notifier/1.2.162 linux-x64 node-v24.14.1
|
|
25
25
|
$ sfdx --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ sfdx COMMAND
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-plugin-update-notifier",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.162",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "sfdx-plugin-update-notifier",
|
|
9
|
-
"version": "1.2.
|
|
9
|
+
"version": "1.2.162",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.27",
|
|
13
|
-
"@oclif/core": "^4.10.
|
|
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.
|
|
16
|
+
"oclif-plugin-update-notifier": "^1.5.159",
|
|
17
17
|
"tslib": "^2.8.1"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
21
|
-
"@oclif/plugin-help": "^6.2.
|
|
22
|
-
"@oclif/test": "^4.1.
|
|
20
|
+
"@oclif/plugin-command-snapshot": "^5.3.15",
|
|
21
|
+
"@oclif/plugin-help": "^6.2.43",
|
|
22
|
+
"@oclif/test": "^4.1.18",
|
|
23
23
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
24
24
|
"@types/debug": "^4.1.13",
|
|
25
25
|
"@types/fs-extra": "^11.0.4",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"eslint-plugin-prettier": "^5.5.5",
|
|
30
30
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
31
31
|
"is-ci": "^4.1.0",
|
|
32
|
-
"oclif": "^4.
|
|
32
|
+
"oclif": "^4.23.0",
|
|
33
33
|
"patch-package": "^8.0.1",
|
|
34
34
|
"pinst": "^3.0.0",
|
|
35
|
-
"prettier": "^3.8.
|
|
35
|
+
"prettier": "^3.8.2",
|
|
36
36
|
"pretty-quick": "^4.2.2",
|
|
37
37
|
"ts-node": "^10.9.2",
|
|
38
38
|
"typescript": "^5.9.3"
|
|
@@ -4563,14 +4563,14 @@
|
|
|
4563
4563
|
}
|
|
4564
4564
|
},
|
|
4565
4565
|
"node_modules/@jayree/changelog": {
|
|
4566
|
-
"version": "1.2.
|
|
4567
|
-
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.
|
|
4568
|
-
"integrity": "sha512-
|
|
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.
|
|
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.
|
|
4839
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.
|
|
4840
|
-
"integrity": "sha512-
|
|
4838
|
+
"version": "4.10.5",
|
|
4839
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.5.tgz",
|
|
4840
|
+
"integrity": "sha512-qcdCF7NrdWPfme6Kr34wwljRCXbCVpL1WVxiNy0Ep6vbWKjxAjFQwuhqkoyL0yjI+KdwtLcOCGn5z2yzdijc8w==",
|
|
4841
4841
|
"license": "MIT",
|
|
4842
4842
|
"dependencies": {
|
|
4843
4843
|
"ansi-escapes": "^4.3.2",
|
|
@@ -4850,7 +4850,7 @@
|
|
|
4850
4850
|
"indent-string": "^4.0.0",
|
|
4851
4851
|
"is-wsl": "^2.2.0",
|
|
4852
4852
|
"lilconfig": "^3.1.3",
|
|
4853
|
-
"minimatch": "^10.2.
|
|
4853
|
+
"minimatch": "^10.2.5",
|
|
4854
4854
|
"semver": "^7.7.3",
|
|
4855
4855
|
"string-width": "^4.2.3",
|
|
4856
4856
|
"supports-color": "^8",
|
|
@@ -4873,9 +4873,9 @@
|
|
|
4873
4873
|
}
|
|
4874
4874
|
},
|
|
4875
4875
|
"node_modules/@oclif/core/node_modules/brace-expansion": {
|
|
4876
|
-
"version": "5.0.
|
|
4877
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
4878
|
-
"integrity": "sha512-
|
|
4876
|
+
"version": "5.0.5",
|
|
4877
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
4878
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
4879
4879
|
"license": "MIT",
|
|
4880
4880
|
"dependencies": {
|
|
4881
4881
|
"balanced-match": "^4.0.2"
|
|
@@ -4885,12 +4885,12 @@
|
|
|
4885
4885
|
}
|
|
4886
4886
|
},
|
|
4887
4887
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
4888
|
-
"version": "10.2.
|
|
4889
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
4890
|
-
"integrity": "sha512-
|
|
4888
|
+
"version": "10.2.5",
|
|
4889
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
4890
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
4891
4891
|
"license": "BlueOak-1.0.0",
|
|
4892
4892
|
"dependencies": {
|
|
4893
|
-
"brace-expansion": "^5.0.
|
|
4893
|
+
"brace-expansion": "^5.0.5"
|
|
4894
4894
|
},
|
|
4895
4895
|
"engines": {
|
|
4896
4896
|
"node": "18 || 20 || >=22"
|
|
@@ -4932,9 +4932,9 @@
|
|
|
4932
4932
|
}
|
|
4933
4933
|
},
|
|
4934
4934
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
4935
|
-
"version": "5.3.
|
|
4936
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
4937
|
-
"integrity": "sha512-
|
|
4935
|
+
"version": "5.3.15",
|
|
4936
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.15.tgz",
|
|
4937
|
+
"integrity": "sha512-J9mNzaKG1wtOy5Yp9Orz25zwVC/eTtveDTS2P1kFdNSGv7y1NKPpUL7ZKynf4bDGm2aJloXvdlLur7rQtixLzg==",
|
|
4938
4938
|
"dev": true,
|
|
4939
4939
|
"license": "MIT",
|
|
4940
4940
|
"dependencies": {
|
|
@@ -5070,9 +5070,9 @@
|
|
|
5070
5070
|
}
|
|
5071
5071
|
},
|
|
5072
5072
|
"node_modules/@oclif/plugin-help": {
|
|
5073
|
-
"version": "6.2.
|
|
5074
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
5075
|
-
"integrity": "sha512-
|
|
5073
|
+
"version": "6.2.43",
|
|
5074
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.43.tgz",
|
|
5075
|
+
"integrity": "sha512-aef92VxQECLFDjI4CpgCL+jDuAsc3jzq5gBTLwNzj60mmrh8eDd7B0ABIgWXphb6gdARSRil+/FPtcdiSSupRA==",
|
|
5076
5076
|
"dev": true,
|
|
5077
5077
|
"license": "MIT",
|
|
5078
5078
|
"dependencies": {
|
|
@@ -5145,9 +5145,9 @@
|
|
|
5145
5145
|
}
|
|
5146
5146
|
},
|
|
5147
5147
|
"node_modules/@oclif/test": {
|
|
5148
|
-
"version": "4.1.
|
|
5149
|
-
"resolved": "https://registry.npmjs.org/@oclif/test/-/test-4.1.
|
|
5150
|
-
"integrity": "sha512-
|
|
5148
|
+
"version": "4.1.18",
|
|
5149
|
+
"resolved": "https://registry.npmjs.org/@oclif/test/-/test-4.1.18.tgz",
|
|
5150
|
+
"integrity": "sha512-SIy/8x8OHKh5Z32aS8jpzTDc+FC9531mMyypoH5HiZ0vXNjKJ9+SpbW4nYK2c/X44WcPdmjIImStZ/Wgc2zZnQ==",
|
|
5151
5151
|
"dev": true,
|
|
5152
5152
|
"license": "MIT",
|
|
5153
5153
|
"dependencies": {
|
|
@@ -12423,9 +12423,9 @@
|
|
|
12423
12423
|
}
|
|
12424
12424
|
},
|
|
12425
12425
|
"node_modules/lodash": {
|
|
12426
|
-
"version": "4.
|
|
12427
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.
|
|
12428
|
-
"integrity": "sha512-
|
|
12426
|
+
"version": "4.18.1",
|
|
12427
|
+
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
|
|
12428
|
+
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
|
|
12429
12429
|
"dev": true,
|
|
12430
12430
|
"license": "MIT"
|
|
12431
12431
|
},
|
|
@@ -12700,9 +12700,9 @@
|
|
|
12700
12700
|
}
|
|
12701
12701
|
},
|
|
12702
12702
|
"node_modules/marked": {
|
|
12703
|
-
"version": "17.0.
|
|
12704
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-17.0.
|
|
12705
|
-
"integrity": "sha512-
|
|
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"
|
|
@@ -13573,9 +13573,9 @@
|
|
|
13573
13573
|
}
|
|
13574
13574
|
},
|
|
13575
13575
|
"node_modules/oclif": {
|
|
13576
|
-
"version": "4.
|
|
13577
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
13578
|
-
"integrity": "sha512-
|
|
13576
|
+
"version": "4.23.0",
|
|
13577
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.0.tgz",
|
|
13578
|
+
"integrity": "sha512-0Rz8YsJx6NQORMgyDeDr6i0OlJa6h4oLXBht9iRZhn/YI/by/ONKgcJIPXyTgeLK21JmhbFqJn6Y1AME0EH1Dw==",
|
|
13579
13579
|
"dev": true,
|
|
13580
13580
|
"license": "MIT",
|
|
13581
13581
|
"dependencies": {
|
|
@@ -13597,7 +13597,7 @@
|
|
|
13597
13597
|
"fs-extra": "^8.1",
|
|
13598
13598
|
"github-slugger": "^2",
|
|
13599
13599
|
"got": "^13",
|
|
13600
|
-
"lodash": "^4.
|
|
13600
|
+
"lodash": "^4.18.1",
|
|
13601
13601
|
"normalize-package-data": "^6",
|
|
13602
13602
|
"semver": "^7.7.4",
|
|
13603
13603
|
"sort-package-json": "^2.15.1",
|
|
@@ -13612,13 +13612,13 @@
|
|
|
13612
13612
|
}
|
|
13613
13613
|
},
|
|
13614
13614
|
"node_modules/oclif-plugin-update-notifier": {
|
|
13615
|
-
"version": "1.5.
|
|
13616
|
-
"resolved": "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.
|
|
13617
|
-
"integrity": "sha512-
|
|
13615
|
+
"version": "1.5.159",
|
|
13616
|
+
"resolved": "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.159.tgz",
|
|
13617
|
+
"integrity": "sha512-W66QfOKD9A8VdXeKa5Jauc9sIJONJ0Y+xJFLAhVu3ALQK8D8DebrWa1t/UhGIosbdPh3HT+tiu5E+JsHv2qZVQ==",
|
|
13618
13618
|
"license": "Apache-2.0",
|
|
13619
13619
|
"dependencies": {
|
|
13620
|
-
"@jayree/changelog": "^1.2.
|
|
13621
|
-
"@oclif/core": "^4.10.
|
|
13620
|
+
"@jayree/changelog": "^1.2.28",
|
|
13621
|
+
"@oclif/core": "^4.10.5",
|
|
13622
13622
|
"@salesforce/kit": "^3.2.6",
|
|
13623
13623
|
"boxen": "^8.0.1",
|
|
13624
13624
|
"chalk": "^5.6.2",
|
|
@@ -14725,9 +14725,9 @@
|
|
|
14725
14725
|
}
|
|
14726
14726
|
},
|
|
14727
14727
|
"node_modules/prettier": {
|
|
14728
|
-
"version": "3.8.
|
|
14729
|
-
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.
|
|
14730
|
-
"integrity": "sha512-
|
|
14728
|
+
"version": "3.8.2",
|
|
14729
|
+
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.2.tgz",
|
|
14730
|
+
"integrity": "sha512-8c3mgTe0ASwWAJK+78dpviD+A8EqhndQPUBpNUIPt6+xWlIigCwfN01lWr9MAede4uqXGTEKeQWTvzb3vjia0Q==",
|
|
14731
14731
|
"dev": true,
|
|
14732
14732
|
"license": "MIT",
|
|
14733
14733
|
"bin": {
|
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.
|
|
1585
|
-
resolved "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.
|
|
1586
|
-
integrity sha512-
|
|
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.
|
|
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.
|
|
1721
|
-
version "4.10.
|
|
1722
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.10.
|
|
1723
|
-
integrity sha512-
|
|
1720
|
+
"@oclif/core@^4", "@oclif/core@^4.10.2", "@oclif/core@^4.10.4", "@oclif/core@^4.10.5", "@oclif/core@>= 3.0.0":
|
|
1721
|
+
version "4.10.5"
|
|
1722
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.10.5.tgz"
|
|
1723
|
+
integrity sha512-qcdCF7NrdWPfme6Kr34wwljRCXbCVpL1WVxiNy0Ep6vbWKjxAjFQwuhqkoyL0yjI+KdwtLcOCGn5z2yzdijc8w==
|
|
1724
1724
|
dependencies:
|
|
1725
1725
|
ansi-escapes "^4.3.2"
|
|
1726
1726
|
ansis "^3.17.0"
|
|
@@ -1732,7 +1732,7 @@
|
|
|
1732
1732
|
indent-string "^4.0.0"
|
|
1733
1733
|
is-wsl "^2.2.0"
|
|
1734
1734
|
lilconfig "^3.1.3"
|
|
1735
|
-
minimatch "^10.2.
|
|
1735
|
+
minimatch "^10.2.5"
|
|
1736
1736
|
semver "^7.7.3"
|
|
1737
1737
|
string-width "^4.2.3"
|
|
1738
1738
|
supports-color "^8"
|
|
@@ -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.
|
|
1769
|
-
version "5.3.
|
|
1770
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
1771
|
-
integrity sha512-
|
|
1768
|
+
"@oclif/plugin-command-snapshot@^5.3.15":
|
|
1769
|
+
version "5.3.15"
|
|
1770
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.15.tgz"
|
|
1771
|
+
integrity sha512-J9mNzaKG1wtOy5Yp9Orz25zwVC/eTtveDTS2P1kFdNSGv7y1NKPpUL7ZKynf4bDGm2aJloXvdlLur7rQtixLzg==
|
|
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.
|
|
1784
|
-
version "6.2.
|
|
1785
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
1786
|
-
integrity sha512-
|
|
1783
|
+
"@oclif/plugin-help@^6.2.38", "@oclif/plugin-help@^6.2.43":
|
|
1784
|
+
version "6.2.43"
|
|
1785
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.43.tgz"
|
|
1786
|
+
integrity sha512-aef92VxQECLFDjI4CpgCL+jDuAsc3jzq5gBTLwNzj60mmrh8eDd7B0ABIgWXphb6gdARSRil+/FPtcdiSSupRA==
|
|
1787
1787
|
dependencies:
|
|
1788
1788
|
"@oclif/core" "^4"
|
|
1789
1789
|
|
|
@@ -1809,10 +1809,10 @@
|
|
|
1809
1809
|
lodash "^4.17.23"
|
|
1810
1810
|
registry-auth-token "^5.1.1"
|
|
1811
1811
|
|
|
1812
|
-
"@oclif/test@^4.1.
|
|
1813
|
-
version "4.1.
|
|
1814
|
-
resolved "https://registry.npmjs.org/@oclif/test/-/test-4.1.
|
|
1815
|
-
integrity sha512-
|
|
1812
|
+
"@oclif/test@^4.1.18":
|
|
1813
|
+
version "4.1.18"
|
|
1814
|
+
resolved "https://registry.npmjs.org/@oclif/test/-/test-4.1.18.tgz"
|
|
1815
|
+
integrity sha512-SIy/8x8OHKh5Z32aS8jpzTDc+FC9531mMyypoH5HiZ0vXNjKJ9+SpbW4nYK2c/X44WcPdmjIImStZ/Wgc2zZnQ==
|
|
1816
1816
|
dependencies:
|
|
1817
1817
|
ansis "^3.17.0"
|
|
1818
1818
|
debug "^4.4.3"
|
|
@@ -3304,6 +3304,13 @@ brace-expansion@^5.0.2:
|
|
|
3304
3304
|
dependencies:
|
|
3305
3305
|
balanced-match "^4.0.2"
|
|
3306
3306
|
|
|
3307
|
+
brace-expansion@^5.0.5:
|
|
3308
|
+
version "5.0.5"
|
|
3309
|
+
resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz"
|
|
3310
|
+
integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
|
|
3311
|
+
dependencies:
|
|
3312
|
+
balanced-match "^4.0.2"
|
|
3313
|
+
|
|
3307
3314
|
braces@^3.0.2, braces@~3.0.2:
|
|
3308
3315
|
version "3.0.2"
|
|
3309
3316
|
resolved "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz"
|
|
@@ -6178,10 +6185,10 @@ lodash.upperfirst@^4.3.1:
|
|
|
6178
6185
|
resolved "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz"
|
|
6179
6186
|
integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
|
|
6180
6187
|
|
|
6181
|
-
lodash@^4.17.15, lodash@^4.17.23:
|
|
6182
|
-
version "4.
|
|
6183
|
-
resolved "https://registry.npmjs.org/lodash/-/lodash-4.
|
|
6184
|
-
integrity sha512-
|
|
6188
|
+
lodash@^4.17.15, lodash@^4.17.23, lodash@^4.18.1:
|
|
6189
|
+
version "4.18.1"
|
|
6190
|
+
resolved "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz"
|
|
6191
|
+
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
|
|
6185
6192
|
|
|
6186
6193
|
log-symbols@^4.1.0:
|
|
6187
6194
|
version "4.1.0"
|
|
@@ -6303,10 +6310,10 @@ marked@^13.0.0:
|
|
|
6303
6310
|
resolved "https://registry.npmjs.org/marked/-/marked-13.0.2.tgz"
|
|
6304
6311
|
integrity sha512-J6CPjP8pS5sgrRqxVRvkCIkZ6MFdRIjDkwUwgJ9nL2fbmM6qGQeB2C16hi8Cc9BOzj6xXzy0jyi0iPIfnMHYzA==
|
|
6305
6312
|
|
|
6306
|
-
marked@^17.0.
|
|
6307
|
-
version "17.0.
|
|
6308
|
-
resolved "https://registry.npmjs.org/marked/-/marked-17.0.
|
|
6309
|
-
integrity sha512-
|
|
6313
|
+
marked@^17.0.5, "marked@>=1 <16":
|
|
6314
|
+
version "17.0.5"
|
|
6315
|
+
resolved "https://registry.npmjs.org/marked/-/marked-17.0.5.tgz"
|
|
6316
|
+
integrity sha512-6hLvc0/JEbRjRgzI6wnT2P1XuM1/RrrDEX0kPt0N7jGm1133g6X7DlxFasUIx+72aKAr904GTxhSLDrd5DIlZg==
|
|
6310
6317
|
|
|
6311
6318
|
math-intrinsics@^1.1.0:
|
|
6312
6319
|
version "1.1.0"
|
|
@@ -6428,6 +6435,13 @@ minimatch@^10.2.4:
|
|
|
6428
6435
|
dependencies:
|
|
6429
6436
|
brace-expansion "^5.0.2"
|
|
6430
6437
|
|
|
6438
|
+
minimatch@^10.2.5:
|
|
6439
|
+
version "10.2.5"
|
|
6440
|
+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz"
|
|
6441
|
+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
|
|
6442
|
+
dependencies:
|
|
6443
|
+
brace-expansion "^5.0.5"
|
|
6444
|
+
|
|
6431
6445
|
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
|
|
6432
6446
|
version "3.1.2"
|
|
6433
6447
|
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz"
|
|
@@ -6759,13 +6773,13 @@ object.values@^1.1.7:
|
|
|
6759
6773
|
define-properties "^1.2.0"
|
|
6760
6774
|
es-abstract "^1.22.1"
|
|
6761
6775
|
|
|
6762
|
-
oclif-plugin-update-notifier@^1.5.
|
|
6763
|
-
version "1.5.
|
|
6764
|
-
resolved "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.
|
|
6765
|
-
integrity sha512-
|
|
6776
|
+
oclif-plugin-update-notifier@^1.5.159:
|
|
6777
|
+
version "1.5.159"
|
|
6778
|
+
resolved "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.159.tgz"
|
|
6779
|
+
integrity sha512-W66QfOKD9A8VdXeKa5Jauc9sIJONJ0Y+xJFLAhVu3ALQK8D8DebrWa1t/UhGIosbdPh3HT+tiu5E+JsHv2qZVQ==
|
|
6766
6780
|
dependencies:
|
|
6767
|
-
"@jayree/changelog" "^1.2.
|
|
6768
|
-
"@oclif/core" "^4.10.
|
|
6781
|
+
"@jayree/changelog" "^1.2.28"
|
|
6782
|
+
"@oclif/core" "^4.10.5"
|
|
6769
6783
|
"@salesforce/kit" "^3.2.6"
|
|
6770
6784
|
boxen "^8.0.1"
|
|
6771
6785
|
chalk "^5.6.2"
|
|
@@ -6776,10 +6790,10 @@ oclif-plugin-update-notifier@^1.5.157:
|
|
|
6776
6790
|
semver "^7.7.4"
|
|
6777
6791
|
tslib "^2.8.1"
|
|
6778
6792
|
|
|
6779
|
-
oclif@^4.
|
|
6780
|
-
version "4.
|
|
6781
|
-
resolved "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
6782
|
-
integrity sha512-
|
|
6793
|
+
oclif@^4.23.0:
|
|
6794
|
+
version "4.23.0"
|
|
6795
|
+
resolved "https://registry.npmjs.org/oclif/-/oclif-4.23.0.tgz"
|
|
6796
|
+
integrity sha512-0Rz8YsJx6NQORMgyDeDr6i0OlJa6h4oLXBht9iRZhn/YI/by/ONKgcJIPXyTgeLK21JmhbFqJn6Y1AME0EH1Dw==
|
|
6783
6797
|
dependencies:
|
|
6784
6798
|
"@aws-sdk/client-cloudfront" "3.1009.0"
|
|
6785
6799
|
"@aws-sdk/client-s3" "3.1014.0"
|
|
@@ -6799,7 +6813,7 @@ oclif@^4.22.96:
|
|
|
6799
6813
|
fs-extra "^8.1"
|
|
6800
6814
|
github-slugger "^2"
|
|
6801
6815
|
got "^13"
|
|
6802
|
-
lodash "^4.
|
|
6816
|
+
lodash "^4.18.1"
|
|
6803
6817
|
normalize-package-data "^6"
|
|
6804
6818
|
semver "^7.7.4"
|
|
6805
6819
|
sort-package-json "^2.15.1"
|
|
@@ -7185,10 +7199,10 @@ prettier@^2.0.0, prettier@^2.8.8:
|
|
|
7185
7199
|
resolved "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz"
|
|
7186
7200
|
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
|
|
7187
7201
|
|
|
7188
|
-
prettier@^3.0.0, prettier@^3.8.
|
|
7189
|
-
version "3.8.
|
|
7190
|
-
resolved "https://registry.npmjs.org/prettier/-/prettier-3.8.
|
|
7191
|
-
integrity sha512-
|
|
7202
|
+
prettier@^3.0.0, prettier@^3.8.2, prettier@>=3.0.0:
|
|
7203
|
+
version "3.8.2"
|
|
7204
|
+
resolved "https://registry.npmjs.org/prettier/-/prettier-3.8.2.tgz"
|
|
7205
|
+
integrity sha512-8c3mgTe0ASwWAJK+78dpviD+A8EqhndQPUBpNUIPt6+xWlIigCwfN01lWr9MAede4uqXGTEKeQWTvzb3vjia0Q==
|
|
7192
7206
|
|
|
7193
7207
|
pretty-quick@^3.3.1:
|
|
7194
7208
|
version "3.3.1"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-plugin-update-notifier",
|
|
3
3
|
"description": "update-notifier for sfdx plugins",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.162",
|
|
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.
|
|
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.
|
|
13
|
+
"oclif-plugin-update-notifier": "^1.5.159",
|
|
14
14
|
"tslib": "^2.8.1"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
18
|
-
"@oclif/plugin-help": "^6.2.
|
|
19
|
-
"@oclif/test": "^4.1.
|
|
17
|
+
"@oclif/plugin-command-snapshot": "^5.3.15",
|
|
18
|
+
"@oclif/plugin-help": "^6.2.43",
|
|
19
|
+
"@oclif/test": "^4.1.18",
|
|
20
20
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
21
21
|
"@types/debug": "^4.1.13",
|
|
22
22
|
"@types/fs-extra": "^11.0.4",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"eslint-plugin-prettier": "^5.5.5",
|
|
27
27
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
28
28
|
"is-ci": "^4.1.0",
|
|
29
|
-
"oclif": "^4.
|
|
29
|
+
"oclif": "^4.23.0",
|
|
30
30
|
"patch-package": "^8.0.1",
|
|
31
31
|
"pinst": "^3.0.0",
|
|
32
|
-
"prettier": "^3.8.
|
|
32
|
+
"prettier": "^3.8.2",
|
|
33
33
|
"pretty-quick": "^4.2.2",
|
|
34
34
|
"ts-node": "^10.9.2",
|
|
35
35
|
"typescript": "^5.9.3"
|