From 5360038ac04b8c6db0ab70873a5c03a702c15f3e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2019 04:26:52 +0000 Subject: [PATCH] Bump linkify-it from 2.1.0 to 2.2.0 in /webapp Bumps [linkify-it](https://github.com/markdown-it/linkify-it) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/markdown-it/linkify-it/releases) - [Changelog](https://github.com/markdown-it/linkify-it/blob/master/CHANGELOG.md) - [Commits](https://github.com/markdown-it/linkify-it/compare/2.1.0...2.2.0) Signed-off-by: dependabot-preview[bot] --- webapp/package.json | 2 +- webapp/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webapp/package.json b/webapp/package.json index edad9509d..f7ab1a50a 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -64,7 +64,7 @@ "express": "~4.17.1", "graphql": "~14.4.2", "jsonwebtoken": "~8.5.1", - "linkify-it": "~2.1.0", + "linkify-it": "~2.2.0", "nuxt": "~2.8.1", "nuxt-dropzone": "^1.0.2", "nuxt-env": "~0.1.0", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index 950449518..27f6dc033 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -6777,10 +6777,10 @@ levn@^0.3.0, levn@~0.3.0: prelude-ls "~1.1.2" type-check "~0.3.2" -linkify-it@~2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-2.1.0.tgz#c4caf38a6cd7ac2212ef3c7d2bde30a91561f9db" - integrity sha512-4REs8/062kV2DSHxNfq5183zrqXMl7WP0WzABH9IeJI+NLm429FgE1PDecltYfnOoFDFlZGh2T8PfZn0r+GTRg== +linkify-it@~2.2.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== dependencies: uc.micro "^1.0.1"