From 3adbac3b38be4dcdcd4696c68e0c5936c1413467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 20:22:19 +0000 Subject: [PATCH] chore(deps): bump oxc-parser from 0.139.0 to 0.141.0 Bumps [oxc-parser](https://github.com/oxc-project/oxc) from 0.139.0 to 0.141.0. - [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/compare/crates_v0.139.0...crates_v0.141.0) --- updated-dependencies: - dependency-name: oxc-parser dependency-version: 0.141.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index aa4ea51..fc92760 100644 --- a/deno.json +++ b/deno.json @@ -9,7 +9,7 @@ "@std/fs": "jsr:@std/fs@^1.0.24", "@std/path": "jsr:@std/path@^1.1.6", "@jridgewell/sourcemap-codec": "npm:@jridgewell/sourcemap-codec@^1.5.5", - "oxc-parser": "npm:oxc-parser@^0.139.0", + "oxc-parser": "npm:oxc-parser@^0.141.0", "oxc-walker": "npm:oxc-walker@^1.0.0", "sort-package-json": "npm:sort-package-json@^4.0.0", "type-fest": "npm:type-fest@^5.8.0"