From 5caee59921bcca13e9a21fd0d85ae6334413cc8f Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Thu, 14 Dec 2017 16:30:24 -0800 Subject: [PATCH] Support the latest phone number formats via libphonenumber (#1899) * Update to the latest google-libphonenumber * Update package.json to the format uses when updating it --- package.json | 11 ++++++++++- yarn.lock | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9b5e426fb..233b88779 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,16 @@ "icon": "build/icons/png" }, "deb": { - "depends": ["gconf2", "gconf-service", "libnotify4", "libappindicator1", "libxtst6", "libnss3", "libasound2", "libxss1"] + "depends": [ + "gconf2", + "gconf-service", + "libnotify4", + "libappindicator1", + "libxtst6", + "libnss3", + "libasound2", + "libxss1" + ] }, "files": [ "package.json", diff --git a/yarn.lock b/yarn.lock index 6bcb6961b..37bbd89d6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1674,8 +1674,8 @@ globule@^1.0.0: minimatch "~3.0.2" google-libphonenumber@^3.0.7: - version "3.0.7" - resolved "https://registry.yarnpkg.com/google-libphonenumber/-/google-libphonenumber-3.0.7.tgz#a90918816536545a2264bf5d494cb3118f195dcc" + version "3.0.9" + resolved "https://registry.yarnpkg.com/google-libphonenumber/-/google-libphonenumber-3.0.9.tgz#1454c352125cc2c3ed5d839c3adc4f8ba80dd640" got@^6.7.1: version "6.7.1"