From da2bbc65b2ad534d245257c1e2dfb703349f13da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 18:27:52 +0000 Subject: [PATCH] Bump eslint-plugin-oxlint from 0.13.2 to 0.15.0 Bumps [eslint-plugin-oxlint](https://github.com/oxc-project/eslint-plugin-oxlint) from 0.13.2 to 0.15.0. - [Release notes](https://github.com/oxc-project/eslint-plugin-oxlint/releases) - [Commits](https://github.com/oxc-project/eslint-plugin-oxlint/compare/v0.13.2...v0.15.0) --- updated-dependencies: - dependency-name: eslint-plugin-oxlint 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 802940e..775491c 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@sinclair/typebox-codegen": "^0.10.5", "@types/bun": "latest", "eslint": "^9.15.0", - "eslint-plugin-oxlint": "^0.13.1", + "eslint-plugin-oxlint": "^0.15.0", "husky": "^9.1.7", "oxlint": "^0.13.1", "tsc-esm-fix": "^3.1.2",