From b1d3f64f15174ff2e3f4d7041b1f14f006d284ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 01:15:46 +0000 Subject: [PATCH] Bump oxlint from 0.3.1 to 0.3.2 Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 0.3.1 to 0.3.2. - [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.3.2/npm/oxlint) --- updated-dependencies: - dependency-name: oxlint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3cba79d..69c1cc8 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@types/lodash": "4.17.0", "@types/mathjs": "9.4.2", "bun-types": "latest", - "oxlint": "0.3.1" + "oxlint": "0.3.2" }, "peerDependencies": { "typescript": "5.4.5"