From 5dd2fb010a771129231a3c3a852ef7ccac3d3a2b Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Thu, 24 Mar 2022 13:37:39 -0700 Subject: [PATCH] chore: bump appdmg to ^0.6.4 (#132) * chore: bump appdmg to ~0.6.4 This fixes an issue with building on ARM64 devices running macOS 12.3. See https://github.com/LinusU/node-appdmg/pull/205 for details. * ^ --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a5c9f6b..3d69001 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "minimist": "^1.1.1" }, "optionalDependencies": { - "appdmg": "^0.6.0" + "appdmg": "^0.6.4" }, "license": "Apache-2.0", "devDependencies": { diff --git a/yarn.lock b/yarn.lock index bdfe242..d5ae7e8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -373,7 +373,7 @@ anymatch@~3.1.2: normalize-path "^3.0.0" picomatch "^2.0.4" -appdmg@^0.6.0: +appdmg@^0.6.4: version "0.6.4" resolved "https://registry.yarnpkg.com/appdmg/-/appdmg-0.6.4.tgz#283b85cc761c1d924f2370bd5cdbd92824b12ef3" integrity sha512-YTilgNF0DF2DSRzGzzGDxaTMLXlhe3b3HB8RAaoJJ/VJXZbOlzIAcZ7gdPniHUVUuHjGwnS7fUMd4FvO2Rp94A==