This commit is contained in:
balenaCI 2022-12-12 19:57:33 +00:00
parent e6fdca171f
commit c851e1d54f
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 uuid to 8.3.2
hash: c9cfb87733a694a69044a3b04cb12e72047a92da
body: |
Update uuid to 8.3.2
Update uuid from 8.1.0 to 8.3.2
footer:
Change-type: patch
change-type: patch
author: Renovate Bot
nested: []
version: 1.11.7
title: ""
date: 2022-12-12T19:57:31.379Z
- commits:
- subject: Update dependency tslib to 2.4.1
hash: f0747abe3fde8df4a004573a3ffd49134dd6d40d

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.11.7
## (2022-12-12)
* Update dependency uuid to 8.3.2 [Renovate Bot]
# v1.11.6
## (2022-12-12)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.11.6",
"version": "1.11.7",
"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-12T17:59:44.088Z"
"publishedAt": "2022-12-12T19:57:32.181Z"
}
}