Update resin-compose-parse from 2.1.3 to 2.3.0

This adds support for Docker compose v2.4

Closes: #2364
Change-type: patch
Signed-off-by: Tomás Migone <tomas@balena.io>
This commit is contained in:
Tomás Migone 2021-10-19 16:50:50 -03:00
parent cc60e86507
commit 9b6fb62e4f
2 changed files with 4 additions and 4 deletions

6
npm-shrinkwrap.json generated
View File

@ -15440,9 +15440,9 @@
}
},
"resin-compose-parse": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/resin-compose-parse/-/resin-compose-parse-2.1.3.tgz",
"integrity": "sha512-X5WQo+OHoPe+FV8JliGzSIL4glLX0PPFvtnopppYef1UqKcJm+GHaiEZBOj3C7vIEDqQrsNrKXY/BpadlOFiWA==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/resin-compose-parse/-/resin-compose-parse-2.3.0.tgz",
"integrity": "sha512-9vE+ascGEXuyTYjLmhwmVOYNkws99Cq7/RtUrgT8VCYJRuhqZMpGMOJPrjEIF6PvsBY7B6+u32x1HPCR4gWHBQ==",
"requires": {
"@types/lodash": "^4.14.86",
"@types/node": "^8.0.55",

View File

@ -265,7 +265,7 @@
"request": "^2.88.2",
"resin-cli-form": "^2.0.2",
"resin-cli-visuals": "^1.8.0",
"resin-compose-parse": "^2.1.3",
"resin-compose-parse": "^2.3.0",
"resin-doodles": "^0.1.1",
"resin-multibuild": "^4.12.2",
"resin-stream-logger": "^0.1.2",