From f0a6fcad74ed304f3a864e00808197828ea244a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 23:40:21 +0000 Subject: [PATCH] build(deps-dev): bump oxlint from 0.11.1 to 0.15.1 Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 0.11.1 to 0.15.1. - [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.15.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 f1b0d17..ae1b0d0 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "module", "devDependencies": { "@types/bun": "^1.1.13", - "oxlint": "^0.11.1" + "oxlint": "^0.15.1" }, "peerDependencies": { "typescript": "^5.6.3"