From b512f6477a7328291d07c9dc74cf7e1b6c68d7c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 09:11:13 +0100 Subject: [PATCH] Update @abaplint/cli requirement from ^2.82.1 to ^2.82.10 (#5173) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db7d2ffa9..74324a9aa 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ ] }, "devDependencies": { - "@abaplint/cli": "^2.82.1", + "@abaplint/cli": "^2.82.10", "@abaplint/runtime": "^1.6.66", "@abaplint/transpiler-cli": "^1.6.66", "abapmerge": "^0.14.3",