@depup/oclif 4.22.96-depup.3 → 4.22.96-depup.4
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/README.md +4 -4
- package/changes.json +4 -4
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ npm install @depup/oclif
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
16
|
| Original | [oclif](https://www.npmjs.com/package/oclif) @ 4.22.96 |
|
|
17
|
-
| Processed | 2026-03-
|
|
17
|
+
| Processed | 2026-03-26 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
19
|
| Deps updated | 17 |
|
|
20
20
|
|
|
@@ -22,12 +22,12 @@ npm install @depup/oclif
|
|
|
22
22
|
|
|
23
23
|
| Dependency | From | To |
|
|
24
24
|
|------------|------|-----|
|
|
25
|
-
| @aws-sdk/client-cloudfront | 3.1009.0 | ^3.
|
|
26
|
-
| @aws-sdk/client-s3 | 3.1014.0 | ^3.
|
|
25
|
+
| @aws-sdk/client-cloudfront | 3.1009.0 | ^3.1018.0 |
|
|
26
|
+
| @aws-sdk/client-s3 | 3.1014.0 | ^3.1018.0 |
|
|
27
27
|
| @inquirer/confirm | ^3.1.22 | ^6.0.10 |
|
|
28
28
|
| @inquirer/input | ^2.2.4 | ^5.0.10 |
|
|
29
29
|
| @inquirer/select | ^2.5.0 | ^5.1.2 |
|
|
30
|
-
| @oclif/core | 4.9.0 | ^4.10.
|
|
30
|
+
| @oclif/core | 4.9.0 | ^4.10.3 |
|
|
31
31
|
| @oclif/plugin-help | ^6.2.38 | ^6.2.40 |
|
|
32
32
|
| @oclif/plugin-not-found | ^3.2.76 | ^3.2.77 |
|
|
33
33
|
| ansis | ^3.16.0 | ^4.2.0 |
|
package/changes.json
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"bumped": {
|
|
3
3
|
"@aws-sdk/client-cloudfront": {
|
|
4
4
|
"from": "3.1009.0",
|
|
5
|
-
"to": "^3.
|
|
5
|
+
"to": "^3.1018.0"
|
|
6
6
|
},
|
|
7
7
|
"@aws-sdk/client-s3": {
|
|
8
8
|
"from": "3.1014.0",
|
|
9
|
-
"to": "^3.
|
|
9
|
+
"to": "^3.1018.0"
|
|
10
10
|
},
|
|
11
11
|
"@inquirer/confirm": {
|
|
12
12
|
"from": "^3.1.22",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"@oclif/core": {
|
|
24
24
|
"from": "4.9.0",
|
|
25
|
-
"to": "^4.10.
|
|
25
|
+
"to": "^4.10.3"
|
|
26
26
|
},
|
|
27
27
|
"@oclif/plugin-help": {
|
|
28
28
|
"from": "^6.2.38",
|
|
@@ -69,6 +69,6 @@
|
|
|
69
69
|
"to": "^7.0.2"
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
|
-
"timestamp": "2026-03-
|
|
72
|
+
"timestamp": "2026-03-26T20:20:56.350Z",
|
|
73
73
|
"totalUpdated": 17
|
|
74
74
|
}
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/oclif",
|
|
3
3
|
"description": "oclif: create your own CLI (with updated dependencies)",
|
|
4
|
-
"version": "4.22.96-depup.
|
|
4
|
+
"version": "4.22.96-depup.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"oclif": "bin/run.js"
|
|
8
8
|
},
|
|
9
9
|
"bugs": "https://github.com/oclif/oclif/issues",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@aws-sdk/client-cloudfront": "^3.
|
|
12
|
-
"@aws-sdk/client-s3": "^3.
|
|
11
|
+
"@aws-sdk/client-cloudfront": "^3.1018.0",
|
|
12
|
+
"@aws-sdk/client-s3": "^3.1018.0",
|
|
13
13
|
"@inquirer/confirm": "^6.0.10",
|
|
14
14
|
"@inquirer/input": "^5.0.10",
|
|
15
15
|
"@inquirer/select": "^5.1.2",
|
|
16
|
-
"@oclif/core": "^4.10.
|
|
16
|
+
"@oclif/core": "^4.10.3",
|
|
17
17
|
"@oclif/plugin-help": "^6.2.40",
|
|
18
18
|
"@oclif/plugin-not-found": "^3.2.77",
|
|
19
19
|
"@oclif/plugin-warn-if-update-available": "^3.1.57",
|
|
@@ -155,11 +155,11 @@
|
|
|
155
155
|
"changes": {
|
|
156
156
|
"@aws-sdk/client-cloudfront": {
|
|
157
157
|
"from": "3.1009.0",
|
|
158
|
-
"to": "^3.
|
|
158
|
+
"to": "^3.1018.0"
|
|
159
159
|
},
|
|
160
160
|
"@aws-sdk/client-s3": {
|
|
161
161
|
"from": "3.1014.0",
|
|
162
|
-
"to": "^3.
|
|
162
|
+
"to": "^3.1018.0"
|
|
163
163
|
},
|
|
164
164
|
"@inquirer/confirm": {
|
|
165
165
|
"from": "^3.1.22",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
},
|
|
176
176
|
"@oclif/core": {
|
|
177
177
|
"from": "4.9.0",
|
|
178
|
-
"to": "^4.10.
|
|
178
|
+
"to": "^4.10.3"
|
|
179
179
|
},
|
|
180
180
|
"@oclif/plugin-help": {
|
|
181
181
|
"from": "^6.2.38",
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
"depsUpdated": 17,
|
|
226
226
|
"originalPackage": "oclif",
|
|
227
227
|
"originalVersion": "4.22.96",
|
|
228
|
-
"processedAt": "2026-03-
|
|
228
|
+
"processedAt": "2026-03-26T20:21:21.926Z",
|
|
229
229
|
"smokeTest": "passed"
|
|
230
230
|
}
|
|
231
231
|
}
|