summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-07-07 08:29:39 +0200
committerGitHub <noreply@github.com>2020-07-07 08:29:39 +0200
commitb89fa00ca82ef5f4469a319d0e2cdd02bd02e7fc (patch)
treea4d2b9c908205a342540865beb2a294b013d774e
parent8e4f8f8aa473c1a39abbc2929534eb9fedbaf58b (diff)
parenta2df7efd804af798240d0bb9aa72b78457f4903e (diff)
Merge branch 'master' into dependabot/npm_and_yarn/p-limit-3.0.1
-rw-r--r--l10n/br.js22
-rw-r--r--l10n/br.json20
-rw-r--r--l10n/id.js1
-rw-r--r--l10n/id.json1
-rw-r--r--l10n/is.js21
-rw-r--r--l10n/is.json21
-rw-r--r--l10n/ja.js1
-rw-r--r--l10n/ja.json1
-rw-r--r--l10n/mk.js1
-rw-r--r--l10n/mk.json1
-rw-r--r--l10n/sl.js1
-rw-r--r--l10n/sl.json1
-rw-r--r--l10n/sr.js1
-rw-r--r--l10n/sr.json1
-rw-r--r--l10n/zh_CN.js3
-rw-r--r--l10n/zh_CN.json3
-rw-r--r--package-lock.json3820
-rw-r--r--package.json27
18 files changed, 1911 insertions, 2036 deletions
diff --git a/l10n/br.js b/l10n/br.js
new file mode 100644
index 00000000..27a67049
--- /dev/null
+++ b/l10n/br.js
@@ -0,0 +1,22 @@
+OC.L10N.register(
+ "contacts",
+ {
+ "Contacts" : "Darempredoù",
+ "Details" : "Munudoù",
+ "Invalid image" : "N'eo ket aotreet ar skeudenn",
+ "Loading" : "Kargañ",
+ "Name" : "Anv",
+ "Download" : "Pellgargañ",
+ "Delete" : "Dilemel",
+ "Cancel" : "Arrest",
+ "Groups" : "Strolladoù",
+ "Rename" : "Adenvel",
+ "Enabled" : "Aotreet",
+ "Copy link" : "Kopiañ al liamm",
+ "Home" : "Degemer",
+ "Work" : "Labour",
+ "Other" : "All",
+ "Email" : "Postel",
+ "None" : "Hini ebet"
+},
+"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);");
diff --git a/l10n/br.json b/l10n/br.json
new file mode 100644
index 00000000..97d881ba
--- /dev/null
+++ b/l10n/br.json
@@ -0,0 +1,20 @@
+{ "translations": {
+ "Contacts" : "Darempredoù",
+ "Details" : "Munudoù",
+ "Invalid image" : "N'eo ket aotreet ar skeudenn",
+ "Loading" : "Kargañ",
+ "Name" : "Anv",
+ "Download" : "Pellgargañ",
+ "Delete" : "Dilemel",
+ "Cancel" : "Arrest",
+ "Groups" : "Strolladoù",
+ "Rename" : "Adenvel",
+ "Enabled" : "Aotreet",
+ "Copy link" : "Kopiañ al liamm",
+ "Home" : "Degemer",
+ "Work" : "Labour",
+ "Other" : "All",
+ "Email" : "Postel",
+ "None" : "Hini ebet"
+},"pluralForm" :"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"
+} \ No newline at end of file
diff --git a/l10n/id.js b/l10n/id.js
index d4a453e3..f4e6069b 100644
--- a/l10n/id.js
+++ b/l10n/id.js
@@ -20,6 +20,7 @@ OC.L10N.register(
"Disabled" : "Dinonaktifkan",
"Copy link" : "Salin tautan",
"Share with users or groups" : "Bagi dengan pengguna atau grup",
+ "No users or groups" : "Tidak ada pengguna atau grup",
"can edit" : "dapat menyunting",
"Address book name" : "Nama buku alamat",
"First name" : "Nama depan",
diff --git a/l10n/id.json b/l10n/id.json
index 1e62361d..e3a0d7fc 100644
--- a/l10n/id.json
+++ b/l10n/id.json
@@ -18,6 +18,7 @@
"Disabled" : "Dinonaktifkan",
"Copy link" : "Salin tautan",
"Share with users or groups" : "Bagi dengan pengguna atau grup",
+ "No users or groups" : "Tidak ada pengguna atau grup",
"can edit" : "dapat menyunting",
"Address book name" : "Nama buku alamat",
"First name" : "Nama depan",
diff --git a/l10n/is.js b/l10n/is.js
index 9aa50af1..6098968c 100644
--- a/l10n/is.js
+++ b/l10n/is.js
@@ -11,6 +11,7 @@ OC.L10N.register(
"Add new property" : "Bæta við nýju eigindi",
"Choose property type" : "Veldu tegund eigindar",
"Add a new picture" : "Bæta við nýrri mynd",
+ "Upload new picture" : "Senda inn nýja mynd",
"Choose from files" : "Veldu úr skrám",
"Download picture" : "Sækja mynd",
"Delete picture" : "Eyða mynd",
@@ -27,8 +28,12 @@ OC.L10N.register(
"Title" : "Starfsheiti",
"This contact was broken and received a fix. Please review the content and click here to save it." : "Þessi tengiliður var gallaður og var hann lagfærður. Yfirfarðu upplýsingarnar og smelltu síðan hér til að vista tengiliðinn.",
"Download" : "Niðurhal",
+ "Clone contact" : "Klóna tengilið",
"Generate QR Code" : "Útbúa QR-kóða",
"Delete" : "Eyða",
+ "Contact vCard as qrcode" : "vCard-upplýsingar tengiliðar sem QR-kóði",
+ "Pick an address book" : "Veldu nafnaskrá",
+ "Select address book" : "Veldu nafnaskrá",
"Cancel" : "Hætta við",
"This contact is not yet synced. Edit it to save it to the server." : "Þessi tengiliður er ekki enn samstilltur. Breyttu honum lítillega til að vista hann á þjóninn.",
"This contact is in read-only mode. You do not have permission to edit this contact." : "Þessi tengiliður er skrifvarinn. Þú hefur ekki heimild til að breyta þessum tengilið.",
@@ -37,9 +42,13 @@ OC.L10N.register(
"Groups" : "Hópar",
"New contact" : "Nýr tengiliður",
"Syntax error. Cannot open the contact." : "Villa í málskipan. Get ekki opnað tengiliðinn.",
+ "An error occurred while trying to move the contact" : "Villa kom upp þegar reynt var að færa tengiliðinn",
+ "An error occurred while trying to copy the contact" : "Villa kom upp þegar reynt var að afrita tengiliðinn",
"No errors" : "Engar villur",
"Open your browser console for more details" : "Opnaðu stjórnborð vafrans þíns til að sjá frekari upplýsingar",
"_{failedCount} faulty contact_::_{failedCount} faulty contacts_" : ["{failedCount} gallaður tengiliður","{failedCount} gallaðir tengiliðir"],
+ "_Importing %n contact into {addressbook}_::_Importing %n contacts into {addressbook}_" : ["Flyt %n tengilið inn í {addressbook}","Flyt %n tengiliði inn í {addressbook}"],
+ "_Done importing %n contact into {addressbook}_::_Done importing %n contacts into {addressbook}_" : ["Kláraði að flytja %n tengilið inn í {addressbook}","Kláraði að flytja %n tengiliði inn í {addressbook}"],
"Select type" : "Veldu gerð",
"Select Date" : "Veldu dagsetningu",
"Add contact in group" : "Bæta tengilið í hóp",
@@ -52,15 +61,26 @@ OC.L10N.register(
"Copied" : "Afritað",
"Can not copy" : "Gat ekki afritað",
"Copy link" : "Afrita tengil",
+ "Toggling of address book was not successful" : "Tókst ekki að víxla nafnaskrá af/á",
+ "This will delete the address book and every contacts within it" : "Þetta mun eyða nafnaskránni og öllum tengiliðum í henni",
"Delete {addressbook} ?" : "Eyða {addressbook} ?",
+ "Deletion of address book was not successful." : "Tókst ekki að eyða nafnaskrá.",
+ "Renaming of address book was not successful." : "Tókst ekki að endurnefna nafnaskrá.",
+ "Address book copied to clipboard" : "Nafnaskrá afrituð á klippispjald",
+ "Address book was not copied to clipboard." : "Nafnaskrá var ekki afrituð á klippispjald.",
"_Shared with {num} entity_::_Shared with {num} entities_" : ["Deilt með {num} einindi","Deilt með {num} einindum"],
"Share with users or groups" : "Deila með notendum eða hópum",
"No users or groups" : "Engir notendur eða hópar",
"can edit" : "getur breytt",
"Unable to delete the share." : "Get ekki eytt sameigninni.",
"Unable to change permissions." : "Tekst ekki að breyta heimildum.",
+ "Import contacts" : "Flytja inn tengiliði",
+ "Select local file" : "Veldu skrá á tölvunni",
+ "Import from files" : "Flytja inn úr skrám",
"Importing is disabled because there are no address books available" : "Innflutningur er óvirkur því engar nafnaskrár eru tiltækar",
+ "Choose a vCard file to import" : "Veldu vCard-skrá sem á að flytja inn",
"Address book name" : "Heiti nafnaskrár",
+ "An error occurred, unable to create the address book." : "Villa kom upp, tókst ekki að útbúa nafnaskrána.",
"First name" : "Eiginnafn",
"Last name" : "Kenninafn",
"Display name" : "Birtingarnafn",
@@ -105,6 +125,7 @@ OC.L10N.register(
"Car" : "Bíll",
"Work pager" : "Vinnufriðþjófur",
"Social network" : "Samfélagsnet",
+ "The link of the profile. e.g. https://www.facebook.com/Nextclouders/ " : "Slóð sniðsins, t.d. https://www.facebook.com/Nextclouders/ ",
"Relationship" : "Vensl",
"Specify a relationship between you and the entity represented by this vCard." : "Tiltaktu venslin milli þín og þess aðila sem þetta vCard-nafnspjald stendur fyrir.",
"Spouse" : "Maki",
diff --git a/l10n/is.json b/l10n/is.json
index 9d03e665..3f85f2c0 100644
--- a/l10n/is.json
+++ b/l10n/is.json
@@ -9,6 +9,7 @@
"Add new property" : "Bæta við nýju eigindi",
"Choose property type" : "Veldu tegund eigindar",
"Add a new picture" : "Bæta við nýrri mynd",
+ "Upload new picture" : "Senda inn nýja mynd",
"Choose from files" : "Veldu úr skrám",
"Download picture" : "Sækja mynd",
"Delete picture" : "Eyða mynd",
@@ -25,8 +26,12 @@
"Title" : "Starfsheiti",
"This contact was broken and received a fix. Please review the content and click here to save it." : "Þessi tengiliður var gallaður og var hann lagfærður. Yfirfarðu upplýsingarnar og smelltu síðan hér til að vista tengiliðinn.",
"Download" : "Niðurhal",
+ "Clone contact" : "Klóna tengilið",
"Generate QR Code" : "Útbúa QR-kóða",
"Delete" : "Eyða",
+ "Contact vCard as qrcode" : "vCard-upplýsingar tengiliðar sem QR-kóði",
+ "Pick an address book" : "Veldu nafnaskrá",
+ "Select address book" : "Veldu nafnaskrá",
"Cancel" : "Hætta við",
"This contact is not yet synced. Edit it to save it to the server." : "Þessi tengiliður er ekki enn samstilltur. Breyttu honum lítillega til að vista hann á þjóninn.",
"This contact is in read-only mode. You do not have permission to edit this contact." : "Þessi tengiliður er skrifvarinn. Þú hefur ekki heimild til að breyta þessum tengilið.",
@@ -35,9 +40,13 @@
"Groups" : "Hópar",
"New contact" : "Nýr tengiliður",
"Syntax error. Cannot open the contact." : "Villa í málskipan. Get ekki opnað tengiliðinn.",
+ "An error occurred while trying to move the contact" : "Villa kom upp þegar reynt var að færa tengiliðinn",
+ "An error occurred while trying to copy the contact" : "Villa kom upp þegar reynt var að afrita tengiliðinn",
"No errors" : "Engar villur",
"Open your browser console for more details" : "Opnaðu stjórnborð vafrans þíns til að sjá frekari upplýsingar",
"_{failedCount} faulty contact_::_{failedCount} faulty contacts_" : ["{failedCount} gallaður tengiliður","{failedCount} gallaðir tengiliðir"],
+ "_Importing %n contact into {addressbook}_::_Importing %n contacts into {addressbook}_" : ["Flyt %n tengilið inn í {addressbook}","Flyt %n tengiliði inn í {addressbook}"],
+ "_Done importing %n contact into {addressbook}_::_Done importing %n contacts into {addressbook}_" : ["Kláraði að flytja %n tengilið inn í {addressbook}","Kláraði að flytja %n tengiliði inn í {addressbook}"],
"Select type" : "Veldu gerð",
"Select Date" : "Veldu dagsetningu",
"Add contact in group" : "Bæta tengilið í hóp",
@@ -50,15 +59,26 @@
"Copied" : "Afritað",
"Can not copy" : "Gat ekki afritað",
"Copy link" : "Afrita tengil",
+ "Toggling of address book was not successful" : "Tókst ekki að víxla nafnaskrá af/á",
+ "This will delete the address book and every contacts within it" : "Þetta mun eyða nafnaskránni og öllum tengiliðum í henni",
"Delete {addressbook} ?" : "Eyða {addressbook} ?",
+ "Deletion of address book was not successful." : "Tókst ekki að eyða nafnaskrá.",
+ "Renaming of address book was not successful." : "Tókst ekki að endurnefna nafnaskrá.",
+ "Address book copied to clipboard" : "Nafnaskrá afrituð á klippispjald",
+ "Address book was not copied to clipboard." : "Nafnaskrá var ekki afrituð á klippispjald.",
"_Shared with {num} entity_::_Shared with {num} entities_" : ["Deilt með {num} einindi","Deilt með {num} einindum"],
"Share with users or groups" : "Deila með notendum eða hópum",
"No users or groups" : "Engir notendur eða hópar",
"can edit" : "getur breytt",
"Unable to delete the share." : "Get ekki eytt sameigninni.",
"Unable to change permissions." : "Tekst ekki að breyta heimildum.",
+ "Import contacts" : "Flytja inn tengiliði",
+ "Select local file" : "Veldu skrá á tölvunni",
+ "Import from files" : "Flytja inn úr skrám",
"Importing is disabled because there are no address books available" : "Innflutningur er óvirkur því engar nafnaskrár eru tiltækar",
+ "Choose a vCard file to import" : "Veldu vCard-skrá sem á að flytja inn",
"Address book name" : "Heiti nafnaskrár",
+ "An error occurred, unable to create the address book." : "Villa kom upp, tókst ekki að útbúa nafnaskrána.",
"First name" : "Eiginnafn",
"Last name" : "Kenninafn",
"Display name" : "Birtingarnafn",
@@ -103,6 +123,7 @@
"Car" : "Bíll",
"Work pager" : "Vinnufriðþjófur",
"Social network" : "Samfélagsnet",
+ "The link of the profile. e.g. https://www.facebook.com/Nextclouders/ " : "Slóð sniðsins, t.d. https://www.facebook.com/Nextclouders/ ",
"Relationship" : "Vensl",
"Specify a relationship between you and the entity represented by this vCard." : "Tiltaktu venslin milli þín og þess aðila sem þetta vCard-nafnspjald stendur fyrir.",
"Spouse" : "Maki",
diff --git a/l10n/ja.js b/l10n/ja.js
index b4c02488..617b50fa 100644
--- a/l10n/ja.js
+++ b/l10n/ja.js
@@ -125,6 +125,7 @@ OC.L10N.register(
"Car" : "自動車",
"Work pager" : "ワークページャー",
"Social network" : "ソーシャルネットワーク",
+ "The link of the profile. e.g. https://www.facebook.com/Nextclouders/ " : "プロフィールのURL例 https://www.facebook.com/Nextclouders/",
"Relationship" : "つながり",
"Specify a relationship between you and the entity represented by this vCard." : "あなたとこのvCardが表すエンティティとの間の関係を指定します。",
"Spouse" : "配偶者",
diff --git a/l10n/ja.json b/l10n/ja.json
index 01d9ab64..ebdfc802 100644
--- a/l10n/ja.json
+++ b/l10n/ja.json
@@ -123,6 +123,7 @@
"Car" : "自動車",
"Work pager" : "ワークページャー",
"Social network" : "ソーシャルネットワーク",
+ "The link of the profile. e.g. https://www.facebook.com/Nextclouders/ " : "プロフィールのURL例 https://www.facebook.com/Nextclouders/",
"Relationship" : "つながり",
"Specify a relationship between you and the entity represented by this vCard." : "あなたとこのvCardが表すエンティティとの間の関係を指定します。",
"Spouse" : "配偶者",
diff --git a/l10n/mk.js b/l10n/mk.js
index 59d7901e..11d4f729 100644
--- a/l10n/mk.js
+++ b/l10n/mk.js
@@ -125,6 +125,7 @@ OC.L10N.register(
"Car" : "Автомобил",
"Work pager" : "Службен пејџер",
"Social network" : "Социјална мрежа",
+ "The link of the profile. e.g. https://www.facebook.com/Nextclouders/ " : "Линк до профилот. На пр. https://www.facebook.com/korisnik/",
"Relationship" : "Врска",
"Specify a relationship between you and the entity represented by this vCard." : "Наведете врска помеѓу вас и субјектот претставен со оваа vCard.",
"Spouse" : "Брачен другар",
diff --git a/l10n/mk.json b/l10n/mk.json
index 7d286127..6df09033 100644
--- a/l10n/mk.json
+++ b/l10n/mk.json
@@ -123,6 +123,7 @@
"Car" : "Автомобил",
"Work pager" : "Службен пејџер",
"Social network" : "Социјална мрежа",
+ "The link of the profile. e.g. https://www.facebook.com/Nextclouders/ " : "Линк до профилот. На пр. https://www.facebook.com/korisnik/",
"Relationship" : "Врска",
"Specify a relationship between you and the entity represented by this vCard." : "Наведете врска помеѓу вас и субјектот претставен со оваа vCard.",
"Spouse" : "Брачен другар",
diff --git a/l10n/sl.js b/l10n/sl.js
index 81499e3f..06cf9f18 100644
--- a/l10n/sl.js
+++ b/l10n/sl.js
@@ -56,6 +56,7 @@ OC.L10N.register(
"Can not copy" : "Ni mogoče kopirati!",
"Copy link" : "Kopiraj povezavo",
"Delete {addressbook} ?" : "Ali želite izbrisati imenik {addressbook} ?",
+ "Address book copied to clipboard" : "Imenik je kopiran v odložišče.",
"_Shared with {num} entity_::_Shared with {num} entities_" : ["V souporabi s skupno {num} uporabnikom ali skupino","V souporabi s skupno {num} uporabnikoma ali skupinama","V souporabi s skupno {num} uporabniki ali skupinami","V souporabi s skupno {num} uporabniki ali skupinami"],
"Share with users or groups" : "Souporaba z uporabniki ali skupinami",
"No users or groups" : "Ni uporabnikov oziroma skupin",
diff --git a/l10n/sl.json b/l10n/sl.json
index 67260500..1700680b 100644
--- a/l10n/sl.json
+++ b/l10n/sl.json
@@ -54,6 +54,7 @@
"Can not copy" : "Ni mogoče kopirati!",
"Copy link" : "Kopiraj povezavo",
"Delete {addressbook} ?" : "Ali želite izbrisati imenik {addressbook} ?",
+ "Address book copied to clipboard" : "Imenik je kopiran v odložišče.",
"_Shared with {num} entity_::_Shared with {num} entities_" : ["V souporabi s skupno {num} uporabnikom ali skupino","V souporabi s skupno {num} uporabnikoma ali skupinama","V souporabi s skupno {num} uporabniki ali skupinami","V souporabi s skupno {num} uporabniki ali skupinami"],
"Share with users or groups" : "Souporaba z uporabniki ali skupinami",
"No users or groups" : "Ni uporabnikov oziroma skupin",
diff --git a/l10n/sr.js b/l10n/sr.js
index c01c6918..d95f9266 100644
--- a/l10n/sr.js
+++ b/l10n/sr.js
@@ -125,6 +125,7 @@ OC.L10N.register(
"Car" : "Кола",
"Work pager" : "Пословни пејџер",
"Social network" : "Друштвена мрежа",
+ "The link of the profile. e.g. https://www.facebook.com/Nextclouders/ " : "Веза профила, нпр. https://www.facebook.com/Nextclouders/ ",
"Relationship" : "Веза",
"Specify a relationship between you and the entity represented by this vCard." : "Наведите како сте повезани са особом на овој вКартици.",
"Spouse" : "Супружник",
diff --git a/l10n/sr.json b/l10n/sr.json
index 97b85705..e31dd021 100644
--- a/l10n/sr.json
+++ b/l10n/sr.json
@@ -123,6 +123,7 @@
"Car" : "Кола",
"Work pager" : "Пословни пејџер",
"Social network" : "Друштвена мрежа",
+ "The link of the profile. e.g. https://www.facebook.com/Nextclouders/ " : "Веза профила, нпр. https://www.facebook.com/Nextclouders/ ",
"Relationship" : "Веза",
"Specify a relationship between you and the entity represented by this vCard." : "Наведите како сте повезани са особом на овој вКартици.",
"Spouse" : "Супружник",
diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js
index c018e3d0..fcad4bfe 100644
--- a/l10n/zh_CN.js
+++ b/l10n/zh_CN.js
@@ -28,8 +28,11 @@ OC.L10N.register(
"Title" : "头衔",
"This contact was broken and received a fix. Please review the content and click here to save it." : "此联系人已损坏但接收到了一个修复。请查看内容并点击这里以保存它。",
"Download" : "下载",
+ "Clone contact" : "克隆联系人",
"Generate QR Code" : "生成二维码",
"Delete" : "删除",
+ "Pick an address book" : "选择一个地址簿",
+ "Select address book" : "选择地址簿",
"Cancel" : "取消",
"This contact is not yet synced. Edit it to save it to the server." : "此联系人尚未同步。 编辑它以将其保存到服务器。",
"This contact is in read-only mode. You do not have permission to edit this contact." : "此联系人处于只读模式。 您无权编辑此联系人。",
diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json
index 8421d4fd..9a0ed024 100644
--- a/l10n/zh_CN.json
+++ b/l10n/zh_CN.json
@@ -26,8 +26,11 @@
"Title" : "头衔",
"This contact was broken and received a fix. Please review the content and click here to save it." : "此联系人已损坏但接收到了一个修复。请查看内容并点击这里以保存它。",
"Download" : "下载",
+ "Clone contact" : "克隆联系人",
"Generate QR Code" : "生成二维码",
"Delete" : "删除",
+ "Pick an address book" : "选择一个地址簿",
+ "Select address book" : "选择地址簿",
"Cancel" : "取消",
"This contact is not yet synced. Edit it to save it to the server." : "此联系人尚未同步。 编辑它以将其保存到服务器。",
"This contact is in read-only mode. You do not have permission to edit this contact." : "此联系人处于只读模式。 您无权编辑此联系人。",
diff --git a/package-lock.json b/package-lock.json
index fe6f5d37..292cd5c1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -29,9 +29,9 @@
}
},
"@babel/compat-data": {
- "version": "7.10.1",
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.10.1.tgz",
- "integrity": "sha512-CHvCj7So7iCkGKPRFUfryXIkU2gSBw7VSZFYLsqVhrS47269VK2Hfi9S/YcublPMW8k1u2bQBlbDruoQEm4fgw==",
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.10.4.tgz",
+ "integrity": "sha512-t+rjExOrSVvjQQXNp5zAIYDp00KjdvGl/TpDX5REPr0S9IAIPQMTilcfG6q8c0QFmj9lSTVySV2VTsyggvtNIw==",
"requires": {
"browserslist": "^4.12.0",
"invariant": "^2.2.4",
@@ -46,18 +46,18 @@
}
},
"@babel/core": {
- "version": "7.10.2",
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.10.2.tgz",
- "integrity": "sha512-KQmV9yguEjQsXqyOUGKjS4+3K8/DlOCE2pZcq4augdQmtTy5iv5EHtmMSJ7V4c1BIPjuwtZYqYLCq9Ga+hGBRQ==",
+ "version": "7.10.3",
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.10.3.tgz",
+ "integrity": "sha512-5YqWxYE3pyhIi84L84YcwjeEgS+fa7ZjK6IBVGTjDVfm64njkR2lfDhVR5OudLk8x2GK59YoSyVv+L/03k1q9w==",
"requires": {
- "@babel/code-frame": "^7.10.1",
- "@babel/generator": "^7.10.2",
+ "@babel/code-frame": "^7.10.3",
+ "@babel/generator": "^7.10.3",
"@babel/helper-module-transforms": "^7.10.1",
"@babel/helpers": "^7.10.1",
- "@babel/parser": "^7.10.2",
- "@babel/template": "^7.10.1",
- "@babel/traverse": "^7.10.1",
- "@babel/types": "^7.10.2",
+ "@babel/parser": "^7.10.3",
+ "@babel/template": "^7.10.3",
+ "@babel/traverse": "^7.10.3",
+ "@babel/types": "^7.10.3",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.1",
@@ -69,40 +69,40 @@
},
"dependencies": {
"@babel/code-frame": {
- "version": "7.10.1",
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.1.tgz",
- "integrity": "sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw==",
+ "version": "7.10.3",
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.3.tgz",
+ "integrity": "sha512-fDx9eNW0qz0WkUeqL6tXEXzVlPh6Y5aCDEZesl0xBGA8ndRukX91Uk44ZqnkECp01NAZUdCAl+aiQNGi0k88Eg==",
"requires": {
- "@babel/highlight": "^7.10.1"
+ "@babel/highlight": "^7.10.3"
}
},
"@babel/generator": {
- "version": "7.10.2",
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.10.2.tgz",
- "integrity": "sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA==",
+ "version": "7.10.3",
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.10.3.tgz",
+ "integrity": "sha512-drt8MUHbEqRzNR0xnF8nMehbY11b1SDkRw03PSNH/3Rb2Z35oxkddVSi3rcaak0YJQ86PCuE7Qx1jSFhbLNBMA==",
"requires": {
- "@babel/types": "^7.10.2",
+ "@babel/types": "^7.10.3",
"jsesc": "^2.5.1",
"lodash": "^4.17.13",
"source-map": "^0.5.0"
}
},
"@babel/helper-function-name": {
- "version": "7.10.1",
- "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.1.tgz",
- "integrity": "sha512-fcpumwhs3YyZ/ttd5Rz0xn0TpIwVkN7X0V38B9TWNfVF42KEkhkAAuPCQ3oXmtTRtiPJrmZ0TrfS0GKF0eMaRQ==",
+ "version": "7.10.3",
+ "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.3.tgz",
+ "integrity": "sha512-FvSj2aiOd8zbeqijjgqdMDSyxsGHaMt5Tr0XjQsGKHD3/1FP3wksjnLAWzxw7lvXiej8W1Jt47SKTZ6upQNiRw==",
"requires": {
- "@babel/helper-get-function-arity": "^7.10.1",
- "@babel/template": "^7.10.1",
- "@babel/types": "^7.10.1"
+ "@babel/helper-get-function-arity": "^7.10.3",
+ "@babel/template": "^7.10.3",
+ "@babel/types": "^7.10.3"
}
},
"@babel/helper-get-function-arity": {
- "version": "7.10.1",
- "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz",
- "integrity": "sha512-F5qdXkYGOQUb0hpRaPoetF9AnsXknKjWMZ+wmsIRsp5ge5sFh4c3h1eH2pRTTuy9KKAA2+TTYomGXAtEL2fQEw==",
+ "version": "7.10.3",
+ "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.3.tgz",
+ "integrity": "sha512-iUD/gFsR+M6uiy69JA6fzM5seno8oE85IYZdbVVEuQaZlEzMO2MXblh+KSPJgsZAUx0EEbWXU0yJaW7C9CdAVg==",
"requires": {
- "@babel/types": "^7.10.1"
+ "@babel/types": "^7.10.3"
}
},
"@babel/helper-split-export-declaration": {
@@ -114,52 +114,52 @@
}
},
"@babel/highlight": {
- "version": "7.10.1",
- "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.1.tgz",
- "integrity": "sha512-8rMof+gVP8mxYZApLF/JgNDAkdKa+aJt3ZYxF8z6+j/hpeXL7iMsKCPHa2jNMHu/qqBwzQF4OHNoYi8dMA/rYg==",
+ "version": "7.10.3",
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.3.tgz",
+ "integrity": "sha512-Ih9B/u7AtgEnySE2L2F0Xm0GaM729XqqLfHkalTsbjXGyqmf/6M0Cu0WpvqueUlW+xk88BHw9Nkpj49naU+vWw==",
"requires": {
- "@babel/helper-validator-identifier": "^7.10.1",
+ "@babel/helper-validator-identifier": "^7.10.3",
"chalk": "^2.0.0",
"js-tokens": "^4.0.0"
}
},
"@babel/parser": {
- "version": "7.10.2",
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.2.tgz",
- "integrity": "sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ=="
+ "version": "7.10.3",
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.3.tgz",
+ "integrity": "sha512-oJtNJCMFdIMwXGmx+KxuaD7i3b8uS7TTFYW/FNG2BT8m+fmGHoiPYoH0Pe3gya07WuFmM5FCDIr1x0irkD/hyA=="
},
"@babel/template": {
- "version": "7.10.1",
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.1.tgz",
- "integrity": "sha512-OQDg6SqvFSsc9A0ej6SKINWrpJiNonRIniYondK2ViKhB06i3c0s+76XUft71iqBEe9S1OKsHwPAjfHnuvnCig==",
+ "version": "7.10.3",
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.3.tgz",
+ "integrity": "sha512-5BjI4gdtD+9fHZUsaxPHPNpwa+xRkDO7c7JbhYn2afvrkDu5SfAAbi9AIMXw2xEhO/BR35TqiW97IqNvCo/GqA==",
"requires": {
- "@babel/code-frame": "^7.10.1",
- "@babel/parser": "^7.10.1",
- "@babel/types": "^7.10.1"
+ "@babel/code-frame": "^7.10.3",
+ "@babel/parser": "^7.10.3",
+ "@babel/types": "^7.10.3"
}
},
"@babel/traverse": {
- "version": "7.10.1",
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.1.tgz",
- "integrity": "sha512-C/cTuXeKt85K+p08jN6vMDz8vSV0vZcI0wmQ36o6mjbuo++kPMdpOYw23W2XH04dbRt9/nMEfA4W3eR21CD+TQ==",
+ "version": "7.10.3",
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.3.tgz",
+ "integrity": "sha512-qO6623eBFhuPm0TmmrUFMT1FulCmsSeJuVGhiLodk2raUDFhhTECLd9E9jC4LBIWziqt4wgF6KuXE4d+Jz9yug==",
"requires": {
- "@babel/code-frame": "^7.10.1",
- "@babel/generator": "^7.10.1",
- "@babel/helper-function-name": "^7.10.1",
+ "@babel/code-frame": "^7.10.3",
+ "@babel/generator": "^7.10.3",
+ "@babel/helper-function-name": "^7.10.3",
"@babel/helper-split-export-declaration": "^7.10.1",
- "@babel/parser": "^7.10.1",
- "@babel/types": "^7.10.1",
+ "@babel/parser": "^7.10.3",
+ "@babel/types": "^7.10.3",
"debug": "^4.1.0",
"globals": "^11.1.0",
"lodash": "^4.17.13"
}
},
"@babel/types": {
- "version": "7.10.2",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.2.tgz",
- "integrity": "sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==",
+ "version": "7.10.3",
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.3.tgz",
+ "integrity": "sha512-nZxaJhBXBQ8HVoIcGsf9qWep3Oh3jCENK54V4mRF7qaJabVsAYdbTtmSD8WmAp1R6ytPiu5apMwSXyxB1WlaBA==",
"requires": {
- "@babel/helper-validator-identifier": "^7.10.1",
+ "@babel/helper-validator-identifier": "^7.10.3",
"lodash": "^4.17.13",
"to-fast-properties": "^2.0.0"
}
@@ -197,24 +197,24 @@
}
},
"@babel/helper-annotate-as-pure": {
- "version": "7.10.1",
- "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.1.tgz",
- "integrity": "sha512-ewp3rvJEwLaHgyWGe4wQssC2vjks3E80WiUe2BpMb0KhreTjMROCbxXcEovTrbeGVdQct5VjQfrv9EgC+xMzCw==",
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz",
+ "integrity": "sha512-XQlqKQP4vXFB7BN8fEEerrmYvHp3fK/rBkRFz9jaJbzK0B1DSfej9Kc7ZzE8Z/OnId1jpJdNAZ3BFQjWG68rcA==",
"requires": {
- "@babel/types": "^7.10.1"
+ "@babel/types": "^7.10.4"
},
"dependencies": {
"@babel/helper-validator-identifier": {
- "version": "7.10.1",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.