This commit is contained in:
balenaCI 2022-11-08 12:39:29 +00:00
parent 797868c474
commit a7b0939634
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 @types/copy-webpack-plugin to 6.4.3
hash: 2c2a5c7c2b31d188cc32024dd6f9b5d0d1a5bc8b
body: |
Update @types/copy-webpack-plugin to 6.4.3
Update @types/copy-webpack-plugin from 6.0.0 to 6.4.3
footer:
Change-type: patch
change-type: patch
author: Renovate Bot
nested: []
version: 1.8.13
title: ""
date: 2022-11-08T12:39:27.293Z
- commits:
- subject: Update dependency @fortawesome/fontawesome-free to 5.15.4
hash: 7bb52aa1706b4bfe06cdd023f4f95bf8de1a6666

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.8.13
## (2022-11-08)
* Update dependency @types/copy-webpack-plugin to 6.4.3 [Renovate Bot]
# v1.8.12
## (2022-11-08)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.8.12",
"version": "1.8.13",
"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-11-08T11:33:01.868Z"
"publishedAt": "2022-11-08T12:39:27.884Z"
}
}