diff --git a/package-lock.json b/package-lock.json index b5432ea..873410f 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.2", - "linkify-html": "^4.1.4", + "linkify-html": "^4.2.0", "pinia": "^2.2.8", "toastify-js": "^1.12.0", "vite": "~5.4.11", @@ -7541,9 +7541,9 @@ "peer": true }, "node_modules/linkify-html": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/linkify-html/-/linkify-html-4.1.4.tgz", - "integrity": "sha512-6HA+YB++HrtPrSi+3gVEc0xdEGmqwLGErV0yagQta2bxfDOppjBHgadddpHWPR76LgB/Tiax22VfJtTqxkoijA==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/linkify-html/-/linkify-html-4.2.0.tgz", + "integrity": "sha512-bVXuLiWmGwvlH95hq6q9DFGqTsQeFSGw/nHmvvjGMZv9T3GqkxuW2d2SOgk/a4DV2ajeS4c37EqlF16cjOj7GA==", "license": "MIT", "peerDependencies": { "linkifyjs": "^4.0.0" diff --git a/package.json b/package.json index ed20285..95d6f3e 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.2", - "linkify-html": "^4.1.4", + "linkify-html": "^4.2.0", "pinia": "^2.2.8", "toastify-js": "^1.12.0", "vite": "~5.4.11",