From 576653b69c8f86a28f4bde964415ed88131d75f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 04:04:50 +0000 Subject: [PATCH] Update @abaplint/cli requirement from ^2.91.1 to ^2.94.13 Updates the requirements on [@abaplint/cli](https://github.com/abaplint/abaplint) to permit the latest version. - [Release notes](https://github.com/abaplint/abaplint/releases) - [Commits](https://github.com/abaplint/abaplint/commits) --- updated-dependencies: - dependency-name: "@abaplint/cli" dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 82900c8dd2..6e918ba528 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ ] }, "devDependencies": { - "@abaplint/cli": "^2.91.1", + "@abaplint/cli": "^2.94.13", "@abaplint/runtime": "^2.0.34", "@abaplint/transpiler-cli": "^2.0.34", "@abaplint/database-sqlite": "^2.0.30",