From 6255437f740f309ccd2c0fc835e4513071c34308 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 10:15:37 +0200 Subject: [PATCH] Update @abaplint/cli requirement from ^2.54.0 to ^2.57.1 (#4014) 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) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f545c4c15..93b48a711 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "url": "git+https://github.com/abapGit/abapGit.git" }, "devDependencies": { - "@abaplint/cli": "^2.54.0", + "@abaplint/cli": "^2.57.1", "abapmerge": "^0.14.1", "eslint": "^7.10.0" }