This commit is contained in:
balenaCI 2022-12-10 06:19:32 +00:00
parent 871cf3ec0a
commit fe1f19b9fa
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 sinon to 9.2.4
hash: 686a5837b69c26bc83772ed738376ce0a766fef5
body: |
Update sinon to 9.2.4
Update sinon from 9.0.2 to 9.2.4
footer:
Change-type: patch
change-type: patch
author: Renovate Bot
nested: []
version: 1.11.1
title: ""
date: 2022-12-10T06:19:30.932Z
- commits:
- subject: Update dependency shyaml to 0.6.2
hash: 2acad790d3e85b3215e692705691fff4fadb99b0

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.1
## (2022-12-10)
* Update dependency sinon to 9.2.4 [Renovate Bot]
# v1.11.0
## (2022-12-10)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.11.0",
"version": "1.11.1",
"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-10T04:27:19.787Z"
"publishedAt": "2022-12-10T06:19:31.578Z"
}
}