diff --git a/package-lock.json b/package-lock.json index b4f9b08..8e348db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,8 +10,8 @@ "license": "MIT", "devDependencies": { "@abap2ui5/linter": "^0.2.1", - "@abap2ui5/render-runtime": "^0.1.1", - "@abaplint/cli": "^2.119.66" + "@abap2ui5/render-runtime": "^0.2.1", + "@abaplint/cli": "^2.120.24" }, "engines": { "node": ">=22" @@ -42,9 +42,9 @@ } }, "node_modules/@abap2ui5/render-runtime": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@abap2ui5/render-runtime/-/render-runtime-0.1.1.tgz", - "integrity": "sha512-41O4amDSbHWynzXiTjWYp1XC+dVbWc58flTkTTCJUjXwYXW6mJBmMiLxBSpCz1pMXa4LL3QAZq8IXk7Yy2664g==", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@abap2ui5/render-runtime/-/render-runtime-0.2.1.tgz", + "integrity": "sha512-AqTRg1ydDvfGBu0Io0Jih7Xpzfc21vE0NwO8bw/FnOfqXJO/g9VoS2KcwlMJWK9/w5ocrUOaVVmHeFBq8GN7pg==", "dev": true, "license": "MIT", "dependencies": { @@ -66,16 +66,16 @@ } }, "node_modules/@abaplint/cli": { - "version": "2.119.66", - "resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.119.66.tgz", - "integrity": "sha512-Anjsm5G0jUnWwEAZrk2Ckm0we+VCrwjc/MOMSSk+774VJ6ka1ovkj981Y8BJdbxcKgKzIvn+D/ddap/tdxMFbw==", + "version": "2.120.24", + "resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.120.24.tgz", + "integrity": "sha512-NOIxEvjhFeUDTxa3UYwiAbGiHaEC9r9u/b8eh3LoqWitt6rG7Z/FGAYnGgD8swGfpZe3vXp5atDyOJFhZ2DbUQ==", "dev": true, "license": "MIT", "bin": { "abaplint": "abaplint" }, "engines": { - "node": ">=18.0.0" + "node": ">=22.0.0" }, "funding": { "url": "https://github.com/sponsors/larshp" diff --git a/package.json b/package.json index 73fcb0a..f96ce1f 100644 --- a/package.json +++ b/package.json @@ -21,9 +21,9 @@ }, "homepage": "https://github.com/abap2UI5-addons/sql-console#readme", "devDependencies": { - "@abaplint/cli": "^2.119.66", + "@abaplint/cli": "^2.120.24", "@abap2ui5/linter": "^0.2.1", - "@abap2ui5/render-runtime": "^0.1.1" + "@abap2ui5/render-runtime": "^0.2.1" }, "engines": { "node": ">=22"