This commit is contained in:
balenaCI 2022-12-07 03:22:00 +00:00
parent e5d0d2e262
commit bb169cf674
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.24
hash: 72b4d4f4fa5a013d9a808402660186a92b165bc7
body: |
Update awscli to 1.27.24
Update awscli from 1.27.5 to 1.27.24
footer:
Change-type: patch
change-type: patch
author: Renovate Bot
nested: []
version: 1.10.11
title: ""
date: 2022-12-07T03:21:58.354Z
- commits:
- subject: Update dependency @types/node to 14.18.34
hash: aa3756ad172e939dff88ad213fda2b57966341c6

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.11
## (2022-12-07)
* Update dependency awscli to 1.27.24 [Renovate Bot]
# v1.10.10
## (2022-12-07)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.10.10",
"version": "1.10.11",
"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-07T02:19:18.172Z"
"publishedAt": "2022-12-07T03:21:59.119Z"
}
}