balena-cli 20.2.3 → 20.2.4
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 +347 -215
- package/oclif.manifest.json +295 -295
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-cli",
|
|
3
|
-
"version": "20.2.
|
|
3
|
+
"version": "20.2.4",
|
|
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",
|
|
@@ -212,9 +212,9 @@
|
|
|
212
212
|
"color-hash": "^1.1.1",
|
|
213
213
|
"common-tags": "^1.7.2",
|
|
214
214
|
"denymount": "^2.3.0",
|
|
215
|
-
"docker-modem": "
|
|
215
|
+
"docker-modem": "5.0.5",
|
|
216
216
|
"docker-progress": "^5.1.3",
|
|
217
|
-
"dockerode": "
|
|
217
|
+
"dockerode": "4.0.3",
|
|
218
218
|
"ejs": "^3.1.6",
|
|
219
219
|
"etcher-sdk": "9.1.0",
|
|
220
220
|
"express": "^4.17.2",
|
|
@@ -274,6 +274,6 @@
|
|
|
274
274
|
}
|
|
275
275
|
},
|
|
276
276
|
"versionist": {
|
|
277
|
-
"publishedAt": "2025-
|
|
277
|
+
"publishedAt": "2025-02-25T02:15:34.439Z"
|
|
278
278
|
}
|
|
279
279
|
}
|