From 7ffebe671b742aeecfbc210109ad72a2337f5f1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 23:21:44 +0000 Subject: [PATCH] Bump @abaplint/core from 2.113.7 to 2.113.9 Bumps [@abaplint/core](https://github.com/abaplint/abaplint) from 2.113.7 to 2.113.9. - [Release notes](https://github.com/abaplint/abaplint/releases) - [Commits](https://github.com/abaplint/abaplint/commits) --- updated-dependencies: - dependency-name: "@abaplint/core" 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 05864e0..9192e51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.2.0", "license": "MIT", "dependencies": { - "@abaplint/core": "^2.113.7", + "@abaplint/core": "^2.113.9", "fs-extra": "^11.2.0", "sync-request": "^6.1.0" }, @@ -35,9 +35,9 @@ } }, "node_modules/@abaplint/core": { - "version": "2.113.7", - "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.113.7.tgz", - "integrity": "sha512-vyHV/A9DJOi+/9TUknMg94BR9ivHVpiQZ2ox5FiVlj4rJ5eaTZqHvZ+rvFFjI66ADt158gGIvu1+tiIIsUXqzA==", + "version": "2.113.9", + "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.113.9.tgz", + "integrity": "sha512-hpnQ2V77YikecdN6XthjxrKld90Su1DJVbT8umclFx8aJwuL8jp6pwL6gNreh1wlXdUX5iRPbAxPmU9B3kcC6Q==", "dependencies": { "fast-xml-parser": "^4.5.0", "json5": "^2.2.3", @@ -3693,9 +3693,9 @@ "dev": true }, "@abaplint/core": { - "version": "2.113.7", - "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.113.7.tgz", - "integrity": "sha512-vyHV/A9DJOi+/9TUknMg94BR9ivHVpiQZ2ox5FiVlj4rJ5eaTZqHvZ+rvFFjI66ADt158gGIvu1+tiIIsUXqzA==", + "version": "2.113.9", + "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.113.9.tgz", + "integrity": "sha512-hpnQ2V77YikecdN6XthjxrKld90Su1DJVbT8umclFx8aJwuL8jp6pwL6gNreh1wlXdUX5iRPbAxPmU9B3kcC6Q==", "requires": { "fast-xml-parser": "^4.5.0", "json5": "^2.2.3", diff --git a/package.json b/package.json index 43b3e10..9a2bc0f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "license": "MIT", "dependencies": { - "@abaplint/core": "^2.113.7", + "@abaplint/core": "^2.113.9", "fs-extra": "^11.2.0", "sync-request": "^6.1.0" },