From 7a12365fbbef3a78647e744fbedd8441c5940f85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 01:37:21 +0000 Subject: [PATCH] chore(deps): update chevrotain requirement from ^10.1.2 to ^10.3.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.1.2...v10.3.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 34b2146..557fe34 100644 --- a/package.json +++ b/package.json @@ -101,6 +101,6 @@ }, "dependencies": { "@logdna/stdlib": "^1.1.5", - "chevrotain": "^10.1.2" + "chevrotain": "^10.3.0" } }