v11.30.14

This commit is contained in:
Balena CI 2020-04-03 15:46:50 +03:00
parent f151a208e5
commit 7e2ee7ab93
4 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: Updated dependencies (vulnerability advisory CVE-2019-20149)
hash: 292ad89b7e19add49f2043045f491e512b86c03b
body: |
https://nvd.nist.gov/vuln/detail/CVE-2019-20149
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
version: 11.30.14
date: 2020-04-03T12:11:03.457Z
- commits:
- subject: >-
Fix project directory validation for 'balena deploy' with pre-built

View File

@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).
## 11.30.14 - 2020-04-03
* Updated dependencies (vulnerability advisory CVE-2019-20149) [Paulo Castro]
## 11.30.13 - 2020-04-02
* Fix project directory validation for 'balena deploy' with pre-built image [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.30.13",
"version": "11.30.14",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.30.13",
"version": "11.30.14",
"description": "The official balena CLI tool",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",