From 62ee6c106dfce0403d9f637d899f2d3efc44ab50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 13:36:22 +0000 Subject: [PATCH] build(deps): bump linkify-string from 4.0.2 to 4.2.0 Bumps [linkify-string](https://github.com/nfrasser/linkifyjs/tree/HEAD/packages/linkify-string) from 4.0.2 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 926aa377f..623ae235d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "filepond": "^4.32.6", "jszip": "^3.10.1", "jwk-thumbprint": "^0.1.4", - "linkify-string": "^4.0.2", + "linkify-string": "^4.2.0", "linkifyjs": "^4.0.2", "openpgp": "^5.11.2", "register-service-worker": "^1.7.2", @@ -10162,9 +10162,9 @@ "dev": true }, "node_modules/linkify-string": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/linkify-string/-/linkify-string-4.0.2.tgz", - "integrity": "sha512-+HoBme50rPaKxh5TrEJqRLq4gphks1zj3cz6gMBKIHwJCFYVwHig8ii9aCzqGUz8DxF2otbq+Z3AJmKUnfOtKg==", + "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" } @@ -24119,9 +24119,9 @@ "dev": true }, "linkify-string": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/linkify-string/-/linkify-string-4.0.2.tgz", - "integrity": "sha512-+HoBme50rPaKxh5TrEJqRLq4gphks1zj3cz6gMBKIHwJCFYVwHig8ii9aCzqGUz8DxF2otbq+Z3AJmKUnfOtKg==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/linkify-string/-/linkify-string-4.2.0.tgz", + "integrity": "sha512-LqOKk0+RlqibFkxjPAGOL7Mfssqj6/SdG9QWGvzeVDpoWXhaw9OXxseCtFanjIl7C6UyTTZizhyGr4IWLfijiw==", "requires": {} }, "linkifyjs": { diff --git a/package.json b/package.json index 520ee09d6..aef571016 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "filepond": "^4.32.6", "jszip": "^3.10.1", "jwk-thumbprint": "^0.1.4", - "linkify-string": "^4.0.2", + "linkify-string": "^4.2.0", "linkifyjs": "^4.0.2", "openpgp": "^5.11.2", "register-service-worker": "^1.7.2",