diff --git a/package-lock.json b/package-lock.json index 46825e1..7ffa372 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.2.0", "license": "MIT", "dependencies": { - "@abaplint/core": "^2.118.6", + "@abaplint/core": "^2.118.9", "fs-extra": "^11.3.4", "sync-request": "^6.1.0" }, @@ -35,9 +35,9 @@ } }, "node_modules/@abaplint/core": { - "version": "2.118.6", - "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.118.6.tgz", - "integrity": "sha512-JaDVWa+5ZlsDYTVaDNcvZIJFgk+Y8iGFYaxTEiqdNut14ikGA46YiPKr7milExFAOkDTXQrISPMBTYfIGVSAyA==", + "version": "2.118.9", + "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.118.9.tgz", + "integrity": "sha512-BXUBGOGvGzgaoF6Hj2OOfSznyztyA0HUfgLYGaNE2IXKUYP8V45qdGJ5NQYcamXWq8VLLXw8TUVDwpACGbc2EA==", "dependencies": { "fast-xml-parser": "^5.5.9", "json5": "^2.2.3", @@ -4063,9 +4063,9 @@ "dev": true }, "@abaplint/core": { - "version": "2.118.6", - "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.118.6.tgz", - "integrity": "sha512-JaDVWa+5ZlsDYTVaDNcvZIJFgk+Y8iGFYaxTEiqdNut14ikGA46YiPKr7milExFAOkDTXQrISPMBTYfIGVSAyA==", + "version": "2.118.9", + "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.118.9.tgz", + "integrity": "sha512-BXUBGOGvGzgaoF6Hj2OOfSznyztyA0HUfgLYGaNE2IXKUYP8V45qdGJ5NQYcamXWq8VLLXw8TUVDwpACGbc2EA==", "requires": { "fast-xml-parser": "^5.5.9", "json5": "^2.2.3", diff --git a/package.json b/package.json index fa8217b..c390ebf 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "license": "MIT", "dependencies": { - "@abaplint/core": "^2.118.6", + "@abaplint/core": "^2.118.9", "fs-extra": "^11.3.4", "sync-request": "^6.1.0" },