From e28a53dcdfee4f8d34aea9832b55290843084a97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 14:21:34 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20bump=20@awmottaz/prettier-plugin?= =?UTF-8?q?-void-html=20from=201.8.0=20to=201.9.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@awmottaz/prettier-plugin-void-html](https://github.com/awmottaz/prettier-plugin-void-html) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/awmottaz/prettier-plugin-void-html/releases) - [Changelog](https://github.com/awmottaz/prettier-plugin-void-html/blob/main/CHANGELOG.md) - [Commits](https://github.com/awmottaz/prettier-plugin-void-html/compare/v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: "@awmottaz/prettier-plugin-void-html" dependency-version: 1.9.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 25 +++++-------------------- package.json | 2 +- 2 files changed, 6 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index a03c2bc7..b63fbe26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "commander": "^14.0.0" }, "devDependencies": { - "@awmottaz/prettier-plugin-void-html": "^1.8.0", + "@awmottaz/prettier-plugin-void-html": "^1.9.0", "@tailwindcss/cli": "^4.1.11", "@tailwindcss/typography": "^0.5.16", "chart.js": "^4.5.0", @@ -78,16 +78,13 @@ } }, "node_modules/@awmottaz/prettier-plugin-void-html": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@awmottaz/prettier-plugin-void-html/-/prettier-plugin-void-html-1.8.0.tgz", - "integrity": "sha512-gC1CO6TdjILFBc9UYJHY93RvM76jbNhb8IMiFzNbhyH1aCqvSVVjIhXCEQ9BkLyXGy8gmPfHX3m9BKHnl0edhQ==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@awmottaz/prettier-plugin-void-html/-/prettier-plugin-void-html-1.9.0.tgz", + "integrity": "sha512-NMwspO5GtUU9PESivdrx86z7XTm0lM5DDoMMVtYUp7nBQXak23j9/aB9tNR9XuVyoXYhdvxhEjXal9DfUqZnNg==", "dev": true, "license": "MIT", - "engines": { - "node": ">=22.0.0" - }, "peerDependencies": { - "prettier": "3.0.0 - 3.5.x" + "prettier": "3.0.0 - 3.6.x" } }, "node_modules/@babel/code-frame": { @@ -841,12 +838,6 @@ "tailwindcss": "dist/index.mjs" } }, - "node_modules/@tailwindcss/cli/node_modules/tailwindcss": { - "version": "4.1.10", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.10.tgz", - "integrity": "sha512-P3nr6WkvKV/ONsTzj6Gb57sWPMX29EPNPopo7+FcpkQaNsrNpZ1pv8QmrYI2RqEKD7mlGqLnGovlcYnBK0IqUA==", - "dev": true - }, "node_modules/@tailwindcss/forms": { "version": "0.5.10", "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.10.tgz", @@ -873,12 +864,6 @@ "tailwindcss": "4.1.11" } }, - "node_modules/@tailwindcss/node/node_modules/tailwindcss": { - "version": "4.1.10", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.10.tgz", - "integrity": "sha512-P3nr6WkvKV/ONsTzj6Gb57sWPMX29EPNPopo7+FcpkQaNsrNpZ1pv8QmrYI2RqEKD7mlGqLnGovlcYnBK0IqUA==", - "dev": true - }, "node_modules/@tailwindcss/oxide": { "version": "4.1.11", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.11.tgz", diff --git a/package.json b/package.json index ebcac070..0febd0e3 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "homepage": "https://github.com/nunocoracao/blowfish#readme", "devDependencies": { - "@awmottaz/prettier-plugin-void-html": "^1.8.0", + "@awmottaz/prettier-plugin-void-html": "^1.9.0", "@tailwindcss/cli": "^4.1.11", "@tailwindcss/typography": "^0.5.16", "chart.js": "^4.5.0",