From 0781ae4b01ae63f35c85afcc6aa8ce4f70b915ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 01:32:46 +0000 Subject: [PATCH] chore(deps): bump chevrotain from 10.5.0 to 11.0.3 Bumps [chevrotain](https://github.com/Chevrotain/chevrotain) from 10.5.0 to 11.0.3. - [Release notes](https://github.com/Chevrotain/chevrotain/releases) - [Commits](https://github.com/Chevrotain/chevrotain/compare/v10.5.0...v11.0.3) --- updated-dependencies: - dependency-name: chevrotain dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 10870aa..dffecf0 100644 --- a/package.json +++ b/package.json @@ -102,6 +102,6 @@ }, "dependencies": { "@logdna/stdlib": "^1.1.5", - "chevrotain": "^10.3.0" + "chevrotain": "^11.0.3" } }