mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v18.2.14
This commit is contained in:
parent
32e59eccc5
commit
bd4bdb805f
@ -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
|
||||
|
@ -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
4
npm-shrinkwrap.json
generated
@ -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": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user