diff --git a/package-lock.json b/package-lock.json index f1fa4ccc..bf165689 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@abaplint/core": "^2.113.25", + "@abaplint/core": "^2.113.26", "commander": "^8.3.0", "dotenv": "^16.4.5", "express": "^4.21.1", @@ -52,9 +52,9 @@ } }, "node_modules/@abaplint/core": { - "version": "2.113.25", - "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.113.25.tgz", - "integrity": "sha512-pJoG/Fp0dU0i/jbAKdhDiAoT4SZcCXlm4fwL977zCzt28ZYYx9LcKHZaL4UVk5UKZB5NFFqWfR4Qz5RMkU+BGg==", + "version": "2.113.26", + "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.113.26.tgz", + "integrity": "sha512-D5U5Ihzc8Hik4NgzclfIjdOUeD6GyuAwycXOPVaFzxp/WNSK6nCm6kMO+Ip9HUAUwNHxgeeQ3zuBCVzeaYwDYQ==", "dependencies": { "fast-xml-parser": "^4.5.0", "json5": "^2.2.3", @@ -6786,9 +6786,9 @@ "dev": true }, "@abaplint/core": { - "version": "2.113.25", - "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.113.25.tgz", - "integrity": "sha512-pJoG/Fp0dU0i/jbAKdhDiAoT4SZcCXlm4fwL977zCzt28ZYYx9LcKHZaL4UVk5UKZB5NFFqWfR4Qz5RMkU+BGg==", + "version": "2.113.26", + "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.113.26.tgz", + "integrity": "sha512-D5U5Ihzc8Hik4NgzclfIjdOUeD6GyuAwycXOPVaFzxp/WNSK6nCm6kMO+Ip9HUAUwNHxgeeQ3zuBCVzeaYwDYQ==", "requires": { "fast-xml-parser": "^4.5.0", "json5": "^2.2.3", diff --git a/package.json b/package.json index 3bb66384..50b9e653 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "homepage": "https://github.com/abaplint/abaplint-sci-server#readme", "dependencies": { - "@abaplint/core": "^2.113.25", + "@abaplint/core": "^2.113.26", "commander": "^8.3.0", "dotenv": "^16.4.5", "express": "^4.21.1",