From 37f316ebbe2acb7aedcc9c0ba8d57126df7cadd4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 07:02:39 +0000 Subject: [PATCH] Update dependency linkify-html to v4.2.0 --- 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 4685785c..c67388bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "flat": "6.0.1", "html-webpack-plugin": "5.6.3", "humanize-duration": "3.32.1", - "linkify-html": "4.1.4", + "linkify-html": "4.2.0", "linkifyjs": "4.1.4", "lodash-es": "4.17.21", "plurals-cldr": "2.0.1", @@ -6811,9 +6811,9 @@ } }, "node_modules/linkify-html": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/linkify-html/-/linkify-html-4.1.4.tgz", - "integrity": "sha512-6HA+YB++HrtPrSi+3gVEc0xdEGmqwLGErV0yagQta2bxfDOppjBHgadddpHWPR76LgB/Tiax22VfJtTqxkoijA==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/linkify-html/-/linkify-html-4.2.0.tgz", + "integrity": "sha512-bVXuLiWmGwvlH95hq6q9DFGqTsQeFSGw/nHmvvjGMZv9T3GqkxuW2d2SOgk/a4DV2ajeS4c37EqlF16cjOj7GA==", "peerDependencies": { "linkifyjs": "^4.0.0" } @@ -14936,9 +14936,9 @@ } }, "linkify-html": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/linkify-html/-/linkify-html-4.1.4.tgz", - "integrity": "sha512-6HA+YB++HrtPrSi+3gVEc0xdEGmqwLGErV0yagQta2bxfDOppjBHgadddpHWPR76LgB/Tiax22VfJtTqxkoijA==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/linkify-html/-/linkify-html-4.2.0.tgz", + "integrity": "sha512-bVXuLiWmGwvlH95hq6q9DFGqTsQeFSGw/nHmvvjGMZv9T3GqkxuW2d2SOgk/a4DV2ajeS4c37EqlF16cjOj7GA==", "requires": {} }, "linkifyjs": { diff --git a/package.json b/package.json index 1e89058c..f840adc4 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "flat": "6.0.1", "html-webpack-plugin": "5.6.3", "humanize-duration": "3.32.1", - "linkify-html": "4.1.4", + "linkify-html": "4.2.0", "linkifyjs": "4.1.4", "lodash-es": "4.17.21", "plurals-cldr": "2.0.1",