From fb235ed4a61435a2b498aa7a7f6f607c6c228595 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 14:48:48 +0000 Subject: [PATCH] Bump oxfmt from 0.48.0 to 0.49.0 Bumps [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) from 0.48.0 to 0.49.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.49.0/npm/oxfmt) --- updated-dependencies: - dependency-name: oxfmt dependency-version: 0.49.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e78dabd411..3c527e0fd4 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.48.0", + "oxfmt": "0.49.0", "playwright": "~1.60.0", "postcss": "^8.5.2", "react": "^19.2.5",