From 41b9fd8d51f74a82548a9a2ba708581fef914f37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 01:27:13 +0000 Subject: [PATCH] Build(deps): Bump linkify-it from 3.0.3 to 5.0.0 Bumps [linkify-it](https://github.com/markdown-it/linkify-it) from 3.0.3 to 5.0.0. - [Changelog](https://github.com/markdown-it/linkify-it/blob/master/CHANGELOG.md) - [Commits](https://github.com/markdown-it/linkify-it/compare/3.0.3...5.0.0) --- updated-dependencies: - dependency-name: linkify-it dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) 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",