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

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,15 +14,16 @@ 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-03-24 |
18
18
  | Smoke test | passed |
19
- | Deps updated | 16 |
19
+ | Deps updated | 17 |
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.1016.0 |
26
+ | @aws-sdk/client-s3 | 3.1014.0 | ^3.1016.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 |
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.1016.0"
6
+ },
7
+ "@aws-sdk/client-s3": {
8
+ "from": "3.1014.0",
9
+ "to": "^3.1016.0"
6
10
  },
7
11
  "@inquirer/confirm": {
8
12
  "from": "^3.1.22",
@@ -65,6 +69,6 @@
65
69
  "to": "^7.0.2"
66
70
  }
67
71
  },
68
- "timestamp": "2026-03-22T12:13:37.719Z",
69
- "totalUpdated": 16
72
+ "timestamp": "2026-03-24T20:24:45.841Z",
73
+ "totalUpdated": 17
70
74
  }
package/package.json CHANGED
@@ -1,15 +1,15 @@
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.2",
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.1016.0",
12
+ "@aws-sdk/client-s3": "^3.1016.0",
13
13
  "@inquirer/confirm": "^6.0.10",
14
14
  "@inquirer/input": "^5.0.10",
15
15
  "@inquirer/select": "^5.1.2",
@@ -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.1016.0"
159
+ },
160
+ "@aws-sdk/client-s3": {
161
+ "from": "3.1014.0",
162
+ "to": "^3.1016.0"
159
163
  },
160
164
  "@inquirer/confirm": {
161
165
  "from": "^3.1.22",
@@ -218,10 +222,10 @@
218
222
  "to": "^7.0.2"
219
223
  }
220
224
  },
221
- "depsUpdated": 16,
225
+ "depsUpdated": 17,
222
226
  "originalPackage": "oclif",
223
227
  "originalVersion": "4.22.96",
224
- "processedAt": "2026-03-22T12:14:02.144Z",
228
+ "processedAt": "2026-03-24T20:25:06.532Z",
225
229
  "smokeTest": "passed"
226
230
  }
227
231
  }