From c798db7e202f16aca553fa91bde7426788b2657a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 23:54:01 +0000 Subject: [PATCH] build(deps-dev): bump oxfmt from 0.61.0 to 0.67.0 Bumps [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) from 0.61.0 to 0.67.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.67.0/npm/oxfmt) --- updated-dependencies: - dependency-name: oxfmt dependency-version: 0.67.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 c1ef744..b228e55 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "devDependencies": { "bun-types": "1.4.1", "lefthook": "^2.1.6", - "oxfmt": "^0.61.0", + "oxfmt": "^0.67.0", "oxlint": "^1.60.0", "typescript": "^7.0.2" },