From a900b0425417a78fe39a45a17f707f3ae28aab1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 10:43:08 +0530 Subject: [PATCH] Bump linkify-html from 4.0.0 to 4.0.1 (#883) Bumps [linkify-html](https://github.com/Hypercontext/linkifyjs/tree/HEAD/packages/linkify-html) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/Hypercontext/linkifyjs/releases) - [Changelog](https://github.com/Hypercontext/linkifyjs/blob/main/CHANGELOG.md) - [Commits](https://github.com/Hypercontext/linkifyjs/commits/v4.0.1/packages/linkify-html) --- updated-dependencies: - dependency-name: linkify-html dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index cab30ff7..84ca883d 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", + "linkify-html": "4.0.1", "linkifyjs": "4.0.1", "matrix-js-sdk": "20.0.1", "prop-types": "15.8.1", @@ -7660,9 +7660,9 @@ } }, "node_modules/linkify-html": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/linkify-html/-/linkify-html-4.0.0.tgz", - "integrity": "sha512-I8W8rhaExwKDEWoqIa6UGyLQK5nrLyXIX1poMZq0CNpsBPDSYNqkVyDNiSpXs7pRmQYIOg2zDGcVHBWj+GuYLA==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/linkify-html/-/linkify-html-4.0.1.tgz", + "integrity": "sha512-90z1uPTtnclis7tkUbl6qaCorx96U1c4w2YFPF2Ug5AUaKgCmMuxLJvRQZkSPMPRJ319p/mFhIoNhgCaGXzB3A==", "peerDependencies": { "linkifyjs": "^4.0.0" } @@ -17672,9 +17672,9 @@ } }, "linkify-html": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/linkify-html/-/linkify-html-4.0.0.tgz", - "integrity": "sha512-I8W8rhaExwKDEWoqIa6UGyLQK5nrLyXIX1poMZq0CNpsBPDSYNqkVyDNiSpXs7pRmQYIOg2zDGcVHBWj+GuYLA==" + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/linkify-html/-/linkify-html-4.0.1.tgz", + "integrity": "sha512-90z1uPTtnclis7tkUbl6qaCorx96U1c4w2YFPF2Ug5AUaKgCmMuxLJvRQZkSPMPRJ319p/mFhIoNhgCaGXzB3A==" }, "linkifyjs": { "version": "4.0.1", diff --git a/package.json b/package.json index 8448677b..dae8f6a1 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", + "linkify-html": "4.0.1", "linkifyjs": "4.0.1", "matrix-js-sdk": "20.0.1", "prop-types": "15.8.1",