@depup/oclif 4.22.96-depup.5 → 4.22.96-depup.7

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 +8 -6
  2. package/changes.json +14 -6
  3. package/package.json +21 -13
package/README.md CHANGED
@@ -14,28 +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-27 |
17
+ | Processed | 2026-03-31 |
18
18
  | Smoke test | passed |
19
- | Deps updated | 17 |
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.1019.0 |
26
- | @aws-sdk/client-s3 | 3.1014.0 | ^3.1019.0 |
25
+ | @aws-sdk/client-cloudfront | 3.1009.0 | ^3.1021.0 |
26
+ | @aws-sdk/client-s3 | 3.1014.0 | ^3.1021.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
30
  | @oclif/core | 4.9.0 | ^4.10.3 |
31
- | @oclif/plugin-help | ^6.2.38 | ^6.2.40 |
32
- | @oclif/plugin-not-found | ^3.2.76 | ^3.2.77 |
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 |
33
34
  | ansis | ^3.16.0 | ^4.2.0 |
34
35
  | change-case | ^4 | ^5.4.4 |
35
36
  | debug | ^4.4.0 | ^4.4.3 |
36
37
  | ejs | ^3.1.10 | ^5.0.1 |
37
38
  | fs-extra | ^8.1 | ^11.3.4 |
38
39
  | got | ^13 | ^14.6.6 |
40
+ | lodash | ^4.17.23 | ^4.18.0 |
39
41
  | normalize-package-data | ^6 | ^8.0.0 |
40
42
  | sort-package-json | ^2.15.1 | ^3.6.1 |
41
43
  | validate-npm-package-name | ^5.0.1 | ^7.0.2 |
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.1019.0"
5
+ "to": "^3.1021.0"
6
6
  },
7
7
  "@aws-sdk/client-s3": {
8
8
  "from": "3.1014.0",
9
- "to": "^3.1019.0"
9
+ "to": "^3.1021.0"
10
10
  },
11
11
  "@inquirer/confirm": {
12
12
  "from": "^3.1.22",
@@ -26,11 +26,15 @@
26
26
  },
27
27
  "@oclif/plugin-help": {
28
28
  "from": "^6.2.38",
29
- "to": "^6.2.40"
29
+ "to": "^6.2.41"
30
30
  },
31
31
  "@oclif/plugin-not-found": {
32
32
  "from": "^3.2.76",
33
- "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"
34
38
  },
35
39
  "ansis": {
36
40
  "from": "^3.16.0",
@@ -56,6 +60,10 @@
56
60
  "from": "^13",
57
61
  "to": "^14.6.6"
58
62
  },
63
+ "lodash": {
64
+ "from": "^4.17.23",
65
+ "to": "^4.18.0"
66
+ },
59
67
  "normalize-package-data": {
60
68
  "from": "^6",
61
69
  "to": "^8.0.0"
@@ -69,6 +77,6 @@
69
77
  "to": "^7.0.2"
70
78
  }
71
79
  },
72
- "timestamp": "2026-03-27T20:22:43.058Z",
73
- "totalUpdated": 17
80
+ "timestamp": "2026-03-31T20:24:13.425Z",
81
+ "totalUpdated": 19
74
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.5",
4
+ "version": "4.22.96-depup.7",
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.1019.0",
12
- "@aws-sdk/client-s3": "^3.1019.0",
11
+ "@aws-sdk/client-cloudfront": "^3.1021.0",
12
+ "@aws-sdk/client-s3": "^3.1021.0",
13
13
  "@inquirer/confirm": "^6.0.10",
14
14
  "@inquirer/input": "^5.0.10",
15
15
  "@inquirer/select": "^5.1.2",
16
16
  "@oclif/core": "^4.10.3",
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",
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",
@@ -26,7 +26,7 @@
26
26
  "fs-extra": "^11.3.4",
27
27
  "github-slugger": "^2",
28
28
  "got": "^14.6.6",
29
- "lodash": "^4.17.23",
29
+ "lodash": "^4.18.0",
30
30
  "normalize-package-data": "^8.0.0",
31
31
  "semver": "^7.7.4",
32
32
  "sort-package-json": "^3.6.1",
@@ -155,11 +155,11 @@
155
155
  "changes": {
156
156
  "@aws-sdk/client-cloudfront": {
157
157
  "from": "3.1009.0",
158
- "to": "^3.1019.0"
158
+ "to": "^3.1021.0"
159
159
  },
160
160
  "@aws-sdk/client-s3": {
161
161
  "from": "3.1014.0",
162
- "to": "^3.1019.0"
162
+ "to": "^3.1021.0"
163
163
  },
164
164
  "@inquirer/confirm": {
165
165
  "from": "^3.1.22",
@@ -179,11 +179,15 @@
179
179
  },
180
180
  "@oclif/plugin-help": {
181
181
  "from": "^6.2.38",
182
- "to": "^6.2.40"
182
+ "to": "^6.2.41"
183
183
  },
184
184
  "@oclif/plugin-not-found": {
185
185
  "from": "^3.2.76",
186
- "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"
187
191
  },
188
192
  "ansis": {
189
193
  "from": "^3.16.0",
@@ -209,6 +213,10 @@
209
213
  "from": "^13",
210
214
  "to": "^14.6.6"
211
215
  },
216
+ "lodash": {
217
+ "from": "^4.17.23",
218
+ "to": "^4.18.0"
219
+ },
212
220
  "normalize-package-data": {
213
221
  "from": "^6",
214
222
  "to": "^8.0.0"
@@ -222,10 +230,10 @@
222
230
  "to": "^7.0.2"
223
231
  }
224
232
  },
225
- "depsUpdated": 17,
233
+ "depsUpdated": 19,
226
234
  "originalPackage": "oclif",
227
235
  "originalVersion": "4.22.96",
228
- "processedAt": "2026-03-27T20:22:59.281Z",
236
+ "processedAt": "2026-03-31T20:24:27.090Z",
229
237
  "smokeTest": "passed"
230
238
  }
231
239
  }