From f44c200ed570f096b628b3a98dd23e9ad06c7aa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 18:35:05 +0000 Subject: [PATCH] Bump oxlint from 0.3.5 to 0.4.1 Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 0.3.5 to 0.4.1. - [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/oxlint_v0.4.1/npm/oxlint) --- updated-dependencies: - dependency-name: 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 996124d..57b10cd 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "eslint-plugin-oxlint": "^0.3.0", "eslint-plugin-sonarjs": "^1.0.3", "husky": "^9.0.11", - "oxlint": "^0.3.2", + "oxlint": "^0.4.1", "typedoc": "^0.25.13", "typescript": "^5.4.5" },