Update dependency docker-modem to v5.0.6

Update docker-modem from 5.0.5 to 5.0.6

Change-type: patch
This commit is contained in:
balena-renovate[bot] 2025-02-26 12:57:27 +00:00 committed by GitHub
parent 4f665f43d2
commit 7289639a5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

9
npm-shrinkwrap.json generated
View File

@ -33,7 +33,7 @@
"color-hash": "^1.1.1",
"common-tags": "^1.7.2",
"denymount": "^2.3.0",
"docker-modem": "5.0.5",
"docker-modem": "5.0.6",
"docker-progress": "^5.1.3",
"dockerode": "4.0.3",
"ejs": "^3.1.6",
@ -9442,9 +9442,9 @@
"integrity": "sha512-6+VnnhZpxwWvvKwjkRnuqlTtlBRJuM+3cCSXmZoYhyXcdgxx6l/3lwYpqmJ9qmhzgWVeATkpVsTua92BsObJjw=="
},
"node_modules/docker-modem": {
"version": "5.0.5",
"resolved": "https://registry.npmjs.org/docker-modem/-/docker-modem-5.0.5.tgz",
"integrity": "sha512-Cxw8uEcvNTRmsQuGqzzfiCnfGgf96tVJItLh8taOX0miTcIBALKH5TckCSuZbpbjP7uhAl81dOL9sxfa6HgCIg==",
"version": "5.0.6",
"resolved": "https://registry.npmjs.org/docker-modem/-/docker-modem-5.0.6.tgz",
"integrity": "sha512-ens7BiayssQz/uAxGzH8zGXCtiV24rRWXdjNha5V4zSOcxmAZsfGVm/PPFbwQdqEkDnhG+SyR9E3zSHUbOKXBQ==",
"license": "Apache-2.0",
"dependencies": {
"debug": "^4.1.1",
@ -9460,6 +9460,7 @@
"version": "3.6.2",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
"integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
"license": "MIT",
"dependencies": {
"inherits": "^2.0.3",
"string_decoder": "^1.1.1",

View File

@ -212,7 +212,7 @@
"color-hash": "^1.1.1",
"common-tags": "^1.7.2",
"denymount": "^2.3.0",
"docker-modem": "5.0.5",
"docker-modem": "5.0.6",
"docker-progress": "^5.1.3",
"dockerode": "4.0.3",
"ejs": "^3.1.6",