This commit is contained in:
flowzone-app[bot] 2024-04-24 18:35:24 +00:00 committed by GitHub
parent 3e862eee17
commit 1e9c2dc437
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 48 additions and 6 deletions

View File

@ -1,3 +1,38 @@
- commits:
- subject: Update supertest to v7
hash: 35e17cf22c0e45c14daa2efa24eb07358d14fff6
body: |
This patches a `formidable` package vulnerability
footer:
Change-type: patch
change-type: patch
Signed-off-by: Christina Ying Wang <christina@balena.io>
signed-off-by: Christina Ying Wang <christina@balena.io>
author: Christina Ying Wang
nested: []
- subject: Update fork-ts-checker-webpack-plugin to v9
hash: 73b71386fe00fdf9896ef6f14ead75920e9318bf
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Christina Ying Wang <christina@balena.io>
signed-off-by: Christina Ying Wang <christina@balena.io>
author: Christina Ying Wang
nested: []
- subject: Update yargs to v17, tar-stream to v3
hash: 717c8cd6149eb46b8b7e39b3021fd86321f95089
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Christina Ying Wang <christina@balena.io>
signed-off-by: Christina Ying Wang <christina@balena.io>
author: Christina Ying Wang
nested: []
version: 16.2.30
title: ""
date: 2024-04-24T18:35:21.169Z
- commits:
- subject: Refactor MDNS resolver into a module
hash: 6f02b17968d02c2e27b523e40a25ef4c4815d20a

View File

@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).
# v16.2.30
## (2024-04-24)
* Update supertest to v7 [Christina Ying Wang]
* Update fork-ts-checker-webpack-plugin to v9 [Christina Ying Wang]
* Update yargs to v17, tar-stream to v3 [Christina Ying Wang]
# v16.2.29
## (2024-04-24)

View File

@ -1 +1 @@
16.2.29
16.2.30

View File

@ -2,6 +2,6 @@ name: balena-supervisor
description: 'Balena Supervisor: balena''s agent on devices.'
joinable: false
type: sw.application
version: 16.2.29
version: 16.2.30
provides:
- slug: sw.compose.long-volume-syntax

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-supervisor",
"version": "16.2.29",
"version": "16.2.30",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "balena-supervisor",
"version": "16.2.29",
"version": "16.2.30",
"license": "Apache-2.0",
"dependencies": {
"@balena/systemd": "^0.5.0",

View File

@ -1,7 +1,7 @@
{
"name": "balena-supervisor",
"description": "This is balena's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as the balena API informs it to.",
"version": "16.2.29",
"version": "16.2.30",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -137,6 +137,6 @@
"yargs": "^17.7.2"
},
"versionist": {
"publishedAt": "2024-04-24T15:13:31.680Z"
"publishedAt": "2024-04-24T18:35:21.691Z"
}
}