From 9ee26272be7a718a79fe0ea26714673a5e559323 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 04:11:58 +0000 Subject: [PATCH] Update abapmerge requirement from ^0.14.3 to ^0.14.7 Updates the requirements on [abapmerge](https://github.com/larshp/abapmerge) to permit the latest version. - [Release notes](https://github.com/larshp/abapmerge/releases) - [Commits](https://github.com/larshp/abapmerge/commits) --- updated-dependencies: - dependency-name: abapmerge 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..a68d379611 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@abaplint/runtime": "^2.0.34", "@abaplint/transpiler-cli": "^2.0.34", "@abaplint/database-sqlite": "^2.0.30", - "abapmerge": "^0.14.3", + "abapmerge": "^0.14.7", "c8": "^7.11.3", "eslint": "^8.17.0" }