From 0b0d8c72f341cf31d4eb8337727d8e2c63644f09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 03:02:23 +0000 Subject: [PATCH] Chore(deps): Bump linkify-string from 4.1.4 to 4.2.0 Bumps [linkify-string](https://github.com/nfrasser/linkifyjs/tree/HEAD/packages/linkify-string) from 4.1.4 to 4.2.0. - [Release notes](https://github.com/nfrasser/linkifyjs/releases) - [Changelog](https://github.com/nfrasser/linkifyjs/blob/main/CHANGELOG.md) - [Commits](https://github.com/nfrasser/linkifyjs/commits/v4.2.0/packages/linkify-string) --- updated-dependencies: - dependency-name: linkify-string 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 20b344433..cb22472a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "core-js": "^3.39.0", "dompurify": "^3.2.2", "file-saver": "^2.0.5", - "linkify-string": "^4.1.4", + "linkify-string": "^4.2.0", "lodash": "^4.17.21", "marked": "^15.0.3", "marked-gfm-heading-id": "^4.1.1", @@ -7078,9 +7078,9 @@ } }, "node_modules/linkify-string": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/linkify-string/-/linkify-string-4.1.4.tgz", - "integrity": "sha512-4z2UEzEi4SxnhWMzzZ8Pa8vIOwX/2U0XWxk/0UIA7lI+Dn0ZRKqTE9ildnO6Jl6K5hqVuLKTeMD8p4bdFW6P8g==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/linkify-string/-/linkify-string-4.2.0.tgz", + "integrity": "sha512-LqOKk0+RlqibFkxjPAGOL7Mfssqj6/SdG9QWGvzeVDpoWXhaw9OXxseCtFanjIl7C6UyTTZizhyGr4IWLfijiw==", "peerDependencies": { "linkifyjs": "^4.0.0" } diff --git a/package.json b/package.json index 959a7d47e..a28de292b 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "core-js": "^3.39.0", "dompurify": "^3.2.2", "file-saver": "^2.0.5", - "linkify-string": "^4.1.4", + "linkify-string": "^4.2.0", "lodash": "^4.17.21", "marked": "^15.0.3", "marked-gfm-heading-id": "^4.1.1",