From 5154fb8630bc005315c795e44f2c9c5576060277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 08:08:26 +0000 Subject: [PATCH] chore(deps): bump linkify-it from 5.0.0 to 5.0.2 in /maizzle Bumps [linkify-it](https://github.com/markdown-it/linkify-it) from 5.0.0 to 5.0.2. - [Changelog](https://github.com/markdown-it/linkify-it/blob/master/CHANGELOG.md) - [Commits](https://github.com/markdown-it/linkify-it/compare/5.0.0...5.0.2) --- updated-dependencies: - dependency-name: linkify-it dependency-version: 5.0.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- maizzle/package-lock.json | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/maizzle/package-lock.json b/maizzle/package-lock.json index f38667a6f..3ed33f449 100644 --- a/maizzle/package-lock.json +++ b/maizzle/package-lock.json @@ -4,10 +4,9 @@ "requires": true, "packages": { "": { - "name": "maizzle", "dependencies": { - "@maizzle/framework": "latest", - "tailwindcss-preset-email": "latest" + "@maizzle/framework": "*", + "tailwindcss-preset-email": "*" } }, "node_modules/@alloc/quick-lru": { @@ -2308,9 +2307,19 @@ "license": "MIT" }, "node_modules/linkify-it": { - "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==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.2.tgz", + "integrity": "sha512-ONTm2jCMAVZjgQa/Fy1kScXsuOoF5NPTsoFBdE1KVIZ2vAh/r9+Bqo+0jINCBYnavTPQZz38QzFTme79ENoN3Q==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/markdown-it" + } + ], "license": "MIT", "dependencies": { "uc.micro": "^2.0.0"