balena-cli 21.1.12 → 21.1.13

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 CHANGED
@@ -4,7 +4,24 @@ 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
- ## 21.1.12 - 2025-05-15
7
+ ## 21.1.13 - 2025-05-21
8
+
9
+
10
+ <details>
11
+ <summary> Bump balena-preload to 18.0.3 [Otavio Jacobi] </summary>
12
+
13
+ > ### balena-preload-18.0.3 - 2025-03-19
14
+ >
15
+ > * Update dependency sh to v1.14.3 [balena-renovate[bot]]
16
+ >
17
+ > ### balena-preload-18.0.2 - 2025-03-19
18
+ >
19
+ > * Update alpine Docker tag to v3.21 [balena-renovate[bot]]
20
+ >
21
+
22
+ </details>
23
+
24
+ ## 21.1.12 - 2025-05-16
8
25
 
9
26
  * Update @balena/compose dependency to fix error with build secrets. [Ken Bannister]
10
27
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "balena-cli",
3
- "version": "21.1.12",
3
+ "version": "21.1.13",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "balena-cli",
9
- "version": "21.1.12",
9
+ "version": "21.1.13",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -20,7 +20,7 @@
20
20
  "balena-device-init": "^8.1.3",
21
21
  "balena-errors": "^4.7.3",
22
22
  "balena-image-fs": "^7.5.2",
23
- "balena-preload": "^18.0.1",
23
+ "balena-preload": "^18.0.3",
24
24
  "balena-sdk": "^21.3.0",
25
25
  "balena-semver": "^2.3.0",
26
26
  "balena-settings-client": "^5.0.2",
@@ -1654,13 +1654,16 @@
1654
1654
  }
1655
1655
  },
1656
1656
  "node_modules/@balena/lint/node_modules/@eslint/js": {
1657
- "version": "9.26.0",
1658
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.26.0.tgz",
1659
- "integrity": "sha512-I9XlJawFdSMvWjDt6wksMCrgns5ggLNfFwFvnShsleWruvXM514Qxk8V246efTw+eo9JABvVz+u3q2RiAowKxQ==",
1657
+ "version": "9.27.0",
1658
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.27.0.tgz",
1659
+ "integrity": "sha512-G5JD9Tu5HJEu4z2Uo4aHY2sLV64B7CDMXxFzqzjl3NKd6RVzSXNoE80jk7Y0lJkTTkjiIhBAqmlYwjuBY3tvpA==",
1660
1660
  "dev": true,
1661
1661
  "license": "MIT",
1662
1662
  "engines": {
1663
1663
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1664
+ },
1665
+ "funding": {
1666
+ "url": "https://eslint.org/donate"
1664
1667
  }
1665
1668
  },
1666
1669
  "node_modules/@balena/lint/node_modules/@humanwhocodes/retry": {
@@ -1727,9 +1730,9 @@
1727
1730
  }
1728
1731
  },
1729
1732
  "node_modules/@balena/lint/node_modules/eslint": {
1730
- "version": "9.26.0",
1731
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.26.0.tgz",
1732
- "integrity": "sha512-Hx0MOjPh6uK9oq9nVsATZKE/Wlbai7KFjfCuw9UHaguDW3x+HF0O5nIi3ud39TWgrTjTO5nHxmL3R1eANinWHQ==",
1733
+ "version": "9.27.0",
1734
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.27.0.tgz",
1735
+ "integrity": "sha512-ixRawFQuMB9DZ7fjU3iGGganFDp3+45bPOdaRurcFHSXO1e/sYwUX/FtQZpLZJR6SjMoJH8hR2pPEAfDyCoU2Q==",
1733
1736
  "dev": true,
1734
1737
  "license": "MIT",
1735
1738
  "dependencies": {
@@ -1737,14 +1740,13 @@
1737
1740
  "@eslint-community/regexpp": "^4.12.1",
1738
1741
  "@eslint/config-array": "^0.20.0",
1739
1742
  "@eslint/config-helpers": "^0.2.1",
1740
- "@eslint/core": "^0.13.0",
1743
+ "@eslint/core": "^0.14.0",
1741
1744
  "@eslint/eslintrc": "^3.3.1",
1742
- "@eslint/js": "9.26.0",
1743
- "@eslint/plugin-kit": "^0.2.8",
1745
+ "@eslint/js": "9.27.0",
1746
+ "@eslint/plugin-kit": "^0.3.1",
1744
1747
  "@humanfs/node": "^0.16.6",
1745
1748
  "@humanwhocodes/module-importer": "^1.0.1",
1746
1749
  "@humanwhocodes/retry": "^0.4.2",
1747
- "@modelcontextprotocol/sdk": "^1.8.0",
1748
1750
  "@types/estree": "^1.0.6",
1749
1751
  "@types/json-schema": "^7.0.15",
1750
1752
  "ajv": "^6.12.4",
@@ -1768,8 +1770,7 @@
1768
1770
  "lodash.merge": "^4.6.2",
1769
1771
  "minimatch": "^3.1.2",
1770
1772
  "natural-compare": "^1.4.0",
1771
- "optionator": "^0.9.3",
1772
- "zod": "^3.24.2"
1773
+ "optionator": "^0.9.3"
1773
1774
  },
1774
1775
  "bin": {
1775
1776
  "eslint": "bin/eslint.js"
@@ -2248,9 +2249,9 @@
2248
2249
  }
2249
2250
  },
2250
2251
  "node_modules/@eslint/core": {
2251
- "version": "0.13.0",
2252
- "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.13.0.tgz",
2253
- "integrity": "sha512-yfkgDw1KR66rkT5A8ci4irzDysN7FRpq3ttJolR88OqQikAWqwA8j5VZyas+vjyBNFIJ7MfybJ9plMILI2UrCw==",
2252
+ "version": "0.14.0",
2253
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.14.0.tgz",
2254
+ "integrity": "sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==",
2254
2255
  "dev": true,
2255
2256
  "license": "Apache-2.0",
2256
2257
  "dependencies": {
@@ -2342,13 +2343,13 @@
2342
2343
  }
2343
2344
  },
2344
2345
  "node_modules/@eslint/plugin-kit": {
2345
- "version": "0.2.8",
2346
- "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.8.tgz",
2347
- "integrity": "sha512-ZAoA40rNMPwSm+AeHpCq8STiNAwzWLJuP8Xv4CHIc9wv/PSuExjMrmjfYNj682vW0OOiZ1HKxzvjQr9XZIisQA==",
2346
+ "version": "0.3.1",
2347
+ "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.1.tgz",
2348
+ "integrity": "sha512-0J+zgWxHN+xXONWIyPWKFMgVuJoZuGiIFu8yxk7RJjxkzpGmyja5wRFqZIVtjDVOQpV+Rw0iOAjYPE2eQyjr0w==",
2348
2349
  "dev": true,
2349
2350
  "license": "Apache-2.0",
2350
2351
  "dependencies": {
2351
- "@eslint/core": "^0.13.0",
2352
+ "@eslint/core": "^0.14.0",
2352
2353
  "levn": "^0.4.1"
2353
2354
  },
2354
2355
  "engines": {
@@ -2683,9 +2684,9 @@
2683
2684
  }
2684
2685
  },
2685
2686
  "node_modules/@inquirer/core/node_modules/@types/node": {
2686
- "version": "22.15.18",
2687
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.18.tgz",
2688
- "integrity": "sha512-v1DKRfUdyW+jJhZNEI1PYy29S2YRxMV5AOO/x/SjKmW0acCIOqmbj6Haf9eHAhsPmrhlHSxEhv/1WszcLWV4cg==",
2687
+ "version": "22.15.21",
2688
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.21.tgz",
2689
+ "integrity": "sha512-EV/37Td6c+MgKAbkcLG6vqZ2zEYHD7bvSrzqqs2RIhbA6w3x+Dqz8MZM3sP6kGTeLrdoOgKZe+Xja7tUB2DNkQ==",
2689
2690
  "dev": true,
2690
2691
  "license": "MIT",
2691
2692
  "dependencies": {
@@ -4172,401 +4173,6 @@
4172
4173
  "node": ">= 6"
4173
4174
  }
4174
4175
  },
4175
- "node_modules/@modelcontextprotocol/sdk": {
4176
- "version": "1.11.0",
4177
- "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.11.0.tgz",
4178
- "integrity": "sha512-k/1pb70eD638anoi0e8wUGAlbMJXyvdV4p62Ko+EZ7eBe1xMx8Uhak1R5DgfoofsK5IBBnRwsYGTaLZl+6/+RQ==",
4179
- "dev": true,
4180
- "license": "MIT",
4181
- "dependencies": {
4182
- "content-type": "^1.0.5",
4183
- "cors": "^2.8.5",
4184
- "cross-spawn": "^7.0.3",
4185
- "eventsource": "^3.0.2",
4186
- "express": "^5.0.1",
4187
- "express-rate-limit": "^7.5.0",
4188
- "pkce-challenge": "^5.0.0",
4189
- "raw-body": "^3.0.0",
4190
- "zod": "^3.23.8",
4191
- "zod-to-json-schema": "^3.24.1"
4192
- },
4193
- "engines": {
4194
- "node": ">=18"
4195
- }
4196
- },
4197
- "node_modules/@modelcontextprotocol/sdk/node_modules/accepts": {
4198
- "version": "2.0.0",
4199
- "resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
4200
- "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==",
4201
- "dev": true,
4202
- "license": "MIT",
4203
- "dependencies": {
4204
- "mime-types": "^3.0.0",
4205
- "negotiator": "^1.0.0"
4206
- },
4207
- "engines": {
4208
- "node": ">= 0.6"
4209
- }
4210
- },
4211
- "node_modules/@modelcontextprotocol/sdk/node_modules/body-parser": {
4212
- "version": "2.2.0",
4213
- "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.0.tgz",
4214
- "integrity": "sha512-02qvAaxv8tp7fBa/mw1ga98OGm+eCbqzJOKoRt70sLmfEEi+jyBYVTDGfCL/k06/4EMk/z01gCe7HoCH/f2LTg==",
4215
- "dev": true,
4216
- "license": "MIT",
4217
- "dependencies": {
4218
- "bytes": "^3.1.2",
4219
- "content-type": "^1.0.5",
4220
- "debug": "^4.4.0",
4221
- "http-errors": "^2.0.0",
4222
- "iconv-lite": "^0.6.3",
4223
- "on-finished": "^2.4.1",
4224
- "qs": "^6.14.0",
4225
- "raw-body": "^3.0.0",
4226
- "type-is": "^2.0.0"
4227
- },
4228
- "engines": {
4229
- "node": ">=18"
4230
- }
4231
- },
4232
- "node_modules/@modelcontextprotocol/sdk/node_modules/content-disposition": {
4233
- "version": "1.0.0",
4234
- "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.0.0.tgz",
4235
- "integrity": "sha512-Au9nRL8VNUut/XSzbQA38+M78dzP4D+eqg3gfJHMIHHYa3bg067xj1KxMUWj+VULbiZMowKngFFbKczUrNJ1mg==",
4236
- "dev": true,
4237
- "license": "MIT",
4238
- "dependencies": {
4239
- "safe-buffer": "5.2.1"
4240
- },
4241
- "engines": {
4242
- "node": ">= 0.6"
4243
- }
4244
- },
4245
- "node_modules/@modelcontextprotocol/sdk/node_modules/cookie": {
4246
- "version": "0.7.2",
4247
- "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
4248
- "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
4249
- "dev": true,
4250
- "license": "MIT",
4251
- "engines": {
4252
- "node": ">= 0.6"
4253
- }
4254
- },
4255
- "node_modules/@modelcontextprotocol/sdk/node_modules/cookie-signature": {
4256
- "version": "1.2.2",
4257
- "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz",
4258
- "integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==",
4259
- "dev": true,
4260
- "license": "MIT",
4261
- "engines": {
4262
- "node": ">=6.6.0"
4263
- }
4264
- },
4265
- "node_modules/@modelcontextprotocol/sdk/node_modules/cross-spawn": {
4266
- "version": "7.0.6",
4267
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
4268
- "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
4269
- "dev": true,
4270
- "license": "MIT",
4271
- "dependencies": {
4272
- "path-key": "^3.1.0",
4273
- "shebang-command": "^2.0.0",
4274
- "which": "^2.0.1"
4275
- },
4276
- "engines": {
4277
- "node": ">= 8"
4278
- }
4279
- },
4280
- "node_modules/@modelcontextprotocol/sdk/node_modules/encodeurl": {
4281
- "version": "2.0.0",
4282
- "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
4283
- "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
4284
- "dev": true,
4285
- "license": "MIT",
4286
- "engines": {
4287
- "node": ">= 0.8"
4288
- }
4289
- },
4290
- "node_modules/@modelcontextprotocol/sdk/node_modules/express": {
4291
- "version": "5.1.0",
4292
- "resolved": "https://registry.npmjs.org/express/-/express-5.1.0.tgz",
4293
- "integrity": "sha512-DT9ck5YIRU+8GYzzU5kT3eHGA5iL+1Zd0EutOmTE9Dtk+Tvuzd23VBU+ec7HPNSTxXYO55gPV/hq4pSBJDjFpA==",
4294
- "dev": true,
4295
- "license": "MIT",
4296
- "dependencies": {
4297
- "accepts": "^2.0.0",
4298
- "body-parser": "^2.2.0",
4299
- "content-disposition": "^1.0.0",
4300
- "content-type": "^1.0.5",
4301
- "cookie": "^0.7.1",
4302
- "cookie-signature": "^1.2.1",
4303
- "debug": "^4.4.0",
4304
- "encodeurl": "^2.0.0",
4305
- "escape-html": "^1.0.3",
4306
- "etag": "^1.8.1",
4307
- "finalhandler": "^2.1.0",
4308
- "fresh": "^2.0.0",
4309
- "http-errors": "^2.0.0",
4310
- "merge-descriptors": "^2.0.0",
4311
- "mime-types": "^3.0.0",
4312
- "on-finished": "^2.4.1",
4313
- "once": "^1.4.0",
4314
- "parseurl": "^1.3.3",
4315
- "proxy-addr": "^2.0.7",
4316
- "qs": "^6.14.0",
4317
- "range-parser": "^1.2.1",
4318
- "router": "^2.2.0",
4319
- "send": "^1.1.0",
4320
- "serve-static": "^2.2.0",
4321
- "statuses": "^2.0.1",
4322
- "type-is": "^2.0.1",
4323
- "vary": "^1.1.2"
4324
- },
4325
- "engines": {
4326
- "node": ">= 18"
4327
- },
4328
- "funding": {
4329
- "type": "opencollective",
4330
- "url": "https://opencollective.com/express"
4331
- }
4332
- },
4333
- "node_modules/@modelcontextprotocol/sdk/node_modules/finalhandler": {
4334
- "version": "2.1.0",
4335
- "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.0.tgz",
4336
- "integrity": "sha512-/t88Ty3d5JWQbWYgaOGCCYfXRwV1+be02WqYYlL6h0lEiUAMPM8o8qKGO01YIkOHzka2up08wvgYD0mDiI+q3Q==",
4337
- "dev": true,
4338
- "license": "MIT",
4339
- "dependencies": {
4340
- "debug": "^4.4.0",
4341
- "encodeurl": "^2.0.0",
4342
- "escape-html": "^1.0.3",
4343
- "on-finished": "^2.4.1",
4344
- "parseurl": "^1.3.3",
4345
- "statuses": "^2.0.1"
4346
- },
4347
- "engines": {
4348
- "node": ">= 0.8"
4349
- }
4350
- },
4351
- "node_modules/@modelcontextprotocol/sdk/node_modules/fresh": {
4352
- "version": "2.0.0",
4353
- "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
4354
- "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
4355
- "dev": true,
4356
- "license": "MIT",
4357
- "engines": {
4358
- "node": ">= 0.8"
4359
- }
4360
- },
4361
- "node_modules/@modelcontextprotocol/sdk/node_modules/iconv-lite": {
4362
- "version": "0.6.3",
4363
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
4364
- "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
4365
- "dev": true,
4366
- "license": "MIT",
4367
- "dependencies": {
4368
- "safer-buffer": ">= 2.1.2 < 3.0.0"
4369
- },
4370
- "engines": {
4371
- "node": ">=0.10.0"
4372
- }
4373
- },
4374
- "node_modules/@modelcontextprotocol/sdk/node_modules/media-typer": {
4375
- "version": "1.1.0",
4376
- "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz",
4377
- "integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==",
4378
- "dev": true,
4379
- "license": "MIT",
4380
- "engines": {
4381
- "node": ">= 0.8"
4382
- }
4383
- },
4384
- "node_modules/@modelcontextprotocol/sdk/node_modules/merge-descriptors": {
4385
- "version": "2.0.0",
4386
- "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
4387
- "integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
4388
- "dev": true,
4389
- "license": "MIT",
4390
- "engines": {
4391
- "node": ">=18"
4392
- },
4393
- "funding": {
4394
- "url": "https://github.com/sponsors/sindresorhus"
4395
- }
4396
- },
4397
- "node_modules/@modelcontextprotocol/sdk/node_modules/mime-db": {
4398
- "version": "1.54.0",
4399
- "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
4400
- "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
4401
- "dev": true,
4402
- "license": "MIT",
4403
- "engines": {
4404
- "node": ">= 0.6"
4405
- }
4406
- },
4407
- "node_modules/@modelcontextprotocol/sdk/node_modules/mime-types": {
4408
- "version": "3.0.1",
4409
- "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.1.tgz",
4410
- "integrity": "sha512-xRc4oEhT6eaBpU1XF7AjpOFD+xQmXNB5OVKwp4tqCuBpHLS/ZbBDrc07mYTDqVMg6PfxUjjNp85O6Cd2Z/5HWA==",
4411
- "dev": true,
4412
- "license": "MIT",
4413
- "dependencies": {
4414
- "mime-db": "^1.54.0"
4415
- },
4416
- "engines": {
4417
- "node": ">= 0.6"
4418
- }
4419
- },
4420
- "node_modules/@modelcontextprotocol/sdk/node_modules/negotiator": {
4421
- "version": "1.0.0",
4422
- "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz",
4423
- "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==",
4424
- "dev": true,
4425
- "license": "MIT",
4426
- "engines": {
4427
- "node": ">= 0.6"
4428
- }
4429
- },
4430
- "node_modules/@modelcontextprotocol/sdk/node_modules/path-key": {
4431
- "version": "3.1.1",
4432
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
4433
- "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
4434
- "dev": true,
4435
- "license": "MIT",
4436
- "engines": {
4437
- "node": ">=8"
4438
- }
4439
- },
4440
- "node_modules/@modelcontextprotocol/sdk/node_modules/qs": {
4441
- "version": "6.14.0",
4442
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.0.tgz",
4443
- "integrity": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==",
4444
- "dev": true,
4445
- "license": "BSD-3-Clause",
4446
- "dependencies": {
4447
- "side-channel": "^1.1.0"
4448
- },
4449
- "engines": {
4450
- "node": ">=0.6"
4451
- },
4452
- "funding": {
4453
- "url": "https://github.com/sponsors/ljharb"
4454
- }
4455
- },
4456
- "node_modules/@modelcontextprotocol/sdk/node_modules/raw-body": {
4457
- "version": "3.0.0",
4458
- "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.0.tgz",
4459
- "integrity": "sha512-RmkhL8CAyCRPXCE28MMH0z2PNWQBNk2Q09ZdxM9IOOXwxwZbN+qbWaatPkdkWIKL2ZVDImrN/pK5HTRz2PcS4g==",
4460
- "dev": true,
4461
- "license": "MIT",
4462
- "dependencies": {
4463
- "bytes": "3.1.2",
4464
- "http-errors": "2.0.0",
4465
- "iconv-lite": "0.6.3",
4466
- "unpipe": "1.0.0"
4467
- },
4468
- "engines": {
4469
- "node": ">= 0.8"
4470
- }
4471
- },
4472
- "node_modules/@modelcontextprotocol/sdk/node_modules/safe-buffer": {
4473
- "version": "5.2.1",
4474
- "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
4475
- "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
4476
- "dev": true,
4477
- "funding": [
4478
- {
4479
- "type": "github",
4480
- "url": "https://github.com/sponsors/feross"
4481
- },
4482
- {
4483
- "type": "patreon",
4484
- "url": "https://www.patreon.com/feross"
4485
- },
4486
- {
4487
- "type": "consulting",
4488
- "url": "https://feross.org/support"
4489
- }
4490
- ],
4491
- "license": "MIT"
4492
- },
4493
- "node_modules/@modelcontextprotocol/sdk/node_modules/send": {
4494
- "version": "1.2.0",
4495
- "resolved": "https://registry.npmjs.org/send/-/send-1.2.0.tgz",
4496
- "integrity": "sha512-uaW0WwXKpL9blXE2o0bRhoL2EGXIrZxQ2ZQ4mgcfoBxdFmQold+qWsD2jLrfZ0trjKL6vOw0j//eAwcALFjKSw==",
4497
- "dev": true,
4498
- "license": "MIT",
4499
- "dependencies": {
4500
- "debug": "^4.3.5",
4501
- "encodeurl": "^2.0.0",
4502
- "escape-html": "^1.0.3",
4503
- "etag": "^1.8.1",
4504
- "fresh": "^2.0.0",
4505
- "http-errors": "^2.0.0",
4506
- "mime-types": "^3.0.1",
4507
- "ms": "^2.1.3",
4508
- "on-finished": "^2.4.1",
4509
- "range-parser": "^1.2.1",
4510
- "statuses": "^2.0.1"
4511
- },
4512
- "engines": {
4513
- "node": ">= 18"
4514
- }
4515
- },
4516
- "node_modules/@modelcontextprotocol/sdk/node_modules/serve-static": {
4517
- "version": "2.2.0",
4518
- "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.0.tgz",
4519
- "integrity": "sha512-61g9pCh0Vnh7IutZjtLGGpTA355+OPn2TyDv/6ivP2h/AdAVX9azsoxmg2/M6nZeQZNYBEwIcsne1mJd9oQItQ==",
4520
- "dev": true,
4521
- "license": "MIT",
4522
- "dependencies": {
4523
- "encodeurl": "^2.0.0",
4524
- "escape-html": "^1.0.3",
4525
- "parseurl": "^1.3.3",
4526
- "send": "^1.2.0"
4527
- },
4528
- "engines": {
4529
- "node": ">= 18"
4530
- }
4531
- },
4532
- "node_modules/@modelcontextprotocol/sdk/node_modules/shebang-command": {
4533
- "version": "2.0.0",
4534
- "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
4535
- "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
4536
- "dev": true,
4537
- "license": "MIT",
4538
- "dependencies": {
4539
- "shebang-regex": "^3.0.0"
4540
- },
4541
- "engines": {
4542
- "node": ">=8"
4543
- }
4544
- },
4545
- "node_modules/@modelcontextprotocol/sdk/node_modules/shebang-regex": {
4546
- "version": "3.0.0",
4547
- "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
4548
- "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
4549
- "dev": true,
4550
- "license": "MIT",
4551
- "engines": {
4552
- "node": ">=8"
4553
- }
4554
- },
4555
- "node_modules/@modelcontextprotocol/sdk/node_modules/type-is": {
4556
- "version": "2.0.1",
4557
- "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.0.1.tgz",
4558
- "integrity": "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==",
4559
- "dev": true,
4560
- "license": "MIT",
4561
- "dependencies": {
4562
- "content-type": "^1.0.5",
4563
- "media-typer": "^1.1.0",
4564
- "mime-types": "^3.0.0"
4565
- },
4566
- "engines": {
4567
- "node": ">= 0.6"
4568
- }
4569
- },
4570
4176
  "node_modules/@nodelib/fs.scandir": {
4571
4177
  "version": "2.1.5",
4572
4178
  "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
@@ -6227,9 +5833,9 @@
6227
5833
  }
6228
5834
  },
6229
5835
  "node_modules/@types/node": {
6230
- "version": "20.17.47",
6231
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.47.tgz",
6232
- "integrity": "sha512-3dLX0Upo1v7RvUimvxLeXqwrfyKxUINk0EAM83swP2mlSUcwV73sZy8XhNz8bcZ3VbsfQyC/y6jRdL5tgCNpDQ==",
5836
+ "version": "20.17.50",
5837
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.50.tgz",
5838
+ "integrity": "sha512-Mxiq0ULv/zo1OzOhwPqOA13I81CV/W3nvd3ChtQZRT5Cwz3cr0FKo/wMSsbTqL3EXpaBAEQhva2B8ByRkOIh9A==",
6233
5839
  "license": "MIT",
6234
5840
  "dependencies": {
6235
5841
  "undici-types": "~6.19.2"
@@ -7841,9 +7447,9 @@
7841
7447
  }
7842
7448
  },
7843
7449
  "node_modules/balena-preload": {
7844
- "version": "18.0.1",
7845
- "resolved": "https://registry.npmjs.org/balena-preload/-/balena-preload-18.0.1.tgz",
7846
- "integrity": "sha512-KP5u9T3J6CNAD/w+iaPv+BLnhX/2pgjybFuYQcei5laPIEmy1eWiP/IAJENB5FJ8i6ME4H6sU3RA5bSeCr/0ZA==",
7450
+ "version": "18.0.3",
7451
+ "resolved": "https://registry.npmjs.org/balena-preload/-/balena-preload-18.0.3.tgz",
7452
+ "integrity": "sha512-uEd7oJ8quF9bjBRr/xQpZvadQ83VZtKvZ5dPRQJcHB3WbnL2krRLTp0JXt1eEGgoWkE5e293fVW+rrAB7LCAYw==",
7847
7453
  "license": "Apache-2.0",
7848
7454
  "dependencies": {
7849
7455
  "balena-sdk": "^21.2.1",
@@ -9164,20 +8770,6 @@
9164
8770
  "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
9165
8771
  "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
9166
8772
  },
9167
- "node_modules/cors": {
9168
- "version": "2.8.5",
9169
- "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz",
9170
- "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==",
9171
- "dev": true,
9172
- "license": "MIT",
9173
- "dependencies": {
9174
- "object-assign": "^4",
9175
- "vary": "^1"
9176
- },
9177
- "engines": {
9178
- "node": ">= 0.10"
9179
- }
9180
- },
9181
8773
  "node_modules/cosmiconfig": {
9182
8774
  "version": "7.1.0",
9183
8775
  "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
@@ -11099,29 +10691,6 @@
11099
10691
  "node": ">=0.8.x"
11100
10692
  }
11101
10693
  },
11102
- "node_modules/eventsource": {
11103
- "version": "3.0.6",
11104
- "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-3.0.6.tgz",
11105
- "integrity": "sha512-l19WpE2m9hSuyP06+FbuUUf1G+R0SFLrtQfbRb9PRr+oimOfxQhgGCbVaXg5IvZyyTThJsxh6L/srkMiCeBPDA==",
11106
- "dev": true,
11107
- "license": "MIT",
11108
- "dependencies": {
11109
- "eventsource-parser": "^3.0.1"
11110
- },
11111
- "engines": {
11112
- "node": ">=18.0.0"
11113
- }
11114
- },
11115
- "node_modules/eventsource-parser": {
11116
- "version": "3.0.1",
11117
- "resolved": "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.0.1.tgz",
11118
- "integrity": "sha512-VARTJ9CYeuQYb0pZEPbzi740OWFgpHe7AYJ2WFZVnUDUQp5Dk2yJUgF36YsZ81cOyxT0QxmXD2EQpapAouzWVA==",
11119
- "dev": true,
11120
- "license": "MIT",
11121
- "engines": {
11122
- "node": ">=18.0.0"
11123
- }
11124
- },
11125
10694
  "node_modules/execa": {
11126
10695
  "version": "1.0.0",
11127
10696
  "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz",
@@ -11217,22 +10786,6 @@
11217
10786
  "node": ">= 0.10.0"
11218
10787
  }
11219
10788
  },
11220
- "node_modules/express-rate-limit": {
11221
- "version": "7.5.0",
11222
- "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-7.5.0.tgz",
11223
- "integrity": "sha512-eB5zbQh5h+VenMPM3fh+nw1YExi5nMr6HUCR62ELSP11huvxm/Uir1H1QEyTkk5QX6A58pX6NmaTMceKZ0Eodg==",
11224
- "dev": true,
11225
- "license": "MIT",
11226
- "engines": {
11227
- "node": ">= 16"
11228
- },
11229
- "funding": {
11230
- "url": "https://github.com/sponsors/express-rate-limit"
11231
- },
11232
- "peerDependencies": {
11233
- "express": "^4.11 || 5 || ^5.0.0-beta.1"
11234
- }
11235
- },
11236
10789
  "node_modules/express/node_modules/array-flatten": {
11237
10790
  "version": "1.1.1",
11238
10791
  "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
@@ -16959,16 +16512,6 @@
16959
16512
  "node": ">=0.10.0"
16960
16513
  }
16961
16514
  },
16962
- "node_modules/pkce-challenge": {
16963
- "version": "5.0.0",
16964
- "resolved": "https://registry.npmjs.org/pkce-challenge/-/pkce-challenge-5.0.0.tgz",
16965
- "integrity": "sha512-ueGLflrrnvwB3xuo/uGob5pd5FN7l0MsLf0Z87o/UQmRtwjvfylfc9MurIxRAWywCYTgrvpXBcqjV4OfCYGCIQ==",
16966
- "dev": true,
16967
- "license": "MIT",
16968
- "engines": {
16969
- "node": ">=16.20.0"
16970
- }
16971
- },
16972
16515
  "node_modules/please-upgrade-node": {
16973
16516
  "version": "3.2.0",
16974
16517
  "resolved": "https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz",
@@ -18108,40 +17651,6 @@
18108
17651
  "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
18109
17652
  "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA=="
18110
17653
  },
18111
- "node_modules/router": {
18112
- "version": "2.2.0",
18113
- "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
18114
- "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
18115
- "dev": true,
18116
- "license": "MIT",
18117
- "dependencies": {
18118
- "debug": "^4.4.0",
18119
- "depd": "^2.0.0",
18120
- "is-promise": "^4.0.0",
18121
- "parseurl": "^1.3.3",
18122
- "path-to-regexp": "^8.0.0"
18123
- },
18124
- "engines": {
18125
- "node": ">= 18"
18126
- }
18127
- },
18128
- "node_modules/router/node_modules/is-promise": {
18129
- "version": "4.0.0",
18130
- "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
18131
- "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
18132
- "dev": true,
18133
- "license": "MIT"
18134
- },
18135
- "node_modules/router/node_modules/path-to-regexp": {
18136
- "version": "8.2.0",
18137
- "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.2.0.tgz",
18138
- "integrity": "sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==",
18139
- "dev": true,
18140
- "license": "MIT",
18141
- "engines": {
18142
- "node": ">=16"
18143
- }
18144
- },
18145
17654
  "node_modules/run-async": {
18146
17655
  "version": "2.4.1",
18147
17656
  "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz",
@@ -20999,26 +20508,6 @@
20999
20508
  "dependencies": {
21000
20509
  "safe-buffer": "~5.2.0"
21001
20510
  }
21002
- },
21003
- "node_modules/zod": {
21004
- "version": "3.24.4",
21005
- "resolved": "https://registry.npmjs.org/zod/-/zod-3.24.4.tgz",
21006
- "integrity": "sha512-OdqJE9UDRPwWsrHjLN2F8bPxvwJBK22EHLWtanu0LSYr5YqzsaaW3RMgmjwr8Rypg5k+meEJdSPXJZXE/yqOMg==",
21007
- "dev": true,
21008
- "license": "MIT",
21009
- "funding": {
21010
- "url": "https://github.com/sponsors/colinhacks"
21011
- }
21012
- },
21013
- "node_modules/zod-to-json-schema": {
21014
- "version": "3.24.5",
21015
- "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.24.5.tgz",
21016
- "integrity": "sha512-/AuWwMP+YqiPbsJx5D6TfgRTc4kTLjsh5SOcd4bLsfUg2RcEXrFMJl1DGgdHy2aCfsIA/cr/1JM0xcB2GZji8g==",
21017
- "dev": true,
21018
- "license": "ISC",
21019
- "peerDependencies": {
21020
- "zod": "^3.24.1"
21021
- }
21022
20511
  }
21023
20512
  }
21024
20513
  }
@@ -982,49 +982,6 @@
982
982
  "index.js"
983
983
  ]
984
984
  },
985
- "device-type:list": {
986
- "aliases": [
987
- "devices supported"
988
- ],
989
- "args": {},
990
- "deprecateAliases": true,
991
- "description": "List the device types supported by balena (like 'raspberrypi3' or 'intel-nuc').\n\nList the device types supported by balena (like 'raspberrypi3' or 'intel-nuc').\n\nBy default, only actively supported device types are listed.\nThe --all option can be used to list all device types, including those that are\nno longer supported by balena.\n\nThe --json option is recommended when scripting the output of this command,\nbecause the JSON format is less likely to change and it better represents data\ntypes like lists and empty strings (for example, the ALIASES column contains a\nlist of zero or more values). The 'jq' utility may be helpful in shell scripts\n(https://stedolan.github.io/jq/manual/).",
992
- "examples": [
993
- "$ balena device-type list",
994
- "$ balena device-type list --all",
995
- "$ balena device-type list --json"
996
- ],
997
- "flags": {
998
- "json": {
999
- "char": "j",
1000
- "description": "produce JSON output instead of tabular output",
1001
- "name": "json",
1002
- "allowNo": false,
1003
- "type": "boolean"
1004
- },
1005
- "all": {
1006
- "description": "include device types no longer supported by balena",
1007
- "name": "all",
1008
- "allowNo": false,
1009
- "type": "boolean"
1010
- }
1011
- },
1012
- "hasDynamicHelp": false,
1013
- "hiddenAliases": [],
1014
- "id": "device-type:list",
1015
- "pluginAlias": "balena-cli",
1016
- "pluginName": "balena-cli",
1017
- "pluginType": "core",
1018
- "strict": true,
1019
- "enableJsonFlag": false,
1020
- "isESM": false,
1021
- "relativePath": [
1022
- "build",
1023
- "commands",
1024
- "device-type",
1025
- "list.js"
1026
- ]
1027
- },
1028
985
  "device:deactivate": {
1029
986
  "aliases": [],
1030
987
  "args": {
@@ -2267,6 +2224,49 @@
2267
2224
  "tunnel.js"
2268
2225
  ]
2269
2226
  },
2227
+ "device-type:list": {
2228
+ "aliases": [
2229
+ "devices supported"
2230
+ ],
2231
+ "args": {},
2232
+ "deprecateAliases": true,
2233
+ "description": "List the device types supported by balena (like 'raspberrypi3' or 'intel-nuc').\n\nList the device types supported by balena (like 'raspberrypi3' or 'intel-nuc').\n\nBy default, only actively supported device types are listed.\nThe --all option can be used to list all device types, including those that are\nno longer supported by balena.\n\nThe --json option is recommended when scripting the output of this command,\nbecause the JSON format is less likely to change and it better represents data\ntypes like lists and empty strings (for example, the ALIASES column contains a\nlist of zero or more values). The 'jq' utility may be helpful in shell scripts\n(https://stedolan.github.io/jq/manual/).",
2234
+ "examples": [
2235
+ "$ balena device-type list",
2236
+ "$ balena device-type list --all",
2237
+ "$ balena device-type list --json"
2238
+ ],
2239
+ "flags": {
2240
+ "json": {
2241
+ "char": "j",
2242
+ "description": "produce JSON output instead of tabular output",
2243
+ "name": "json",
2244
+ "allowNo": false,
2245
+ "type": "boolean"
2246
+ },
2247
+ "all": {
2248
+ "description": "include device types no longer supported by balena",
2249
+ "name": "all",
2250
+ "allowNo": false,
2251
+ "type": "boolean"
2252
+ }
2253
+ },
2254
+ "hasDynamicHelp": false,
2255
+ "hiddenAliases": [],
2256
+ "id": "device-type:list",
2257
+ "pluginAlias": "balena-cli",
2258
+ "pluginName": "balena-cli",
2259
+ "pluginType": "core",
2260
+ "strict": true,
2261
+ "enableJsonFlag": false,
2262
+ "isESM": false,
2263
+ "relativePath": [
2264
+ "build",
2265
+ "commands",
2266
+ "device-type",
2267
+ "list.js"
2268
+ ]
2269
+ },
2270
2270
  "env:list": {
2271
2271
  "aliases": [
2272
2272
  "envs"
@@ -4716,5 +4716,5 @@
4716
4716
  ]
4717
4717
  }
4718
4718
  },
4719
- "version": "21.1.12"
4719
+ "version": "21.1.13"
4720
4720
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balena-cli",
3
- "version": "21.1.12",
3
+ "version": "21.1.13",
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",
@@ -200,7 +200,7 @@
200
200
  "balena-device-init": "^8.1.3",
201
201
  "balena-errors": "^4.7.3",
202
202
  "balena-image-fs": "^7.5.2",
203
- "balena-preload": "^18.0.1",
203
+ "balena-preload": "^18.0.3",
204
204
  "balena-sdk": "^21.3.0",
205
205
  "balena-semver": "^2.3.0",
206
206
  "balena-settings-client": "^5.0.2",
@@ -276,6 +276,6 @@
276
276
  }
277
277
  },
278
278
  "versionist": {
279
- "publishedAt": "2025-05-15T23:15:03.531Z"
279
+ "publishedAt": "2025-05-21T13:00:26.670Z"
280
280
  }
281
281
  }