From 37efb9c1c64fc1bbfd9be72da8c985dbd31d35fd Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Tue, 11 Jan 2022 10:23:39 -0800 Subject: [PATCH] fix(deps): upgrade lzma-native to ^8.0.5 for prebuilt macOS/arm64 binaries (#959) --- package.json | 2 +- yarn.lock | 17 ++++------------- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 4346c642..5c1f8ae0 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "detect-libc": "^1.0.3", "fs-extra": "^10.0.0", "got": "^11.7.0", - "lzma-native": "^8.0.1", + "lzma-native": "^8.0.5", "node-abi": "^3.0.0", "node-api-version": "^0.1.4", "node-gyp": "^8.4.0", diff --git a/yarn.lock b/yarn.lock index 2491df32..3c468fed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4585,10 +4585,10 @@ lru-cache@^6.0.0: dependencies: yallist "^4.0.0" -lzma-native@^8.0.1: - version "8.0.1" - resolved "https://registry.yarnpkg.com/lzma-native/-/lzma-native-8.0.1.tgz#8569e2f88de461a9a2469ac9d8183637c387d682" - integrity sha512-Ryr9X3yDVZhRYOxR8QhUBCNe6GdEfy9BvFDIFtUvEkocvSvnrYt9lRm6FR1z0eQn0QSMenrgrDIJRMgUf9zsKQ== +lzma-native@^8.0.5: + version "8.0.5" + resolved "https://registry.yarnpkg.com/lzma-native/-/lzma-native-8.0.5.tgz#096758ef54ff2402cc36d25e3bb5921efaa1c156" + integrity sha512-lEkBBmePuYBycdlK8ul/sKQuZW47FMxAdjeTgDZLY4duX5Q067JJLUueyzN0wCAw6t2Y6YXCcAqHA5A1jQ9ttQ== dependencies: node-addon-api "^3.1.0" node-gyp-build "^4.2.1" @@ -7069,15 +7069,6 @@ string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: is-fullwidth-code-point "^3.0.0" strip-ansi "^6.0.1" -string-width@^4.2.3: - version "4.2.3" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" - integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== - dependencies: - emoji-regex "^8.0.0" - is-fullwidth-code-point "^3.0.0" - strip-ansi "^6.0.1" - string.prototype.trimend@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz#e75ae90c2942c63504686c18b287b4a0b1a45f80"