From 94c024644239f7e90115b6959f4f90eecf007d3d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 10:04:20 +0200 Subject: [PATCH] Update @abaplint/cli requirement from ^2.52.6 to ^2.54.0 (#3978) 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 cf4421b35..4e40e3952 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "url": "git+https://github.com/larshp/abapGit.git" }, "devDependencies": { - "@abaplint/cli": "^2.52.6", + "@abaplint/cli": "^2.54.0", "abapmerge": "^0.14.1", "eslint": "^7.10.0" }