balena-cli 16.5.0 → 16.5.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balena-cli",
3
- "version": "16.5.0",
3
+ "version": "16.5.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",
@@ -190,7 +190,7 @@
190
190
  "simple-git": "^3.14.1",
191
191
  "sinon": "^11.1.2",
192
192
  "ts-node": "^10.4.0",
193
- "typescript": "^5.0.2"
193
+ "typescript": "^5.1.3"
194
194
  },
195
195
  "dependencies": {
196
196
  "@balena/compose": "^2.2.1",
@@ -285,6 +285,6 @@
285
285
  "windosu": "^0.3.0"
286
286
  },
287
287
  "versionist": {
288
- "publishedAt": "2023-05-25T16:03:11.106Z"
288
+ "publishedAt": "2023-06-01T19:05:28.838Z"
289
289
  }
290
290
  }