From 7f7e33c6cdf97224eccee9cb5c2db7c758ef2502 Mon Sep 17 00:00:00 2001 From: blckfalcon <12796172+blckfalcon@users.noreply.github.com> Date: Wed, 12 Feb 2020 18:59:17 -0300 Subject: [PATCH] Upgrade linkify-it to 2.2.0 (#3870) --- package.json | 4 ++-- yarn.lock | 17 +++++------------ 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 395f800a1..205066ec3 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "intl-tel-input": "12.1.15", "jquery": "3.4.1", "js-yaml": "3.13.1", - "linkify-it": "2.0.3", + "linkify-it": "2.2.0", "lodash": "4.17.13", "memoizee": "0.4.14", "mkdirp": "0.5.1", @@ -167,7 +167,7 @@ "@types/html-webpack-plugin": "3.2.1", "@types/jquery": "3.3.29", "@types/js-yaml": "3.12.0", - "@types/linkify-it": "2.0.3", + "@types/linkify-it": "2.1.0", "@types/lodash": "4.14.106", "@types/memoizee": "0.4.2", "@types/mkdirp": "0.5.2", diff --git a/yarn.lock b/yarn.lock index 0c9ea41ad..92fb69c23 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1976,10 +1976,10 @@ resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-3.12.0.tgz#3494ce97358e2675e24e97a747ec23478eeaf8b6" integrity sha512-UGEe/6RsNAxgWdknhzFZbCxuYc5I7b/YEKlfKbo+76SM8CJzGs7XKCj7zyugXViRbKYpXhSXhCYVQZL5tmDbpQ== -"@types/linkify-it@2.0.3": - version "2.0.3" - resolved "https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-2.0.3.tgz#5352a2d7a35d7c77b527483cd6e68da9148bd780" - integrity sha512-WRj1rJPkj3fyDME63xUkWvcWzq0XjpiqjJGNCH4Y6Fbiv2fVMDCqeIA6ch/UUG3VYrfGq1VNFLsz6Sat6FjsPw== +"@types/linkify-it@2.1.0": + version "2.1.0" + resolved "https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-2.1.0.tgz#ea3dd64c4805597311790b61e872cbd1ed2cd806" + integrity sha512-Q7DYAOi9O/+cLLhdaSvKdaumWyHbm7HAk/bFwwyTuU0arR5yyCeW5GOoqt4tJTpDRxhpx9Q8kQL6vMpuw9hDSw== "@types/lodash@4.14.106": version "4.14.106" @@ -9827,14 +9827,7 @@ lie@*: dependencies: immediate "~3.0.5" -linkify-it@2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-2.0.3.tgz#d94a4648f9b1c179d64fa97291268bdb6ce9434f" - integrity sha1-2UpGSPmxwXnWT6lykSaL22zpQ08= - dependencies: - uc.micro "^1.0.1" - -linkify-it@^2.0.0: +linkify-it@2.2.0, linkify-it@^2.0.0: version "2.2.0" resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-2.2.0.tgz#e3b54697e78bf915c70a38acd78fd09e0058b1cf" integrity sha512-GnAl/knGn+i1U/wjBz3akz2stz+HrHLsxMwHQGofCDfPvlf+gDKN58UtfmUquTY4/MXeE2x7k19KQmeoZi94Iw==