@depup/oclif 4.22.96-depup.0 → 4.22.96-depup.10

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.
Files changed (3) hide show
  1. package/README.md +10 -7
  2. package/changes.json +19 -7
  3. package/package.json +28 -16
package/README.md CHANGED
@@ -14,27 +14,30 @@ 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-22 |
17
+ | Processed | 2026-04-02 |
18
18
  | Smoke test | passed |
19
- | Deps updated | 16 |
19
+ | Deps updated | 19 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | @aws-sdk/client-cloudfront | 3.1009.0 | ^3.1014.0 |
25
+ | @aws-sdk/client-cloudfront | 3.1009.0 | ^3.1023.0 |
26
+ | @aws-sdk/client-s3 | 3.1014.0 | ^3.1023.0 |
26
27
  | @inquirer/confirm | ^3.1.22 | ^6.0.10 |
27
28
  | @inquirer/input | ^2.2.4 | ^5.0.10 |
28
29
  | @inquirer/select | ^2.5.0 | ^5.1.2 |
29
- | @oclif/core | 4.9.0 | ^4.10.2 |
30
- | @oclif/plugin-help | ^6.2.38 | ^6.2.40 |
31
- | @oclif/plugin-not-found | ^3.2.76 | ^3.2.77 |
30
+ | @oclif/core | 4.9.0 | ^4.10.3 |
31
+ | @oclif/plugin-help | ^6.2.38 | ^6.2.41 |
32
+ | @oclif/plugin-not-found | ^3.2.76 | ^3.2.78 |
33
+ | @oclif/plugin-warn-if-update-available | ^3.1.57 | ^3.1.58 |
32
34
  | ansis | ^3.16.0 | ^4.2.0 |
33
35
  | change-case | ^4 | ^5.4.4 |
34
36
  | debug | ^4.4.0 | ^4.4.3 |
35
37
  | ejs | ^3.1.10 | ^5.0.1 |
36
38
  | fs-extra | ^8.1 | ^11.3.4 |
37
- | got | ^13 | ^14.6.6 |
39
+ | got | ^13 | ^15.0.0 |
40
+ | lodash | ^4.17.23 | ^4.18.1 |
38
41
  | normalize-package-data | ^6 | ^8.0.0 |
39
42
  | sort-package-json | ^2.15.1 | ^3.6.1 |
40
43
  | validate-npm-package-name | ^5.0.1 | ^7.0.2 |
package/changes.json CHANGED
@@ -2,7 +2,11 @@
2
2
  "bumped": {
3
3
  "@aws-sdk/client-cloudfront": {
4
4
  "from": "3.1009.0",
5
- "to": "^3.1014.0"
5
+ "to": "^3.1023.0"
6
+ },
7
+ "@aws-sdk/client-s3": {
8
+ "from": "3.1014.0",
9
+ "to": "^3.1023.0"
6
10
  },
7
11
  "@inquirer/confirm": {
8
12
  "from": "^3.1.22",
@@ -18,15 +22,19 @@
18
22
  },
19
23
  "@oclif/core": {
20
24
  "from": "4.9.0",
21
- "to": "^4.10.2"
25
+ "to": "^4.10.3"
22
26
  },
23
27
  "@oclif/plugin-help": {
24
28
  "from": "^6.2.38",
25
- "to": "^6.2.40"
29
+ "to": "^6.2.41"
26
30
  },
27
31
  "@oclif/plugin-not-found": {
28
32
  "from": "^3.2.76",
29
- "to": "^3.2.77"
33
+ "to": "^3.2.78"
34
+ },
35
+ "@oclif/plugin-warn-if-update-available": {
36
+ "from": "^3.1.57",
37
+ "to": "^3.1.58"
30
38
  },
31
39
  "ansis": {
32
40
  "from": "^3.16.0",
@@ -50,7 +58,11 @@
50
58
  },
51
59
  "got": {
52
60
  "from": "^13",
53
- "to": "^14.6.6"
61
+ "to": "^15.0.0"
62
+ },
63
+ "lodash": {
64
+ "from": "^4.17.23",
65
+ "to": "^4.18.1"
54
66
  },
55
67
  "normalize-package-data": {
56
68
  "from": "^6",
@@ -65,6 +77,6 @@
65
77
  "to": "^7.0.2"
66
78
  }
67
79
  },
68
- "timestamp": "2026-03-22T12:13:37.719Z",
69
- "totalUpdated": 16
80
+ "timestamp": "2026-04-02T20:20:25.520Z",
81
+ "totalUpdated": 19
70
82
  }
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@depup/oclif",
3
3
  "description": "oclif: create your own CLI (with updated dependencies)",
4
- "version": "4.22.96-depup.0",
4
+ "version": "4.22.96-depup.10",
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.1014.0",
12
- "@aws-sdk/client-s3": "3.1014.0",
11
+ "@aws-sdk/client-cloudfront": "^3.1023.0",
12
+ "@aws-sdk/client-s3": "^3.1023.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.2",
17
- "@oclif/plugin-help": "^6.2.40",
18
- "@oclif/plugin-not-found": "^3.2.77",
19
- "@oclif/plugin-warn-if-update-available": "^3.1.57",
16
+ "@oclif/core": "^4.10.3",
17
+ "@oclif/plugin-help": "^6.2.41",
18
+ "@oclif/plugin-not-found": "^3.2.78",
19
+ "@oclif/plugin-warn-if-update-available": "^3.1.58",
20
20
  "ansis": "^4.2.0",
21
21
  "async-retry": "^1.3.3",
22
22
  "change-case": "^5.4.4",
@@ -25,8 +25,8 @@
25
25
  "find-yarn-workspace-root": "^2.0.0",
26
26
  "fs-extra": "^11.3.4",
27
27
  "github-slugger": "^2",
28
- "got": "^14.6.6",
29
- "lodash": "^4.17.23",
28
+ "got": "^15.0.0",
29
+ "lodash": "^4.18.1",
30
30
  "normalize-package-data": "^8.0.0",
31
31
  "semver": "^7.7.4",
32
32
  "sort-package-json": "^3.6.1",
@@ -155,7 +155,11 @@
155
155
  "changes": {
156
156
  "@aws-sdk/client-cloudfront": {
157
157
  "from": "3.1009.0",
158
- "to": "^3.1014.0"
158
+ "to": "^3.1023.0"
159
+ },
160
+ "@aws-sdk/client-s3": {
161
+ "from": "3.1014.0",
162
+ "to": "^3.1023.0"
159
163
  },
160
164
  "@inquirer/confirm": {
161
165
  "from": "^3.1.22",
@@ -171,15 +175,19 @@
171
175
  },
172
176
  "@oclif/core": {
173
177
  "from": "4.9.0",
174
- "to": "^4.10.2"
178
+ "to": "^4.10.3"
175
179
  },
176
180
  "@oclif/plugin-help": {
177
181
  "from": "^6.2.38",
178
- "to": "^6.2.40"
182
+ "to": "^6.2.41"
179
183
  },
180
184
  "@oclif/plugin-not-found": {
181
185
  "from": "^3.2.76",
182
- "to": "^3.2.77"
186
+ "to": "^3.2.78"
187
+ },
188
+ "@oclif/plugin-warn-if-update-available": {
189
+ "from": "^3.1.57",
190
+ "to": "^3.1.58"
183
191
  },
184
192
  "ansis": {
185
193
  "from": "^3.16.0",
@@ -203,7 +211,11 @@
203
211
  },
204
212
  "got": {
205
213
  "from": "^13",
206
- "to": "^14.6.6"
214
+ "to": "^15.0.0"
215
+ },
216
+ "lodash": {
217
+ "from": "^4.17.23",
218
+ "to": "^4.18.1"
207
219
  },
208
220
  "normalize-package-data": {
209
221
  "from": "^6",
@@ -218,10 +230,10 @@
218
230
  "to": "^7.0.2"
219
231
  }
220
232
  },
221
- "depsUpdated": 16,
233
+ "depsUpdated": 19,
222
234
  "originalPackage": "oclif",
223
235
  "originalVersion": "4.22.96",
224
- "processedAt": "2026-03-22T12:14:02.144Z",
236
+ "processedAt": "2026-04-02T20:20:40.152Z",
225
237
  "smokeTest": "passed"
226
238
  }
227
239
  }