From 635086d7a1249519af61b6a04d7236677704c3f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 23:12:22 +0000 Subject: [PATCH] build(deps-dev): bump oxlint from 0.9.10 to 0.11.0 Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 0.9.10 to 0.11.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_v0.11.0/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 114be0c..ca1af25 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "module", "devDependencies": { "@types/bun": "latest", - "oxlint": "^0.9.0" + "oxlint": "^0.11.0" }, "peerDependencies": { "typescript": "^5.0.0"