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",