oclif-plugin-update-notifier 1.5.158 → 1.5.159
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 +7 -0
- package/README.md +2 -2
- package/npm-shrinkwrap.json +52 -52
- package/oclif.lock +49 -42
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.5.159](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.158...v1.5.159) (2026-04-10)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @oclif/core from 4.10.3 to 4.10.5 ([#1100](https://github.com/jayree/oclif-plugin-update-notifier/issues/1100)) ([6d76701](https://github.com/jayree/oclif-plugin-update-notifier/commit/6d7670161b3f10cdd8766bd0a9eb7a0afb761161))
|
|
7
|
+
|
|
1
8
|
## [1.5.158](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.157...v1.5.158) (2026-04-03)
|
|
2
9
|
|
|
3
10
|
|
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.
|
|
22
|
+
oclif-plugin-update-notifier/1.5.159 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.
|
|
60
|
+
_See code: [src/commands/plugins/update/check.ts](https://github.com/jayree/oclif-plugin-update-notifier/blob/v1.5.159/src/commands/plugins/update/check.ts)_
|
|
61
61
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oclif-plugin-update-notifier",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.159",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "oclif-plugin-update-notifier",
|
|
9
|
-
"version": "1.5.
|
|
9
|
+
"version": "1.5.159",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.28",
|
|
13
|
-
"@oclif/core": "^4.10.
|
|
13
|
+
"@oclif/core": "^4.10.5",
|
|
14
14
|
"@salesforce/kit": "^3.2.6",
|
|
15
15
|
"boxen": "^8.0.1",
|
|
16
16
|
"chalk": "^5.6.2",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"tslib": "^2.8.1"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
26
|
-
"@oclif/plugin-help": "^6.2.
|
|
27
|
-
"@oclif/test": "^4.1.
|
|
25
|
+
"@oclif/plugin-command-snapshot": "^5.3.15",
|
|
26
|
+
"@oclif/plugin-help": "^6.2.43",
|
|
27
|
+
"@oclif/test": "^4.1.18",
|
|
28
28
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
29
29
|
"@types/boxen": "^3.0.5",
|
|
30
30
|
"@types/debug": "^4.1.13",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"eslint-config-salesforce-license": "^1.0.2",
|
|
35
35
|
"eslint-plugin-prettier": "^5.5.5",
|
|
36
36
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
37
|
-
"oclif": "^4.
|
|
37
|
+
"oclif": "^4.23.0",
|
|
38
38
|
"patch-package": "^8.0.1",
|
|
39
39
|
"pinst": "^3.0.0",
|
|
40
|
-
"prettier": "^3.8.
|
|
40
|
+
"prettier": "^3.8.2",
|
|
41
41
|
"pretty-quick": "^4.2.2",
|
|
42
42
|
"ts-node": "^10.9.2",
|
|
43
43
|
"typescript": "^5.9.3"
|
|
@@ -4904,9 +4904,9 @@
|
|
|
4904
4904
|
}
|
|
4905
4905
|
},
|
|
4906
4906
|
"node_modules/@oclif/core": {
|
|
4907
|
-
"version": "4.10.
|
|
4908
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.
|
|
4909
|
-
"integrity": "sha512-
|
|
4907
|
+
"version": "4.10.5",
|
|
4908
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.5.tgz",
|
|
4909
|
+
"integrity": "sha512-qcdCF7NrdWPfme6Kr34wwljRCXbCVpL1WVxiNy0Ep6vbWKjxAjFQwuhqkoyL0yjI+KdwtLcOCGn5z2yzdijc8w==",
|
|
4910
4910
|
"license": "MIT",
|
|
4911
4911
|
"dependencies": {
|
|
4912
4912
|
"ansi-escapes": "^4.3.2",
|
|
@@ -4919,7 +4919,7 @@
|
|
|
4919
4919
|
"indent-string": "^4.0.0",
|
|
4920
4920
|
"is-wsl": "^2.2.0",
|
|
4921
4921
|
"lilconfig": "^3.1.3",
|
|
4922
|
-
"minimatch": "^10.2.
|
|
4922
|
+
"minimatch": "^10.2.5",
|
|
4923
4923
|
"semver": "^7.7.3",
|
|
4924
4924
|
"string-width": "^4.2.3",
|
|
4925
4925
|
"supports-color": "^8",
|
|
@@ -4942,9 +4942,9 @@
|
|
|
4942
4942
|
}
|
|
4943
4943
|
},
|
|
4944
4944
|
"node_modules/@oclif/core/node_modules/brace-expansion": {
|
|
4945
|
-
"version": "5.0.
|
|
4946
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
4947
|
-
"integrity": "sha512-
|
|
4945
|
+
"version": "5.0.5",
|
|
4946
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
4947
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
4948
4948
|
"license": "MIT",
|
|
4949
4949
|
"dependencies": {
|
|
4950
4950
|
"balanced-match": "^4.0.2"
|
|
@@ -4954,12 +4954,12 @@
|
|
|
4954
4954
|
}
|
|
4955
4955
|
},
|
|
4956
4956
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
4957
|
-
"version": "10.2.
|
|
4958
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
4959
|
-
"integrity": "sha512-
|
|
4957
|
+
"version": "10.2.5",
|
|
4958
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
4959
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
4960
4960
|
"license": "BlueOak-1.0.0",
|
|
4961
4961
|
"dependencies": {
|
|
4962
|
-
"brace-expansion": "^5.0.
|
|
4962
|
+
"brace-expansion": "^5.0.5"
|
|
4963
4963
|
},
|
|
4964
4964
|
"engines": {
|
|
4965
4965
|
"node": "18 || 20 || >=22"
|
|
@@ -5001,9 +5001,9 @@
|
|
|
5001
5001
|
}
|
|
5002
5002
|
},
|
|
5003
5003
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
5004
|
-
"version": "5.3.
|
|
5005
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
5006
|
-
"integrity": "sha512-
|
|
5004
|
+
"version": "5.3.15",
|
|
5005
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.15.tgz",
|
|
5006
|
+
"integrity": "sha512-J9mNzaKG1wtOy5Yp9Orz25zwVC/eTtveDTS2P1kFdNSGv7y1NKPpUL7ZKynf4bDGm2aJloXvdlLur7rQtixLzg==",
|
|
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.
|
|
5143
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
5144
|
-
"integrity": "sha512-
|
|
5142
|
+
"version": "6.2.43",
|
|
5143
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.43.tgz",
|
|
5144
|
+
"integrity": "sha512-aef92VxQECLFDjI4CpgCL+jDuAsc3jzq5gBTLwNzj60mmrh8eDd7B0ABIgWXphb6gdARSRil+/FPtcdiSSupRA==",
|
|
5145
5145
|
"dev": true,
|
|
5146
5146
|
"license": "MIT",
|
|
5147
5147
|
"dependencies": {
|
|
@@ -5214,9 +5214,9 @@
|
|
|
5214
5214
|
}
|
|
5215
5215
|
},
|
|
5216
5216
|
"node_modules/@oclif/test": {
|
|
5217
|
-
"version": "4.1.
|
|
5218
|
-
"resolved": "https://registry.npmjs.org/@oclif/test/-/test-4.1.
|
|
5219
|
-
"integrity": "sha512-
|
|
5217
|
+
"version": "4.1.18",
|
|
5218
|
+
"resolved": "https://registry.npmjs.org/@oclif/test/-/test-4.1.18.tgz",
|
|
5219
|
+
"integrity": "sha512-SIy/8x8OHKh5Z32aS8jpzTDc+FC9531mMyypoH5HiZ0vXNjKJ9+SpbW4nYK2c/X44WcPdmjIImStZ/Wgc2zZnQ==",
|
|
5220
5220
|
"dev": true,
|
|
5221
5221
|
"license": "MIT",
|
|
5222
5222
|
"dependencies": {
|
|
@@ -12580,9 +12580,9 @@
|
|
|
12580
12580
|
}
|
|
12581
12581
|
},
|
|
12582
12582
|
"node_modules/lodash": {
|
|
12583
|
-
"version": "4.
|
|
12584
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.
|
|
12585
|
-
"integrity": "sha512-
|
|
12583
|
+
"version": "4.18.1",
|
|
12584
|
+
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
|
|
12585
|
+
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
|
|
12586
12586
|
"dev": true,
|
|
12587
12587
|
"license": "MIT"
|
|
12588
12588
|
},
|
|
@@ -13731,9 +13731,9 @@
|
|
|
13731
13731
|
}
|
|
13732
13732
|
},
|
|
13733
13733
|
"node_modules/oclif": {
|
|
13734
|
-
"version": "4.
|
|
13735
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
13736
|
-
"integrity": "sha512-
|
|
13734
|
+
"version": "4.23.0",
|
|
13735
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.0.tgz",
|
|
13736
|
+
"integrity": "sha512-0Rz8YsJx6NQORMgyDeDr6i0OlJa6h4oLXBht9iRZhn/YI/by/ONKgcJIPXyTgeLK21JmhbFqJn6Y1AME0EH1Dw==",
|
|
13737
13737
|
"dev": true,
|
|
13738
13738
|
"license": "MIT",
|
|
13739
13739
|
"dependencies": {
|
|
@@ -13755,7 +13755,7 @@
|
|
|
13755
13755
|
"fs-extra": "^8.1",
|
|
13756
13756
|
"github-slugger": "^2",
|
|
13757
13757
|
"got": "^13",
|
|
13758
|
-
"lodash": "^4.
|
|
13758
|
+
"lodash": "^4.18.1",
|
|
13759
13759
|
"normalize-package-data": "^6",
|
|
13760
13760
|
"semver": "^7.7.4",
|
|
13761
13761
|
"sort-package-json": "^2.15.1",
|
|
@@ -13823,9 +13823,9 @@
|
|
|
13823
13823
|
}
|
|
13824
13824
|
},
|
|
13825
13825
|
"node_modules/oclif/node_modules/brace-expansion": {
|
|
13826
|
-
"version": "5.0.
|
|
13827
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
13828
|
-
"integrity": "sha512-
|
|
13826
|
+
"version": "5.0.5",
|
|
13827
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
13828
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
13829
13829
|
"dev": true,
|
|
13830
13830
|
"license": "MIT",
|
|
13831
13831
|
"dependencies": {
|
|
@@ -13978,13 +13978,13 @@
|
|
|
13978
13978
|
}
|
|
13979
13979
|
},
|
|
13980
13980
|
"node_modules/oclif/node_modules/minimatch": {
|
|
13981
|
-
"version": "10.2.
|
|
13982
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
13983
|
-
"integrity": "sha512-
|
|
13981
|
+
"version": "10.2.5",
|
|
13982
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
13983
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
13984
13984
|
"dev": true,
|
|
13985
13985
|
"license": "BlueOak-1.0.0",
|
|
13986
13986
|
"dependencies": {
|
|
13987
|
-
"brace-expansion": "^5.0.
|
|
13987
|
+
"brace-expansion": "^5.0.5"
|
|
13988
13988
|
},
|
|
13989
13989
|
"engines": {
|
|
13990
13990
|
"node": "18 || 20 || >=22"
|
|
@@ -14798,9 +14798,9 @@
|
|
|
14798
14798
|
}
|
|
14799
14799
|
},
|
|
14800
14800
|
"node_modules/prettier": {
|
|
14801
|
-
"version": "3.8.
|
|
14802
|
-
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.
|
|
14803
|
-
"integrity": "sha512-
|
|
14801
|
+
"version": "3.8.2",
|
|
14802
|
+
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.2.tgz",
|
|
14803
|
+
"integrity": "sha512-8c3mgTe0ASwWAJK+78dpviD+A8EqhndQPUBpNUIPt6+xWlIigCwfN01lWr9MAede4uqXGTEKeQWTvzb3vjia0Q==",
|
|
14804
14804
|
"dev": true,
|
|
14805
14805
|
"license": "MIT",
|
|
14806
14806
|
"bin": {
|
|
@@ -16202,9 +16202,9 @@
|
|
|
16202
16202
|
}
|
|
16203
16203
|
},
|
|
16204
16204
|
"node_modules/test-exclude/node_modules/brace-expansion": {
|
|
16205
|
-
"version": "5.0.
|
|
16206
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
16207
|
-
"integrity": "sha512-
|
|
16205
|
+
"version": "5.0.5",
|
|
16206
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
16207
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
16208
16208
|
"dev": true,
|
|
16209
16209
|
"license": "MIT",
|
|
16210
16210
|
"dependencies": {
|
|
@@ -16243,13 +16243,13 @@
|
|
|
16243
16243
|
}
|
|
16244
16244
|
},
|
|
16245
16245
|
"node_modules/test-exclude/node_modules/minimatch": {
|
|
16246
|
-
"version": "10.2.
|
|
16247
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
16248
|
-
"integrity": "sha512-
|
|
16246
|
+
"version": "10.2.5",
|
|
16247
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
16248
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
16249
16249
|
"dev": true,
|
|
16250
16250
|
"license": "BlueOak-1.0.0",
|
|
16251
16251
|
"dependencies": {
|
|
16252
|
-
"brace-expansion": "^5.0.
|
|
16252
|
+
"brace-expansion": "^5.0.5"
|
|
16253
16253
|
},
|
|
16254
16254
|
"engines": {
|
|
16255
16255
|
"node": "18 || 20 || >=22"
|
package/oclif.lock
CHANGED
|
@@ -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.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"
|
|
@@ -3297,10 +3297,10 @@ brace-expansion@^4.0.0:
|
|
|
3297
3297
|
dependencies:
|
|
3298
3298
|
balanced-match "^3.0.0"
|
|
3299
3299
|
|
|
3300
|
-
brace-expansion@^5.0.
|
|
3301
|
-
version "5.0.
|
|
3302
|
-
resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
3303
|
-
integrity sha512-
|
|
3300
|
+
brace-expansion@^5.0.5:
|
|
3301
|
+
version "5.0.5"
|
|
3302
|
+
resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz"
|
|
3303
|
+
integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
|
|
3304
3304
|
dependencies:
|
|
3305
3305
|
balanced-match "^4.0.2"
|
|
3306
3306
|
|
|
@@ -6180,10 +6180,10 @@ lodash.upperfirst@^4.3.1:
|
|
|
6180
6180
|
resolved "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz"
|
|
6181
6181
|
integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
|
|
6182
6182
|
|
|
6183
|
-
lodash@^4.17.15, lodash@^4.17.23:
|
|
6184
|
-
version "4.
|
|
6185
|
-
resolved "https://registry.npmjs.org/lodash/-/lodash-4.
|
|
6186
|
-
integrity sha512-
|
|
6183
|
+
lodash@^4.17.15, lodash@^4.17.23, lodash@^4.18.1:
|
|
6184
|
+
version "4.18.1"
|
|
6185
|
+
resolved "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz"
|
|
6186
|
+
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
|
|
6187
6187
|
|
|
6188
6188
|
log-symbols@^4.1.0:
|
|
6189
6189
|
version "4.1.0"
|
|
@@ -6412,18 +6412,25 @@ min-indent@^1.0.0:
|
|
|
6412
6412
|
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
|
|
6413
6413
|
|
|
6414
6414
|
minimatch@^10.2.2:
|
|
6415
|
-
version "10.2.
|
|
6416
|
-
resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
6417
|
-
integrity sha512-
|
|
6415
|
+
version "10.2.5"
|
|
6416
|
+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz"
|
|
6417
|
+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
|
|
6418
6418
|
dependencies:
|
|
6419
|
-
brace-expansion "^5.0.
|
|
6419
|
+
brace-expansion "^5.0.5"
|
|
6420
6420
|
|
|
6421
6421
|
minimatch@^10.2.4:
|
|
6422
|
-
version "10.2.
|
|
6423
|
-
resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
6424
|
-
integrity sha512-
|
|
6422
|
+
version "10.2.5"
|
|
6423
|
+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz"
|
|
6424
|
+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
|
|
6425
6425
|
dependencies:
|
|
6426
|
-
brace-expansion "^5.0.
|
|
6426
|
+
brace-expansion "^5.0.5"
|
|
6427
|
+
|
|
6428
|
+
minimatch@^10.2.5:
|
|
6429
|
+
version "10.2.5"
|
|
6430
|
+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz"
|
|
6431
|
+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
|
|
6432
|
+
dependencies:
|
|
6433
|
+
brace-expansion "^5.0.5"
|
|
6427
6434
|
|
|
6428
6435
|
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
|
|
6429
6436
|
version "3.1.2"
|
|
@@ -6756,10 +6763,10 @@ object.values@^1.1.7:
|
|
|
6756
6763
|
define-properties "^1.2.0"
|
|
6757
6764
|
es-abstract "^1.22.1"
|
|
6758
6765
|
|
|
6759
|
-
oclif@^4.
|
|
6760
|
-
version "4.
|
|
6761
|
-
resolved "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
6762
|
-
integrity sha512-
|
|
6766
|
+
oclif@^4.23.0:
|
|
6767
|
+
version "4.23.0"
|
|
6768
|
+
resolved "https://registry.npmjs.org/oclif/-/oclif-4.23.0.tgz"
|
|
6769
|
+
integrity sha512-0Rz8YsJx6NQORMgyDeDr6i0OlJa6h4oLXBht9iRZhn/YI/by/ONKgcJIPXyTgeLK21JmhbFqJn6Y1AME0EH1Dw==
|
|
6763
6770
|
dependencies:
|
|
6764
6771
|
"@aws-sdk/client-cloudfront" "3.1009.0"
|
|
6765
6772
|
"@aws-sdk/client-s3" "3.1014.0"
|
|
@@ -6779,7 +6786,7 @@ oclif@^4.22.96:
|
|
|
6779
6786
|
fs-extra "^8.1"
|
|
6780
6787
|
github-slugger "^2"
|
|
6781
6788
|
got "^13"
|
|
6782
|
-
lodash "^4.
|
|
6789
|
+
lodash "^4.18.1"
|
|
6783
6790
|
normalize-package-data "^6"
|
|
6784
6791
|
semver "^7.7.4"
|
|
6785
6792
|
sort-package-json "^2.15.1"
|
|
@@ -7165,10 +7172,10 @@ prettier@^2.0.0, prettier@^2.8.8:
|
|
|
7165
7172
|
resolved "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz"
|
|
7166
7173
|
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
|
|
7167
7174
|
|
|
7168
|
-
prettier@^3.0.0, prettier@^3.8.
|
|
7169
|
-
version "3.8.
|
|
7170
|
-
resolved "https://registry.npmjs.org/prettier/-/prettier-3.8.
|
|
7171
|
-
integrity sha512-
|
|
7175
|
+
prettier@^3.0.0, prettier@^3.8.2, prettier@>=3.0.0:
|
|
7176
|
+
version "3.8.2"
|
|
7177
|
+
resolved "https://registry.npmjs.org/prettier/-/prettier-3.8.2.tgz"
|
|
7178
|
+
integrity sha512-8c3mgTe0ASwWAJK+78dpviD+A8EqhndQPUBpNUIPt6+xWlIigCwfN01lWr9MAede4uqXGTEKeQWTvzb3vjia0Q==
|
|
7172
7179
|
|
|
7173
7180
|
pretty-quick@^3.3.1:
|
|
7174
7181
|
version "3.3.1"
|
package/oclif.manifest.json
CHANGED
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.
|
|
4
|
+
"version": "1.5.159",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/oclif-plugin-update-notifier/issues",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@jayree/changelog": "^1.2.28",
|
|
10
|
-
"@oclif/core": "^4.10.
|
|
10
|
+
"@oclif/core": "^4.10.5",
|
|
11
11
|
"@salesforce/kit": "^3.2.6",
|
|
12
12
|
"boxen": "^8.0.1",
|
|
13
13
|
"chalk": "^5.6.2",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"tslib": "^2.8.1"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
23
|
-
"@oclif/plugin-help": "^6.2.
|
|
24
|
-
"@oclif/test": "^4.1.
|
|
22
|
+
"@oclif/plugin-command-snapshot": "^5.3.15",
|
|
23
|
+
"@oclif/plugin-help": "^6.2.43",
|
|
24
|
+
"@oclif/test": "^4.1.18",
|
|
25
25
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
26
26
|
"@types/boxen": "^3.0.5",
|
|
27
27
|
"@types/debug": "^4.1.13",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"eslint-config-salesforce-license": "^1.0.2",
|
|
32
32
|
"eslint-plugin-prettier": "^5.5.5",
|
|
33
33
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
34
|
-
"oclif": "^4.
|
|
34
|
+
"oclif": "^4.23.0",
|
|
35
35
|
"patch-package": "^8.0.1",
|
|
36
36
|
"pinst": "^3.0.0",
|
|
37
|
-
"prettier": "^3.8.
|
|
37
|
+
"prettier": "^3.8.2",
|
|
38
38
|
"pretty-quick": "^4.2.2",
|
|
39
39
|
"ts-node": "^10.9.2",
|
|
40
40
|
"typescript": "^5.9.3"
|