Update balena-config-json from 4.1.0 to 4.1.1

Change-type: patch
This commit is contained in:
Paulo Castro 2021-04-07 17:16:30 +01:00
parent 5c5be8f7b7
commit dc6c8d7472
2 changed files with 5 additions and 5 deletions

8
npm-shrinkwrap.json generated
View File

@ -3249,11 +3249,11 @@
}
},
"balena-config-json": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/balena-config-json/-/balena-config-json-4.1.0.tgz",
"integrity": "sha512-6Q/xghrk2mqx1rMGk6zfo+Ednt0KerI17rYIoTgQmPPndQRAG5G7GEOyHD10rCFRqzY8eSiYN6u3cGFPDdsXNw==",
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/balena-config-json/-/balena-config-json-4.1.1.tgz",
"integrity": "sha512-zpYt3SbXxe1OgmLcA8RVecrBgVH1sThYVAd9irfp/NOjKgk0bRiVjx2rG7yLROB7gcLxYDeivP4pLTTDtpylHQ==",
"requires": {
"balena-image-fs": "^7.0.1",
"balena-image-fs": "^7.0.4",
"balena-sdk": "^15.2.1",
"lodash": "^4.17.19"
}

View File

@ -197,7 +197,7 @@
"@types/update-notifier": "^4.1.1",
"@zeit/dockerignore": "0.0.3",
"JSONStream": "^1.0.3",
"balena-config-json": "^4.1.0",
"balena-config-json": "^4.1.1",
"balena-device-init": "^6.0.0",
"balena-errors": "^4.7.1",
"balena-image-fs": "^7.0.6",