@depup/oclif 4.22.92-depup.1 → 4.22.92-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.
Files changed (3) hide show
  1. package/README.md +5 -4
  2. package/changes.json +8 -4
  3. package/package.json +18 -12
package/README.md CHANGED
@@ -14,19 +14,20 @@ 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-17 |
17
+ | Processed | 2026-03-19 |
18
18
  | Smoke test | passed |
19
- | Deps updated | 14 |
19
+ | Deps updated | 15 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | @aws-sdk/client-cloudfront | 3.1009.0 | ^3.1011.0 |
26
- | @aws-sdk/client-s3 | 3.1009.0 | ^3.1011.0 |
25
+ | @aws-sdk/client-cloudfront | 3.1009.0 | ^3.1012.0 |
26
+ | @aws-sdk/client-s3 | 3.1009.0 | ^3.1012.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 |
30
+ | @oclif/core | 4.9.0 | ^4.10.0 |
30
31
  | ansis | ^3.16.0 | ^4.2.0 |
31
32
  | change-case | ^4 | ^5.4.4 |
32
33
  | debug | ^4.4.0 | ^4.4.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.1011.0"
5
+ "to": "^3.1012.0"
6
6
  },
7
7
  "@aws-sdk/client-s3": {
8
8
  "from": "3.1009.0",
9
- "to": "^3.1011.0"
9
+ "to": "^3.1012.0"
10
10
  },
11
11
  "@inquirer/confirm": {
12
12
  "from": "^3.1.22",
@@ -20,6 +20,10 @@
20
20
  "from": "^2.5.0",
21
21
  "to": "^5.1.2"
22
22
  },
23
+ "@oclif/core": {
24
+ "from": "4.9.0",
25
+ "to": "^4.10.0"
26
+ },
23
27
  "ansis": {
24
28
  "from": "^3.16.0",
25
29
  "to": "^4.2.0"
@@ -57,6 +61,6 @@
57
61
  "to": "^7.0.2"
58
62
  }
59
63
  },
60
- "timestamp": "2026-03-17T21:28:52.632Z",
61
- "totalUpdated": 14
64
+ "timestamp": "2026-03-19T20:20:13.654Z",
65
+ "totalUpdated": 15
62
66
  }
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@depup/oclif",
3
- "description": "[DepUp] oclif: create your own CLI",
4
- "version": "4.22.92-depup.1",
3
+ "description": "oclif: create your own CLI (with updated dependencies)",
4
+ "version": "4.22.92-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.1011.0",
12
- "@aws-sdk/client-s3": "^3.1011.0",
11
+ "@aws-sdk/client-cloudfront": "^3.1012.0",
12
+ "@aws-sdk/client-s3": "^3.1012.0",
13
13
  "@inquirer/confirm": "^6.0.10",
14
14
  "@inquirer/input": "^5.0.10",
15
15
  "@inquirer/select": "^5.1.2",
16
- "@oclif/core": "4.9.0",
16
+ "@oclif/core": "^4.10.0",
17
17
  "@oclif/plugin-help": "^6.2.38",
18
18
  "@oclif/plugin-not-found": "^3.2.75",
19
19
  "@oclif/plugin-warn-if-update-available": "^3.1.55",
@@ -82,10 +82,12 @@
82
82
  ],
83
83
  "homepage": "https://github.com/oclif/oclif",
84
84
  "keywords": [
85
- "depup",
86
- "dependency-bumped",
87
- "updated-deps",
88
85
  "oclif",
86
+ "depup",
87
+ "updated-dependencies",
88
+ "security",
89
+ "latest",
90
+ "patched",
89
91
  "cli"
90
92
  ],
91
93
  "license": "MIT",
@@ -153,11 +155,11 @@
153
155
  "changes": {
154
156
  "@aws-sdk/client-cloudfront": {
155
157
  "from": "3.1009.0",
156
- "to": "^3.1011.0"
158
+ "to": "^3.1012.0"
157
159
  },
158
160
  "@aws-sdk/client-s3": {
159
161
  "from": "3.1009.0",
160
- "to": "^3.1011.0"
162
+ "to": "^3.1012.0"
161
163
  },
162
164
  "@inquirer/confirm": {
163
165
  "from": "^3.1.22",
@@ -171,6 +173,10 @@
171
173
  "from": "^2.5.0",
172
174
  "to": "^5.1.2"
173
175
  },
176
+ "@oclif/core": {
177
+ "from": "4.9.0",
178
+ "to": "^4.10.0"
179
+ },
174
180
  "ansis": {
175
181
  "from": "^3.16.0",
176
182
  "to": "^4.2.0"
@@ -208,10 +214,10 @@
208
214
  "to": "^7.0.2"
209
215
  }
210
216
  },
211
- "depsUpdated": 14,
217
+ "depsUpdated": 15,
212
218
  "originalPackage": "oclif",
213
219
  "originalVersion": "4.22.92",
214
- "processedAt": "2026-03-17T21:29:15.855Z",
220
+ "processedAt": "2026-03-19T20:20:37.802Z",
215
221
  "smokeTest": "passed"
216
222
  }
217
223
  }