From 75d7a0e4762ebed35da328884d354a302dd22aa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 07:20:21 +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 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 25122a5224..b315fce57d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18787,9 +18787,10 @@ "dev": true }, "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==", + "license": "MIT", "peerDependencies": { "linkifyjs": "^4.0.0" }