mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-21 22:47:49 +00:00
v10.5.5
This commit is contained in:
parent
d20771e00b
commit
62f8532743
@ -1,3 +1,21 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Bump lodash from 4.17.11 to 4.17.13
|
||||||
|
hash: 835ef7908e8daba1c0362fae8aaa4b592b2d1b2f
|
||||||
|
body: >
|
||||||
|
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to
|
||||||
|
4.17.13.
|
||||||
|
|
||||||
|
- [Release notes](https://github.com/lodash/lodash/releases)
|
||||||
|
|
||||||
|
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13)
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: 'dependabot[bot] <support@github.com>'
|
||||||
|
signed-off-by: 'dependabot[bot] <support@github.com>'
|
||||||
|
author: 'dependabot[bot]'
|
||||||
|
version: 10.5.5
|
||||||
|
date: 2019-10-31T16:08:50.326Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: 'docs: update lockfile Python snippet'
|
- subject: 'docs: update lockfile Python snippet'
|
||||||
hash: d12c10b0c2092615ac5d94168db703b23744006b
|
hash: d12c10b0c2092615ac5d94168db703b23744006b
|
||||||
|
@ -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!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## 10.5.5 - 2019-10-31
|
||||||
|
|
||||||
|
* Bump lodash from 4.17.11 to 4.17.13 [dependabot[bot]]
|
||||||
|
|
||||||
## 10.5.4 - 2019-10-30
|
## 10.5.4 - 2019-10-30
|
||||||
|
|
||||||
* Docs: update lockfile Python snippet [Matthew McGinn]
|
* Docs: update lockfile Python snippet [Matthew McGinn]
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "10.5.4",
|
"version": "10.5.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"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.",
|
"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": "10.5.4",
|
"version": "10.5.5",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user