From cdfa6e9fe6f3382e416cfb75e32cd7dd8eb086b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Jun 2021 17:37:32 +0000 Subject: [PATCH] chore(deps): update chevrotain requirement from ^9.0.1 to ^9.0.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/v9.0.1...v9.0.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 d6cfaac..cadfb8f 100644 --- a/package.json +++ b/package.json @@ -100,6 +100,6 @@ }, "dependencies": { "@logdna/stdlib": "^1.1.0", - "chevrotain": "^9.0.1" + "chevrotain": "^9.0.2" } }