From 5ee365d8316efbd7d628ecf6d6f40a1ffe436a85 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Mon, 5 Aug 2024 19:06:55 +0200 Subject: [PATCH] update npm dependencies (#1207) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f5817ab..935f0ad 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "url": "git+https://github.com/abap2xlsx/abap2xlsx.git" }, "devDependencies": { - "@abaplint/cli": "^2.105.14", - "@abaplint/transpiler-cli": "^2.7.153", - "@abaplint/runtime": "^2.7.153" + "@abaplint/cli": "^2.112.10", + "@abaplint/transpiler-cli": "^2.10.7", + "@abaplint/runtime": "^2.10.7" } }