This commit is contained in:
balenaCI 2022-11-08 07:33:39 +00:00
parent 0214be4953
commit 2752b9fa95
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 omit-deep-lodash to 1.1.7
hash: a4f944e7959431f24b55c44dbcde2b13530cf902
body: |
Update omit-deep-lodash to 1.1.7
Update omit-deep-lodash from 1.1.4 to 1.1.7
footer:
Change-type: patch
change-type: patch
author: Renovate Bot
nested: []
version: 1.8.8
title: ""
date: 2022-11-08T07:33:36.421Z
- commits:
- subject: Update dependency immutable to 3.8.2
hash: 330df325f9b2eb855c6213f91cdb0d4cf1439525

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.8.8
## (2022-11-08)
* Update dependency omit-deep-lodash to 1.1.7 [Renovate Bot]
# v1.8.7
## (2022-11-08)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.8.7",
"version": "1.8.8",
"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-11-08T06:19:12.903Z"
"publishedAt": "2022-11-08T07:33:37.088Z"
}
}