From 6131f3a8e0ea5eaa54187961ee0cae3c5eab0b08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2024 10:45:39 +0000 Subject: [PATCH] Bump linkifyjs from 4.1.4 to 4.2.0 in /backend Bumps [linkifyjs](https://github.com/nfrasser/linkifyjs/tree/HEAD/packages/linkifyjs) 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/linkifyjs) --- updated-dependencies: - dependency-name: linkifyjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/package.json | 2 +- backend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/package.json b/backend/package.json index 80d7d88a3f..6d6f7f230a 100644 --- a/backend/package.json +++ b/backend/package.json @@ -57,7 +57,7 @@ "ioredis": "^4.16.1", "jsonwebtoken": "~8.5.1", "languagedetect": "^2.0.0", - "linkifyjs": "^4.1.4", + "linkifyjs": "^4.2.0", "linkify-html": "^4.1.4", "lodash": "~4.17.21", "merge-graphql-schemas": "^1.7.8", diff --git a/backend/yarn.lock b/backend/yarn.lock index 751280c10a..9a73d62f1c 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -6632,10 +6632,10 @@ linkify-html@^4.1.4: resolved "https://registry.yarnpkg.com/linkify-html/-/linkify-html-4.1.4.tgz#83f05253a2c5ddcbc20fa4aa1ea4e60d055a64f8" integrity sha512-6HA+YB++HrtPrSi+3gVEc0xdEGmqwLGErV0yagQta2bxfDOppjBHgadddpHWPR76LgB/Tiax22VfJtTqxkoijA== -linkifyjs@^4.1.4: - version "4.1.4" - resolved "https://registry.yarnpkg.com/linkifyjs/-/linkifyjs-4.1.4.tgz#2766605a20078d50c90f35af22275a42dfb7dfc4" - integrity sha512-0/NxkHNpiJ0k9VrYCkAn9OtU1eu8xEr1tCCpDtSsVRm/SF0xAak2Gzv3QimSfgUgqLBCDlfhMbu73XvaEHUTPQ== +linkifyjs@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/linkifyjs/-/linkifyjs-4.2.0.tgz#9dd30222b9cbabec9c950e725ec00031c7fa3f08" + integrity sha512-pCj3PrQyATaoTYKHrgWRF3SJwsm61udVh+vuls/Rl6SptiDhgE7ziUIudAedRY9QEfynmM7/RmLEfPUyw1HPCw== locate-path@^3.0.0: version "3.0.0"