From 47ed6be5562b774728948da7f8b6a032fe1d1848 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 01:58:11 +0000 Subject: [PATCH] chore(deps): update chevrotain requirement from ^10.3.0 to ^10.4.2 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.4.2) --- 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..f5a614c 100644 --- a/package.json +++ b/package.json @@ -102,6 +102,6 @@ }, "dependencies": { "@logdna/stdlib": "^1.1.5", - "chevrotain": "^10.3.0" + "chevrotain": "^10.4.2" } }