This commit is contained in:
balenaCI 2022-12-13 02:27:43 +00:00
parent fdfa0d3258
commit 4b786b8a9f
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-cli to 4.10.0
hash: 757aa77d897d6266afbf6e7d62ddd0255ea0c926
body: |
Update webpack-cli to 4.10.0
Update webpack-cli from 4.2.0 to 4.10.0
footer:
Change-type: patch
change-type: patch
author: Renovate Bot
nested: []
version: 1.11.10
title: ""
date: 2022-12-13T02:27:41.593Z
- commits: - commits:
- subject: Update dependency webpack to 5.75.0 - subject: Update dependency webpack to 5.75.0
hash: cd67b442c9c55adddb2d8def456d7155af1f23c6 hash: cd67b442c9c55adddb2d8def456d7155af1f23c6

View File

@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
# v1.11.10
## (2022-12-13)
* Update dependency webpack-cli to 4.10.0 [Renovate Bot]
# v1.11.9 # v1.11.9
## (2022-12-12) ## (2022-12-12)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher", "name": "balena-etcher",
"private": true, "private": true,
"displayName": "balenaEtcher", "displayName": "balenaEtcher",
"version": "1.11.9", "version": "1.11.10",
"packageType": "local", "packageType": "local",
"main": "generated/etcher.js", "main": "generated/etcher.js",
"description": "Flash OS images to SD cards and USB drives, safely and easily.", "description": "Flash OS images to SD cards and USB drives, safely and easily.",
@ -124,6 +124,6 @@
"node": ">=14 < 16" "node": ">=14 < 16"
}, },
"versionist": { "versionist": {
"publishedAt": "2022-12-12T23:58:10.484Z" "publishedAt": "2022-12-13T02:27:42.254Z"
} }
} }