diff --git a/package-lock.json b/package-lock.json index a1851596..07e26e66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@abaplint/core": "^2.113.32", + "@abaplint/core": "^2.113.33", "commander": "^8.3.0", "dotenv": "^16.4.5", "express": "^4.21.1", @@ -52,9 +52,9 @@ } }, "node_modules/@abaplint/core": { - "version": "2.113.32", - "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.113.32.tgz", - "integrity": "sha512-nHNdriHBOIV0e0FBJU31MWoORswUPkDXEnxKS25USRbz9b5uqD84fMKTnDNyoJI7LG226Y1W8GGZd9P9lv6tbw==", + "version": "2.113.33", + "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.113.33.tgz", + "integrity": "sha512-yIktAcdHPIVgjuc2iHk0sPTJjndZu9VGp+MncF+UjfODz9jyVu0iske/VwjqgUTwUsVyQGWvD522j07WsmfrWg==", "dependencies": { "fast-xml-parser": "^4.5.0", "json5": "^2.2.3", @@ -6786,9 +6786,9 @@ "dev": true }, "@abaplint/core": { - "version": "2.113.32", - "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.113.32.tgz", - "integrity": "sha512-nHNdriHBOIV0e0FBJU31MWoORswUPkDXEnxKS25USRbz9b5uqD84fMKTnDNyoJI7LG226Y1W8GGZd9P9lv6tbw==", + "version": "2.113.33", + "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.113.33.tgz", + "integrity": "sha512-yIktAcdHPIVgjuc2iHk0sPTJjndZu9VGp+MncF+UjfODz9jyVu0iske/VwjqgUTwUsVyQGWvD522j07WsmfrWg==", "requires": { "fast-xml-parser": "^4.5.0", "json5": "^2.2.3", diff --git a/package.json b/package.json index 6f4207da..d75e9dd8 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.32", + "@abaplint/core": "^2.113.33", "commander": "^8.3.0", "dotenv": "^16.4.5", "express": "^4.21.1",