diff --git a/package-lock.json b/package-lock.json index d461aaa..89316dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,64 +1,36 @@ { "name": "text2tab", "version": "1.0.0", - "lockfileVersion": 3, + "lockfileVersion": 1, "requires": true, - "packages": { - "": { - "name": "text2tab", - "version": "1.0.0", - "license": "MIT", - "dependencies": { - "@abaplint/cli": "^2.102.17", - "@abaplint/runtime": "^2.7.71", - "@abaplint/transpiler-cli": "^2.7.71" - } - }, - "node_modules/@abaplint/cli": { + "dependencies": { + "@abaplint/cli": { "version": "2.102.17", "resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.102.17.tgz", - "integrity": "sha512-mEwivTL1J6Y2lbwcMMHKTA2DwDtIwqDbykjLBEShbDBZNVUuYFNwxEKeMBZMf0WJb54LU6FGgobjZDTlq30GBQ==", - "bin": { - "abaplint": "abaplint" - }, - "engines": { - "node": ">=12.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/larshp" - } + "integrity": "sha512-mEwivTL1J6Y2lbwcMMHKTA2DwDtIwqDbykjLBEShbDBZNVUuYFNwxEKeMBZMf0WJb54LU6FGgobjZDTlq30GBQ==" }, - "node_modules/@abaplint/runtime": { - "version": "2.7.71", - "resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.7.71.tgz", - "integrity": "sha512-Hn+VOkO5OabzjhO/1UlgiwjxRKi30N66/mRoj49zGN9Qj1byCaVwnl0CSMk+vhFYJlwuKGP6t8yZbLWgtlyRhQ==", - "dependencies": { + "@abaplint/runtime": { + "version": "2.7.73", + "resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.7.73.tgz", + "integrity": "sha512-0kKnRjDQDWmHssZR/5rXVI8jXAZ8oU45XQLWbDvJkdmXnQ2l5sPUFc29fP9VUH7v/ngQLLjxJhHWIIk9Hz8Vqw==", + "requires": { "temporal-polyfill": "^0.1.1" - }, - "funding": { - "url": "https://github.com/sponsors/larshp" } }, - "node_modules/@abaplint/transpiler-cli": { - "version": "2.7.71", - "resolved": "https://registry.npmjs.org/@abaplint/transpiler-cli/-/transpiler-cli-2.7.71.tgz", - "integrity": "sha512-Ar4uGiRfED6NjVBMKJjlXg0FQ0J07nwoxJX2dGA6BT0fOE02paQxD99bc6aiXXEs5spTSV9F6aEGF459PcPLlg==", - "bin": { - "abap_transpile": "abap_transpile" - }, - "funding": { - "url": "https://github.com/sponsors/larshp" - } + "@abaplint/transpiler-cli": { + "version": "2.7.73", + "resolved": "https://registry.npmjs.org/@abaplint/transpiler-cli/-/transpiler-cli-2.7.73.tgz", + "integrity": "sha512-gGR6XUN55TCjCfdYn1bxrjGKpwA35xX4RdTmVYUzEZz5eSnJfVX89+aqB8YlxBr3mrKESc7HjUicotmngDnJKg==" }, - "node_modules/temporal-polyfill": { + "temporal-polyfill": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/temporal-polyfill/-/temporal-polyfill-0.1.1.tgz", "integrity": "sha512-/5e4EVRA0wBI/bEhWLirSjwUg1lELhQyTXxw9zNbVhqjKvI9BLczs+3wtsoD9sn3HN2ImAMW5XJQwAiXgWT+GA==", - "dependencies": { + "requires": { "temporal-spec": "~0.1.0" } }, - "node_modules/temporal-spec": { + "temporal-spec": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/temporal-spec/-/temporal-spec-0.1.0.tgz", "integrity": "sha512-sMNggMeS6trCgMQuudgFHhX1gtBK3e+AT1zGrMsFYG1wlqtRT5E9rcvm3I1iNlvHpJX/3DO6L4qtWAuEl/T04Q==" diff --git a/package.json b/package.json index f4bb8ee..90e4655 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "homepage": "https://github.com/sbcgua/text2tab#readme", "dependencies": { "@abaplint/cli": "^2.102.17", - "@abaplint/runtime": "^2.7.71", - "@abaplint/transpiler-cli": "^2.7.71" + "@abaplint/runtime": "^2.7.73", + "@abaplint/transpiler-cli": "^2.7.73" } }