This commit is contained in:
flowzone-app[bot] 2024-07-05 21:12:48 +00:00 committed by GitHub
parent 6330574c01
commit 57d3d6d537
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Audit fix dependencies
hash: b6d1afac2d950693de332185b3090cea17c540f0
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
version: 18.2.20
title: ""
date: 2024-07-05T21:12:42.192Z
- commits:
- subject: Remove unused package `publish-release`
hash: 93e597a596a2e6d039015c872a7ba9ae5eae3c24

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/).
## 18.2.20 - 2024-07-05
* Audit fix dependencies [Otavio Jacobi]
## 18.2.19 - 2024-07-05
* Remove unused package `publish-release` [myarmolinsky]

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-cli",
"version": "18.2.19",
"version": "18.2.20",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "balena-cli",
"version": "18.2.19",
"version": "18.2.20",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "18.2.19",
"version": "18.2.20",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -285,6 +285,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2024-07-05T13:37:51.943Z"
"publishedAt": "2024-07-05T21:12:43.067Z"
}
}