From b02fbf1b179d8a6577435fb58ee198120ed8d7c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 02:04:55 +0000 Subject: [PATCH] chore(deps-dev): bump dprint in the npm-minor-patch group Bumps the npm-minor-patch group with 1 update: [dprint](https://github.com/dprint/dprint). Updates `dprint` from 0.54.0 to 0.55.1 - [Release notes](https://github.com/dprint/dprint/releases) - [Commits](https://github.com/dprint/dprint/compare/0.54.0...0.55.1) --- updated-dependencies: - dependency-name: dprint dependency-version: 0.55.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b09ef09a..bc5d02d1 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "devDependencies": { "@commitlint/cli": "^21.0.1", "@commitlint/config-conventional": "^21.0.1", - "dprint": "^0.54.0", + "dprint": "^0.55.1", "lefthook": "^2.1.8" } }