From 4888595203649cacf6e3259cfb2c34ea1a0fe78b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 05:49:15 +0000 Subject: [PATCH] Bump @abaplint/core from 2.111.0 to 2.112.6 Bumps [@abaplint/core](https://github.com/abaplint/abaplint) from 2.111.0 to 2.112.6. - [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-minor ... 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 546df2a1..35996fb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.2.0", "license": "MIT", "dependencies": { - "@abaplint/core": "^2.111.0", + "@abaplint/core": "^2.112.6", "fs-extra": "^11.2.0", "sync-request": "^6.1.0" }, @@ -35,9 +35,9 @@ } }, "node_modules/@abaplint/core": { - "version": "2.111.0", - "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.111.0.tgz", - "integrity": "sha512-Frrf+Jv4OOF41S336r9VM2BnUkR8IuJD4D8+kPgWMX2/sgP2Bnm17vGX9uEczbGjFs5xosH2GYNdWPmNvH/COg==", + "version": "2.112.6", + "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.112.6.tgz", + "integrity": "sha512-W2NIRPrxPq3bAIvJjFfMYqHaNcVAo4g8Q1LGmdq2O3+zXAXCeg/tbB6E1Flqv1XShmSPQkRe/PaFviMh19FPXw==", "dependencies": { "fast-xml-parser": "^4.4.0", "json5": "^2.2.3", @@ -3693,9 +3693,9 @@ "dev": true }, "@abaplint/core": { - "version": "2.111.0", - "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.111.0.tgz", - "integrity": "sha512-Frrf+Jv4OOF41S336r9VM2BnUkR8IuJD4D8+kPgWMX2/sgP2Bnm17vGX9uEczbGjFs5xosH2GYNdWPmNvH/COg==", + "version": "2.112.6", + "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.112.6.tgz", + "integrity": "sha512-W2NIRPrxPq3bAIvJjFfMYqHaNcVAo4g8Q1LGmdq2O3+zXAXCeg/tbB6E1Flqv1XShmSPQkRe/PaFviMh19FPXw==", "requires": { "fast-xml-parser": "^4.4.0", "json5": "^2.2.3", diff --git a/package.json b/package.json index 52c4f48a..fccc1d7a 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "license": "MIT", "dependencies": { - "@abaplint/core": "^2.111.0", + "@abaplint/core": "^2.112.6", "fs-extra": "^11.2.0", "sync-request": "^6.1.0" },