This commit is contained in:
balenaCI 2022-12-08 15:56:15 +00:00
parent 24eb8b05b0
commit 83ce38a73f
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 css-loader to 5.2.7
hash: 6991a4950bfb2b7c9ad93df4c76170003b7d47f0
body: |
Update css-loader to 5.2.7
Update css-loader from 5.0.1 to 5.2.7
footer:
Change-type: patch
change-type: patch
author: Renovate Bot
nested: []
version: 1.10.12
title: ""
date: 2022-12-08T15:56:12.526Z
- commits:
- subject: Update dependency awscli to 1.27.24
hash: 72b4d4f4fa5a013d9a808402660186a92b165bc7

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.12
## (2022-12-08)
* Update dependency css-loader to 5.2.7 [Renovate Bot]
# v1.10.11
## (2022-12-07)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.10.11",
"version": "1.10.12",
"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-07T03:21:59.119Z"
"publishedAt": "2022-12-08T15:56:13.162Z"
}
}