diff --git a/package-lock.json b/package-lock.json index 53b80d69..0aac00c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@abaplint/cli": "^2.102.61", + "@abaplint/cli": "^2.102.64", "@abaplint/database-sqlite": "^2.7.119", "@abaplint/runtime": "^2.7.126", "@abaplint/transpiler-cli": "^2.7.126", @@ -17,9 +17,9 @@ } }, "node_modules/@abaplint/cli": { - "version": "2.102.61", - "resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.102.61.tgz", - "integrity": "sha512-X6tSZEl3XzwJkK0owomuuR/7Mdei/GnsvxsHc6nM700JhSjGQ7iwiM3o+kuhFGC6Uk0rotDjVwqzfxe7WGrFIw==", + "version": "2.102.64", + "resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.102.64.tgz", + "integrity": "sha512-JEBIGIoK+d3RtfUPh3hHEniXyqj3XQXiiMUY9g/XTeRU1ympHAyjeNslTq8SNK9ZWYqm0g/m7UGvryrvmXjOfA==", "bin": { "abaplint": "abaplint" }, @@ -127,9 +127,9 @@ }, "dependencies": { "@abaplint/cli": { - "version": "2.102.61", - "resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.102.61.tgz", - "integrity": "sha512-X6tSZEl3XzwJkK0owomuuR/7Mdei/GnsvxsHc6nM700JhSjGQ7iwiM3o+kuhFGC6Uk0rotDjVwqzfxe7WGrFIw==" + "version": "2.102.64", + "resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.102.64.tgz", + "integrity": "sha512-JEBIGIoK+d3RtfUPh3hHEniXyqj3XQXiiMUY9g/XTeRU1ympHAyjeNslTq8SNK9ZWYqm0g/m7UGvryrvmXjOfA==" }, "@abaplint/database-sqlite": { "version": "2.7.119", diff --git a/package.json b/package.json index 8acecd74..6df71de7 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "license": "MIT", "dependencies": { - "@abaplint/cli": "^2.102.61", + "@abaplint/cli": "^2.102.64", "@abaplint/database-sqlite": "^2.7.119", "@abaplint/runtime": "^2.7.126", "@abaplint/transpiler-cli": "^2.7.126",