From 30d4e918c3af81698b1f545083034cf56749549f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 11:13:57 +0000 Subject: [PATCH] chore(deps-dev): bump oxlint from 1.50.0 to 1.58.0 in /apps/web-app Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 1.50.0 to 1.58.0. - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.58.0/npm/oxlint) --- updated-dependencies: - dependency-name: oxlint dependency-version: 1.58.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/web-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web-app/package.json b/apps/web-app/package.json index 2cf54e0..6c877af 100644 --- a/apps/web-app/package.json +++ b/apps/web-app/package.json @@ -48,7 +48,7 @@ "hono": "^4.12.3", "msw": "^2.12.10", "nanoid": "^5.1.6", - "oxlint": "^1.50.0", + "oxlint": "^1.58.0", "picocolors": "^1.1.1", "postcss": "^8.4.38", "tailwindcss": "^4.2.1",