From 1d77cf36652eaca007a25f6ebb85c8509662d576 Mon Sep 17 00:00:00 2001 From: Thodoris Greasidis Date: Tue, 31 Dec 2024 14:15:46 +0200 Subject: [PATCH] Update balena-device-init to 8.1.3 & balena-image-fs to 7.3.0 Update balena-device-init from 8.1.0 to 8.1.3 Update balena-image-fs from 7.0.6 to 7.3.0 Change-type: patch --- npm-shrinkwrap.json | 19 ++++++++++--------- package.json | 4 ++-- repo.yml | 2 ++ 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 142f0e84..5d0b7301 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -17,9 +17,9 @@ "@oclif/core": "^4.1.0", "@sentry/node": "^6.16.1", "balena-config-json": "^4.2.0", - "balena-device-init": "^8.1.0", + "balena-device-init": "^8.1.3", "balena-errors": "^4.7.3", - "balena-image-fs": "^7.0.6", + "balena-image-fs": "^7.3.0", "balena-preload": "^17.0.0", "balena-sdk": "^20.8.0", "balena-semver": "^2.3.0", @@ -7063,13 +7063,13 @@ } }, "node_modules/balena-device-init": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/balena-device-init/-/balena-device-init-8.1.0.tgz", - "integrity": "sha512-nOtrzTcLHhn8uDvZxRRGRGcH9Ry1IoQA86wFB9qK9xEii29f6sl+bti9fOvnDyPCZ1n3pLFFSStE8yN0fNKJQQ==", + "version": "8.1.3", + "resolved": "https://registry.npmjs.org/balena-device-init/-/balena-device-init-8.1.3.tgz", + "integrity": "sha512-aOwS4ALvPIHl0ylaWDueezR9dvS736M056PfZ0sSHpz3cQjBYQ0hUdeh4P3KL7aObdvebnefpnOhFYGBbqIx/w==", "license": "Apache-2.0", "dependencies": { "balena-config-json": "^4.2.0", - "balena-image-fs": "^7.0.6", + "balena-image-fs": "^7.3.0", "balena-semver": "^2.2.0", "lodash": "^4.17.15", "reconfix": "1.0.0-v0-1-0-fork-46760acff4d165f5238bfac5e464256ef1944476", @@ -7116,9 +7116,10 @@ } }, "node_modules/balena-image-fs": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/balena-image-fs/-/balena-image-fs-7.2.0.tgz", - "integrity": "sha512-CRY0NEvpaueMK2dlRG5WJJxyTRMmCdPlg92kOru2nCNhOLg1pQ1LXSrcRVPcserUVGx7HRRwXSCoZ7XcehW9QQ==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/balena-image-fs/-/balena-image-fs-7.3.0.tgz", + "integrity": "sha512-EjdxwcrehXBMuKOYESx5sgXAJhWvPOPLV1UxnSmJ04G91zhzpYJMxUxgFEIMUNpXGcTw2uHMUL6ROnUA38W7hA==", + "license": "Apache-2.0", "dependencies": { "ext2fs": "^4.2.1", "fatfs": "^0.10.8", diff --git a/package.json b/package.json index ab9562ad..01607e2b 100644 --- a/package.json +++ b/package.json @@ -196,9 +196,9 @@ "@oclif/core": "^4.1.0", "@sentry/node": "^6.16.1", "balena-config-json": "^4.2.0", - "balena-device-init": "^8.1.0", + "balena-device-init": "^8.1.3", "balena-errors": "^4.7.3", - "balena-image-fs": "^7.0.6", + "balena-image-fs": "^7.3.0", "balena-preload": "^17.0.0", "balena-sdk": "^20.8.0", "balena-semver": "^2.3.0", diff --git a/repo.yml b/repo.yml index ed599b7b..c777c1eb 100644 --- a/repo.yml +++ b/repo.yml @@ -6,6 +6,8 @@ upstream: url: 'https://github.com/balena-io/balena-sdk' - repo: 'balena-config-json' url: 'https://github.com/balena-io-modules/balena-config-json' + - repo: 'balena-image-fs' + url: 'https://github.com/balena-io-modules/balena-image-fs' - repo: 'balena-device-init' url: 'https://github.com/balena-io-modules/balena-device-init' - repo: 'balena-image-manager'