From 22de3e4c520a15b6cb6f4f32605d70ab3b4185a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 00:26:32 +0000 Subject: [PATCH] [stable-8] Bump linkify-string from 4.3.2 to 4.3.3 Bumps [linkify-string](https://github.com/nfrasser/linkifyjs/tree/HEAD/packages/linkify-string) from 4.3.2 to 4.3.3. - [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.3/packages/linkify-string) --- updated-dependencies: - dependency-name: linkify-string dependency-version: 4.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 041e915b8..9f74a9796 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "core-js": "^3.47.0", "dompurify": "^3.4.2", "file-saver": "^2.0.5", - "linkify-string": "^4.3.1", + "linkify-string": "^4.3.3", "linkify-urls": "^5.2.0", "lodash": "^4.17.21", "luxon": "^3.7.2", @@ -9177,12 +9177,12 @@ "peer": true }, "node_modules/linkify-string": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/linkify-string/-/linkify-string-4.3.2.tgz", - "integrity": "sha512-JqBuQpSa+CSj2tskIII70SKOjPfjXwDFyjRRNFTrlg76gp2nap36xeRj/cWaXxukqBNrxM+L07XyKRsUtH/DpQ==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/linkify-string/-/linkify-string-4.3.3.tgz", + "integrity": "sha512-k8BwpKz6t4jigzoi5hKUbji0M4kUqhQ7LXIKFRxb2VvG5m0+4YSck+VFLhOxxeiuVu3pLDuSVNRq9+IQKroFIw==", "license": "MIT", "peerDependencies": { - "linkifyjs": "^4.0.0" + "linkifyjs": "==4.3.3" } }, "node_modules/linkify-urls": { @@ -9200,9 +9200,10 @@ } }, "node_modules/linkifyjs": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.3.2.tgz", - "integrity": "sha512-NT1CJtq3hHIreOianA8aSXn6Cw0JzYOuDQbOrSPe7gqFnCpKP++MQe3ODgO3oh2GJFORkAAdqredOa60z63GbA==" + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.3.3.tgz", + "integrity": "sha512-P8aEP5U/D1/IlTY2OeYsErdwh9bGuLE30NcXtKEjgdHcahveQoQwM2yZNsioQHsWFz0P7KKudisbrzCgR0sDHg==", + "license": "MIT" }, "node_modules/local-pkg": { "version": "1.1.2", diff --git a/package.json b/package.json index 8eab154d0..4041e2426 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "core-js": "^3.47.0", "dompurify": "^3.4.2", "file-saver": "^2.0.5", - "linkify-string": "^4.3.1", + "linkify-string": "^4.3.3", "linkify-urls": "^5.2.0", "lodash": "^4.17.21", "luxon": "^3.7.2",