This commit is contained in:
balenaCI 2022-12-10 12:28:20 +00:00
parent a8f7422cf5
commit 7b5808eb2b
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 ts-loader to 8.4.0
hash: 5ae9a263619e9bb499705ee7c19df5707ea3936c
body: |
Update ts-loader to 8.4.0
Update ts-loader from 8.0.12 to 8.4.0
footer:
Change-type: patch
change-type: patch
author: Renovate Bot
nested: []
version: 1.11.5
title: ""
date: 2022-12-10T12:28:18.918Z
- commits:
- subject: Update dependency styled-components to 5.3.6
hash: 88c5fa50352efe76a6506ee763915f504889111b

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.5
## (2022-12-10)
* Update dependency ts-loader to 8.4.0 [Renovate Bot]
# v1.11.4
## (2022-12-10)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.11.4",
"version": "1.11.5",
"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-10T10:57:11.472Z"
"publishedAt": "2022-12-10T12:28:19.598Z"
}
}