This commit is contained in:
flowzone-app[bot] 2024-07-02 10:14:47 +00:00 committed by GitHub
parent 32e59eccc5
commit bd4bdb805f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 21 additions and 4 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Update dependency jsonwebtoken to v9 [SECURITY]
hash: f05e49915dbc7ac0e14bbe215909dbcc108aa29e
body: |
Update jsonwebtoken from 8.5.1 to 9.0.0
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
nested: []
version: 18.2.14
title: ""
date: 2024-07-02T10:14:43.806Z
- commits:
- subject: Update dependency @types/prettyjson to ^0.0.33
hash: 14e1255b5f9730c66235cab169f67d84ab1a2ff5

View File

@ -4,6 +4,10 @@ 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/).
## 18.2.14 - 2024-07-02
* Update dependency jsonwebtoken to v9 [SECURITY] [Self-hosted Renovate Bot]
## 18.2.13 - 2024-07-02
* Update dependency @types/prettyjson to ^0.0.33 [Self-hosted Renovate Bot]

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-cli",
"version": "18.2.13",
"version": "18.2.14",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "balena-cli",
"version": "18.2.13",
"version": "18.2.14",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "18.2.13",
"version": "18.2.14",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -287,6 +287,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2024-07-02T09:14:04.118Z"
"publishedAt": "2024-07-02T10:14:44.677Z"
}
}