From 33a859d439ddb088f046fa0bb606256cf12e56ca Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 19 Nov 2024 06:36:54 +0000 Subject: [PATCH] chore(deps): update dependency linkify-html to ^4.1.4 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fbbeee4..add147a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@nextcloud/vite-config": "^2.2.2", "@nextcloud/vue": "9.0.0-alpha.5", "dompurify": "^3.2.0", - "linkify-html": "^4.1.3", + "linkify-html": "^4.1.4", "pinia": "^2.2.6", "toastify-js": "^1.12.0", "vite": "^5.4.11", @@ -7455,9 +7455,9 @@ "peer": true }, "node_modules/linkify-html": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/linkify-html/-/linkify-html-4.1.3.tgz", - "integrity": "sha512-Ejb8X/pOxB4IVqG1U37tnF85UW3JtX+eHudH3zlZ2pODz2e/J7zQ/vj+VDWffwhTecJqdRehhluwrRmKoJz+iQ==", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/linkify-html/-/linkify-html-4.1.4.tgz", + "integrity": "sha512-6HA+YB++HrtPrSi+3gVEc0xdEGmqwLGErV0yagQta2bxfDOppjBHgadddpHWPR76LgB/Tiax22VfJtTqxkoijA==", "license": "MIT", "peerDependencies": { "linkifyjs": "^4.0.0" diff --git a/package.json b/package.json index e978494..4ae734c 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@nextcloud/vite-config": "^2.2.2", "@nextcloud/vue": "9.0.0-alpha.5", "dompurify": "^3.2.0", - "linkify-html": "^4.1.3", + "linkify-html": "^4.1.4", "pinia": "^2.2.6", "toastify-js": "^1.12.0", "vite": "^5.4.11", -- 2.45.2