From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 04:32:15 +0000 (+0530) Subject: Update dependency linkify-html to v4.0.0 (#860) X-Git-Tag: v2.2.1~15 X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=76e49d1bd028555b4a3db825bc9c8f9a8059ec41;p=cinny.git Update dependency linkify-html to v4.0.0 (#860) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- diff --git a/package-lock.json b/package-lock.json index c6c0305..2555706 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "formik": "2.2.9", "html-react-parser": "3.0.4", "katex": "0.16.2", - "linkify-html": "4.0.0-beta.5", + "linkify-html": "4.0.0", "linkifyjs": "4.0.0-beta.5", "matrix-js-sdk": "19.5.0", "prop-types": "15.8.1", @@ -7618,11 +7618,11 @@ } }, "node_modules/linkify-html": { - "version": "4.0.0-beta.5", - "resolved": "https://registry.npmjs.org/linkify-html/-/linkify-html-4.0.0-beta.5.tgz", - "integrity": "sha512-7upWBgItubM1yQhO1MozvSzl2bCWModOgcc1Wd7kPpndlbR1JxmqH/N0UzmdvX6g0PX0ftnCQdYV4RZHLP9D5g==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/linkify-html/-/linkify-html-4.0.0.tgz", + "integrity": "sha512-I8W8rhaExwKDEWoqIa6UGyLQK5nrLyXIX1poMZq0CNpsBPDSYNqkVyDNiSpXs7pRmQYIOg2zDGcVHBWj+GuYLA==", "peerDependencies": { - "linkifyjs": "^4.0.0-beta.1" + "linkifyjs": "^4.0.0" } }, "node_modules/linkifyjs": { @@ -17598,9 +17598,9 @@ } }, "linkify-html": { - "version": "4.0.0-beta.5", - "resolved": "https://registry.npmjs.org/linkify-html/-/linkify-html-4.0.0-beta.5.tgz", - "integrity": "sha512-7upWBgItubM1yQhO1MozvSzl2bCWModOgcc1Wd7kPpndlbR1JxmqH/N0UzmdvX6g0PX0ftnCQdYV4RZHLP9D5g==" + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/linkify-html/-/linkify-html-4.0.0.tgz", + "integrity": "sha512-I8W8rhaExwKDEWoqIa6UGyLQK5nrLyXIX1poMZq0CNpsBPDSYNqkVyDNiSpXs7pRmQYIOg2zDGcVHBWj+GuYLA==" }, "linkifyjs": { "version": "4.0.0-beta.5", diff --git a/package.json b/package.json index 702c7ec..796dd29 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "formik": "2.2.9", "html-react-parser": "3.0.4", "katex": "0.16.2", - "linkify-html": "4.0.0-beta.5", + "linkify-html": "4.0.0", "linkifyjs": "4.0.0-beta.5", "matrix-js-sdk": "19.5.0", "prop-types": "15.8.1",