This commit is contained in:
balenaCI 2022-12-09 18:58:23 +00:00
parent ad423fc187
commit 0d0af1d1dd
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 pretty-bytes to 5.6.0
hash: d8b2a7a2369f24b1390bd85eca3cfbcd8282df80
body: |
Update pretty-bytes to 5.6.0
Update pretty-bytes from 5.3.0 to 5.6.0
footer:
Change-type: patch
change-type: patch
author: Renovate Bot
nested: []
version: 1.10.26
title: ""
date: 2022-12-09T18:58:21.970Z
- commits:
- subject: Update dependency pnp-webpack-plugin to 1.7.0
hash: 86bb093f3d7eec4835060789cc725e172223c74f

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.26
## (2022-12-09)
* Update dependency pretty-bytes to 5.6.0 [Renovate Bot]
# v1.10.25
## (2022-12-09)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.10.25",
"version": "1.10.26",
"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-09T17:01:53.693Z"
"publishedAt": "2022-12-09T18:58:22.537Z"
}
}