sfdx-plugin-update-notifier 1.2.131 → 1.2.132
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 +8 -0
- package/README.md +1 -1
- package/npm-shrinkwrap.json +41 -41
- package/oclif.lock +43 -38
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [1.2.132](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.131...v1.2.132) (2025-08-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/changelog from 1.2.12 to 1.2.14 ([#1042](https://github.com/jayree/sfdx-plugin-update-notifier/issues/1042)) ([202bede](https://github.com/jayree/sfdx-plugin-update-notifier/commit/202bedeceb295dab0a3f30a33954dfbf3f7cbee3))
|
|
7
|
+
* **deps:** bump oclif-plugin-update-notifier from 1.5.129 to 1.5.130 ([#1045](https://github.com/jayree/sfdx-plugin-update-notifier/issues/1045)) ([f385ed4](https://github.com/jayree/sfdx-plugin-update-notifier/commit/f385ed41fb9467890730e9643f16b143ea31cb42))
|
|
8
|
+
|
|
1
9
|
## [1.2.131](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.130...v1.2.131) (2025-08-01)
|
|
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.
|
|
24
|
+
sfdx-plugin-update-notifier/1.2.132 linux-x64 node-v22.17.1
|
|
25
25
|
$ sfdx --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ sfdx COMMAND
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-plugin-update-notifier",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.132",
|
|
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.132",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@jayree/changelog": "^1.2.
|
|
12
|
+
"@jayree/changelog": "^1.2.14",
|
|
13
13
|
"@oclif/core": "^4.5.2",
|
|
14
14
|
"@salesforce/kit": "^3.2.3",
|
|
15
15
|
"debug": "^4.4.0",
|
|
16
|
-
"oclif-plugin-update-notifier": "^1.5.
|
|
16
|
+
"oclif-plugin-update-notifier": "^1.5.130",
|
|
17
17
|
"tslib": "^2.8.1"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
"@types/fs-extra": "^11.0.4",
|
|
26
26
|
"@types/jsforce": "^1.11.5",
|
|
27
27
|
"c8": "^10.1.3",
|
|
28
|
-
"eslint-plugin-prettier": "^5.5.
|
|
28
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
29
29
|
"eslint-plugin-sf-plugin": "^1.20.30",
|
|
30
30
|
"is-ci": "^4.1.0",
|
|
31
|
-
"oclif": "^4.22.
|
|
31
|
+
"oclif": "^4.22.6",
|
|
32
32
|
"patch-package": "^8.0.0",
|
|
33
33
|
"pinst": "^3.0.0",
|
|
34
34
|
"prettier": "^3.6.2",
|
|
@@ -3054,14 +3054,14 @@
|
|
|
3054
3054
|
}
|
|
3055
3055
|
},
|
|
3056
3056
|
"node_modules/@jayree/changelog": {
|
|
3057
|
-
"version": "1.2.
|
|
3058
|
-
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.
|
|
3059
|
-
"integrity": "sha512-
|
|
3057
|
+
"version": "1.2.14",
|
|
3058
|
+
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.14.tgz",
|
|
3059
|
+
"integrity": "sha512-GagmOF6lni0fMEbvcoC1CvoFAO/cku0ugcW0Uk4RFUHN7UioUIzfl3hSPCKVUirZpoKIMoCbcX1j2qBJEdRU8w==",
|
|
3060
3060
|
"license": "BSD-3-Clause",
|
|
3061
3061
|
"dependencies": {
|
|
3062
3062
|
"debug": "^4.4.1",
|
|
3063
|
-
"fs-extra": "^11.3.
|
|
3064
|
-
"marked": "^16.1.
|
|
3063
|
+
"fs-extra": "^11.3.1",
|
|
3064
|
+
"marked": "^16.1.2",
|
|
3065
3065
|
"marked-terminal": "^7.3.0",
|
|
3066
3066
|
"semver": "^7.7.2",
|
|
3067
3067
|
"semver-compare": "^1.0.0"
|
|
@@ -5739,9 +5739,9 @@
|
|
|
5739
5739
|
}
|
|
5740
5740
|
},
|
|
5741
5741
|
"node_modules/boxen/node_modules/chalk": {
|
|
5742
|
-
"version": "5.
|
|
5743
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.
|
|
5744
|
-
"integrity": "sha512-
|
|
5742
|
+
"version": "5.5.0",
|
|
5743
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.5.0.tgz",
|
|
5744
|
+
"integrity": "sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==",
|
|
5745
5745
|
"license": "MIT",
|
|
5746
5746
|
"engines": {
|
|
5747
5747
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
@@ -7802,9 +7802,9 @@
|
|
|
7802
7802
|
}
|
|
7803
7803
|
},
|
|
7804
7804
|
"node_modules/eslint-plugin-prettier": {
|
|
7805
|
-
"version": "5.5.
|
|
7806
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.
|
|
7807
|
-
"integrity": "sha512-
|
|
7805
|
+
"version": "5.5.4",
|
|
7806
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.4.tgz",
|
|
7807
|
+
"integrity": "sha512-swNtI95SToIz05YINMA6Ox5R057IMAmWZ26GqPxusAp1TZzj+IdY9tXNWWD3vkF/wEqydCONcwjTFpxybBqZsg==",
|
|
7808
7808
|
"dev": true,
|
|
7809
7809
|
"license": "MIT",
|
|
7810
7810
|
"dependencies": {
|
|
@@ -8645,9 +8645,9 @@
|
|
|
8645
8645
|
"license": "MIT"
|
|
8646
8646
|
},
|
|
8647
8647
|
"node_modules/fs-extra": {
|
|
8648
|
-
"version": "11.3.
|
|
8649
|
-
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.
|
|
8650
|
-
"integrity": "sha512-
|
|
8648
|
+
"version": "11.3.1",
|
|
8649
|
+
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.1.tgz",
|
|
8650
|
+
"integrity": "sha512-eXvGGwZ5CL17ZSwHWd3bbgk7UUpF6IFHtP57NYYakPvHOs8GDgDe5KJI36jIJzDkJ6eJjuzRA8eBQb6SkKue0g==",
|
|
8651
8651
|
"license": "MIT",
|
|
8652
8652
|
"dependencies": {
|
|
8653
8653
|
"graceful-fs": "^4.2.0",
|
|
@@ -10589,9 +10589,9 @@
|
|
|
10589
10589
|
}
|
|
10590
10590
|
},
|
|
10591
10591
|
"node_modules/linkinator/node_modules/chalk": {
|
|
10592
|
-
"version": "5.
|
|
10593
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.
|
|
10594
|
-
"integrity": "sha512-
|
|
10592
|
+
"version": "5.5.0",
|
|
10593
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.5.0.tgz",
|
|
10594
|
+
"integrity": "sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==",
|
|
10595
10595
|
"dev": true,
|
|
10596
10596
|
"license": "MIT",
|
|
10597
10597
|
"engines": {
|
|
@@ -10954,9 +10954,9 @@
|
|
|
10954
10954
|
}
|
|
10955
10955
|
},
|
|
10956
10956
|
"node_modules/marked": {
|
|
10957
|
-
"version": "16.1.
|
|
10958
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-16.1.
|
|
10959
|
-
"integrity": "sha512-
|
|
10957
|
+
"version": "16.1.2",
|
|
10958
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-16.1.2.tgz",
|
|
10959
|
+
"integrity": "sha512-rNQt5EvRinalby7zJZu/mB+BvaAY2oz3wCuCjt1RDrWNpS1Pdf9xqMOeC9Hm5adBdcV/3XZPJpG58eT+WBc0XQ==",
|
|
10960
10960
|
"license": "MIT",
|
|
10961
10961
|
"bin": {
|
|
10962
10962
|
"marked": "bin/marked.js"
|
|
@@ -11014,9 +11014,9 @@
|
|
|
11014
11014
|
}
|
|
11015
11015
|
},
|
|
11016
11016
|
"node_modules/marked-terminal/node_modules/chalk": {
|
|
11017
|
-
"version": "5.
|
|
11018
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.
|
|
11019
|
-
"integrity": "sha512-
|
|
11017
|
+
"version": "5.5.0",
|
|
11018
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.5.0.tgz",
|
|
11019
|
+
"integrity": "sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==",
|
|
11020
11020
|
"license": "MIT",
|
|
11021
11021
|
"engines": {
|
|
11022
11022
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
@@ -11820,9 +11820,9 @@
|
|
|
11820
11820
|
}
|
|
11821
11821
|
},
|
|
11822
11822
|
"node_modules/oclif": {
|
|
11823
|
-
"version": "4.22.
|
|
11824
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.22.
|
|
11825
|
-
"integrity": "sha512-
|
|
11823
|
+
"version": "4.22.6",
|
|
11824
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.22.6.tgz",
|
|
11825
|
+
"integrity": "sha512-TsFZfPdhOKtBRv3YKnJMUVbL/JTw5IDs4DoWekpn7c+jBDw/snp0STCe48YYW4hotULwfy2yPbKr0KyzDQ7gjw==",
|
|
11826
11826
|
"dev": true,
|
|
11827
11827
|
"license": "MIT",
|
|
11828
11828
|
"dependencies": {
|
|
@@ -11859,18 +11859,18 @@
|
|
|
11859
11859
|
}
|
|
11860
11860
|
},
|
|
11861
11861
|
"node_modules/oclif-plugin-update-notifier": {
|
|
11862
|
-
"version": "1.5.
|
|
11863
|
-
"resolved": "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.
|
|
11864
|
-
"integrity": "sha512-
|
|
11862
|
+
"version": "1.5.130",
|
|
11863
|
+
"resolved": "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.130.tgz",
|
|
11864
|
+
"integrity": "sha512-h4FaVzICmofHfJTAfSdHNP5XOvQ8K6U4qznTl0KoSpESqk9GrovvNRs96/95al7PFa4K24hR7Feg4Pq1W5W7PQ==",
|
|
11865
11865
|
"license": "BSD-3-Clause",
|
|
11866
11866
|
"dependencies": {
|
|
11867
|
-
"@jayree/changelog": "^1.2.
|
|
11867
|
+
"@jayree/changelog": "^1.2.13",
|
|
11868
11868
|
"@oclif/core": "^4.5.2",
|
|
11869
11869
|
"@salesforce/kit": "^3.2.3",
|
|
11870
11870
|
"boxen": "^8.0.1",
|
|
11871
|
-
"chalk": "^5.
|
|
11871
|
+
"chalk": "^5.5.0",
|
|
11872
11872
|
"debug": "^4.4.1",
|
|
11873
|
-
"fs-extra": "^11.3.
|
|
11873
|
+
"fs-extra": "^11.3.1",
|
|
11874
11874
|
"got": "^14.4.7",
|
|
11875
11875
|
"package-json": "^10.0.1",
|
|
11876
11876
|
"semver": "^7.7.2",
|
|
@@ -11912,9 +11912,9 @@
|
|
|
11912
11912
|
}
|
|
11913
11913
|
},
|
|
11914
11914
|
"node_modules/oclif-plugin-update-notifier/node_modules/chalk": {
|
|
11915
|
-
"version": "5.
|
|
11916
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.
|
|
11917
|
-
"integrity": "sha512-
|
|
11915
|
+
"version": "5.5.0",
|
|
11916
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.5.0.tgz",
|
|
11917
|
+
"integrity": "sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==",
|
|
11918
11918
|
"license": "MIT",
|
|
11919
11919
|
"engines": {
|
|
11920
11920
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
package/oclif.lock
CHANGED
|
@@ -1302,14 +1302,14 @@
|
|
|
1302
1302
|
resolved "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz"
|
|
1303
1303
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
|
1304
1304
|
|
|
1305
|
-
"@jayree/changelog@^1.2.
|
|
1306
|
-
version "1.2.
|
|
1307
|
-
resolved "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.
|
|
1308
|
-
integrity sha512-
|
|
1305
|
+
"@jayree/changelog@^1.2.13", "@jayree/changelog@^1.2.14":
|
|
1306
|
+
version "1.2.14"
|
|
1307
|
+
resolved "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.14.tgz"
|
|
1308
|
+
integrity sha512-GagmOF6lni0fMEbvcoC1CvoFAO/cku0ugcW0Uk4RFUHN7UioUIzfl3hSPCKVUirZpoKIMoCbcX1j2qBJEdRU8w==
|
|
1309
1309
|
dependencies:
|
|
1310
1310
|
debug "^4.4.1"
|
|
1311
|
-
fs-extra "^11.3.
|
|
1312
|
-
marked "^16.1.
|
|
1311
|
+
fs-extra "^11.3.1"
|
|
1312
|
+
marked "^16.1.2"
|
|
1313
1313
|
marked-terminal "^7.3.0"
|
|
1314
1314
|
semver "^7.7.2"
|
|
1315
1315
|
semver-compare "^1.0.0"
|
|
@@ -3064,19 +3064,24 @@ chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.2:
|
|
|
3064
3064
|
supports-color "^7.1.0"
|
|
3065
3065
|
|
|
3066
3066
|
chalk@^5.0.0:
|
|
3067
|
-
version "5.
|
|
3068
|
-
resolved "https://registry.npmjs.org/chalk/-/chalk-5.
|
|
3069
|
-
integrity sha512-
|
|
3067
|
+
version "5.5.0"
|
|
3068
|
+
resolved "https://registry.npmjs.org/chalk/-/chalk-5.5.0.tgz"
|
|
3069
|
+
integrity sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==
|
|
3070
3070
|
|
|
3071
3071
|
chalk@^5.3.0:
|
|
3072
|
-
version "5.
|
|
3073
|
-
resolved "https://registry.npmjs.org/chalk/-/chalk-5.
|
|
3074
|
-
integrity sha512-
|
|
3072
|
+
version "5.5.0"
|
|
3073
|
+
resolved "https://registry.npmjs.org/chalk/-/chalk-5.5.0.tgz"
|
|
3074
|
+
integrity sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==
|
|
3075
3075
|
|
|
3076
3076
|
chalk@^5.4.1:
|
|
3077
|
-
version "5.
|
|
3078
|
-
resolved "https://registry.npmjs.org/chalk/-/chalk-5.
|
|
3079
|
-
integrity sha512-
|
|
3077
|
+
version "5.5.0"
|
|
3078
|
+
resolved "https://registry.npmjs.org/chalk/-/chalk-5.5.0.tgz"
|
|
3079
|
+
integrity sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==
|
|
3080
|
+
|
|
3081
|
+
chalk@^5.5.0:
|
|
3082
|
+
version "5.5.0"
|
|
3083
|
+
resolved "https://registry.npmjs.org/chalk/-/chalk-5.5.0.tgz"
|
|
3084
|
+
integrity sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==
|
|
3080
3085
|
|
|
3081
3086
|
change-case@^4, change-case@^4.1.2:
|
|
3082
3087
|
version "4.1.2"
|
|
@@ -3893,10 +3898,10 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
3893
3898
|
semver "^7.5.4"
|
|
3894
3899
|
spdx-expression-parse "^4.0.0"
|
|
3895
3900
|
|
|
3896
|
-
eslint-plugin-prettier@^5.5.
|
|
3897
|
-
version "5.5.
|
|
3898
|
-
resolved "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.
|
|
3899
|
-
integrity sha512-
|
|
3901
|
+
eslint-plugin-prettier@^5.5.4:
|
|
3902
|
+
version "5.5.4"
|
|
3903
|
+
resolved "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.4.tgz"
|
|
3904
|
+
integrity sha512-swNtI95SToIz05YINMA6Ox5R057IMAmWZ26GqPxusAp1TZzj+IdY9tXNWWD3vkF/wEqydCONcwjTFpxybBqZsg==
|
|
3900
3905
|
dependencies:
|
|
3901
3906
|
prettier-linter-helpers "^1.0.0"
|
|
3902
3907
|
synckit "^0.11.7"
|
|
@@ -4329,10 +4334,10 @@ fromentries@^1.2.0:
|
|
|
4329
4334
|
resolved "https://registry.npmjs.org/fromentries/-/fromentries-1.3.2.tgz"
|
|
4330
4335
|
integrity sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==
|
|
4331
4336
|
|
|
4332
|
-
fs-extra@^11.0.0, fs-extra@^11.3.
|
|
4333
|
-
version "11.3.
|
|
4334
|
-
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.
|
|
4335
|
-
integrity sha512-
|
|
4337
|
+
fs-extra@^11.0.0, fs-extra@^11.3.1:
|
|
4338
|
+
version "11.3.1"
|
|
4339
|
+
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.1.tgz"
|
|
4340
|
+
integrity sha512-eXvGGwZ5CL17ZSwHWd3bbgk7UUpF6IFHtP57NYYakPvHOs8GDgDe5KJI36jIJzDkJ6eJjuzRA8eBQb6SkKue0g==
|
|
4336
4341
|
dependencies:
|
|
4337
4342
|
graceful-fs "^4.2.0"
|
|
4338
4343
|
jsonfile "^6.0.1"
|
|
@@ -5789,10 +5794,10 @@ marked@^13.0.0:
|
|
|
5789
5794
|
resolved "https://registry.npmjs.org/marked/-/marked-13.0.2.tgz"
|
|
5790
5795
|
integrity sha512-J6CPjP8pS5sgrRqxVRvkCIkZ6MFdRIjDkwUwgJ9nL2fbmM6qGQeB2C16hi8Cc9BOzj6xXzy0jyi0iPIfnMHYzA==
|
|
5791
5796
|
|
|
5792
|
-
marked@^16.1.
|
|
5793
|
-
version "16.1.
|
|
5794
|
-
resolved "https://registry.npmjs.org/marked/-/marked-16.1.
|
|
5795
|
-
integrity sha512-
|
|
5797
|
+
marked@^16.1.2, "marked@>=1 <16":
|
|
5798
|
+
version "16.1.2"
|
|
5799
|
+
resolved "https://registry.npmjs.org/marked/-/marked-16.1.2.tgz"
|
|
5800
|
+
integrity sha512-rNQt5EvRinalby7zJZu/mB+BvaAY2oz3wCuCjt1RDrWNpS1Pdf9xqMOeC9Hm5adBdcV/3XZPJpG58eT+WBc0XQ==
|
|
5796
5801
|
|
|
5797
5802
|
math-intrinsics@^1.1.0:
|
|
5798
5803
|
version "1.1.0"
|
|
@@ -6215,28 +6220,28 @@ object.values@^1.1.7:
|
|
|
6215
6220
|
define-properties "^1.2.0"
|
|
6216
6221
|
es-abstract "^1.22.1"
|
|
6217
6222
|
|
|
6218
|
-
oclif-plugin-update-notifier@^1.5.
|
|
6219
|
-
version "1.5.
|
|
6220
|
-
resolved "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.
|
|
6221
|
-
integrity sha512-
|
|
6223
|
+
oclif-plugin-update-notifier@^1.5.130:
|
|
6224
|
+
version "1.5.130"
|
|
6225
|
+
resolved "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.130.tgz"
|
|
6226
|
+
integrity sha512-h4FaVzICmofHfJTAfSdHNP5XOvQ8K6U4qznTl0KoSpESqk9GrovvNRs96/95al7PFa4K24hR7Feg4Pq1W5W7PQ==
|
|
6222
6227
|
dependencies:
|
|
6223
|
-
"@jayree/changelog" "^1.2.
|
|
6228
|
+
"@jayree/changelog" "^1.2.13"
|
|
6224
6229
|
"@oclif/core" "^4.5.2"
|
|
6225
6230
|
"@salesforce/kit" "^3.2.3"
|
|
6226
6231
|
boxen "^8.0.1"
|
|
6227
|
-
chalk "^5.
|
|
6232
|
+
chalk "^5.5.0"
|
|
6228
6233
|
debug "^4.4.1"
|
|
6229
|
-
fs-extra "^11.3.
|
|
6234
|
+
fs-extra "^11.3.1"
|
|
6230
6235
|
got "^14.4.7"
|
|
6231
6236
|
package-json "^10.0.1"
|
|
6232
6237
|
semver "^7.7.2"
|
|
6233
6238
|
semver-diff "^4.0.0"
|
|
6234
6239
|
tslib "^2.8.1"
|
|
6235
6240
|
|
|
6236
|
-
oclif@^4.22.
|
|
6237
|
-
version "4.22.
|
|
6238
|
-
resolved "https://registry.npmjs.org/oclif/-/oclif-4.22.
|
|
6239
|
-
integrity sha512-
|
|
6241
|
+
oclif@^4.22.6:
|
|
6242
|
+
version "4.22.6"
|
|
6243
|
+
resolved "https://registry.npmjs.org/oclif/-/oclif-4.22.6.tgz"
|
|
6244
|
+
integrity sha512-TsFZfPdhOKtBRv3YKnJMUVbL/JTw5IDs4DoWekpn7c+jBDw/snp0STCe48YYW4hotULwfy2yPbKr0KyzDQ7gjw==
|
|
6240
6245
|
dependencies:
|
|
6241
6246
|
"@aws-sdk/client-cloudfront" "^3.850.0"
|
|
6242
6247
|
"@aws-sdk/client-s3" "^3.850.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
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.132",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-update-notifier/issues",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@jayree/changelog": "^1.2.
|
|
9
|
+
"@jayree/changelog": "^1.2.14",
|
|
10
10
|
"@oclif/core": "^4.5.2",
|
|
11
11
|
"@salesforce/kit": "^3.2.3",
|
|
12
12
|
"debug": "^4.4.0",
|
|
13
|
-
"oclif-plugin-update-notifier": "^1.5.
|
|
13
|
+
"oclif-plugin-update-notifier": "^1.5.130",
|
|
14
14
|
"tslib": "^2.8.1"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"@types/fs-extra": "^11.0.4",
|
|
23
23
|
"@types/jsforce": "^1.11.5",
|
|
24
24
|
"c8": "^10.1.3",
|
|
25
|
-
"eslint-plugin-prettier": "^5.5.
|
|
25
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
26
26
|
"eslint-plugin-sf-plugin": "^1.20.30",
|
|
27
27
|
"is-ci": "^4.1.0",
|
|
28
|
-
"oclif": "^4.22.
|
|
28
|
+
"oclif": "^4.22.6",
|
|
29
29
|
"patch-package": "^8.0.0",
|
|
30
30
|
"pinst": "^3.0.0",
|
|
31
31
|
"prettier": "^3.6.2",
|