From 3f1ce27c903056f22598155abb01b01bc46631ec Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Thu, 13 Mar 2025 16:21:08 +0100 Subject: [PATCH] upadte npm + actions dependencies --- .github/workflows/reuse.yml | 2 +- package.json | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index 33a24386b..a3094ed5e 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -8,4 +8,4 @@ jobs: steps: - uses: actions/checkout@v4 - name: REUSE Compliance Check - uses: fsfe/reuse-action@v1 + uses: fsfe/reuse-action@v5 diff --git a/package.json b/package.json index 2296909d3..22ba5ee5a 100644 --- a/package.json +++ b/package.json @@ -23,14 +23,14 @@ ] }, "devDependencies": { - "@abaplint/cli": "^2.113.82", - "@abaplint/database-sqlite": "^2.10.20", - "@abaplint/runtime": "^2.10.23", + "@abaplint/cli": "^2.113.105", + "@abaplint/database-sqlite": "^2.10.24", + "@abaplint/runtime": "^2.10.26", "express": "^4.21.2", - "@abaplint/transpiler-cli": "^2.10.23", - "globals": "^15.13.0", + "@abaplint/transpiler-cli": "^2.10.26", + "globals": "^16.0.0", "abapmerge": "^0.16.6", "c8": "^10.1.3", - "eslint": "^9.17.0" + "eslint": "^9.22.0" } }