diff --git a/package-lock.json b/package-lock.json index 4c7a436..34f4606 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.2.0", "license": "MIT", "dependencies": { - "@abaplint/core": "^2.119.1", + "@abaplint/core": "^2.119.10", "fs-extra": "^11.3.4", "sync-request": "^6.1.0" }, @@ -35,9 +35,9 @@ } }, "node_modules/@abaplint/core": { - "version": "2.119.1", - "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.119.1.tgz", - "integrity": "sha512-dsAFecT5I5m+PiSPuNgB0hHFzilqFa+/S+YRHIhd12u3+tzmktwNtI2c1I9wm+2HXF+9bTeLxk6JekVuNfqs4w==", + "version": "2.119.10", + "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.119.10.tgz", + "integrity": "sha512-qwbBofa1BCoRFPu1YM1limjwzTUc6WrMr4ryEwhPIg0XChvJbzdwCle6Ad6WVXHxRbQiLThdIF7RzUBjFPVy6g==", "dependencies": { "fast-xml-parser": "^5.7.1", "json5": "^2.2.3", @@ -4075,9 +4075,9 @@ "dev": true }, "@abaplint/core": { - "version": "2.119.1", - "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.119.1.tgz", - "integrity": "sha512-dsAFecT5I5m+PiSPuNgB0hHFzilqFa+/S+YRHIhd12u3+tzmktwNtI2c1I9wm+2HXF+9bTeLxk6JekVuNfqs4w==", + "version": "2.119.10", + "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.119.10.tgz", + "integrity": "sha512-qwbBofa1BCoRFPu1YM1limjwzTUc6WrMr4ryEwhPIg0XChvJbzdwCle6Ad6WVXHxRbQiLThdIF7RzUBjFPVy6g==", "requires": { "fast-xml-parser": "^5.7.1", "json5": "^2.2.3", diff --git a/package.json b/package.json index 9c6220e..f1e175f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "license": "MIT", "dependencies": { - "@abaplint/core": "^2.119.1", + "@abaplint/core": "^2.119.10", "fs-extra": "^11.3.4", "sync-request": "^6.1.0" },