From c272a650154583a78031e4b168ee84adfbf3a065 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 12:37:49 +0200 Subject: [PATCH] build(deps): Bump linkifyjs from 4.3.1 to 4.3.2 in /client (#1273) Bumps [linkifyjs](https://github.com/nfrasser/linkifyjs/tree/HEAD/packages/linkifyjs) from 4.3.1 to 4.3.2. - [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.3.2/packages/linkifyjs) --- updated-dependencies: - dependency-name: linkifyjs dependency-version: 4.3.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- client/package-lock.json | 21 ++++++++++++++------- client/package.json | 2 +- 2 files changed, 15 insertions(+), 8 deletions(-) mode change 100755 => 100644 client/package.json diff --git a/client/package-lock.json b/client/package-lock.json index 5209a45f..ba590d32 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -50,7 +50,7 @@ "js-cookie": "^3.0.5", "jwt-decode": "^4.0.0", "linkify-react": "^4.3.1", - "linkifyjs": "^4.3.1", + "linkifyjs": "^4.3.2", "lodash": "^4.17.21", "lowlight": "^3.3.0", "markdown-it": "^13.0.2", @@ -5060,12 +5060,19 @@ "dev": true, "license": "MIT" }, + "node_modules/@types/prop-types": { + "version": "15.7.15", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz", + "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==", + "license": "MIT" + }, "node_modules/@types/react": { - "version": "19.1.8", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.8.tgz", - "integrity": "sha512-AwAfQ2Wa5bCx9WP8nZL2uMZWod7J7/JSplxbTmBQ5ms6QpqNYm672H0Vu9ZVKVngQ+ii4R/byguVEUZQyeg44g==", + "version": "18.3.23", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.23.tgz", + "integrity": "sha512-/LDXMQh55EzZQ0uVAZmKKhfENivEvWz6E+EYzh+/MCjMhNsotd+ZHhBGIjFDTi6+fz0OhQQQLbTgdQIxxCsC0w==", "license": "MIT", "dependencies": { + "@types/prop-types": "*", "csstype": "^3.0.2" } }, @@ -11082,9 +11089,9 @@ } }, "node_modules/linkifyjs": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.3.1.tgz", - "integrity": "sha512-DRSlB9DKVW04c4SUdGvKK5FR6be45lTU9M76JnngqPeeGDqPwYc0zdUErtsNVMtxPXgUWV4HbXbnC4sNyBxkYg==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.3.2.tgz", + "integrity": "sha512-NT1CJtq3hHIreOianA8aSXn6Cw0JzYOuDQbOrSPe7gqFnCpKP++MQe3ODgO3oh2GJFORkAAdqredOa60z63GbA==", "license": "MIT" }, "node_modules/locate-path": { diff --git a/client/package.json b/client/package.json old mode 100755 new mode 100644 index 46f0904e..a36321fb --- a/client/package.json +++ b/client/package.json @@ -121,7 +121,7 @@ "js-cookie": "^3.0.5", "jwt-decode": "^4.0.0", "linkify-react": "^4.3.1", - "linkifyjs": "^4.3.1", + "linkifyjs": "^4.3.2", "lodash": "^4.17.21", "lowlight": "^3.3.0", "markdown-it": "^13.0.2",