From facea0b7b0ca35939601a416f286089ef3596bcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 12:23:33 +0000 Subject: [PATCH] Bump oxfmt from 0.40.0 to 0.41.0 (#4008) Bumps [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) from 0.40.0 to 0.41.0. - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.41.0/npm/oxfmt) --- updated-dependencies: - dependency-name: oxfmt dependency-version: 0.41.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa0c3e274a..f508b462b9 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "eslint-plugin-testing-library": "^7.16.0", "jspdf": "^4.2.0", "jspdf-autotable": "^5.0.7", - "oxfmt": "0.40.0", + "oxfmt": "0.41.0", "playwright": "~1.58.0", "postcss": "^8.5.2", "react": "^19.2.4",