From 8985d70f283b9b4d4c3f4b9e0da32d8d74950202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 16:57:32 +0100 Subject: [PATCH] Bump oxfmt from 0.47.0 to 0.48.0 (#4038) Bumps [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) from 0.47.0 to 0.48.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.48.0/npm/oxfmt) --- updated-dependencies: - dependency-name: oxfmt dependency-version: 0.48.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 63d3231012..14f95cdb2e 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "eslint-plugin-sonarjs": "^4.0.3", "jspdf": "^4.2.0", "jspdf-autotable": "^5.0.7", - "oxfmt": "0.47.0", + "oxfmt": "0.48.0", "playwright": "~1.59.0", "postcss": "^8.5.2", "react": "^19.2.5",