From 40eec9d9af88f40cca965e69faffa1913226c6e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 02:03:41 +0000 Subject: [PATCH] chore(deps): update chevrotain requirement from ^10.3.0 to ^10.5.0 Updates the requirements on [chevrotain](https://github.com/Chevrotain/chevrotain) to permit the latest version. - [Release notes](https://github.com/Chevrotain/chevrotain/releases) - [Commits](https://github.com/Chevrotain/chevrotain/compare/v10.3.0...v10.5.0) --- updated-dependencies: - dependency-name: chevrotain dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5293d1c..019fc88 100644 --- a/package.json +++ b/package.json @@ -102,6 +102,6 @@ }, "dependencies": { "@logdna/stdlib": "^1.1.5", - "chevrotain": "^10.3.0" + "chevrotain": "^10.5.0" } }