This commit is contained in:
balenaCI 2022-12-12 23:58:11 +00:00
parent f2ebd10053
commit d70ea06565
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 webpack to 5.75.0
hash: cd67b442c9c55adddb2d8def456d7155af1f23c6
body: |
Update webpack to 5.75.0
Update webpack from 5.11.0 to 5.75.0
footer:
Change-type: patch
change-type: patch
author: Renovate Bot
nested: []
version: 1.11.9
title: ""
date: 2022-12-12T23:58:09.807Z
- commits:
- subject: Update dependency awscli to 1.27.28
hash: 927a026b869e0da872e17a662536d0ad3aeeae0f

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.9
## (2022-12-12)
* Update dependency webpack to 5.75.0 [Renovate Bot]
# v1.11.8
## (2022-12-12)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.11.8",
"version": "1.11.9",
"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-12T21:55:29.298Z"
"publishedAt": "2022-12-12T23:58:10.484Z"
}
}