From 6e08d9812245d6b0da0d1038d0ae4ce337a85ad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 04:29:25 +0000 Subject: [PATCH] Bump @abaplint/cli from 2.113.125 to 2.113.133 Bumps [@abaplint/cli](https://github.com/abaplint/abaplint) from 2.113.125 to 2.113.133. - [Release notes](https://github.com/abaplint/abaplint/releases) - [Commits](https://github.com/abaplint/abaplint/commits) --- updated-dependencies: - dependency-name: "@abaplint/cli" dependency-version: 2.113.133 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ab452cd..29f5b49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,14 +9,13 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@abaplint/cli": "^2.113.125" + "@abaplint/cli": "^2.113.133" } }, "node_modules/@abaplint/cli": { - "version": "2.113.125", - "resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.113.125.tgz", - "integrity": "sha512-WO2vC2PshfFc03HH6E3BqKxzPxdp5+kS16vU6y+9nFvk0RdDbFQVbG+UXwIJ0hTEuntMF6GqaZ8DovN8cw9zMQ==", - "license": "MIT", + "version": "2.113.133", + "resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.113.133.tgz", + "integrity": "sha512-VT8ugsRqeGnWSdmpGmbCRMWD0k0QFo0NJZkncjj0GNW/taq75p4khxdSH9xn7Ey/OWVPI+j9m43MPfAb7YLm/Q==", "bin": { "abaplint": "abaplint" }, diff --git a/package.json b/package.json index 390a30a..2ac371f 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ }, "homepage": "https://github.com/abapGit/aff_mirror#readme", "dependencies": { - "@abaplint/cli": "^2.113.125" + "@abaplint/cli": "^2.113.133" } }