From dcb130550111f9809b244d579b4699d7e7290d62 Mon Sep 17 00:00:00 2001 From: Evan Bacon Date: Mon, 9 Dec 2024 13:53:25 -0600 Subject: [PATCH] fix SMS TFA for Apple authentication (#2750) * fix SMS TFA for Apple authentication * Update CHANGELOG.md --- CHANGELOG.md | 2 ++ packages/eas-cli/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7db1c60389..cd912257f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ This is the log of notable changes to EAS CLI and related packages. ### ๐Ÿ› Bug fixes +- Bump `@expo/apple-utils` to fix sending two-factor authentication codes via SMS. ([#2750](https://github.com/expo/eas-cli/pull/2750) by [@EvanBacon](https://github.com/EvanBacon)) + ### ๐Ÿงน Chores - Change update message to allow faster copy and paste. ([#2661](https://github.com/expo/eas-cli/pull/2661) by [@jonluca](https://github.com/jonluca)) diff --git a/packages/eas-cli/package.json b/packages/eas-cli/package.json index 1345a83b69..2b39b29346 100644 --- a/packages/eas-cli/package.json +++ b/packages/eas-cli/package.json @@ -8,7 +8,7 @@ }, "bugs": "https://github.com/expo/eas-cli/issues", "dependencies": { - "@expo/apple-utils": "2.1.1", + "@expo/apple-utils": "2.1.2", "@expo/code-signing-certificates": "0.0.5", "@expo/config": "10.0.6", "@expo/config-plugins": "9.0.12", diff --git a/yarn.lock b/yarn.lock index 8aeb1d3ef7..c77008b5d5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1359,10 +1359,10 @@ resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b" integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A== -"@expo/apple-utils@2.1.1": - version "2.1.1" - resolved "https://registry.yarnpkg.com/@expo/apple-utils/-/apple-utils-2.1.1.tgz#28a19049d9232f516eee3b5563b002505195b123" - integrity sha512-upV16KyjrqSsUK2bxvyTeRyzqcMUyens+yx1TPo2SrtwglHpk/IpUwrNJ0XKNS/JqqrNwgTqcVSrEFNHGTCGhQ== +"@expo/apple-utils@2.1.2": + version "2.1.2" + resolved "https://registry.yarnpkg.com/@expo/apple-utils/-/apple-utils-2.1.2.tgz#42db84e4fb6f49a08cd9397aeae558bf7b5fc97d" + integrity sha512-Z7zGwKBGvZLB00ARz5Z+ny98ikAKwtkYvzoHkSrV6S9pROdbROM2WmhyaZMkq76sjpVTaUAehngQQ/e1YBPHlg== "@expo/bunyan@^4.0.0": version "4.0.0"