This commit is contained in:
balenaCI 2022-12-08 17:57:08 +00:00
parent 3967adb1b5
commit 42ea7edc05
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 awscli to 1.27.25
hash: 0667d1110fbc05ef7222530ea413a1db7a2bd814
body: |
Update awscli to 1.27.25
Update awscli from 1.27.24 to 1.27.25
footer:
Change-type: patch
change-type: patch
author: Renovate Bot
nested: []
version: 1.10.13
title: ""
date: 2022-12-08T17:57:06.474Z
- commits:
- subject: Update dependency css-loader to 5.2.7
hash: 6991a4950bfb2b7c9ad93df4c76170003b7d47f0

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.13
## (2022-12-08)
* Update dependency awscli to 1.27.25 [Renovate Bot]
# v1.10.12
## (2022-12-08)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.10.12",
"version": "1.10.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-12-08T15:56:13.162Z"
"publishedAt": "2022-12-08T17:57:07.183Z"
}
}