@depup/oclif 4.22.97-depup.0 → 4.22.98-depup.0

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 CHANGED
@@ -13,10 +13,10 @@ npm install @depup/oclif
13
13
 
14
14
  | Field | Value |
15
15
  |-------|-------|
16
- | Original | [oclif](https://www.npmjs.com/package/oclif) @ 4.22.97 |
17
- | Processed | 2026-04-06 |
16
+ | Original | [oclif](https://www.npmjs.com/package/oclif) @ 4.22.98 |
17
+ | Processed | 2026-04-07 |
18
18
  | Smoke test | passed |
19
- | Deps updated | 19 |
19
+ | Deps updated | 18 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
@@ -37,7 +37,6 @@ npm install @depup/oclif
37
37
  | ejs | ^3.1.10 | ^5.0.1 |
38
38
  | fs-extra | ^8.1 | ^11.3.4 |
39
39
  | got | ^13 | ^15.0.0 |
40
- | lodash | ^4.17.23 | ^4.18.1 |
41
40
  | normalize-package-data | ^6 | ^8.0.0 |
42
41
  | sort-package-json | ^2.15.1 | ^3.6.1 |
43
42
  | validate-npm-package-name | ^5.0.1 | ^7.0.2 |
package/changes.json CHANGED
@@ -60,10 +60,6 @@
60
60
  "from": "^13",
61
61
  "to": "^15.0.0"
62
62
  },
63
- "lodash": {
64
- "from": "^4.17.23",
65
- "to": "^4.18.1"
66
- },
67
63
  "normalize-package-data": {
68
64
  "from": "^6",
69
65
  "to": "^8.0.0"
@@ -77,6 +73,6 @@
77
73
  "to": "^7.0.2"
78
74
  }
79
75
  },
80
- "timestamp": "2026-04-06T20:20:08.835Z",
81
- "totalUpdated": 19
76
+ "timestamp": "2026-04-07T04:53:01.493Z",
77
+ "totalUpdated": 18
82
78
  }
@@ -1195,5 +1195,5 @@
1195
1195
  ]
1196
1196
  }
1197
1197
  },
1198
- "version": "4.22.97"
1198
+ "version": "4.22.98"
1199
1199
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depup/oclif",
3
3
  "description": "oclif: create your own CLI (with updated dependencies)",
4
- "version": "4.22.97-depup.0",
4
+ "version": "4.22.98-depup.0",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "oclif": "bin/run.js"
@@ -213,10 +213,6 @@
213
213
  "from": "^13",
214
214
  "to": "^15.0.0"
215
215
  },
216
- "lodash": {
217
- "from": "^4.17.23",
218
- "to": "^4.18.1"
219
- },
220
216
  "normalize-package-data": {
221
217
  "from": "^6",
222
218
  "to": "^8.0.0"
@@ -230,10 +226,10 @@
230
226
  "to": "^7.0.2"
231
227
  }
232
228
  },
233
- "depsUpdated": 19,
229
+ "depsUpdated": 18,
234
230
  "originalPackage": "oclif",
235
- "originalVersion": "4.22.97",
236
- "processedAt": "2026-04-06T20:20:30.592Z",
231
+ "originalVersion": "4.22.98",
232
+ "processedAt": "2026-04-07T04:53:17.739Z",
237
233
  "smokeTest": "passed"
238
234
  }
239
235
  }