From 51f4285452a984cc7b4b274c39acc4f2c9842c47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 23:31:14 +0000 Subject: [PATCH] build(deps-dev): bump oxlint from 0.11.1 to 0.15.0 Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 0.11.1 to 0.15.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.15.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 f1b0d17..32da454 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.0" }, "peerDependencies": { "typescript": "^5.6.3"