This commit is contained in:
balenaCI 2022-11-08 13:57:20 +00:00
parent fd472efadc
commit ea20f24409
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 @types/node to 14.18.33
hash: 7e2c2eae635e6d9aef1e65b158268400074ff020
body: |
Update @types/node to 14.18.33
Update @types/node from 14.14.41 to 14.18.33
footer:
Change-type: patch
change-type: patch
author: Renovate Bot
nested: []
version: 1.8.14
title: ""
date: 2022-11-08T13:57:18.149Z
- commits: - commits:
- subject: Update dependency @types/copy-webpack-plugin to 6.4.3 - subject: Update dependency @types/copy-webpack-plugin to 6.4.3
hash: 2c2a5c7c2b31d188cc32024dd6f9b5d0d1a5bc8b hash: 2c2a5c7c2b31d188cc32024dd6f9b5d0d1a5bc8b

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.8.14
## (2022-11-08)
* Update dependency @types/node to 14.18.33 [Renovate Bot]
# v1.8.13 # v1.8.13
## (2022-11-08) ## (2022-11-08)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-etcher", "name": "balena-etcher",
"version": "1.8.13", "version": "1.8.14",
"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.8.13", "version": "1.8.14",
"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-11-08T12:39:27.884Z" "publishedAt": "2022-11-08T13:57:18.782Z"
} }
} }