mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-31 08:25:36 +00:00
v11.30.14
This commit is contained in:
parent
f151a208e5
commit
7e2ee7ab93
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.30.13",
|
||||
"version": "11.30.14",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user