This commit is contained in:
balenaCI 2022-12-09 14:59:56 +00:00
parent 34cc8b8933
commit 997e1eb2f2
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 23 additions and 3 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: Update dependency node-ipc to 9.2.1
hash: f26b0748114c7623f152e00b065f3e6ec0657e83
body: |
Update node-ipc to 9.2.1
Update node-ipc from 9.1.1 to 9.2.1
footer:
Change-type: patch
change-type: patch
author: Renovate Bot
nested: []
version: 1.10.24
title: ""
date: 2022-12-09T14:59:54.907Z
- commits:
- subject: Update dependency mocha to 8.4.0
hash: be190c6c802f0cb6f5f68981b255aa4e620db2f7

View File

@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
# v1.10.24
## (2022-12-09)
* Update dependency node-ipc to 9.2.1 [Renovate Bot]
# v1.10.23
## (2022-12-09)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-etcher",
"version": "1.10.23",
"version": "1.10.24",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.10.23",
"version": "1.10.24",
"packageType": "local",
"main": "generated/etcher.js",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
@ -124,6 +124,6 @@
"node": ">=14 < 16"
},
"versionist": {
"publishedAt": "2022-12-09T13:05:53.483Z"
"publishedAt": "2022-12-09T14:59:55.579Z"
}
}