@depup/oclif 4.22.96-depup.8 → 4.22.96-depup.9

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
@@ -14,9 +14,9 @@ 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-04-01 |
17
+ | Processed | 2026-04-02 |
18
18
  | Smoke test | passed |
19
- | Deps updated | 18 |
19
+ | Deps updated | 19 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
@@ -37,6 +37,7 @@ 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 |
40
41
  | normalize-package-data | ^6 | ^8.0.0 |
41
42
  | sort-package-json | ^2.15.1 | ^3.6.1 |
42
43
  | validate-npm-package-name | ^5.0.1 | ^7.0.2 |
package/changes.json CHANGED
@@ -60,6 +60,10 @@
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
+ },
63
67
  "normalize-package-data": {
64
68
  "from": "^6",
65
69
  "to": "^8.0.0"
@@ -73,6 +77,6 @@
73
77
  "to": "^7.0.2"
74
78
  }
75
79
  },
76
- "timestamp": "2026-04-01T20:22:59.261Z",
77
- "totalUpdated": 18
80
+ "timestamp": "2026-04-02T00:40:56.765Z",
81
+ "totalUpdated": 19
78
82
  }
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.96-depup.8",
4
+ "version": "4.22.96-depup.9",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "oclif": "bin/run.js"
@@ -26,7 +26,7 @@
26
26
  "fs-extra": "^11.3.4",
27
27
  "github-slugger": "^2",
28
28
  "got": "^15.0.0",
29
- "lodash": "^4.17.23",
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",
@@ -213,6 +213,10 @@
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
+ },
216
220
  "normalize-package-data": {
217
221
  "from": "^6",
218
222
  "to": "^8.0.0"
@@ -226,10 +230,10 @@
226
230
  "to": "^7.0.2"
227
231
  }
228
232
  },
229
- "depsUpdated": 18,
233
+ "depsUpdated": 19,
230
234
  "originalPackage": "oclif",
231
235
  "originalVersion": "4.22.96",
232
- "processedAt": "2026-04-01T20:23:17.711Z",
236
+ "processedAt": "2026-04-02T00:41:15.944Z",
233
237
  "smokeTest": "passed"
234
238
  }
235
239
  }