From 64874c832646394e3872311898bdec3794f5824a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 20:45:03 +0000 Subject: [PATCH] chore(deps-dev): bump @oxlint/plugins from 1.78.0 to 1.79.0 in /frontend Bumps [@oxlint/plugins](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint-plugins) from 1.78.0 to 1.79.0. - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.79.0/npm/oxlint-plugins) --- updated-dependencies: - dependency-name: "@oxlint/plugins" dependency-version: 1.79.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 58e0d844..1c88da37 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -30,7 +30,7 @@ }, "devDependencies": { "@axe-core/playwright": "4.13.0", - "@oxlint/plugins": "1.78.0", + "@oxlint/plugins": "1.79.0", "@playwright/test": "^1.62.1", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2",