From ebd5de68e15a5c386dc9fa7e6914bc6e56f6fcd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 23:42:40 +0000 Subject: [PATCH] Bump @abaplint/core from 2.118.6 to 2.118.9 Bumps [@abaplint/core](https://github.com/abaplint/abaplint) from 2.118.6 to 2.118.9. - [Release notes](https://github.com/abaplint/abaplint/releases) - [Commits](https://github.com/abaplint/abaplint/commits) --- updated-dependencies: - dependency-name: "@abaplint/core" dependency-version: 2.118.9 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 46825e1..7ffa372 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.2.0", "license": "MIT", "dependencies": { - "@abaplint/core": "^2.118.6", + "@abaplint/core": "^2.118.9", "fs-extra": "^11.3.4", "sync-request": "^6.1.0" }, @@ -35,9 +35,9 @@ } }, "node_modules/@abaplint/core": { - "version": "2.118.6", - "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.118.6.tgz", - "integrity": "sha512-JaDVWa+5ZlsDYTVaDNcvZIJFgk+Y8iGFYaxTEiqdNut14ikGA46YiPKr7milExFAOkDTXQrISPMBTYfIGVSAyA==", + "version": "2.118.9", + "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.118.9.tgz", + "integrity": "sha512-BXUBGOGvGzgaoF6Hj2OOfSznyztyA0HUfgLYGaNE2IXKUYP8V45qdGJ5NQYcamXWq8VLLXw8TUVDwpACGbc2EA==", "dependencies": { "fast-xml-parser": "^5.5.9", "json5": "^2.2.3", @@ -4063,9 +4063,9 @@ "dev": true }, "@abaplint/core": { - "version": "2.118.6", - "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.118.6.tgz", - "integrity": "sha512-JaDVWa+5ZlsDYTVaDNcvZIJFgk+Y8iGFYaxTEiqdNut14ikGA46YiPKr7milExFAOkDTXQrISPMBTYfIGVSAyA==", + "version": "2.118.9", + "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.118.9.tgz", + "integrity": "sha512-BXUBGOGvGzgaoF6Hj2OOfSznyztyA0HUfgLYGaNE2IXKUYP8V45qdGJ5NQYcamXWq8VLLXw8TUVDwpACGbc2EA==", "requires": { "fast-xml-parser": "^5.5.9", "json5": "^2.2.3", diff --git a/package.json b/package.json index fa8217b..c390ebf 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "license": "MIT", "dependencies": { - "@abaplint/core": "^2.118.6", + "@abaplint/core": "^2.118.9", "fs-extra": "^11.3.4", "sync-request": "^6.1.0" },