From 3f79386ac08f9d1feaae1673ec129a62b931f1ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 07:34:38 +0200 Subject: [PATCH] Bump oxlint from 0.8.0 to 0.9.1 (#203) Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 0.8.0 to 0.9.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.9.1/npm/oxlint) --- updated-dependencies: - dependency-name: oxlint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 71d4c34..627503f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@types/qs": "^6.9.4", "dprint": "^0.47.0", "nock": "^13.0.3", - "oxlint": "^0.8.0", + "oxlint": "^0.9.1", "tsup": "^8.0.1", "typescript": "^5.0.2" },