From f71e34f4e3c2e3b5eb16101476a122c04288a07c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 04:09:23 +0000 Subject: [PATCH] Update @abaplint/transpiler-cli requirement from ^2.0.34 to ^2.1.47 Updates the requirements on [@abaplint/transpiler-cli](https://github.com/abaplint/transpiler) to permit the latest version. - [Release notes](https://github.com/abaplint/transpiler/releases) - [Changelog](https://github.com/abaplint/transpiler/blob/main/CHANGELOG.md) - [Commits](https://github.com/abaplint/transpiler/commits) --- updated-dependencies: - dependency-name: "@abaplint/transpiler-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..3b99463f18 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "devDependencies": { "@abaplint/cli": "^2.91.1", "@abaplint/runtime": "^2.0.34", - "@abaplint/transpiler-cli": "^2.0.34", + "@abaplint/transpiler-cli": "^2.1.47", "@abaplint/database-sqlite": "^2.0.30", "abapmerge": "^0.14.3", "c8": "^7.11.3",