From f7233c5d428add2f1a48281c4c83215f766427fb Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 22:06:20 +0000 Subject: [PATCH] v18.2.24 --- .versionbot/CHANGELOG.yml | 20 ++++++++++++++++++++ CHANGELOG.md | 5 +++++ npm-shrinkwrap.json | 4 ++-- package.json | 4 ++-- 4 files changed, 29 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 0876de54..5666a671 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2128ca51..19b2ae63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8c142410..47df6041 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -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": { diff --git a/package.json b/package.json index 00e2cc3b..7bab8128 100644 --- a/package.json +++ b/package.json @@ -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" } }