From d9922383e88c18b7bcd5e3211b199d28891497b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 12:31:06 +0000 Subject: [PATCH] Chore(deps): Bump linkifyjs from 4.1.0 to 4.1.1 Bumps [linkifyjs](https://github.com/Hypercontext/linkifyjs/tree/HEAD/packages/linkifyjs) from 4.1.0 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-patch ... Signed-off-by: dependabot[bot] --- 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 58a1eb66..0baec174 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "he": "^1.2.0", "linkify-plugin-mention": "^4.1.0", "linkify-string": "^4.1.0", - "linkifyjs": "^4.1.0", + "linkifyjs": "^4.1.1", "sass": "^1.59.2", "tributejs": "^5.1.3", "twemoji": "12.0.1", @@ -13386,9 +13386,9 @@ } }, "node_modules/linkifyjs": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.1.0.tgz", - "integrity": "sha512-Ffv8VoY3+ixI1b3aZ3O+jM6x17cOsgwfB1Wq7pkytbo1WlyRp6ZO0YDMqiWT/gQPY/CmtiGuKfzDIVqxh1aCTA==" + "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/listr2": { "version": "3.14.0", @@ -30051,9 +30051,9 @@ "requires": {} }, "linkifyjs": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.1.0.tgz", - "integrity": "sha512-Ffv8VoY3+ixI1b3aZ3O+jM6x17cOsgwfB1Wq7pkytbo1WlyRp6ZO0YDMqiWT/gQPY/CmtiGuKfzDIVqxh1aCTA==" + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.1.1.tgz", + "integrity": "sha512-zFN/CTVmbcVef+WaDXT63dNzzkfRBKT1j464NJQkV7iSgJU0sLBus9W0HBwnXK13/hf168pbrx/V/bjEHOXNHA==" }, "listr2": { "version": "3.14.0", diff --git a/package.json b/package.json index 70d51bde..e867929c 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "he": "^1.2.0", "linkify-plugin-mention": "^4.1.0", "linkify-string": "^4.1.0", - "linkifyjs": "^4.1.0", + "linkifyjs": "^4.1.1", "sass": "^1.59.2", "tributejs": "^5.1.3", "twemoji": "12.0.1",