This commit is contained in:
Balena CI 2020-03-16 17:26:09 +02:00
parent af64bd3a2f
commit 9e7a226741
5 changed files with 23 additions and 3 deletions

@ -1,3 +1,18 @@
- commits:
- subject: Bump acorn from 5.7.3 to 5.7.4
hash: f8363fc72b21386cc3561be576d8f21ec0463c89
body: |
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)
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.10.2
date: 2020-03-16T15:05:54.513Z
- commits:
- subject: Update dependencies
hash: 6e3db3bd602d30ae3d377a1526c9b904c90a6cf3

@ -4,6 +4,11 @@ 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/).
# v10.10.2
## (2020-03-16)
* Bump acorn from 5.7.3 to 5.7.4 [dependabot[bot]]
# v10.10.1
## (2020-03-13)

@ -1 +1 @@
10.10.1
10.10.2

2
package-lock.json generated

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "10.10.1",
"version": "10.10.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

@ -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": "10.10.1",
"version": "10.10.2",
"license": "Apache-2.0",
"repository": {
"type": "git",