From 9484e5bba5aed92b813a7f4cf680f966e708050d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 14:14:15 +0000 Subject: [PATCH] Bump @abaplint/cli from 2.120.42 to 2.120.51 in the toolchain group Bumps the toolchain group with 1 update: [@abaplint/cli](https://github.com/abaplint/abaplint). Updates `@abaplint/cli` from 2.120.42 to 2.120.51 - [Release notes](https://github.com/abaplint/abaplint/releases) - [Commits](https://github.com/abaplint/abaplint/compare/v2.120.42...v2.120.51) --- updated-dependencies: - dependency-name: "@abaplint/cli" dependency-version: 2.120.51 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: toolchain ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8be042a..bc0f842 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@abap2ui5/linter": "^0.6.1", "@abap2ui5/render-runtime": "^0.6.1", - "@abaplint/cli": "^2.120.42" + "@abaplint/cli": "^2.120.51" }, "engines": { "node": ">=22" @@ -67,9 +67,9 @@ } }, "node_modules/@abaplint/cli": { - "version": "2.120.42", - "resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.120.42.tgz", - "integrity": "sha512-hv6u2Tdz4hHi3QT2mDrl0rQxYjiLyL7k6L+7IiMEYN49H8Tig/0FJoa6jto0eybCTk66YJdcE8bO0rfYE9zGGQ==", + "version": "2.120.51", + "resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.120.51.tgz", + "integrity": "sha512-tiFi73eqMNpPUcEmIxKGue04TLjjS/acBwH6ZnjYslvzGXlGLbWs7vK/AjOP/0pdPD2wVpcHBm5ww1Ves3xZDQ==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 29396ca..165bf82 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/abap2UI5-addons/sql-console#readme", "devDependencies": { - "@abaplint/cli": "^2.120.42", + "@abaplint/cli": "^2.120.51", "@abap2ui5/linter": "^0.6.1", "@abap2ui5/render-runtime": "^0.6.1" },