diff --git a/package-lock.json b/package-lock.json index 244d08f0c..4ffa8be38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "async-parallel": "^1.2.3", "clone-deep": "^4.0.1", "humanize-duration": "^3.32.1", - "linkify-it": "^3.0.3", + "linkify-it": "^5.0.0", "lodash": "^4.17.21", "nextcloud-vue-collections": "^0.11.0", "sanitize-html": "^2.13.0", @@ -12887,11 +12887,11 @@ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" }, "node_modules/linkify-it": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-3.0.3.tgz", - "integrity": "sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz", + "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==", "dependencies": { - "uc.micro": "^1.0.1" + "uc.micro": "^2.0.0" } }, "node_modules/linkify-string": { @@ -19137,9 +19137,9 @@ } }, "node_modules/uc.micro": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz", - "integrity": "sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz", + "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==" }, "node_modules/unbox-primitive": { "version": "1.0.2", diff --git a/package.json b/package.json index c7f70317a..3eef49a5d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "async-parallel": "^1.2.3", "clone-deep": "^4.0.1", "humanize-duration": "^3.32.1", - "linkify-it": "^3.0.3", + "linkify-it": "^5.0.0", "lodash": "^4.17.21", "nextcloud-vue-collections": "^0.11.0", "sanitize-html": "^2.13.0",