This commit is contained in:
balenaCI 2022-12-10 10:57:12 +00:00
parent bf7ebde100
commit cf1fdb8c5f
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 styled-components to 5.3.6
hash: 88c5fa50352efe76a6506ee763915f504889111b
body: |
Update styled-components to 5.3.6
Update styled-components from 5.1.0 to 5.3.6
footer:
Change-type: patch
change-type: patch
author: Renovate Bot
nested: []
version: 1.11.4
title: ""
date: 2022-12-10T10:57:10.809Z
- commits:
- subject: Update dependency terser-webpack-plugin to 5.3.6
hash: c431222909ef49126549c0f630cf1f3f3f8895ed

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.4
## (2022-12-10)
* Update dependency styled-components to 5.3.6 [Renovate Bot]
# v1.11.3
## (2022-12-10)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.11.3",
"version": "1.11.4",
"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-10T08:54:53.915Z"
"publishedAt": "2022-12-10T10:57:11.472Z"
}
}