update to 7.2.0

Change-type: patch
This commit is contained in:
Zane Hitchcox 2022-09-16 10:07:30 -04:00
parent 13159f93ee
commit 723032b201
3 changed files with 1351 additions and 32 deletions

View File

@ -3,7 +3,7 @@
# --------------------------------------------------------------------- # ---------------------------------------------------------------------
RESIN_SCRIPTS ?= ./scripts/resin RESIN_SCRIPTS ?= ./scripts/resin
export NPM_VERSION ?= 6.14.8 export NPM_VERSION ?= 6.14.16
S3_BUCKET = artifacts.ci.balena-cloud.com S3_BUCKET = artifacts.ci.balena-cloud.com
# This directory will be completely deleted by the `clean` rule # This directory will be completely deleted by the `clean` rule

1375
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
"name": "balena-etcher", "name": "balena-etcher",
"private": true, "private": true,
"displayName": "balenaEtcher", "displayName": "balenaEtcher",
"version": "1.5.122", "version": "1.7.9",
"packageType": "local", "packageType": "local",
"main": "generated/etcher.js", "main": "generated/etcher.js",
"description": "Flash OS images to SD cards and USB drives, safely and easily.", "description": "Flash OS images to SD cards and USB drives, safely and easily.",
@ -79,7 +79,7 @@
"css-loader": "^5.0.1", "css-loader": "^5.0.1",
"d3": "^4.13.0", "d3": "^4.13.0",
"debug": "^4.2.0", "debug": "^4.2.0",
"electron": "12.0.2", "electron": "12.2.3",
"electron-builder": "^22.10.5", "electron-builder": "^22.10.5",
"electron-mocha": "^9.3.2", "electron-mocha": "^9.3.2",
"electron-notarize": "^1.0.0", "electron-notarize": "^1.0.0",