From b12363ca0aab045bd153142caafeac63236a1e37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 06:22:12 +0100 Subject: [PATCH] Bump @abaplint/cli from 2.105.6 to 2.105.15 (#101) Bumps [@abaplint/cli](https://github.com/abaplint/abaplint) from 2.105.6 to 2.105.15. - [Release notes](https://github.com/abaplint/abaplint/releases) - [Commits](https://github.com/abaplint/abaplint/commits) --- updated-dependencies: - dependency-name: "@abaplint/cli" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5227412..a7b92b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,13 +9,13 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@abaplint/cli": "^2.105.6" + "@abaplint/cli": "^2.105.15" } }, "node_modules/@abaplint/cli": { - "version": "2.105.6", - "resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.105.6.tgz", - "integrity": "sha512-TYh1zEuA+ezwnkH7ypRlEFE4/2KRlH3BmXiqrDpYpWWpwpmpuzBsvC09RoyzKg5BSK64sgL9W2+H9v4j09404g==", + "version": "2.105.15", + "resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.105.15.tgz", + "integrity": "sha512-HTGiHC/jJHhHpv3GX8DC2lmm6xCYYNP5jPAhSEcmgulZx5v4nrn8TEX+qyPUJa9nc+8C3q+vAPFah0SeKyP2AA==", "bin": { "abaplint": "abaplint" }, @@ -29,9 +29,9 @@ }, "dependencies": { "@abaplint/cli": { - "version": "2.105.6", - "resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.105.6.tgz", - "integrity": "sha512-TYh1zEuA+ezwnkH7ypRlEFE4/2KRlH3BmXiqrDpYpWWpwpmpuzBsvC09RoyzKg5BSK64sgL9W2+H9v4j09404g==" + "version": "2.105.15", + "resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.105.15.tgz", + "integrity": "sha512-HTGiHC/jJHhHpv3GX8DC2lmm6xCYYNP5jPAhSEcmgulZx5v4nrn8TEX+qyPUJa9nc+8C3q+vAPFah0SeKyP2AA==" } } } diff --git a/package.json b/package.json index 7b26d15..7885e1c 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,6 @@ }, "homepage": "https://github.com/abapGit/ajson_mirror#readme", "dependencies": { - "@abaplint/cli": "^2.105.6" + "@abaplint/cli": "^2.105.15" } }