From 57eacba83dbc319daedf606a8cb49a50527bdfd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 23:12:01 +0000 Subject: [PATCH] Bump @abaplint/core from 2.112.17 to 2.112.20 Bumps [@abaplint/core](https://github.com/abaplint/abaplint) from 2.112.17 to 2.112.20. - [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 7db50fc..47c6f1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.2.0", "license": "MIT", "dependencies": { - "@abaplint/core": "^2.112.17", + "@abaplint/core": "^2.112.20", "fs-extra": "^11.2.0", "sync-request": "^6.1.0" }, @@ -35,9 +35,9 @@ } }, "node_modules/@abaplint/core": { - "version": "2.112.17", - "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.112.17.tgz", - "integrity": "sha512-JUJII7/LZDegggqfFt22B5r308RjuoykDcEP+AzCcs6+gvt1mdC3dA+WO5x7N0hWgiWXpy7E9xvASQNq+RUl0w==", + "version": "2.112.20", + "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.112.20.tgz", + "integrity": "sha512-Jg/62Bnq5SOAKDpmYvw0A13kIQIR8z3wQNUJmUeA0z015gr+TLRck1YGrytcC/PZ4b9zY69BtkWlM05/tPTnUg==", "dependencies": { "fast-xml-parser": "^4.4.1", "json5": "^2.2.3", @@ -3693,9 +3693,9 @@ "dev": true }, "@abaplint/core": { - "version": "2.112.17", - "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.112.17.tgz", - "integrity": "sha512-JUJII7/LZDegggqfFt22B5r308RjuoykDcEP+AzCcs6+gvt1mdC3dA+WO5x7N0hWgiWXpy7E9xvASQNq+RUl0w==", + "version": "2.112.20", + "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.112.20.tgz", + "integrity": "sha512-Jg/62Bnq5SOAKDpmYvw0A13kIQIR8z3wQNUJmUeA0z015gr+TLRck1YGrytcC/PZ4b9zY69BtkWlM05/tPTnUg==", "requires": { "fast-xml-parser": "^4.4.1", "json5": "^2.2.3", diff --git a/package.json b/package.json index fa50e93..7738658 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "license": "MIT", "dependencies": { - "@abaplint/core": "^2.112.17", + "@abaplint/core": "^2.112.20", "fs-extra": "^11.2.0", "sync-request": "^6.1.0" },