From 3ac32b5635bc1a0eca4620b5398126bf81acbbb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 02:15:51 +0000 Subject: [PATCH] Bump @abaplint/core from 2.119.1 to 2.119.10 Bumps [@abaplint/core](https://github.com/abaplint/abaplint) from 2.119.1 to 2.119.10. - [Release notes](https://github.com/abaplint/abaplint/releases) - [Commits](https://github.com/abaplint/abaplint/commits) --- updated-dependencies: - dependency-name: "@abaplint/core" dependency-version: 2.119.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 4c7a436..34f4606 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.2.0", "license": "MIT", "dependencies": { - "@abaplint/core": "^2.119.1", + "@abaplint/core": "^2.119.10", "fs-extra": "^11.3.4", "sync-request": "^6.1.0" }, @@ -35,9 +35,9 @@ } }, "node_modules/@abaplint/core": { - "version": "2.119.1", - "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.119.1.tgz", - "integrity": "sha512-dsAFecT5I5m+PiSPuNgB0hHFzilqFa+/S+YRHIhd12u3+tzmktwNtI2c1I9wm+2HXF+9bTeLxk6JekVuNfqs4w==", + "version": "2.119.10", + "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.119.10.tgz", + "integrity": "sha512-qwbBofa1BCoRFPu1YM1limjwzTUc6WrMr4ryEwhPIg0XChvJbzdwCle6Ad6WVXHxRbQiLThdIF7RzUBjFPVy6g==", "dependencies": { "fast-xml-parser": "^5.7.1", "json5": "^2.2.3", @@ -4075,9 +4075,9 @@ "dev": true }, "@abaplint/core": { - "version": "2.119.1", - "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.119.1.tgz", - "integrity": "sha512-dsAFecT5I5m+PiSPuNgB0hHFzilqFa+/S+YRHIhd12u3+tzmktwNtI2c1I9wm+2HXF+9bTeLxk6JekVuNfqs4w==", + "version": "2.119.10", + "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.119.10.tgz", + "integrity": "sha512-qwbBofa1BCoRFPu1YM1limjwzTUc6WrMr4ryEwhPIg0XChvJbzdwCle6Ad6WVXHxRbQiLThdIF7RzUBjFPVy6g==", "requires": { "fast-xml-parser": "^5.7.1", "json5": "^2.2.3", diff --git a/package.json b/package.json index 9c6220e..f1e175f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "license": "MIT", "dependencies": { - "@abaplint/core": "^2.119.1", + "@abaplint/core": "^2.119.10", "fs-extra": "^11.3.4", "sync-request": "^6.1.0" },