@depup/oclif 4.23.0-depup.2 → 4.23.0-depup.3

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,7 +14,7 @@ npm install @depup/oclif
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [oclif](https://www.npmjs.com/package/oclif) @ 4.23.0 |
17
- | Processed | 2026-04-08 |
17
+ | Processed | 2026-04-09 |
18
18
  | Smoke test | passed |
19
19
  | Deps updated | 18 |
20
20
 
@@ -22,8 +22,8 @@ npm install @depup/oclif
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | @aws-sdk/client-cloudfront | 3.1009.0 | ^3.1027.0 |
26
- | @aws-sdk/client-s3 | 3.1014.0 | ^3.1027.0 |
25
+ | @aws-sdk/client-cloudfront | 3.1009.0 | ^3.1028.0 |
26
+ | @aws-sdk/client-s3 | 3.1014.0 | ^3.1028.0 |
27
27
  | @inquirer/confirm | ^3.1.22 | ^6.0.11 |
28
28
  | @inquirer/input | ^2.2.4 | ^5.0.11 |
29
29
  | @inquirer/select | ^2.5.0 | ^5.1.3 |
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.1027.0"
5
+ "to": "^3.1028.0"
6
6
  },
7
7
  "@aws-sdk/client-s3": {
8
8
  "from": "3.1014.0",
9
- "to": "^3.1027.0"
9
+ "to": "^3.1028.0"
10
10
  },
11
11
  "@inquirer/confirm": {
12
12
  "from": "^3.1.22",
@@ -73,6 +73,6 @@
73
73
  "to": "^7.0.2"
74
74
  }
75
75
  },
76
- "timestamp": "2026-04-08T20:22:49.619Z",
76
+ "timestamp": "2026-04-09T20:25:39.253Z",
77
77
  "totalUpdated": 18
78
78
  }
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.23.0-depup.2",
4
+ "version": "4.23.0-depup.3",
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.1027.0",
12
- "@aws-sdk/client-s3": "^3.1027.0",
11
+ "@aws-sdk/client-cloudfront": "^3.1028.0",
12
+ "@aws-sdk/client-s3": "^3.1028.0",
13
13
  "@inquirer/confirm": "^6.0.11",
14
14
  "@inquirer/input": "^5.0.11",
15
15
  "@inquirer/select": "^5.1.3",
@@ -155,11 +155,11 @@
155
155
  "changes": {
156
156
  "@aws-sdk/client-cloudfront": {
157
157
  "from": "3.1009.0",
158
- "to": "^3.1027.0"
158
+ "to": "^3.1028.0"
159
159
  },
160
160
  "@aws-sdk/client-s3": {
161
161
  "from": "3.1014.0",
162
- "to": "^3.1027.0"
162
+ "to": "^3.1028.0"
163
163
  },
164
164
  "@inquirer/confirm": {
165
165
  "from": "^3.1.22",
@@ -229,7 +229,7 @@
229
229
  "depsUpdated": 18,
230
230
  "originalPackage": "oclif",
231
231
  "originalVersion": "4.23.0",
232
- "processedAt": "2026-04-08T20:23:18.144Z",
232
+ "processedAt": "2026-04-09T20:25:56.395Z",
233
233
  "smokeTest": "passed"
234
234
  }
235
235
  }