balena-cli 24.1.0 → 24.1.1
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/CHANGELOG.md +4 -0
- package/npm-shrinkwrap.json +36 -21
- package/oclif.manifest.json +121 -121
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
|
|
|
4
4
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
6
6
|
|
|
7
|
+
## 24.1.1 - 2026-04-07
|
|
8
|
+
|
|
9
|
+
* Explicitly align express in package.json with the one in the shrinkwrap [Thodoris Greasidis]
|
|
10
|
+
|
|
7
11
|
## 24.1.0 - 2026-04-07
|
|
8
12
|
|
|
9
13
|
* os download: download the default type if the type passed is the same [Matthew Yarmolinsky]
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-cli",
|
|
3
|
-
"version": "24.1.
|
|
3
|
+
"version": "24.1.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "balena-cli",
|
|
9
|
-
"version": "24.1.
|
|
9
|
+
"version": "24.1.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"dockerode": "^4.0.5",
|
|
42
42
|
"ejs": "^3.1.6",
|
|
43
43
|
"etcher-sdk": "^10.0.0",
|
|
44
|
-
"express": "^4.
|
|
44
|
+
"express": "^4.22.1",
|
|
45
45
|
"fast-boot2": "^1.1.4",
|
|
46
46
|
"fast-levenshtein": "^3.0.0",
|
|
47
47
|
"filenamify": "^4.3.0",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"@types/common-tags": "^1.8.1",
|
|
101
101
|
"@types/dockerode": "3.3.23",
|
|
102
102
|
"@types/ejs": "^3.1.0",
|
|
103
|
-
"@types/express": "^4.17.
|
|
103
|
+
"@types/express": "^4.17.25",
|
|
104
104
|
"@types/fast-levenshtein": "^0.0.4",
|
|
105
105
|
"@types/fs-extra": "^11.0.4",
|
|
106
106
|
"@types/glob": "^7.2.0",
|
|
@@ -7569,26 +7569,29 @@
|
|
|
7569
7569
|
"license": "MIT"
|
|
7570
7570
|
},
|
|
7571
7571
|
"node_modules/@types/express": {
|
|
7572
|
-
"version": "4.17.
|
|
7573
|
-
"resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.
|
|
7574
|
-
"integrity": "sha512-
|
|
7572
|
+
"version": "4.17.25",
|
|
7573
|
+
"resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.25.tgz",
|
|
7574
|
+
"integrity": "sha512-dVd04UKsfpINUnK0yBoYHDF3xu7xVH4BuDotC/xGuycx4CgbP48X/KF/586bcObxT0HENHXEU8Nqtu6NR+eKhw==",
|
|
7575
7575
|
"dev": true,
|
|
7576
|
+
"license": "MIT",
|
|
7576
7577
|
"dependencies": {
|
|
7577
7578
|
"@types/body-parser": "*",
|
|
7578
|
-
"@types/express-serve-static-core": "^4.17.
|
|
7579
|
+
"@types/express-serve-static-core": "^4.17.33",
|
|
7579
7580
|
"@types/qs": "*",
|
|
7580
|
-
"@types/serve-static": "
|
|
7581
|
+
"@types/serve-static": "^1"
|
|
7581
7582
|
}
|
|
7582
7583
|
},
|
|
7583
7584
|
"node_modules/@types/express-serve-static-core": {
|
|
7584
|
-
"version": "4.
|
|
7585
|
-
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.
|
|
7586
|
-
"integrity": "sha512-
|
|
7585
|
+
"version": "4.19.8",
|
|
7586
|
+
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.8.tgz",
|
|
7587
|
+
"integrity": "sha512-02S5fmqeoKzVZCHPZid4b8JH2eM5HzQLZWN2FohQEy/0eXTq8VXZfSN6Pcr3F6N9R/vNrj7cpgbhjie6m/1tCA==",
|
|
7587
7588
|
"dev": true,
|
|
7589
|
+
"license": "MIT",
|
|
7588
7590
|
"dependencies": {
|
|
7589
7591
|
"@types/node": "*",
|
|
7590
7592
|
"@types/qs": "*",
|
|
7591
|
-
"@types/range-parser": "*"
|
|
7593
|
+
"@types/range-parser": "*",
|
|
7594
|
+
"@types/send": "*"
|
|
7592
7595
|
}
|
|
7593
7596
|
},
|
|
7594
7597
|
"node_modules/@types/fast-levenshtein": {
|
|
@@ -7844,16 +7847,18 @@
|
|
|
7844
7847
|
"license": "MIT"
|
|
7845
7848
|
},
|
|
7846
7849
|
"node_modules/@types/qs": {
|
|
7847
|
-
"version": "6.
|
|
7848
|
-
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.
|
|
7849
|
-
"integrity": "sha512-
|
|
7850
|
-
"dev": true
|
|
7850
|
+
"version": "6.15.0",
|
|
7851
|
+
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.15.0.tgz",
|
|
7852
|
+
"integrity": "sha512-JawvT8iBVWpzTrz3EGw9BTQFg3BQNmwERdKE22vlTxawwtbyUSlMppvZYKLZzB5zgACXdXxbD3m1bXaMqP/9ow==",
|
|
7853
|
+
"dev": true,
|
|
7854
|
+
"license": "MIT"
|
|
7851
7855
|
},
|
|
7852
7856
|
"node_modules/@types/range-parser": {
|
|
7853
|
-
"version": "1.2.
|
|
7854
|
-
"resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.
|
|
7855
|
-
"integrity": "sha512-
|
|
7856
|
-
"dev": true
|
|
7857
|
+
"version": "1.2.7",
|
|
7858
|
+
"resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz",
|
|
7859
|
+
"integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==",
|
|
7860
|
+
"dev": true,
|
|
7861
|
+
"license": "MIT"
|
|
7857
7862
|
},
|
|
7858
7863
|
"node_modules/@types/react": {
|
|
7859
7864
|
"version": "18.3.26",
|
|
@@ -7879,6 +7884,16 @@
|
|
|
7879
7884
|
"integrity": "sha512-k107IF4+Xr7UHjwDc7Cfd6PRQfbdkiRabXGRjo07b4WyPahFBZCZ1sE+BNxYIJPPg73UkfOsVOLwqVc/6ETrIA==",
|
|
7880
7885
|
"license": "MIT"
|
|
7881
7886
|
},
|
|
7887
|
+
"node_modules/@types/send": {
|
|
7888
|
+
"version": "1.2.1",
|
|
7889
|
+
"resolved": "https://registry.npmjs.org/@types/send/-/send-1.2.1.tgz",
|
|
7890
|
+
"integrity": "sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==",
|
|
7891
|
+
"dev": true,
|
|
7892
|
+
"license": "MIT",
|
|
7893
|
+
"dependencies": {
|
|
7894
|
+
"@types/node": "*"
|
|
7895
|
+
}
|
|
7896
|
+
},
|
|
7882
7897
|
"node_modules/@types/serve-static": {
|
|
7883
7898
|
"version": "1.13.10",
|
|
7884
7899
|
"resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.10.tgz",
|
package/oclif.manifest.json
CHANGED
|
@@ -160,6 +160,56 @@
|
|
|
160
160
|
"create.js"
|
|
161
161
|
]
|
|
162
162
|
},
|
|
163
|
+
"block:create": {
|
|
164
|
+
"aliases": [],
|
|
165
|
+
"args": {
|
|
166
|
+
"name": {
|
|
167
|
+
"description": "block name",
|
|
168
|
+
"name": "name",
|
|
169
|
+
"required": true
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
"description": "Create an block.\n\nCreate a new balena block.\n\nYou can specify the organization the block should belong to using\nthe `--organization` option. The organization's handle, not its name,\nshould be provided. Organization handles can be listed with the\n`balena organization list` command.\n\nThe block's default device type is specified with the `--type` option.\nThe `balena device-type list` command can be used to list the available\ndevice types.\n\nInteractive dropdowns will be shown for selection if no device type or\norganization is specified and there are multiple options to choose from.\nIf there is a single option to choose from, it will be chosen automatically.\nThis interactive behavior can be disabled by explicitly specifying a device\ntype and organization.",
|
|
173
|
+
"examples": [
|
|
174
|
+
"$ balena block create MyBlock",
|
|
175
|
+
"$ balena block create MyBlock --organization mmyorg",
|
|
176
|
+
"$ balena block create MyBlock -o myorg --type raspberry-pi"
|
|
177
|
+
],
|
|
178
|
+
"flags": {
|
|
179
|
+
"organization": {
|
|
180
|
+
"char": "o",
|
|
181
|
+
"description": "handle of the organization the block should belong to",
|
|
182
|
+
"name": "organization",
|
|
183
|
+
"hasDynamicHelp": false,
|
|
184
|
+
"multiple": false,
|
|
185
|
+
"type": "option"
|
|
186
|
+
},
|
|
187
|
+
"type": {
|
|
188
|
+
"char": "t",
|
|
189
|
+
"description": "block device type (Check available types with `balena device-type list`)",
|
|
190
|
+
"name": "type",
|
|
191
|
+
"hasDynamicHelp": false,
|
|
192
|
+
"multiple": false,
|
|
193
|
+
"type": "option"
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
"hasDynamicHelp": false,
|
|
197
|
+
"hiddenAliases": [],
|
|
198
|
+
"id": "block:create",
|
|
199
|
+
"pluginAlias": "balena-cli",
|
|
200
|
+
"pluginName": "balena-cli",
|
|
201
|
+
"pluginType": "core",
|
|
202
|
+
"strict": true,
|
|
203
|
+
"enableJsonFlag": false,
|
|
204
|
+
"authenticated": true,
|
|
205
|
+
"isESM": false,
|
|
206
|
+
"relativePath": [
|
|
207
|
+
"build",
|
|
208
|
+
"commands",
|
|
209
|
+
"block",
|
|
210
|
+
"create.js"
|
|
211
|
+
]
|
|
212
|
+
},
|
|
163
213
|
"build": {
|
|
164
214
|
"aliases": [],
|
|
165
215
|
"args": {
|
|
@@ -362,56 +412,6 @@
|
|
|
362
412
|
"index.js"
|
|
363
413
|
]
|
|
364
414
|
},
|
|
365
|
-
"block:create": {
|
|
366
|
-
"aliases": [],
|
|
367
|
-
"args": {
|
|
368
|
-
"name": {
|
|
369
|
-
"description": "block name",
|
|
370
|
-
"name": "name",
|
|
371
|
-
"required": true
|
|
372
|
-
}
|
|
373
|
-
},
|
|
374
|
-
"description": "Create an block.\n\nCreate a new balena block.\n\nYou can specify the organization the block should belong to using\nthe `--organization` option. The organization's handle, not its name,\nshould be provided. Organization handles can be listed with the\n`balena organization list` command.\n\nThe block's default device type is specified with the `--type` option.\nThe `balena device-type list` command can be used to list the available\ndevice types.\n\nInteractive dropdowns will be shown for selection if no device type or\norganization is specified and there are multiple options to choose from.\nIf there is a single option to choose from, it will be chosen automatically.\nThis interactive behavior can be disabled by explicitly specifying a device\ntype and organization.",
|
|
375
|
-
"examples": [
|
|
376
|
-
"$ balena block create MyBlock",
|
|
377
|
-
"$ balena block create MyBlock --organization mmyorg",
|
|
378
|
-
"$ balena block create MyBlock -o myorg --type raspberry-pi"
|
|
379
|
-
],
|
|
380
|
-
"flags": {
|
|
381
|
-
"organization": {
|
|
382
|
-
"char": "o",
|
|
383
|
-
"description": "handle of the organization the block should belong to",
|
|
384
|
-
"name": "organization",
|
|
385
|
-
"hasDynamicHelp": false,
|
|
386
|
-
"multiple": false,
|
|
387
|
-
"type": "option"
|
|
388
|
-
},
|
|
389
|
-
"type": {
|
|
390
|
-
"char": "t",
|
|
391
|
-
"description": "block device type (Check available types with `balena device-type list`)",
|
|
392
|
-
"name": "type",
|
|
393
|
-
"hasDynamicHelp": false,
|
|
394
|
-
"multiple": false,
|
|
395
|
-
"type": "option"
|
|
396
|
-
}
|
|
397
|
-
},
|
|
398
|
-
"hasDynamicHelp": false,
|
|
399
|
-
"hiddenAliases": [],
|
|
400
|
-
"id": "block:create",
|
|
401
|
-
"pluginAlias": "balena-cli",
|
|
402
|
-
"pluginName": "balena-cli",
|
|
403
|
-
"pluginType": "core",
|
|
404
|
-
"strict": true,
|
|
405
|
-
"enableJsonFlag": false,
|
|
406
|
-
"authenticated": true,
|
|
407
|
-
"isESM": false,
|
|
408
|
-
"relativePath": [
|
|
409
|
-
"build",
|
|
410
|
-
"commands",
|
|
411
|
-
"block",
|
|
412
|
-
"create.js"
|
|
413
|
-
]
|
|
414
|
-
},
|
|
415
415
|
"config:generate": {
|
|
416
416
|
"aliases": [],
|
|
417
417
|
"args": {},
|
|
@@ -3084,6 +3084,30 @@
|
|
|
3084
3084
|
"flash.js"
|
|
3085
3085
|
]
|
|
3086
3086
|
},
|
|
3087
|
+
"logout": {
|
|
3088
|
+
"aliases": [],
|
|
3089
|
+
"args": {},
|
|
3090
|
+
"description": "Logout from balena.\n\nLogout from your balena account.",
|
|
3091
|
+
"examples": [
|
|
3092
|
+
"$ balena logout"
|
|
3093
|
+
],
|
|
3094
|
+
"flags": {},
|
|
3095
|
+
"hasDynamicHelp": false,
|
|
3096
|
+
"hiddenAliases": [],
|
|
3097
|
+
"id": "logout",
|
|
3098
|
+
"pluginAlias": "balena-cli",
|
|
3099
|
+
"pluginName": "balena-cli",
|
|
3100
|
+
"pluginType": "core",
|
|
3101
|
+
"strict": true,
|
|
3102
|
+
"enableJsonFlag": false,
|
|
3103
|
+
"isESM": false,
|
|
3104
|
+
"relativePath": [
|
|
3105
|
+
"build",
|
|
3106
|
+
"commands",
|
|
3107
|
+
"logout",
|
|
3108
|
+
"index.js"
|
|
3109
|
+
]
|
|
3110
|
+
},
|
|
3087
3111
|
"login": {
|
|
3088
3112
|
"aliases": [],
|
|
3089
3113
|
"args": {
|
|
@@ -3209,30 +3233,6 @@
|
|
|
3209
3233
|
"index.js"
|
|
3210
3234
|
]
|
|
3211
3235
|
},
|
|
3212
|
-
"logout": {
|
|
3213
|
-
"aliases": [],
|
|
3214
|
-
"args": {},
|
|
3215
|
-
"description": "Logout from balena.\n\nLogout from your balena account.",
|
|
3216
|
-
"examples": [
|
|
3217
|
-
"$ balena logout"
|
|
3218
|
-
],
|
|
3219
|
-
"flags": {},
|
|
3220
|
-
"hasDynamicHelp": false,
|
|
3221
|
-
"hiddenAliases": [],
|
|
3222
|
-
"id": "logout",
|
|
3223
|
-
"pluginAlias": "balena-cli",
|
|
3224
|
-
"pluginName": "balena-cli",
|
|
3225
|
-
"pluginType": "core",
|
|
3226
|
-
"strict": true,
|
|
3227
|
-
"enableJsonFlag": false,
|
|
3228
|
-
"isESM": false,
|
|
3229
|
-
"relativePath": [
|
|
3230
|
-
"build",
|
|
3231
|
-
"commands",
|
|
3232
|
-
"logout",
|
|
3233
|
-
"index.js"
|
|
3234
|
-
]
|
|
3235
|
-
},
|
|
3236
3236
|
"organization:list": {
|
|
3237
3237
|
"aliases": [],
|
|
3238
3238
|
"args": {},
|
|
@@ -4085,6 +4085,30 @@
|
|
|
4085
4085
|
"validate.js"
|
|
4086
4086
|
]
|
|
4087
4087
|
},
|
|
4088
|
+
"settings": {
|
|
4089
|
+
"aliases": [],
|
|
4090
|
+
"args": {},
|
|
4091
|
+
"description": "Print current settings.\n\nUse this command to display the current balena CLI settings.",
|
|
4092
|
+
"examples": [
|
|
4093
|
+
"$ balena settings"
|
|
4094
|
+
],
|
|
4095
|
+
"flags": {},
|
|
4096
|
+
"hasDynamicHelp": false,
|
|
4097
|
+
"hiddenAliases": [],
|
|
4098
|
+
"id": "settings",
|
|
4099
|
+
"pluginAlias": "balena-cli",
|
|
4100
|
+
"pluginName": "balena-cli",
|
|
4101
|
+
"pluginType": "core",
|
|
4102
|
+
"strict": true,
|
|
4103
|
+
"enableJsonFlag": false,
|
|
4104
|
+
"isESM": false,
|
|
4105
|
+
"relativePath": [
|
|
4106
|
+
"build",
|
|
4107
|
+
"commands",
|
|
4108
|
+
"settings",
|
|
4109
|
+
"index.js"
|
|
4110
|
+
]
|
|
4111
|
+
},
|
|
4088
4112
|
"release-asset:delete": {
|
|
4089
4113
|
"aliases": [],
|
|
4090
4114
|
"args": {
|
|
@@ -4300,30 +4324,6 @@
|
|
|
4300
4324
|
"upload.js"
|
|
4301
4325
|
]
|
|
4302
4326
|
},
|
|
4303
|
-
"settings": {
|
|
4304
|
-
"aliases": [],
|
|
4305
|
-
"args": {},
|
|
4306
|
-
"description": "Print current settings.\n\nUse this command to display the current balena CLI settings.",
|
|
4307
|
-
"examples": [
|
|
4308
|
-
"$ balena settings"
|
|
4309
|
-
],
|
|
4310
|
-
"flags": {},
|
|
4311
|
-
"hasDynamicHelp": false,
|
|
4312
|
-
"hiddenAliases": [],
|
|
4313
|
-
"id": "settings",
|
|
4314
|
-
"pluginAlias": "balena-cli",
|
|
4315
|
-
"pluginName": "balena-cli",
|
|
4316
|
-
"pluginType": "core",
|
|
4317
|
-
"strict": true,
|
|
4318
|
-
"enableJsonFlag": false,
|
|
4319
|
-
"isESM": false,
|
|
4320
|
-
"relativePath": [
|
|
4321
|
-
"build",
|
|
4322
|
-
"commands",
|
|
4323
|
-
"settings",
|
|
4324
|
-
"index.js"
|
|
4325
|
-
]
|
|
4326
|
-
},
|
|
4327
4327
|
"support": {
|
|
4328
4328
|
"aliases": [],
|
|
4329
4329
|
"args": {
|
|
@@ -4520,28 +4520,6 @@
|
|
|
4520
4520
|
"rm.js"
|
|
4521
4521
|
]
|
|
4522
4522
|
},
|
|
4523
|
-
"util:available-drives": {
|
|
4524
|
-
"aliases": [],
|
|
4525
|
-
"args": {},
|
|
4526
|
-
"description": "List available drives.\n\nList available drives which are usable for writing an OS image to.\nDoes not list system drives.",
|
|
4527
|
-
"flags": {},
|
|
4528
|
-
"hasDynamicHelp": false,
|
|
4529
|
-
"hiddenAliases": [],
|
|
4530
|
-
"id": "util:available-drives",
|
|
4531
|
-
"pluginAlias": "balena-cli",
|
|
4532
|
-
"pluginName": "balena-cli",
|
|
4533
|
-
"pluginType": "core",
|
|
4534
|
-
"strict": true,
|
|
4535
|
-
"enableJsonFlag": false,
|
|
4536
|
-
"offlineCompatible": true,
|
|
4537
|
-
"isESM": false,
|
|
4538
|
-
"relativePath": [
|
|
4539
|
-
"build",
|
|
4540
|
-
"commands",
|
|
4541
|
-
"util",
|
|
4542
|
-
"available-drives.js"
|
|
4543
|
-
]
|
|
4544
|
-
},
|
|
4545
4523
|
"tag:list": {
|
|
4546
4524
|
"aliases": [],
|
|
4547
4525
|
"args": {},
|
|
@@ -4762,6 +4740,28 @@
|
|
|
4762
4740
|
"set.js"
|
|
4763
4741
|
]
|
|
4764
4742
|
},
|
|
4743
|
+
"util:available-drives": {
|
|
4744
|
+
"aliases": [],
|
|
4745
|
+
"args": {},
|
|
4746
|
+
"description": "List available drives.\n\nList available drives which are usable for writing an OS image to.\nDoes not list system drives.",
|
|
4747
|
+
"flags": {},
|
|
4748
|
+
"hasDynamicHelp": false,
|
|
4749
|
+
"hiddenAliases": [],
|
|
4750
|
+
"id": "util:available-drives",
|
|
4751
|
+
"pluginAlias": "balena-cli",
|
|
4752
|
+
"pluginName": "balena-cli",
|
|
4753
|
+
"pluginType": "core",
|
|
4754
|
+
"strict": true,
|
|
4755
|
+
"enableJsonFlag": false,
|
|
4756
|
+
"offlineCompatible": true,
|
|
4757
|
+
"isESM": false,
|
|
4758
|
+
"relativePath": [
|
|
4759
|
+
"build",
|
|
4760
|
+
"commands",
|
|
4761
|
+
"util",
|
|
4762
|
+
"available-drives.js"
|
|
4763
|
+
]
|
|
4764
|
+
},
|
|
4765
4765
|
"whoami": {
|
|
4766
4766
|
"aliases": [],
|
|
4767
4767
|
"args": {},
|
|
@@ -4788,5 +4788,5 @@
|
|
|
4788
4788
|
]
|
|
4789
4789
|
}
|
|
4790
4790
|
},
|
|
4791
|
-
"version": "24.1.
|
|
4791
|
+
"version": "24.1.1"
|
|
4792
4792
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-cli",
|
|
3
|
-
"version": "24.1.
|
|
3
|
+
"version": "24.1.1",
|
|
4
4
|
"description": "The official balena Command Line Interface",
|
|
5
5
|
"main": "./build/app.js",
|
|
6
6
|
"homepage": "https://github.com/balena-io/balena-cli",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"@types/common-tags": "^1.8.1",
|
|
113
113
|
"@types/dockerode": "3.3.23",
|
|
114
114
|
"@types/ejs": "^3.1.0",
|
|
115
|
-
"@types/express": "^4.17.
|
|
115
|
+
"@types/express": "^4.17.25",
|
|
116
116
|
"@types/fast-levenshtein": "^0.0.4",
|
|
117
117
|
"@types/fs-extra": "^11.0.4",
|
|
118
118
|
"@types/glob": "^7.2.0",
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
"dockerode": "^4.0.5",
|
|
201
201
|
"ejs": "^3.1.6",
|
|
202
202
|
"etcher-sdk": "^10.0.0",
|
|
203
|
-
"express": "^4.
|
|
203
|
+
"express": "^4.22.1",
|
|
204
204
|
"fast-boot2": "^1.1.4",
|
|
205
205
|
"fast-levenshtein": "^3.0.0",
|
|
206
206
|
"filenamify": "^4.3.0",
|
|
@@ -255,6 +255,6 @@
|
|
|
255
255
|
}
|
|
256
256
|
},
|
|
257
257
|
"versionist": {
|
|
258
|
-
"publishedAt": "2026-04-
|
|
258
|
+
"publishedAt": "2026-04-07T05:58:30.473Z"
|
|
259
259
|
}
|
|
260
260
|
}
|