Update resin-compose-parse from 2.1.2 to 2.1.3

Change-type: patch
This commit is contained in:
Paulo Castro 2021-04-07 17:17:52 +01:00
parent dc6c8d7472
commit b7500fc2c2
3 changed files with 9 additions and 7 deletions

12
npm-shrinkwrap.json generated
View File

@ -14408,9 +14408,9 @@
}
},
"resin-compose-parse": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/resin-compose-parse/-/resin-compose-parse-2.1.2.tgz",
"integrity": "sha512-HDVUnzIjOTMADvgBwejNL6ohidk+fWmL2X/wBma/quAt1K6I1/RXIwk4XDaf4rBa44WiwXqDODWhOzj/9986KA==",
"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==",
"requires": {
"@types/lodash": "^4.14.86",
"@types/node": "^8.0.55",
@ -14420,9 +14420,9 @@
},
"dependencies": {
"@types/node": {
"version": "8.10.62",
"resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.62.tgz",
"integrity": "sha512-76fupxOYVxk36kb7O/6KtrAPZ9jnSK3+qisAX4tQMEuGNdlvl7ycwatlHqjoE6jHfVtXFM3pCrCixZOidc5cuw=="
"version": "8.10.66",
"resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.66.tgz",
"integrity": "sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw=="
}
}
},

View File

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

View File

@ -14,3 +14,5 @@ upstream:
url: 'https://github.com/balena-io-modules/balena-sync'
- repo: 'etcher-sdk'
url: 'https://github.com/balena-io-modules/etcher-sdk/'
- repo: 'resin-compose-parse'
url: 'https://github.com/balena-io-modules/resin-compose-parse'