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"