From 538879b4a329220b6ebd5d860b8b72b91e6ecca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 15:12:56 +0000 Subject: [PATCH] build(deps): bump maizzle from 1.2.1 to 1.2.3 Bumps [maizzle](https://github.com/maizzle/cli) from 1.2.1 to 1.2.3. - [Release notes](https://github.com/maizzle/cli/releases) - [Commits](https://github.com/maizzle/cli/compare/v1.2.1...v1.2.3) --- updated-dependencies: - dependency-name: maizzle dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index fb2d65ca..938aabcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "license": "MIT", "dependencies": { "@lucide/vue": "^1.16.0", - "@maizzle/tailwindcss": "latest", + "@maizzle/tailwindcss": "*", "@tailwindcss/postcss": "^4.3.0", "@tailwindcss/vite": "^4.3.0", "@unhead/vue": "^3.0.4", @@ -5276,14 +5276,14 @@ } }, "node_modules/maizzle": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/maizzle/-/maizzle-1.2.1.tgz", - "integrity": "sha512-VtzZ09yPai2QyDJiywwGN4OjDpiTNI/846Z6VyrIuhkz3l8NeleiOgDjrD9jdmXXZas5F+VB3BcB7g3PmaoeOA==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/maizzle/-/maizzle-1.2.3.tgz", + "integrity": "sha512-iFWhS8ITBqxpg7SpGSUqxYun40zI+2ZPX5aAwen/udPkFtasc3UuTkbCn4EIstxTEmSAM0+tkxO8fhayEfbrwQ==", "inBundle": true, "license": "MIT", "dependencies": { "@clack/prompts": "^1.2.0", - "commander": "^14.0.3", + "commander": "^15.0.0", "giget": "^3.2.0", "nypm": "^0.6.5", "picocolors": "^1.1.1" @@ -5293,13 +5293,13 @@ } }, "node_modules/maizzle/node_modules/commander": { - "version": "14.0.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.3.tgz", - "integrity": "sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-15.0.0.tgz", + "integrity": "sha512-z67u4ZhzCL/Tydu1lJARtEZYWbWaN7oYLHbsuzocr6y4N6WZAagG3RQ4FW61V1/0+jImpj293XfrcYnd1qxtPg==", "inBundle": true, "license": "MIT", "engines": { - "node": ">=20" + "node": ">=22.12.0" } }, "node_modules/make-dir": {