This commit is contained in:
balenaCI 2022-12-09 06:59:32 +00:00
parent 12a1340c8e
commit 43fc3dd7eb
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 husky to 4.3.8
hash: cf8b5790a1e9cf853328f128f9c52d72d5ac1da5
body: |
Update husky to 4.3.8
Update husky from 4.2.5 to 4.3.8
footer:
Change-type: patch
change-type: patch
author: Renovate Bot
nested: []
version: 1.10.20
title: ""
date: 2022-12-09T06:59:31.264Z
- commits:
- subject: Update dependency esbuild-loader to 2.20.0
hash: ba812b4f6484f0803486f7c1969992030267ae12

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.20
## (2022-12-09)
* Update dependency husky to 4.3.8 [Renovate Bot]
# v1.10.19
## (2022-12-09)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.10.19",
"version": "1.10.20",
"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-09T04:58:49.150Z"
"publishedAt": "2022-12-09T06:59:31.913Z"
}
}