From 66a0a4a74038677ee194ce93d89f331e13ab32ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 14:12:20 +0000 Subject: [PATCH] chore(deps-dev): bump @lezer/highlight in /packages/toolbar Bumps [@lezer/highlight](https://github.com/lezer-parser/highlight) from 1.2.1 to 1.2.3. - [Changelog](https://github.com/lezer-parser/highlight/blob/main/CHANGELOG.md) - [Commits](https://github.com/lezer-parser/highlight/compare/1.2.1...1.2.3) --- updated-dependencies: - dependency-name: "@lezer/highlight" dependency-version: 1.2.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/toolbar/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/toolbar/package.json b/packages/toolbar/package.json index 4790fa87..8517e5e0 100644 --- a/packages/toolbar/package.json +++ b/packages/toolbar/package.json @@ -142,7 +142,7 @@ "@launchdarkly/session-replay": "^1.0.2", "@launchpad-ui/components": "^0.17.12", "@launchpad-ui/tokens": "^0.15.1", - "@lezer/highlight": "1.2.1", + "@lezer/highlight": "1.2.3", "@react-aria/focus": "^3.21.3", "@react-stately/flags": "^3.1.2", "@rsbuild/core": "^1.7.3",