diff options
author | Simon Knox <psimyn@gmail.com> | 2019-06-11 14:15:08 +1000 |
---|---|---|
committer | Simon Knox <psimyn@gmail.com> | 2019-06-14 23:57:05 +1000 |
commit | 14f27102b696672f02b5d1b2ab45688b711f4024 (patch) | |
tree | eef48bb1366b20a961e6aa4bb61bc357dc77d1c9 /yarn.lock | |
parent | 577832598f1b35187efafc426068ef7ac36ae09f (diff) | |
download | gitlab-ce-14f27102b696672f02b5d1b2ab45688b711f4024.tar.gz |
Add Join meeting button to Issues with Zoom links62966-embed-zoom-call-in-issue-mvc
Detect links containing zoom.us followed by j, s, or my
Add link below Issue title that links to Zoom meeting
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/yarn.lock b/yarn.lock index dddf01414b2..f97e7363331 100644 --- a/yarn.lock +++ b/yarn.lock @@ -700,10 +700,10 @@ dependencies: requireindex "~1.1.0" -"@gitlab/svgs@^1.63.0": - version "1.63.0" - resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-1.63.0.tgz#9dd544026d203e4ce6efed72b05db68f710c4d49" - integrity sha512-YztrReFTg31B7v5wtUC5j15KHNcMebtW+kACytEU42XomMaIwk4USIbygqWlq0VRHA2VHJrHApfJHIjxiCCQcA== +"@gitlab/svgs@^1.64.0": + version "1.64.0" + resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-1.64.0.tgz#1370bcbe9ca0ecc9fb919956cd4241bea090ddd3" + integrity sha512-y9p73NGDnQJc18Dtk0oJfgxedancBT6UceATcnZMceLV6iWylzdMbQWxCl4O2aBXwsAoCrLUJQ9jhRkbNicYNA== "@gitlab/ui@^3.11.0": version "3.11.0" |