Merge pull request #2905 from balena-io/update-balena-preload-17.0.0

Update balena-preload to 17.0.0
This commit is contained in:
Thodoris Greasidis 2025-01-01 20:04:01 +02:00 committed by GitHub
commit 7d79c4e24b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
npm-shrinkwrap.json generated
View File

@ -20,7 +20,7 @@
"balena-device-init": "^8.1.0",
"balena-errors": "^4.7.3",
"balena-image-fs": "^7.0.6",
"balena-preload": "^16.0.0",
"balena-preload": "^17.0.0",
"balena-sdk": "^20.8.0",
"balena-semver": "^2.3.0",
"balena-settings-client": "^5.0.2",
@ -7131,12 +7131,12 @@
}
},
"node_modules/balena-preload": {
"version": "16.0.0",
"resolved": "https://registry.npmjs.org/balena-preload/-/balena-preload-16.0.0.tgz",
"integrity": "sha512-IP+4Op6LHJW5ip/oomQmERjbNroKqi5atDI3s07aokgv/mH8J7jy4BOOW6JwnrHb560IQy/oPf4yM4h3qQlLEA==",
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/balena-preload/-/balena-preload-17.0.0.tgz",
"integrity": "sha512-J0pduyqFFsPC70jgLdw7nANILW5nUGuShKayZauVuGs18NuYKlu7UT7w/b6QOMYtDK+YGjMWEf0uHTdiSzKZQQ==",
"license": "Apache-2.0",
"dependencies": {
"balena-sdk": "^20.1.3",
"bluebird": "^3.7.2",
"compare-versions": "^3.6.0",
"docker-progress": "^5.0.0",
"dockerode": "^4.0.2",

View File

@ -199,7 +199,7 @@
"balena-device-init": "^8.1.0",
"balena-errors": "^4.7.3",
"balena-image-fs": "^7.0.6",
"balena-preload": "^16.0.0",
"balena-preload": "^17.0.0",
"balena-sdk": "^20.8.0",
"balena-semver": "^2.3.0",
"balena-settings-client": "^5.0.2",