From 83573bf7e6dec037dd4100dbe18dc7165658f5c7 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Mon, 5 Feb 2024 14:36:23 +0100 Subject: [PATCH] update npm dependencies (#6776) --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bfc66dd7e..1db69f2f4 100644 --- a/package.json +++ b/package.json @@ -23,12 +23,12 @@ ] }, "devDependencies": { - "@abaplint/cli": "^2.105.8", - "@abaplint/database-sqlite": "^2.7.119", - "@abaplint/runtime": "^2.7.140", - "@abaplint/transpiler-cli": "^2.7.140", + "@abaplint/cli": "^2.105.16", + "@abaplint/database-sqlite": "^2.7.144", + "@abaplint/runtime": "^2.7.155", + "@abaplint/transpiler-cli": "^2.7.155", "abapmerge": "^0.16.0", - "c8": "^9.0.0", + "c8": "^9.1.0", "eslint": "^8.56.0" } }