From 35dcd8a3f71fff989f555b8b15a26ae60168463b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 05:55:21 +0000 Subject: [PATCH] Bump oxlint from 0.4.4 to 0.5.1 Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 0.4.4 to 0.5.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.5.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 f349127..8e3c286 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@types/qs": "^6.9.4", "dprint": "^0.46.1", "nock": "^13.0.3", - "oxlint": "^0.4.1", + "oxlint": "^0.5.1", "tsup": "^8.0.1", "typescript": "^5.0.2" },