This commit is contained in:
balenaCI 2022-11-07 20:17:55 +00:00
parent 73bc921713
commit b23b4b34d0
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 lodash to 4.17.21 [SECURITY]
hash: f356e4c303080eefdf74f52c2b4de227d20e4e49
body: |
Update lodash to 4.17.21
Update lodash from 4.17.10 to 4.17.21
footer:
Change-type: patch
change-type: patch
author: Renovate Bot
nested: []
version: 1.7.14
title: ""
date: 2022-11-07T20:17:53.572Z
- commits: - commits:
- subject: Update release notes on finalize - subject: Update release notes on finalize
hash: 576113febfe000339545c0fd55793aafd2e53abb hash: 576113febfe000339545c0fd55793aafd2e53abb

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.7.14
## (2022-11-07)
* Update dependency lodash to 4.17.21 [SECURITY] [Renovate Bot]
# v1.7.13 # v1.7.13
## (2022-11-07) ## (2022-11-07)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-etcher", "name": "balena-etcher",
"version": "1.7.13", "version": "1.7.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.7.13", "version": "1.7.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-07T19:17:07.328Z" "publishedAt": "2022-11-07T20:17:54.299Z"
} }
} }