This commit is contained in:
flowzone-app[bot] 2024-07-10 22:06:20 +00:00 committed by GitHub
parent 4ae2ff1740
commit f7233c5d42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 29 additions and 4 deletions

View File

@ -1,3 +1,23 @@
- commits:
- subject: Update mocha from 8.4.0 to 10.6.0
hash: 19a60bb0ab1298fd09f557ed6c744aff3093f7c4
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
- subject: Override inline-source-cli with non-vulnerable dependency
hash: d1a6f7560c4e3d773adf3add34f2f16b68f09d55
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
version: 18.2.24
title: ""
date: 2024-07-10T22:06:15.314Z
- commits:
- subject: Replace resin-discoverable-services with bonjour-service
hash: 7273656d07dfd02d1395b87d9270679070d8df73

View File

@ -4,6 +4,11 @@ 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.24 - 2024-07-10
* Update mocha from 8.4.0 to 10.6.0 [Otavio Jacobi]
* Override inline-source-cli with non-vulnerable dependency [Otavio Jacobi]
## 18.2.23 - 2024-07-10
* Replace resin-discoverable-services with bonjour-service [Otavio Jacobi]

4
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "18.2.23",
"version": "18.2.24",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -288,6 +288,6 @@
}
},
"versionist": {
"publishedAt": "2024-07-10T21:05:52.453Z"
"publishedAt": "2024-07-10T22:06:16.221Z"
}
}