From 818ba0dff9cd5fb177262d195ba64a826645141b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 04:32:47 +0000 Subject: [PATCH] chore(deps-dev): bump oxfmt from 0.46.0 to 0.48.0 Bumps [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) from 0.46.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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index acf3ecfb..0d730a30 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "gsap": "^3.14.2" }, "devDependencies": { - "oxfmt": "^0.46.0", + "oxfmt": "^0.48.0", "oxlint": "^1.59.0", "typescript": "^6.0.2", "vite": "^8.0.8"