balena-cli 23.2.0 → 23.2.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 CHANGED
@@ -4,7 +4,11 @@ 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
- ## 23.2.0 - 2025-11-20
7
+ ## 23.2.1 - 2025-12-02
8
+
9
+ * tests/os/configure.spec: Abstract the temp image creation and cleanup [Thodoris Greasidis]
10
+
11
+ ## 23.2.0 - 2025-11-21
8
12
 
9
13
  * Include sub-commands in --help [Thodoris Greasidis]
10
14
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "balena-cli",
3
- "version": "23.2.0",
3
+ "version": "23.2.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "balena-cli",
9
- "version": "23.2.0",
9
+ "version": "23.2.1",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -790,9 +790,9 @@
790
790
  }
791
791
  },
792
792
  "node_modules/@aws-sdk/client-cloudfront/node_modules/@smithy/core": {
793
- "version": "3.18.5",
794
- "resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.18.5.tgz",
795
- "integrity": "sha512-6gnIz3h+PEPQGDj8MnRSjDvKBah042jEoPgjFGJ4iJLBE78L4lY/n98x14XyPF4u3lN179Ub/ZKFY5za9GeLQw==",
793
+ "version": "3.18.6",
794
+ "resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.18.6.tgz",
795
+ "integrity": "sha512-8Q/ugWqfDUEU1Exw71+DoOzlONJ2Cn9QA8VeeDzLLjzO/qruh9UKFzbszy4jXcIYgGofxYiT0t1TT6+CT/GupQ==",
796
796
  "dev": true,
797
797
  "license": "Apache-2.0",
798
798
  "dependencies": {
@@ -904,13 +904,13 @@
904
904
  }
905
905
  },
906
906
  "node_modules/@aws-sdk/client-cloudfront/node_modules/@smithy/middleware-endpoint": {
907
- "version": "4.3.12",
908
- "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.3.12.tgz",
909
- "integrity": "sha512-9pAX/H+VQPzNbouhDhkW723igBMLgrI8OtX+++M7iKJgg/zY/Ig3i1e6seCcx22FWhE6Q/S61BRdi2wXBORT+A==",
907
+ "version": "4.3.13",
908
+ "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.3.13.tgz",
909
+ "integrity": "sha512-X4za1qCdyx1hEVVXuAWlZuK6wzLDv1uw1OY9VtaYy1lULl661+frY7FeuHdYdl7qAARUxH2yvNExU2/SmRFfcg==",
910
910
  "dev": true,
911
911
  "license": "Apache-2.0",
912
912
  "dependencies": {
913
- "@smithy/core": "^3.18.5",
913
+ "@smithy/core": "^3.18.6",
914
914
  "@smithy/middleware-serde": "^4.2.6",
915
915
  "@smithy/node-config-provider": "^4.3.5",
916
916
  "@smithy/shared-ini-file-loader": "^4.4.0",
@@ -924,16 +924,16 @@
924
924
  }
925
925
  },
926
926
  "node_modules/@aws-sdk/client-cloudfront/node_modules/@smithy/middleware-retry": {
927
- "version": "4.4.12",
928
- "resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-4.4.12.tgz",
929
- "integrity": "sha512-S4kWNKFowYd0lID7/DBqWHOQxmxlsf0jBaos9chQZUWTVOjSW1Ogyh8/ib5tM+agFDJ/TCxuCTvrnlc+9cIBcQ==",
927
+ "version": "4.4.13",
928
+ "resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-4.4.13.tgz",
929
+ "integrity": "sha512-RzIDF9OrSviXX7MQeKOm8r/372KTyY8Jmp6HNKOOYlrguHADuM3ED/f4aCyNhZZFLG55lv5beBin7nL0Nzy1Dw==",
930
930
  "dev": true,
931
931
  "license": "Apache-2.0",
932
932
  "dependencies": {
933
933
  "@smithy/node-config-provider": "^4.3.5",
934
934
  "@smithy/protocol-http": "^5.3.5",
935
935
  "@smithy/service-error-classification": "^4.2.5",
936
- "@smithy/smithy-client": "^4.9.8",
936
+ "@smithy/smithy-client": "^4.9.9",
937
937
  "@smithy/types": "^4.9.0",
938
938
  "@smithy/util-middleware": "^4.2.5",
939
939
  "@smithy/util-retry": "^4.2.5",
@@ -1111,14 +1111,14 @@
1111
1111
  }
1112
1112
  },
1113
1113
  "node_modules/@aws-sdk/client-cloudfront/node_modules/@smithy/smithy-client": {
1114
- "version": "4.9.8",
1115
- "resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.9.8.tgz",
1116
- "integrity": "sha512-8xgq3LgKDEFoIrLWBho/oYKyWByw9/corz7vuh1upv7ZBm0ZMjGYBhbn6v643WoIqA9UTcx5A5htEp/YatUwMA==",
1114
+ "version": "4.9.9",
1115
+ "resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.9.9.tgz",
1116
+ "integrity": "sha512-SUnZJMMo5yCmgjopJbiNeo1vlr8KvdnEfIHV9rlD77QuOGdRotIVBcOrBuMr+sI9zrnhtDtLP054bZVbpZpiQA==",
1117
1117
  "dev": true,
1118
1118
  "license": "Apache-2.0",
1119
1119
  "dependencies": {
1120
- "@smithy/core": "^3.18.5",
1121
- "@smithy/middleware-endpoint": "^4.3.12",
1120
+ "@smithy/core": "^3.18.6",
1121
+ "@smithy/middleware-endpoint": "^4.3.13",
1122
1122
  "@smithy/middleware-stack": "^4.2.5",
1123
1123
  "@smithy/protocol-http": "^5.3.5",
1124
1124
  "@smithy/types": "^4.9.0",
@@ -1226,14 +1226,14 @@
1226
1226
  }
1227
1227
  },
1228
1228
  "node_modules/@aws-sdk/client-cloudfront/node_modules/@smithy/util-defaults-mode-browser": {
1229
- "version": "4.3.11",
1230
- "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.3.11.tgz",
1231
- "integrity": "sha512-yHv+r6wSQXEXTPVCIQTNmXVWs7ekBTpMVErjqZoWkYN75HIFN5y9+/+sYOejfAuvxWGvgzgxbTHa/oz61YTbKw==",
1229
+ "version": "4.3.12",
1230
+ "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.3.12.tgz",
1231
+ "integrity": "sha512-TKc6FnOxFULKxLgTNHYjcFqdOYzXVPFFVm5JhI30F3RdhT7nYOtOsjgaOwfDRmA/3U66O9KaBQ3UHoXwayRhAg==",
1232
1232
  "dev": true,
1233
1233
  "license": "Apache-2.0",
1234
1234
  "dependencies": {
1235
1235
  "@smithy/property-provider": "^4.2.5",
1236
- "@smithy/smithy-client": "^4.9.8",
1236
+ "@smithy/smithy-client": "^4.9.9",
1237
1237
  "@smithy/types": "^4.9.0",
1238
1238
  "tslib": "^2.6.2"
1239
1239
  },
@@ -1242,9 +1242,9 @@
1242
1242
  }
1243
1243
  },
1244
1244
  "node_modules/@aws-sdk/client-cloudfront/node_modules/@smithy/util-defaults-mode-node": {
1245
- "version": "4.2.14",
1246
- "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.2.14.tgz",
1247
- "integrity": "sha512-ljZN3iRvaJUgulfvobIuG97q1iUuCMrvXAlkZ4msY+ZuVHQHDIqn7FKZCEj+bx8omz6kF5yQXms/xhzjIO5XiA==",
1245
+ "version": "4.2.15",
1246
+ "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.2.15.tgz",
1247
+ "integrity": "sha512-94NqfQVo+vGc5gsQ9SROZqOvBkGNMQu6pjXbnn8aQvBUhc31kx49gxlkBEqgmaZQHUUfdRUin5gK/HlHKmbAwg==",
1248
1248
  "dev": true,
1249
1249
  "license": "Apache-2.0",
1250
1250
  "dependencies": {
@@ -1252,7 +1252,7 @@
1252
1252
  "@smithy/credential-provider-imds": "^4.2.5",
1253
1253
  "@smithy/node-config-provider": "^4.3.5",
1254
1254
  "@smithy/property-provider": "^4.2.5",
1255
- "@smithy/smithy-client": "^4.9.8",
1255
+ "@smithy/smithy-client": "^4.9.9",
1256
1256
  "@smithy/types": "^4.9.0",
1257
1257
  "tslib": "^2.6.2"
1258
1258
  },
@@ -1892,9 +1892,9 @@
1892
1892
  }
1893
1893
  },
1894
1894
  "node_modules/@aws-sdk/client-s3/node_modules/@smithy/core": {
1895
- "version": "3.18.5",
1896
- "resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.18.5.tgz",
1897
- "integrity": "sha512-6gnIz3h+PEPQGDj8MnRSjDvKBah042jEoPgjFGJ4iJLBE78L4lY/n98x14XyPF4u3lN179Ub/ZKFY5za9GeLQw==",
1895
+ "version": "3.18.6",
1896
+ "resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.18.6.tgz",
1897
+ "integrity": "sha512-8Q/ugWqfDUEU1Exw71+DoOzlONJ2Cn9QA8VeeDzLLjzO/qruh9UKFzbszy4jXcIYgGofxYiT0t1TT6+CT/GupQ==",
1898
1898
  "dev": true,
1899
1899
  "license": "Apache-2.0",
1900
1900
  "dependencies": {
@@ -2006,13 +2006,13 @@
2006
2006
  }
2007
2007
  },
2008
2008
  "node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint": {
2009
- "version": "4.3.12",
2010
- "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.3.12.tgz",
2011
- "integrity": "sha512-9pAX/H+VQPzNbouhDhkW723igBMLgrI8OtX+++M7iKJgg/zY/Ig3i1e6seCcx22FWhE6Q/S61BRdi2wXBORT+A==",
2009
+ "version": "4.3.13",
2010
+ "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.3.13.tgz",
2011
+ "integrity": "sha512-X4za1qCdyx1hEVVXuAWlZuK6wzLDv1uw1OY9VtaYy1lULl661+frY7FeuHdYdl7qAARUxH2yvNExU2/SmRFfcg==",
2012
2012
  "dev": true,
2013
2013
  "license": "Apache-2.0",
2014
2014
  "dependencies": {
2015
- "@smithy/core": "^3.18.5",
2015
+ "@smithy/core": "^3.18.6",
2016
2016
  "@smithy/middleware-serde": "^4.2.6",
2017
2017
  "@smithy/node-config-provider": "^4.3.5",
2018
2018
  "@smithy/shared-ini-file-loader": "^4.4.0",
@@ -2026,16 +2026,16 @@
2026
2026
  }
2027
2027
  },
2028
2028
  "node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-retry": {
2029
- "version": "4.4.12",
2030
- "resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-4.4.12.tgz",
2031
- "integrity": "sha512-S4kWNKFowYd0lID7/DBqWHOQxmxlsf0jBaos9chQZUWTVOjSW1Ogyh8/ib5tM+agFDJ/TCxuCTvrnlc+9cIBcQ==",
2029
+ "version": "4.4.13",
2030
+ "resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-4.4.13.tgz",
2031
+ "integrity": "sha512-RzIDF9OrSviXX7MQeKOm8r/372KTyY8Jmp6HNKOOYlrguHADuM3ED/f4aCyNhZZFLG55lv5beBin7nL0Nzy1Dw==",
2032
2032
  "dev": true,
2033
2033
  "license": "Apache-2.0",
2034
2034
  "dependencies": {
2035
2035
  "@smithy/node-config-provider": "^4.3.5",
2036
2036
  "@smithy/protocol-http": "^5.3.5",
2037
2037
  "@smithy/service-error-classification": "^4.2.5",
2038
- "@smithy/smithy-client": "^4.9.8",
2038
+ "@smithy/smithy-client": "^4.9.9",
2039
2039
  "@smithy/types": "^4.9.0",
2040
2040
  "@smithy/util-middleware": "^4.2.5",
2041
2041
  "@smithy/util-retry": "^4.2.5",
@@ -2213,14 +2213,14 @@
2213
2213
  }
2214
2214
  },
2215
2215
  "node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client": {
2216
- "version": "4.9.8",
2217
- "resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.9.8.tgz",
2218
- "integrity": "sha512-8xgq3LgKDEFoIrLWBho/oYKyWByw9/corz7vuh1upv7ZBm0ZMjGYBhbn6v643WoIqA9UTcx5A5htEp/YatUwMA==",
2216
+ "version": "4.9.9",
2217
+ "resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.9.9.tgz",
2218
+ "integrity": "sha512-SUnZJMMo5yCmgjopJbiNeo1vlr8KvdnEfIHV9rlD77QuOGdRotIVBcOrBuMr+sI9zrnhtDtLP054bZVbpZpiQA==",
2219
2219
  "dev": true,
2220
2220
  "license": "Apache-2.0",
2221
2221
  "dependencies": {
2222
- "@smithy/core": "^3.18.5",
2223
- "@smithy/middleware-endpoint": "^4.3.12",
2222
+ "@smithy/core": "^3.18.6",
2223
+ "@smithy/middleware-endpoint": "^4.3.13",
2224
2224
  "@smithy/middleware-stack": "^4.2.5",
2225
2225
  "@smithy/protocol-http": "^5.3.5",
2226
2226
  "@smithy/types": "^4.9.0",
@@ -2328,14 +2328,14 @@
2328
2328
  }
2329
2329
  },
2330
2330
  "node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-defaults-mode-browser": {
2331
- "version": "4.3.11",
2332
- "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.3.11.tgz",
2333
- "integrity": "sha512-yHv+r6wSQXEXTPVCIQTNmXVWs7ekBTpMVErjqZoWkYN75HIFN5y9+/+sYOejfAuvxWGvgzgxbTHa/oz61YTbKw==",
2331
+ "version": "4.3.12",
2332
+ "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.3.12.tgz",
2333
+ "integrity": "sha512-TKc6FnOxFULKxLgTNHYjcFqdOYzXVPFFVm5JhI30F3RdhT7nYOtOsjgaOwfDRmA/3U66O9KaBQ3UHoXwayRhAg==",
2334
2334
  "dev": true,
2335
2335
  "license": "Apache-2.0",
2336
2336
  "dependencies": {
2337
2337
  "@smithy/property-provider": "^4.2.5",
2338
- "@smithy/smithy-client": "^4.9.8",
2338
+ "@smithy/smithy-client": "^4.9.9",
2339
2339
  "@smithy/types": "^4.9.0",
2340
2340
  "tslib": "^2.6.2"
2341
2341
  },
@@ -2344,9 +2344,9 @@
2344
2344
  }
2345
2345
  },
2346
2346
  "node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-defaults-mode-node": {
2347
- "version": "4.2.14",
2348
- "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.2.14.tgz",
2349
- "integrity": "sha512-ljZN3iRvaJUgulfvobIuG97q1iUuCMrvXAlkZ4msY+ZuVHQHDIqn7FKZCEj+bx8omz6kF5yQXms/xhzjIO5XiA==",
2347
+ "version": "4.2.15",
2348
+ "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.2.15.tgz",
2349
+ "integrity": "sha512-94NqfQVo+vGc5gsQ9SROZqOvBkGNMQu6pjXbnn8aQvBUhc31kx49gxlkBEqgmaZQHUUfdRUin5gK/HlHKmbAwg==",
2350
2350
  "dev": true,
2351
2351
  "license": "Apache-2.0",
2352
2352
  "dependencies": {
@@ -2354,7 +2354,7 @@
2354
2354
  "@smithy/credential-provider-imds": "^4.2.5",
2355
2355
  "@smithy/node-config-provider": "^4.3.5",
2356
2356
  "@smithy/property-provider": "^4.2.5",
2357
- "@smithy/smithy-client": "^4.9.8",
2357
+ "@smithy/smithy-client": "^4.9.9",
2358
2358
  "@smithy/types": "^4.9.0",
2359
2359
  "tslib": "^2.6.2"
2360
2360
  },
@@ -3102,9 +3102,9 @@
3102
3102
  }
3103
3103
  },
3104
3104
  "node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core": {
3105
- "version": "3.18.5",
3106
- "resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.18.5.tgz",
3107
- "integrity": "sha512-6gnIz3h+PEPQGDj8MnRSjDvKBah042jEoPgjFGJ4iJLBE78L4lY/n98x14XyPF4u3lN179Ub/ZKFY5za9GeLQw==",
3105
+ "version": "3.18.6",
3106
+ "resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.18.6.tgz",
3107
+ "integrity": "sha512-8Q/ugWqfDUEU1Exw71+DoOzlONJ2Cn9QA8VeeDzLLjzO/qruh9UKFzbszy4jXcIYgGofxYiT0t1TT6+CT/GupQ==",
3108
3108
  "dev": true,
3109
3109
  "license": "Apache-2.0",
3110
3110
  "dependencies": {
@@ -3154,13 +3154,13 @@
3154
3154
  }
3155
3155
  },
3156
3156
  "node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint": {
3157
- "version": "4.3.12",
3158
- "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.3.12.tgz",
3159
- "integrity": "sha512-9pAX/H+VQPzNbouhDhkW723igBMLgrI8OtX+++M7iKJgg/zY/Ig3i1e6seCcx22FWhE6Q/S61BRdi2wXBORT+A==",
3157
+ "version": "4.3.13",
3158
+ "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.3.13.tgz",
3159
+ "integrity": "sha512-X4za1qCdyx1hEVVXuAWlZuK6wzLDv1uw1OY9VtaYy1lULl661+frY7FeuHdYdl7qAARUxH2yvNExU2/SmRFfcg==",
3160
3160
  "dev": true,
3161
3161
  "license": "Apache-2.0",
3162
3162
  "dependencies": {
3163
- "@smithy/core": "^3.18.5",
3163
+ "@smithy/core": "^3.18.6",
3164
3164
  "@smithy/middleware-serde": "^4.2.6",
3165
3165
  "@smithy/node-config-provider": "^4.3.5",
3166
3166
  "@smithy/shared-ini-file-loader": "^4.4.0",
@@ -3327,14 +3327,14 @@
3327
3327
  }
3328
3328
  },
3329
3329
  "node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client": {
3330
- "version": "4.9.8",
3331
- "resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.9.8.tgz",
3332
- "integrity": "sha512-8xgq3LgKDEFoIrLWBho/oYKyWByw9/corz7vuh1upv7ZBm0ZMjGYBhbn6v643WoIqA9UTcx5A5htEp/YatUwMA==",
3330
+ "version": "4.9.9",
3331
+ "resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.9.9.tgz",
3332
+ "integrity": "sha512-SUnZJMMo5yCmgjopJbiNeo1vlr8KvdnEfIHV9rlD77QuOGdRotIVBcOrBuMr+sI9zrnhtDtLP054bZVbpZpiQA==",
3333
3333
  "dev": true,
3334
3334
  "license": "Apache-2.0",
3335
3335
  "dependencies": {
3336
- "@smithy/core": "^3.18.5",
3337
- "@smithy/middleware-endpoint": "^4.3.12",
3336
+ "@smithy/core": "^3.18.6",
3337
+ "@smithy/middleware-endpoint": "^4.3.13",
3338
3338
  "@smithy/middleware-stack": "^4.2.5",
3339
3339
  "@smithy/protocol-http": "^5.3.5",
3340
3340
  "@smithy/types": "^4.9.0",
@@ -3686,9 +3686,9 @@
3686
3686
  }
3687
3687
  },
3688
3688
  "node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/core": {
3689
- "version": "3.18.5",
3690
- "resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.18.5.tgz",
3691
- "integrity": "sha512-6gnIz3h+PEPQGDj8MnRSjDvKBah042jEoPgjFGJ4iJLBE78L4lY/n98x14XyPF4u3lN179Ub/ZKFY5za9GeLQw==",
3689
+ "version": "3.18.6",
3690
+ "resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.18.6.tgz",
3691
+ "integrity": "sha512-8Q/ugWqfDUEU1Exw71+DoOzlONJ2Cn9QA8VeeDzLLjzO/qruh9UKFzbszy4jXcIYgGofxYiT0t1TT6+CT/GupQ==",
3692
3692
  "dev": true,
3693
3693
  "license": "Apache-2.0",
3694
3694
  "dependencies": {
@@ -3738,13 +3738,13 @@
3738
3738
  }
3739
3739
  },
3740
3740
  "node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/middleware-endpoint": {
3741
- "version": "4.3.12",
3742
- "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.3.12.tgz",
3743
- "integrity": "sha512-9pAX/H+VQPzNbouhDhkW723igBMLgrI8OtX+++M7iKJgg/zY/Ig3i1e6seCcx22FWhE6Q/S61BRdi2wXBORT+A==",
3741
+ "version": "4.3.13",
3742
+ "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.3.13.tgz",
3743
+ "integrity": "sha512-X4za1qCdyx1hEVVXuAWlZuK6wzLDv1uw1OY9VtaYy1lULl661+frY7FeuHdYdl7qAARUxH2yvNExU2/SmRFfcg==",
3744
3744
  "dev": true,
3745
3745
  "license": "Apache-2.0",
3746
3746
  "dependencies": {
3747
- "@smithy/core": "^3.18.5",
3747
+ "@smithy/core": "^3.18.6",
3748
3748
  "@smithy/middleware-serde": "^4.2.6",
3749
3749
  "@smithy/node-config-provider": "^4.3.5",
3750
3750
  "@smithy/shared-ini-file-loader": "^4.4.0",
@@ -3911,14 +3911,14 @@
3911
3911
  }
3912
3912
  },
3913
3913
  "node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/smithy-client": {
3914
- "version": "4.9.8",
3915
- "resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.9.8.tgz",
3916
- "integrity": "sha512-8xgq3LgKDEFoIrLWBho/oYKyWByw9/corz7vuh1upv7ZBm0ZMjGYBhbn6v643WoIqA9UTcx5A5htEp/YatUwMA==",
3914
+ "version": "4.9.9",
3915
+ "resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.9.9.tgz",
3916
+ "integrity": "sha512-SUnZJMMo5yCmgjopJbiNeo1vlr8KvdnEfIHV9rlD77QuOGdRotIVBcOrBuMr+sI9zrnhtDtLP054bZVbpZpiQA==",
3917
3917
  "dev": true,
3918
3918
  "license": "Apache-2.0",
3919
3919
  "dependencies": {
3920
- "@smithy/core": "^3.18.5",
3921
- "@smithy/middleware-endpoint": "^4.3.12",
3920
+ "@smithy/core": "^3.18.6",
3921
+ "@smithy/middleware-endpoint": "^4.3.13",
3922
3922
  "@smithy/middleware-stack": "^4.2.5",
3923
3923
  "@smithy/protocol-http": "^5.3.5",
3924
3924
  "@smithy/types": "^4.9.0",
@@ -4440,9 +4440,9 @@
4440
4440
  }
4441
4441
  },
4442
4442
  "node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core": {
4443
- "version": "3.18.5",
4444
- "resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.18.5.tgz",
4445
- "integrity": "sha512-6gnIz3h+PEPQGDj8MnRSjDvKBah042jEoPgjFGJ4iJLBE78L4lY/n98x14XyPF4u3lN179Ub/ZKFY5za9GeLQw==",
4443
+ "version": "3.18.6",
4444
+ "resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.18.6.tgz",
4445
+ "integrity": "sha512-8Q/ugWqfDUEU1Exw71+DoOzlONJ2Cn9QA8VeeDzLLjzO/qruh9UKFzbszy4jXcIYgGofxYiT0t1TT6+CT/GupQ==",
4446
4446
  "dev": true,
4447
4447
  "license": "Apache-2.0",
4448
4448
  "dependencies": {
@@ -4554,13 +4554,13 @@
4554
4554
  }
4555
4555
  },
4556
4556
  "node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint": {
4557
- "version": "4.3.12",
4558
- "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.3.12.tgz",
4559
- "integrity": "sha512-9pAX/H+VQPzNbouhDhkW723igBMLgrI8OtX+++M7iKJgg/zY/Ig3i1e6seCcx22FWhE6Q/S61BRdi2wXBORT+A==",
4557
+ "version": "4.3.13",
4558
+ "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.3.13.tgz",
4559
+ "integrity": "sha512-X4za1qCdyx1hEVVXuAWlZuK6wzLDv1uw1OY9VtaYy1lULl661+frY7FeuHdYdl7qAARUxH2yvNExU2/SmRFfcg==",
4560
4560
  "dev": true,
4561
4561
  "license": "Apache-2.0",
4562
4562
  "dependencies": {
4563
- "@smithy/core": "^3.18.5",
4563
+ "@smithy/core": "^3.18.6",
4564
4564
  "@smithy/middleware-serde": "^4.2.6",
4565
4565
  "@smithy/node-config-provider": "^4.3.5",
4566
4566
  "@smithy/shared-ini-file-loader": "^4.4.0",
@@ -4574,16 +4574,16 @@
4574
4574
  }
4575
4575
  },
4576
4576
  "node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry": {
4577
- "version": "4.4.12",
4578
- "resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-4.4.12.tgz",
4579
- "integrity": "sha512-S4kWNKFowYd0lID7/DBqWHOQxmxlsf0jBaos9chQZUWTVOjSW1Ogyh8/ib5tM+agFDJ/TCxuCTvrnlc+9cIBcQ==",
4577
+ "version": "4.4.13",
4578
+ "resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-4.4.13.tgz",
4579
+ "integrity": "sha512-RzIDF9OrSviXX7MQeKOm8r/372KTyY8Jmp6HNKOOYlrguHADuM3ED/f4aCyNhZZFLG55lv5beBin7nL0Nzy1Dw==",
4580
4580
  "dev": true,
4581
4581
  "license": "Apache-2.0",
4582
4582
  "dependencies": {
4583
4583
  "@smithy/node-config-provider": "^4.3.5",
4584
4584
  "@smithy/protocol-http": "^5.3.5",
4585
4585
  "@smithy/service-error-classification": "^4.2.5",
4586
- "@smithy/smithy-client": "^4.9.8",
4586
+ "@smithy/smithy-client": "^4.9.9",
4587
4587
  "@smithy/types": "^4.9.0",
4588
4588
  "@smithy/util-middleware": "^4.2.5",
4589
4589
  "@smithy/util-retry": "^4.2.5",
@@ -4761,14 +4761,14 @@
4761
4761
  }
4762
4762
  },
4763
4763
  "node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client": {
4764
- "version": "4.9.8",
4765
- "resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.9.8.tgz",
4766
- "integrity": "sha512-8xgq3LgKDEFoIrLWBho/oYKyWByw9/corz7vuh1upv7ZBm0ZMjGYBhbn6v643WoIqA9UTcx5A5htEp/YatUwMA==",
4764
+ "version": "4.9.9",
4765
+ "resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.9.9.tgz",
4766
+ "integrity": "sha512-SUnZJMMo5yCmgjopJbiNeo1vlr8KvdnEfIHV9rlD77QuOGdRotIVBcOrBuMr+sI9zrnhtDtLP054bZVbpZpiQA==",
4767
4767
  "dev": true,
4768
4768
  "license": "Apache-2.0",
4769
4769
  "dependencies": {
4770
- "@smithy/core": "^3.18.5",
4771
- "@smithy/middleware-endpoint": "^4.3.12",
4770
+ "@smithy/core": "^3.18.6",
4771
+ "@smithy/middleware-endpoint": "^4.3.13",
4772
4772
  "@smithy/middleware-stack": "^4.2.5",
4773
4773
  "@smithy/protocol-http": "^5.3.5",
4774
4774
  "@smithy/types": "^4.9.0",
@@ -4876,14 +4876,14 @@
4876
4876
  }
4877
4877
  },
4878
4878
  "node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-browser": {
4879
- "version": "4.3.11",
4880
- "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.3.11.tgz",
4881
- "integrity": "sha512-yHv+r6wSQXEXTPVCIQTNmXVWs7ekBTpMVErjqZoWkYN75HIFN5y9+/+sYOejfAuvxWGvgzgxbTHa/oz61YTbKw==",
4879
+ "version": "4.3.12",
4880
+ "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.3.12.tgz",
4881
+ "integrity": "sha512-TKc6FnOxFULKxLgTNHYjcFqdOYzXVPFFVm5JhI30F3RdhT7nYOtOsjgaOwfDRmA/3U66O9KaBQ3UHoXwayRhAg==",
4882
4882
  "dev": true,
4883
4883
  "license": "Apache-2.0",
4884
4884
  "dependencies": {
4885
4885
  "@smithy/property-provider": "^4.2.5",
4886
- "@smithy/smithy-client": "^4.9.8",
4886
+ "@smithy/smithy-client": "^4.9.9",
4887
4887
  "@smithy/types": "^4.9.0",
4888
4888
  "tslib": "^2.6.2"
4889
4889
  },
@@ -4892,9 +4892,9 @@
4892
4892
  }
4893
4893
  },
4894
4894
  "node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-node": {
4895
- "version": "4.2.14",
4896
- "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.2.14.tgz",
4897
- "integrity": "sha512-ljZN3iRvaJUgulfvobIuG97q1iUuCMrvXAlkZ4msY+ZuVHQHDIqn7FKZCEj+bx8omz6kF5yQXms/xhzjIO5XiA==",
4895
+ "version": "4.2.15",
4896
+ "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.2.15.tgz",
4897
+ "integrity": "sha512-94NqfQVo+vGc5gsQ9SROZqOvBkGNMQu6pjXbnn8aQvBUhc31kx49gxlkBEqgmaZQHUUfdRUin5gK/HlHKmbAwg==",
4898
4898
  "dev": true,
4899
4899
  "license": "Apache-2.0",
4900
4900
  "dependencies": {
@@ -4902,7 +4902,7 @@
4902
4902
  "@smithy/credential-provider-imds": "^4.2.5",
4903
4903
  "@smithy/node-config-provider": "^4.3.5",
4904
4904
  "@smithy/property-provider": "^4.2.5",
4905
- "@smithy/smithy-client": "^4.9.8",
4905
+ "@smithy/smithy-client": "^4.9.9",
4906
4906
  "@smithy/types": "^4.9.0",
4907
4907
  "tslib": "^2.6.2"
4908
4908
  },
@@ -5782,9 +5782,9 @@
5782
5782
  }
5783
5783
  },
5784
5784
  "node_modules/@balena/lint/node_modules/@eslint/eslintrc": {
5785
- "version": "3.3.1",
5786
- "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
5787
- "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
5785
+ "version": "3.3.3",
5786
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.3.tgz",
5787
+ "integrity": "sha512-Kr+LPIUVKz2qkx1HAMH8q1q6azbqBAsXJUxBl/ODDuVPX45Z9DfwB8tPjTi6nNZ8BuM3nbJxC5zCAg5elnBUTQ==",
5788
5788
  "dev": true,
5789
5789
  "license": "MIT",
5790
5790
  "dependencies": {
@@ -5794,7 +5794,7 @@
5794
5794
  "globals": "^14.0.0",
5795
5795
  "ignore": "^5.2.0",
5796
5796
  "import-fresh": "^3.2.1",
5797
- "js-yaml": "^4.1.0",
5797
+ "js-yaml": "^4.1.1",
5798
5798
  "minimatch": "^3.1.2",
5799
5799
  "strip-json-comments": "^3.1.1"
5800
5800
  },
@@ -6310,11 +6310,11 @@
6310
6310
  }
6311
6311
  },
6312
6312
  "node_modules/@balena/lint/node_modules/lru-cache": {
6313
- "version": "11.2.2",
6314
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.2.tgz",
6315
- "integrity": "sha512-F9ODfyqML2coTIsQpSkRHnLSZMtkU8Q+mSfcaIyKwy58u+8k5nvAYeiNhsyMARvzNcXJ9QfWVrcPsC9e9rAxtg==",
6313
+ "version": "11.2.4",
6314
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.4.tgz",
6315
+ "integrity": "sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg==",
6316
6316
  "dev": true,
6317
- "license": "ISC",
6317
+ "license": "BlueOak-1.0.0",
6318
6318
  "engines": {
6319
6319
  "node": "20 || >=22"
6320
6320
  }
@@ -11640,14 +11640,14 @@
11640
11640
  "integrity": "sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g=="
11641
11641
  },
11642
11642
  "node_modules/@typescript-eslint/project-service": {
11643
- "version": "8.47.0",
11644
- "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.47.0.tgz",
11645
- "integrity": "sha512-2X4BX8hUeB5JcA1TQJ7GjcgulXQ+5UkNb0DL8gHsHUHdFoiCTJoYLTpib3LtSDPZsRET5ygN4qqIWrHyYIKERA==",
11643
+ "version": "8.48.1",
11644
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.48.1.tgz",
11645
+ "integrity": "sha512-HQWSicah4s9z2/HifRPQ6b6R7G+SBx64JlFQpgSSHWPKdvCZX57XCbszg/bapbRsOEv42q5tayTYcEFpACcX1w==",
11646
11646
  "dev": true,
11647
11647
  "license": "MIT",
11648
11648
  "dependencies": {
11649
- "@typescript-eslint/tsconfig-utils": "^8.47.0",
11650
- "@typescript-eslint/types": "^8.47.0",
11649
+ "@typescript-eslint/tsconfig-utils": "^8.48.1",
11650
+ "@typescript-eslint/types": "^8.48.1",
11651
11651
  "debug": "^4.3.4"
11652
11652
  },
11653
11653
  "engines": {
@@ -11662,9 +11662,9 @@
11662
11662
  }
11663
11663
  },
11664
11664
  "node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/types": {
11665
- "version": "8.47.0",
11666
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.47.0.tgz",
11667
- "integrity": "sha512-nHAE6bMKsizhA2uuYZbEbmp5z2UpffNrPEqiKIeN7VsV6UY/roxanWfoRrf6x/k9+Obf+GQdkm0nPU+vnMXo9A==",
11665
+ "version": "8.48.1",
11666
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.48.1.tgz",
11667
+ "integrity": "sha512-+fZ3LZNeiELGmimrujsDCT4CRIbq5oXdHe7chLiW8qzqyPMnn1puNstCrMNVAqwcl2FdIxkuJ4tOs/RFDBVc/Q==",
11668
11668
  "dev": true,
11669
11669
  "license": "MIT",
11670
11670
  "engines": {
@@ -11694,9 +11694,9 @@
11694
11694
  }
11695
11695
  },
11696
11696
  "node_modules/@typescript-eslint/tsconfig-utils": {
11697
- "version": "8.47.0",
11698
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.47.0.tgz",
11699
- "integrity": "sha512-ybUAvjy4ZCL11uryalkKxuT3w3sXJAuWhOoGS3T/Wu+iUu1tGJmk5ytSY8gbdACNARmcYEB0COksD2j6hfGK2g==",
11697
+ "version": "8.48.1",
11698
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.48.1.tgz",
11699
+ "integrity": "sha512-k0Jhs4CpEffIBm6wPaCXBAD7jxBtrHjrSgtfCjUvPp9AZ78lXKdTR8fxyZO5y4vWNlOvYXRtngSZNSn+H53Jkw==",
11700
11700
  "dev": true,
11701
11701
  "license": "MIT",
11702
11702
  "engines": {
@@ -11725,21 +11725,20 @@
11725
11725
  }
11726
11726
  },
11727
11727
  "node_modules/@typescript-eslint/typescript-estree": {
11728
- "version": "8.47.0",
11729
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.47.0.tgz",
11730
- "integrity": "sha512-k6ti9UepJf5NpzCjH31hQNLHQWupTRPhZ+KFF8WtTuTpy7uHPfeg2NM7cP27aCGajoEplxJDFVCEm9TGPYyiVg==",
11728
+ "version": "8.48.1",
11729
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.48.1.tgz",
11730
+ "integrity": "sha512-/9wQ4PqaefTK6POVTjJaYS0bynCgzh6ClJHGSBj06XEHjkfylzB+A3qvyaXnErEZSaxhIo4YdyBgq6j4RysxDg==",
11731
11731
  "dev": true,
11732
11732
  "license": "MIT",
11733
11733
  "dependencies": {
11734
- "@typescript-eslint/project-service": "8.47.0",
11735
- "@typescript-eslint/tsconfig-utils": "8.47.0",
11736
- "@typescript-eslint/types": "8.47.0",
11737
- "@typescript-eslint/visitor-keys": "8.47.0",
11734
+ "@typescript-eslint/project-service": "8.48.1",
11735
+ "@typescript-eslint/tsconfig-utils": "8.48.1",
11736
+ "@typescript-eslint/types": "8.48.1",
11737
+ "@typescript-eslint/visitor-keys": "8.48.1",
11738
11738
  "debug": "^4.3.4",
11739
- "fast-glob": "^3.3.2",
11740
- "is-glob": "^4.0.3",
11741
11739
  "minimatch": "^9.0.4",
11742
11740
  "semver": "^7.6.0",
11741
+ "tinyglobby": "^0.2.15",
11743
11742
  "ts-api-utils": "^2.1.0"
11744
11743
  },
11745
11744
  "engines": {
@@ -11754,9 +11753,9 @@
11754
11753
  }
11755
11754
  },
11756
11755
  "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": {
11757
- "version": "8.47.0",
11758
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.47.0.tgz",
11759
- "integrity": "sha512-nHAE6bMKsizhA2uuYZbEbmp5z2UpffNrPEqiKIeN7VsV6UY/roxanWfoRrf6x/k9+Obf+GQdkm0nPU+vnMXo9A==",
11756
+ "version": "8.48.1",
11757
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.48.1.tgz",
11758
+ "integrity": "sha512-+fZ3LZNeiELGmimrujsDCT4CRIbq5oXdHe7chLiW8qzqyPMnn1puNstCrMNVAqwcl2FdIxkuJ4tOs/RFDBVc/Q==",
11760
11759
  "dev": true,
11761
11760
  "license": "MIT",
11762
11761
  "engines": {
@@ -11768,13 +11767,13 @@
11768
11767
  }
11769
11768
  },
11770
11769
  "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/visitor-keys": {
11771
- "version": "8.47.0",
11772
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.47.0.tgz",
11773
- "integrity": "sha512-SIV3/6eftCy1bNzCQoPmbWsRLujS8t5iDIZ4spZOBHqrM+yfX2ogg8Tt3PDTAVKw3sSCiUgg30uOAvK2r9zGjQ==",
11770
+ "version": "8.48.1",
11771
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.48.1.tgz",
11772
+ "integrity": "sha512-BmxxndzEWhE4TIEEMBs8lP3MBWN3jFPs/p6gPm/wkv02o41hI6cq9AuSmGAaTTHPtA1FTi2jBre4A9rm5ZmX+Q==",
11774
11773
  "dev": true,
11775
11774
  "license": "MIT",
11776
11775
  "dependencies": {
11777
- "@typescript-eslint/types": "8.47.0",
11776
+ "@typescript-eslint/types": "8.48.1",
11778
11777
  "eslint-visitor-keys": "^4.2.1"
11779
11778
  },
11780
11779
  "engines": {
@@ -11825,16 +11824,16 @@
11825
11824
  }
11826
11825
  },
11827
11826
  "node_modules/@typescript-eslint/utils": {
11828
- "version": "8.47.0",
11829
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.47.0.tgz",
11830
- "integrity": "sha512-g7XrNf25iL4TJOiPqatNuaChyqt49a/onq5YsJ9+hXeugK+41LVg7AxikMfM02PC6jbNtZLCJj6AUcQXJS/jGQ==",
11827
+ "version": "8.48.1",
11828
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.48.1.tgz",
11829
+ "integrity": "sha512-fAnhLrDjiVfey5wwFRwrweyRlCmdz5ZxXz2G/4cLn0YDLjTapmN4gcCsTBR1N2rWnZSDeWpYtgLDsJt+FpmcwA==",
11831
11830
  "dev": true,
11832
11831
  "license": "MIT",
11833
11832
  "dependencies": {
11834
11833
  "@eslint-community/eslint-utils": "^4.7.0",
11835
- "@typescript-eslint/scope-manager": "8.47.0",
11836
- "@typescript-eslint/types": "8.47.0",
11837
- "@typescript-eslint/typescript-estree": "8.47.0"
11834
+ "@typescript-eslint/scope-manager": "8.48.1",
11835
+ "@typescript-eslint/types": "8.48.1",
11836
+ "@typescript-eslint/typescript-estree": "8.48.1"
11838
11837
  },
11839
11838
  "engines": {
11840
11839
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -11849,14 +11848,14 @@
11849
11848
  }
11850
11849
  },
11851
11850
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
11852
- "version": "8.47.0",
11853
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.47.0.tgz",
11854
- "integrity": "sha512-a0TTJk4HXMkfpFkL9/WaGTNuv7JWfFTQFJd6zS9dVAjKsojmv9HT55xzbEpnZoY+VUb+YXLMp+ihMLz/UlZfDg==",
11851
+ "version": "8.48.1",
11852
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.48.1.tgz",
11853
+ "integrity": "sha512-rj4vWQsytQbLxC5Bf4XwZ0/CKd362DkWMUkviT7DCS057SK64D5lH74sSGzhI6PDD2HCEq02xAP9cX68dYyg1w==",
11855
11854
  "dev": true,
11856
11855
  "license": "MIT",
11857
11856
  "dependencies": {
11858
- "@typescript-eslint/types": "8.47.0",
11859
- "@typescript-eslint/visitor-keys": "8.47.0"
11857
+ "@typescript-eslint/types": "8.48.1",
11858
+ "@typescript-eslint/visitor-keys": "8.48.1"
11860
11859
  },
11861
11860
  "engines": {
11862
11861
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -11867,9 +11866,9 @@
11867
11866
  }
11868
11867
  },
11869
11868
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
11870
- "version": "8.47.0",
11871
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.47.0.tgz",
11872
- "integrity": "sha512-nHAE6bMKsizhA2uuYZbEbmp5z2UpffNrPEqiKIeN7VsV6UY/roxanWfoRrf6x/k9+Obf+GQdkm0nPU+vnMXo9A==",
11869
+ "version": "8.48.1",
11870
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.48.1.tgz",
11871
+ "integrity": "sha512-+fZ3LZNeiELGmimrujsDCT4CRIbq5oXdHe7chLiW8qzqyPMnn1puNstCrMNVAqwcl2FdIxkuJ4tOs/RFDBVc/Q==",
11873
11872
  "dev": true,
11874
11873
  "license": "MIT",
11875
11874
  "engines": {
@@ -11881,13 +11880,13 @@
11881
11880
  }
11882
11881
  },
11883
11882
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
11884
- "version": "8.47.0",
11885
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.47.0.tgz",
11886
- "integrity": "sha512-SIV3/6eftCy1bNzCQoPmbWsRLujS8t5iDIZ4spZOBHqrM+yfX2ogg8Tt3PDTAVKw3sSCiUgg30uOAvK2r9zGjQ==",
11883
+ "version": "8.48.1",
11884
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.48.1.tgz",
11885
+ "integrity": "sha512-BmxxndzEWhE4TIEEMBs8lP3MBWN3jFPs/p6gPm/wkv02o41hI6cq9AuSmGAaTTHPtA1FTi2jBre4A9rm5ZmX+Q==",
11887
11886
  "dev": true,
11888
11887
  "license": "MIT",
11889
11888
  "dependencies": {
11890
- "@typescript-eslint/types": "8.47.0",
11889
+ "@typescript-eslint/types": "8.48.1",
11891
11890
  "eslint-visitor-keys": "^4.2.1"
11892
11891
  },
11893
11892
  "engines": {
@@ -21511,15 +21510,18 @@
21511
21510
  }
21512
21511
  },
21513
21512
  "node_modules/patch-package/node_modules/yaml": {
21514
- "version": "2.8.1",
21515
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz",
21516
- "integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==",
21513
+ "version": "2.8.2",
21514
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz",
21515
+ "integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==",
21517
21516
  "license": "ISC",
21518
21517
  "bin": {
21519
21518
  "yaml": "bin.mjs"
21520
21519
  },
21521
21520
  "engines": {
21522
21521
  "node": ">= 14.6"
21522
+ },
21523
+ "funding": {
21524
+ "url": "https://github.com/sponsors/eemeli"
21523
21525
  }
21524
21526
  },
21525
21527
  "node_modules/path-case": {
@@ -22868,11 +22870,11 @@
22868
22870
  }
22869
22871
  },
22870
22872
  "node_modules/rimraf/node_modules/lru-cache": {
22871
- "version": "11.2.2",
22872
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.2.tgz",
22873
- "integrity": "sha512-F9ODfyqML2coTIsQpSkRHnLSZMtkU8Q+mSfcaIyKwy58u+8k5nvAYeiNhsyMARvzNcXJ9QfWVrcPsC9e9rAxtg==",
22873
+ "version": "11.2.4",
22874
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.4.tgz",
22875
+ "integrity": "sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg==",
22874
22876
  "dev": true,
22875
- "license": "ISC",
22877
+ "license": "BlueOak-1.0.0",
22876
22878
  "engines": {
22877
22879
  "node": "20 || >=22"
22878
22880
  }
@@ -24543,13 +24545,13 @@
24543
24545
  "license": "MIT"
24544
24546
  },
24545
24547
  "node_modules/tinyglobby": {
24546
- "version": "0.2.14",
24547
- "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz",
24548
- "integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
24548
+ "version": "0.2.15",
24549
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
24550
+ "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
24549
24551
  "license": "MIT",
24550
24552
  "dependencies": {
24551
- "fdir": "^6.4.4",
24552
- "picomatch": "^4.0.2"
24553
+ "fdir": "^6.5.0",
24554
+ "picomatch": "^4.0.3"
24553
24555
  },
24554
24556
  "engines": {
24555
24557
  "node": ">=12.0.0"
@@ -24559,10 +24561,13 @@
24559
24561
  }
24560
24562
  },
24561
24563
  "node_modules/tinyglobby/node_modules/fdir": {
24562
- "version": "6.4.6",
24563
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.6.tgz",
24564
- "integrity": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==",
24564
+ "version": "6.5.0",
24565
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
24566
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
24565
24567
  "license": "MIT",
24568
+ "engines": {
24569
+ "node": ">=12.0.0"
24570
+ },
24566
24571
  "peerDependencies": {
24567
24572
  "picomatch": "^3 || ^4"
24568
24573
  },
@@ -979,6 +979,45 @@
979
979
  "index.js"
980
980
  ]
981
981
  },
982
+ "device-type:list": {
983
+ "aliases": [],
984
+ "args": {},
985
+ "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.",
986
+ "examples": [
987
+ "$ balena device-type list",
988
+ "$ balena device-type list --all"
989
+ ],
990
+ "flags": {
991
+ "json": {
992
+ "description": "Format output as json.",
993
+ "helpGroup": "GLOBAL",
994
+ "name": "json",
995
+ "allowNo": false,
996
+ "type": "boolean"
997
+ },
998
+ "all": {
999
+ "description": "include device types no longer supported by balena",
1000
+ "name": "all",
1001
+ "allowNo": false,
1002
+ "type": "boolean"
1003
+ }
1004
+ },
1005
+ "hasDynamicHelp": false,
1006
+ "hiddenAliases": [],
1007
+ "id": "device-type:list",
1008
+ "pluginAlias": "balena-cli",
1009
+ "pluginName": "balena-cli",
1010
+ "pluginType": "core",
1011
+ "strict": true,
1012
+ "enableJsonFlag": true,
1013
+ "isESM": false,
1014
+ "relativePath": [
1015
+ "build",
1016
+ "commands",
1017
+ "device-type",
1018
+ "list.js"
1019
+ ]
1020
+ },
982
1021
  "device:deactivate": {
983
1022
  "aliases": [],
984
1023
  "args": {
@@ -2199,45 +2238,6 @@
2199
2238
  "tunnel.js"
2200
2239
  ]
2201
2240
  },
2202
- "device-type:list": {
2203
- "aliases": [],
2204
- "args": {},
2205
- "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.",
2206
- "examples": [
2207
- "$ balena device-type list",
2208
- "$ balena device-type list --all"
2209
- ],
2210
- "flags": {
2211
- "json": {
2212
- "description": "Format output as json.",
2213
- "helpGroup": "GLOBAL",
2214
- "name": "json",
2215
- "allowNo": false,
2216
- "type": "boolean"
2217
- },
2218
- "all": {
2219
- "description": "include device types no longer supported by balena",
2220
- "name": "all",
2221
- "allowNo": false,
2222
- "type": "boolean"
2223
- }
2224
- },
2225
- "hasDynamicHelp": false,
2226
- "hiddenAliases": [],
2227
- "id": "device-type:list",
2228
- "pluginAlias": "balena-cli",
2229
- "pluginName": "balena-cli",
2230
- "pluginType": "core",
2231
- "strict": true,
2232
- "enableJsonFlag": true,
2233
- "isESM": false,
2234
- "relativePath": [
2235
- "build",
2236
- "commands",
2237
- "device-type",
2238
- "list.js"
2239
- ]
2240
- },
2241
2241
  "env:list": {
2242
2242
  "aliases": [],
2243
2243
  "args": {},
@@ -4289,27 +4289,64 @@
4289
4289
  "upload.js"
4290
4290
  ]
4291
4291
  },
4292
- "settings": {
4292
+ "support": {
4293
4293
  "aliases": [],
4294
- "args": {},
4295
- "description": "Print current settings.\n\nUse this command to display the current balena CLI settings.",
4294
+ "args": {
4295
+ "action": {
4296
+ "description": "enable|disable support access",
4297
+ "name": "action",
4298
+ "options": [
4299
+ "enable",
4300
+ "disable"
4301
+ ]
4302
+ }
4303
+ },
4304
+ "description": "Grant or revoke support access for devices or fleets.\n\nGrant or revoke balena support agent access to devices or fleets\non balenaCloud. (This command does not apply to openBalena.)\nAccess will be automatically revoked once the specified duration has elapsed.\n\nDuration defaults to 24h, but can be specified using --duration flag in days\nor hours, e.g. '12h', '2d'.\n\nBoth --device and --fleet flags accept multiple values, specified as\na comma-separated list (with no spaces).\n\nFleets may be specified by fleet name or slug. Fleet slugs are\nthe recommended option, as they are unique and unambiguous. Slugs can be\nlisted with the `balena fleet list` command. Note that slugs may change if the\nfleet is renamed. Fleet names are not unique and may result in \"Fleet is\nambiguous\" errors at any time (even if it \"used to work in the past\"), for\nexample if the name clashes with a newly created public fleet, or with fleets\nfrom other balena accounts that you may be invited to join under any role.\nFor this reason, fleet names are especially discouraged in scripts (e.g. CI\nenvironments).",
4296
4305
  "examples": [
4297
- "$ balena settings"
4306
+ "balena support enable --device ab346f,cd457a --duration 3d",
4307
+ "balena support enable --fleet myFleet --duration 12h",
4308
+ "balena support disable -f myorg/myfleet"
4298
4309
  ],
4299
- "flags": {},
4310
+ "flags": {
4311
+ "device": {
4312
+ "char": "d",
4313
+ "description": "comma-separated list (no spaces) of device UUIDs",
4314
+ "name": "device",
4315
+ "hasDynamicHelp": false,
4316
+ "multiple": false,
4317
+ "type": "option"
4318
+ },
4319
+ "fleet": {
4320
+ "char": "f",
4321
+ "description": "comma-separated list (no spaces) of fleet names or slugs (preferred)",
4322
+ "name": "fleet",
4323
+ "hasDynamicHelp": false,
4324
+ "multiple": false,
4325
+ "type": "option"
4326
+ },
4327
+ "duration": {
4328
+ "char": "t",
4329
+ "description": "length of time to enable support for, in (h)ours or (d)ays, e.g. 12h, 2d",
4330
+ "name": "duration",
4331
+ "hasDynamicHelp": false,
4332
+ "multiple": false,
4333
+ "type": "option"
4334
+ }
4335
+ },
4300
4336
  "hasDynamicHelp": false,
4301
4337
  "hiddenAliases": [],
4302
- "id": "settings",
4338
+ "id": "support",
4303
4339
  "pluginAlias": "balena-cli",
4304
4340
  "pluginName": "balena-cli",
4305
4341
  "pluginType": "core",
4306
4342
  "strict": true,
4307
4343
  "enableJsonFlag": false,
4344
+ "authenticated": true,
4308
4345
  "isESM": false,
4309
4346
  "relativePath": [
4310
4347
  "build",
4311
4348
  "commands",
4312
- "settings",
4349
+ "support",
4313
4350
  "index.js"
4314
4351
  ]
4315
4352
  },
@@ -4448,111 +4485,27 @@
4448
4485
  "rm.js"
4449
4486
  ]
4450
4487
  },
4451
- "support": {
4452
- "aliases": [],
4453
- "args": {
4454
- "action": {
4455
- "description": "enable|disable support access",
4456
- "name": "action",
4457
- "options": [
4458
- "enable",
4459
- "disable"
4460
- ]
4461
- }
4462
- },
4463
- "description": "Grant or revoke support access for devices or fleets.\n\nGrant or revoke balena support agent access to devices or fleets\non balenaCloud. (This command does not apply to openBalena.)\nAccess will be automatically revoked once the specified duration has elapsed.\n\nDuration defaults to 24h, but can be specified using --duration flag in days\nor hours, e.g. '12h', '2d'.\n\nBoth --device and --fleet flags accept multiple values, specified as\na comma-separated list (with no spaces).\n\nFleets may be specified by fleet name or slug. Fleet slugs are\nthe recommended option, as they are unique and unambiguous. Slugs can be\nlisted with the `balena fleet list` command. Note that slugs may change if the\nfleet is renamed. Fleet names are not unique and may result in \"Fleet is\nambiguous\" errors at any time (even if it \"used to work in the past\"), for\nexample if the name clashes with a newly created public fleet, or with fleets\nfrom other balena accounts that you may be invited to join under any role.\nFor this reason, fleet names are especially discouraged in scripts (e.g. CI\nenvironments).",
4464
- "examples": [
4465
- "balena support enable --device ab346f,cd457a --duration 3d",
4466
- "balena support enable --fleet myFleet --duration 12h",
4467
- "balena support disable -f myorg/myfleet"
4468
- ],
4469
- "flags": {
4470
- "device": {
4471
- "char": "d",
4472
- "description": "comma-separated list (no spaces) of device UUIDs",
4473
- "name": "device",
4474
- "hasDynamicHelp": false,
4475
- "multiple": false,
4476
- "type": "option"
4477
- },
4478
- "fleet": {
4479
- "char": "f",
4480
- "description": "comma-separated list (no spaces) of fleet names or slugs (preferred)",
4481
- "name": "fleet",
4482
- "hasDynamicHelp": false,
4483
- "multiple": false,
4484
- "type": "option"
4485
- },
4486
- "duration": {
4487
- "char": "t",
4488
- "description": "length of time to enable support for, in (h)ours or (d)ays, e.g. 12h, 2d",
4489
- "name": "duration",
4490
- "hasDynamicHelp": false,
4491
- "multiple": false,
4492
- "type": "option"
4493
- }
4494
- },
4495
- "hasDynamicHelp": false,
4496
- "hiddenAliases": [],
4497
- "id": "support",
4498
- "pluginAlias": "balena-cli",
4499
- "pluginName": "balena-cli",
4500
- "pluginType": "core",
4501
- "strict": true,
4502
- "enableJsonFlag": false,
4503
- "authenticated": true,
4504
- "isESM": false,
4505
- "relativePath": [
4506
- "build",
4507
- "commands",
4508
- "support",
4509
- "index.js"
4510
- ]
4511
- },
4512
- "util:available-drives": {
4513
- "aliases": [],
4514
- "args": {},
4515
- "description": "List available drives.\n\nList available drives which are usable for writing an OS image to.\nDoes not list system drives.",
4516
- "flags": {},
4517
- "hasDynamicHelp": false,
4518
- "hiddenAliases": [],
4519
- "id": "util:available-drives",
4520
- "pluginAlias": "balena-cli",
4521
- "pluginName": "balena-cli",
4522
- "pluginType": "core",
4523
- "strict": true,
4524
- "enableJsonFlag": false,
4525
- "offlineCompatible": true,
4526
- "isESM": false,
4527
- "relativePath": [
4528
- "build",
4529
- "commands",
4530
- "util",
4531
- "available-drives.js"
4532
- ]
4533
- },
4534
- "whoami": {
4488
+ "settings": {
4535
4489
  "aliases": [],
4536
4490
  "args": {},
4537
- "description": "Display account information for current user.\n\nGet the username and email address of the currently logged in user.",
4491
+ "description": "Print current settings.\n\nUse this command to display the current balena CLI settings.",
4538
4492
  "examples": [
4539
- "$ balena whoami"
4493
+ "$ balena settings"
4540
4494
  ],
4541
4495
  "flags": {},
4542
4496
  "hasDynamicHelp": false,
4543
4497
  "hiddenAliases": [],
4544
- "id": "whoami",
4498
+ "id": "settings",
4545
4499
  "pluginAlias": "balena-cli",
4546
4500
  "pluginName": "balena-cli",
4547
4501
  "pluginType": "core",
4548
4502
  "strict": true,
4549
4503
  "enableJsonFlag": false,
4550
- "authenticated": true,
4551
4504
  "isESM": false,
4552
4505
  "relativePath": [
4553
4506
  "build",
4554
4507
  "commands",
4555
- "whoami",
4508
+ "settings",
4556
4509
  "index.js"
4557
4510
  ]
4558
4511
  },
@@ -4775,7 +4728,54 @@
4775
4728
  "tag",
4776
4729
  "set.js"
4777
4730
  ]
4731
+ },
4732
+ "util:available-drives": {
4733
+ "aliases": [],
4734
+ "args": {},
4735
+ "description": "List available drives.\n\nList available drives which are usable for writing an OS image to.\nDoes not list system drives.",
4736
+ "flags": {},
4737
+ "hasDynamicHelp": false,
4738
+ "hiddenAliases": [],
4739
+ "id": "util:available-drives",
4740
+ "pluginAlias": "balena-cli",
4741
+ "pluginName": "balena-cli",
4742
+ "pluginType": "core",
4743
+ "strict": true,
4744
+ "enableJsonFlag": false,
4745
+ "offlineCompatible": true,
4746
+ "isESM": false,
4747
+ "relativePath": [
4748
+ "build",
4749
+ "commands",
4750
+ "util",
4751
+ "available-drives.js"
4752
+ ]
4753
+ },
4754
+ "whoami": {
4755
+ "aliases": [],
4756
+ "args": {},
4757
+ "description": "Display account information for current user.\n\nGet the username and email address of the currently logged in user.",
4758
+ "examples": [
4759
+ "$ balena whoami"
4760
+ ],
4761
+ "flags": {},
4762
+ "hasDynamicHelp": false,
4763
+ "hiddenAliases": [],
4764
+ "id": "whoami",
4765
+ "pluginAlias": "balena-cli",
4766
+ "pluginName": "balena-cli",
4767
+ "pluginType": "core",
4768
+ "strict": true,
4769
+ "enableJsonFlag": false,
4770
+ "authenticated": true,
4771
+ "isESM": false,
4772
+ "relativePath": [
4773
+ "build",
4774
+ "commands",
4775
+ "whoami",
4776
+ "index.js"
4777
+ ]
4778
4778
  }
4779
4779
  },
4780
- "version": "23.2.0"
4780
+ "version": "23.2.1"
4781
4781
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balena-cli",
3
- "version": "23.2.0",
3
+ "version": "23.2.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",
@@ -262,6 +262,6 @@
262
262
  "balena-request": "14.0.6"
263
263
  },
264
264
  "versionist": {
265
- "publishedAt": "2025-11-20T17:40:23.372Z"
265
+ "publishedAt": "2025-12-02T10:31:31.412Z"
266
266
  }
267
267
  }