This commit is contained in:
flowzone-app[bot] 2024-07-10 21:05:55 +00:00 committed by GitHub
parent 7624240d5e
commit 4619ce7daa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 28 additions and 4 deletions

View File

@ -1,3 +1,23 @@
- commits:
- subject: Replace resin-discoverable-services with bonjour-service
hash: 7273656d07dfd02d1395b87d9270679070d8df73
body: >
Instead of using the more generic resin-discoverable-services lib which
is unmantained
and currently has several vulnerabilities and forks for fixing issues
(that were later on fixed upstream)
we directly talk with mDNS using standard (and currently mantained)
bonjour-service.
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
version: 18.2.23
title: ""
date: 2024-07-10T21:05:51.497Z
- commits:
- subject: Remove unused dependency minimatch
hash: 1749937373391ffa0c584663dc48fa2bdd83c4e9

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.23 - 2024-07-10
* Replace resin-discoverable-services with bonjour-service [Otavio Jacobi]
## 18.2.22 - 2024-07-10
* Remove unused dependency minimatch [Otavio Jacobi]

4
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "18.2.22",
"version": "18.2.23",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -283,6 +283,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2024-07-10T16:48:03.033Z"
"publishedAt": "2024-07-10T21:05:52.453Z"
}
}