@depup/oclif 4.22.92-depup.2 → 4.22.92-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.22.92 |
17
- | Processed | 2026-03-19 |
17
+ | Processed | 2026-03-20 |
18
18
  | Smoke test | passed |
19
19
  | Deps updated | 15 |
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.1012.0 |
26
- | @aws-sdk/client-s3 | 3.1009.0 | ^3.1012.0 |
25
+ | @aws-sdk/client-cloudfront | 3.1009.0 | ^3.1013.0 |
26
+ | @aws-sdk/client-s3 | 3.1009.0 | ^3.1013.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 |
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.1012.0"
5
+ "to": "^3.1013.0"
6
6
  },
7
7
  "@aws-sdk/client-s3": {
8
8
  "from": "3.1009.0",
9
- "to": "^3.1012.0"
9
+ "to": "^3.1013.0"
10
10
  },
11
11
  "@inquirer/confirm": {
12
12
  "from": "^3.1.22",
@@ -61,6 +61,6 @@
61
61
  "to": "^7.0.2"
62
62
  }
63
63
  },
64
- "timestamp": "2026-03-19T20:20:13.654Z",
64
+ "timestamp": "2026-03-20T00:38:16.043Z",
65
65
  "totalUpdated": 15
66
66
  }
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.92-depup.2",
4
+ "version": "4.22.92-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.1012.0",
12
- "@aws-sdk/client-s3": "^3.1012.0",
11
+ "@aws-sdk/client-cloudfront": "^3.1013.0",
12
+ "@aws-sdk/client-s3": "^3.1013.0",
13
13
  "@inquirer/confirm": "^6.0.10",
14
14
  "@inquirer/input": "^5.0.10",
15
15
  "@inquirer/select": "^5.1.2",
@@ -155,11 +155,11 @@
155
155
  "changes": {
156
156
  "@aws-sdk/client-cloudfront": {
157
157
  "from": "3.1009.0",
158
- "to": "^3.1012.0"
158
+ "to": "^3.1013.0"
159
159
  },
160
160
  "@aws-sdk/client-s3": {
161
161
  "from": "3.1009.0",
162
- "to": "^3.1012.0"
162
+ "to": "^3.1013.0"
163
163
  },
164
164
  "@inquirer/confirm": {
165
165
  "from": "^3.1.22",
@@ -217,7 +217,7 @@
217
217
  "depsUpdated": 15,
218
218
  "originalPackage": "oclif",
219
219
  "originalVersion": "4.22.92",
220
- "processedAt": "2026-03-19T20:20:37.802Z",
220
+ "processedAt": "2026-03-20T00:38:41.043Z",
221
221
  "smokeTest": "passed"
222
222
  }
223
223
  }