From 541c4575a1572a36b11f6daa36708eb72537bd9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 03:17:55 +0000 Subject: [PATCH] Bump linkifyjs from 4.0.2 to 4.1.1 Bumps [linkifyjs](https://github.com/Hypercontext/linkifyjs/tree/HEAD/packages/linkifyjs) from 4.0.2 to 4.1.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.1.1/packages/linkifyjs) --- updated-dependencies: - dependency-name: linkifyjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1fe6213e..54436059 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "html-react-parser": "3.0.4", "katex": "0.16.4", "linkify-html": "4.0.2", - "linkifyjs": "4.0.2", + "linkifyjs": "4.1.1", "matrix-js-sdk": "24.0.0", "prop-types": "15.8.1", "react": "17.0.2", @@ -3782,9 +3782,9 @@ } }, "node_modules/linkifyjs": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.0.2.tgz", - "integrity": "sha512-/VSoCZiglX0VMsXmL5PN3lRg45M86lrD9PskdkA2abWaTKap1bIcJ11LS4EE55bcUl9ZOR4eZ792UtQ9E/5xLA==" + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.1.1.tgz", + "integrity": "sha512-zFN/CTVmbcVef+WaDXT63dNzzkfRBKT1j464NJQkV7iSgJU0sLBus9W0HBwnXK13/hf168pbrx/V/bjEHOXNHA==" }, "node_modules/locate-path": { "version": "6.0.0", diff --git a/package.json b/package.json index b98f2890..6e6fd345 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "html-react-parser": "3.0.4", "katex": "0.16.4", "linkify-html": "4.0.2", - "linkifyjs": "4.0.2", + "linkifyjs": "4.1.1", "matrix-js-sdk": "24.0.0", "prop-types": "15.8.1", "react": "17.0.2",