From 5bdf1a1f714468eda05f162235a223075fa7ea21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 10:48:10 -0500 Subject: [PATCH] Bump oxfmt from 0.44.0 to 0.45.0 (#4031) Bumps [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) from 0.44.0 to 0.45.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.45.0/npm/oxfmt) --- updated-dependencies: - dependency-name: oxfmt dependency-version: 0.45.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 50563bb5c5..0bc34f3110 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "eslint-plugin-sonarjs": "^4.0.2", "jspdf": "^4.2.0", "jspdf-autotable": "^5.0.7", - "oxfmt": "0.44.0", + "oxfmt": "0.45.0", "playwright": "~1.59.0", "postcss": "^8.5.2", "react": "^19.2.4",