From 6b12ad2df96450cc373e2be2db62e4bfd45bd5d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jun 2022 10:24:37 +0000 Subject: [PATCH] Update @abaplint/runtime requirement from ^2.0.34 to ^2.0.38 Updates the requirements on [@abaplint/runtime](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/runtime" 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..abdf82569e 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@abaplint/cli": "^2.91.1", - "@abaplint/runtime": "^2.0.34", + "@abaplint/runtime": "^2.0.38", "@abaplint/transpiler-cli": "^2.0.34", "@abaplint/database-sqlite": "^2.0.30", "abapmerge": "^0.14.3",