update npm packages (#1051)

* Update package.json

* Update package-lock.json

---------

Co-authored-by: oblomov <102328295+oblomov-dev@users.noreply.github.com>
This commit is contained in:
Lars Hvam 2024-04-01 16:53:11 +02:00 committed by GitHub
parent 81b698621a
commit 1d898605f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 60 additions and 48 deletions

98
package-lock.json generated
View File

@ -9,19 +9,19 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"npm-check-updates": "^16.14.15"
"npm-check-updates": "^16.14.18"
},
"devDependencies": {
"@abaplint/cli": "^2.105.20",
"@abaplint/database-sqlite": "^2.7.144",
"@abaplint/runtime": "^2.7.158",
"@abaplint/transpiler-cli": "^2.7.158"
"@abaplint/cli": "^2.106.5",
"@abaplint/database-sqlite": "^2.8.0",
"@abaplint/runtime": "^2.8.22",
"@abaplint/transpiler-cli": "^2.8.22"
}
},
"node_modules/@abaplint/cli": {
"version": "2.105.20",
"resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.105.20.tgz",
"integrity": "sha512-Ljti8T/wDwUydGjlafVjdj/OL6rdFdO37RliGccs1wrMxdl7Bg+Xb0VMuS2RqfM0lnXkLS9Z8WtAlRuOSdGlYA==",
"version": "2.106.5",
"resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.106.5.tgz",
"integrity": "sha512-J+qFy0DFcjSA7JpoqW/amza9555A0gQM3o1ZCvD3i8We0RbD33LivsPUs61rGWbqTgYBh6V80jaqeSHiGxVPow==",
"dev": true,
"bin": {
"abaplint": "abaplint"
@ -34,30 +34,30 @@
}
},
"node_modules/@abaplint/database-sqlite": {
"version": "2.7.144",
"resolved": "https://registry.npmjs.org/@abaplint/database-sqlite/-/database-sqlite-2.7.144.tgz",
"integrity": "sha512-4zqj/IdnNhAHD9yaQE4e3+VDZKJetlZJa53FKChctagQLK1R5hrcEHb6tHmLjIC41EEaEbVnTQ6hFu7ev3pj6g==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@abaplint/database-sqlite/-/database-sqlite-2.8.0.tgz",
"integrity": "sha512-mDI85XXnGSkrxZIAleVJyVdxkdW/4JtUQoB9ijX/tG4vVUHRPH2SYMKWmT6AQ765W4CrEyHWZIH6/9fuhFLH2w==",
"dev": true,
"dependencies": {
"sql.js": "^1.10.2"
}
},
"node_modules/@abaplint/runtime": {
"version": "2.7.158",
"resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.7.158.tgz",
"integrity": "sha512-ObsyhBnI+80+m+7LiBCm18nzNArBqdqdTSBk3LpnA+tDmMctq4ylmJq78ZOflJj3IEaonJ2P+oNgLhhC4K1W9Q==",
"version": "2.8.22",
"resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.8.22.tgz",
"integrity": "sha512-3VdGkqx5bBHCtiMoOzOwYO1uoE+rn6G75Yysng7sgOX3cKtpE17TfsGOl6uzFfcrMRC6U4EAVpE4D439ZGMPKg==",
"dev": true,
"dependencies": {
"temporal-polyfill": "^0.2.1"
"temporal-polyfill": "^0.2.3"
},
"funding": {
"url": "https://github.com/sponsors/larshp"
}
},
"node_modules/@abaplint/transpiler-cli": {
"version": "2.7.158",
"resolved": "https://registry.npmjs.org/@abaplint/transpiler-cli/-/transpiler-cli-2.7.158.tgz",
"integrity": "sha512-dAEEW8x0a5T3zBbtDkD0a0mZH750YC1CnQrA3f+BW8UQUpjiiZfMVtP5HWj5I5sMN7XRe2C0zF6969yyCxPq+g==",
"version": "2.8.22",
"resolved": "https://registry.npmjs.org/@abaplint/transpiler-cli/-/transpiler-cli-2.8.22.tgz",
"integrity": "sha512-QR8m5DYafmMlgqx9tdoToisdwa3zqX0i2ywQlbUGdWjv2SdC6qkDGM8V2LGyccJ9QEwS8ZhYjvddmpFVkx1mMQ==",
"dev": true,
"bin": {
"abap_transpile": "abap_transpile"
@ -480,6 +480,11 @@
"resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz",
"integrity": "sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA=="
},
"node_modules/@types/semver-utils": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/@types/semver-utils/-/semver-utils-1.1.3.tgz",
"integrity": "sha512-T+YwkslhsM+CeuhYUxyAjWm7mJ5am/K10UX40RuA6k6Lc7eGtq8iY2xOzy7Vq0GOqhl/xZl5l2FwURZMTPTUww=="
},
"node_modules/abbrev": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
@ -2353,10 +2358,11 @@
}
},
"node_modules/npm-check-updates": {
"version": "16.14.15",
"resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.15.tgz",
"integrity": "sha512-WH0wJ9j6CP7Azl+LLCxWAYqroT2IX02kRIzgK/fg0rPpMbETgHITWBdOPtrv521xmA3JMgeNsQ62zvVtS/nCmQ==",
"version": "16.14.18",
"resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.18.tgz",
"integrity": "sha512-9iaRe9ohx9ykdbLjPRIYcq1A0RkrPYUx9HmQK1JIXhfxtJCNE/+497H9Z4PGH6GWRALbz5KF+1iZoySK2uSEpQ==",
"dependencies": {
"@types/semver-utils": "^1.1.1",
"chalk": "^5.3.0",
"cli-table3": "^0.6.3",
"commander": "^10.0.1",
@ -3381,9 +3387,9 @@
}
},
"node_modules/temporal-polyfill": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/temporal-polyfill/-/temporal-polyfill-0.2.1.tgz",
"integrity": "sha512-JaCnPrUY0NkisdARpjbYIZ1P1Nt/Bhe7gRxEcboKJZnMkjtjLnmpDjQ8jM6mtpm/KUt4B3ijkkphlX2wKybX1g==",
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/temporal-polyfill/-/temporal-polyfill-0.2.3.tgz",
"integrity": "sha512-7ZJRc7wq/1XjrOQYkkNpgo2qfE9XLrUU8D/DS+LAC/T0bYqZ46rW6dow0sOTXTPZS4bwer8bD/0OyuKQBfA3yw==",
"dev": true,
"dependencies": {
"temporal-spec": "^0.2.0"
@ -3729,33 +3735,33 @@
},
"dependencies": {
"@abaplint/cli": {
"version": "2.105.20",
"resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.105.20.tgz",
"integrity": "sha512-Ljti8T/wDwUydGjlafVjdj/OL6rdFdO37RliGccs1wrMxdl7Bg+Xb0VMuS2RqfM0lnXkLS9Z8WtAlRuOSdGlYA==",
"version": "2.106.5",
"resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.106.5.tgz",
"integrity": "sha512-J+qFy0DFcjSA7JpoqW/amza9555A0gQM3o1ZCvD3i8We0RbD33LivsPUs61rGWbqTgYBh6V80jaqeSHiGxVPow==",
"dev": true
},
"@abaplint/database-sqlite": {
"version": "2.7.144",
"resolved": "https://registry.npmjs.org/@abaplint/database-sqlite/-/database-sqlite-2.7.144.tgz",
"integrity": "sha512-4zqj/IdnNhAHD9yaQE4e3+VDZKJetlZJa53FKChctagQLK1R5hrcEHb6tHmLjIC41EEaEbVnTQ6hFu7ev3pj6g==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@abaplint/database-sqlite/-/database-sqlite-2.8.0.tgz",
"integrity": "sha512-mDI85XXnGSkrxZIAleVJyVdxkdW/4JtUQoB9ijX/tG4vVUHRPH2SYMKWmT6AQ765W4CrEyHWZIH6/9fuhFLH2w==",
"dev": true,
"requires": {
"sql.js": "^1.10.2"
}
},
"@abaplint/runtime": {
"version": "2.7.158",
"resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.7.158.tgz",
"integrity": "sha512-ObsyhBnI+80+m+7LiBCm18nzNArBqdqdTSBk3LpnA+tDmMctq4ylmJq78ZOflJj3IEaonJ2P+oNgLhhC4K1W9Q==",
"version": "2.8.22",
"resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.8.22.tgz",
"integrity": "sha512-3VdGkqx5bBHCtiMoOzOwYO1uoE+rn6G75Yysng7sgOX3cKtpE17TfsGOl6uzFfcrMRC6U4EAVpE4D439ZGMPKg==",
"dev": true,
"requires": {
"temporal-polyfill": "^0.2.1"
"temporal-polyfill": "^0.2.3"
}
},
"@abaplint/transpiler-cli": {
"version": "2.7.158",
"resolved": "https://registry.npmjs.org/@abaplint/transpiler-cli/-/transpiler-cli-2.7.158.tgz",
"integrity": "sha512-dAEEW8x0a5T3zBbtDkD0a0mZH750YC1CnQrA3f+BW8UQUpjiiZfMVtP5HWj5I5sMN7XRe2C0zF6969yyCxPq+g==",
"version": "2.8.22",
"resolved": "https://registry.npmjs.org/@abaplint/transpiler-cli/-/transpiler-cli-2.8.22.tgz",
"integrity": "sha512-QR8m5DYafmMlgqx9tdoToisdwa3zqX0i2ywQlbUGdWjv2SdC6qkDGM8V2LGyccJ9QEwS8ZhYjvddmpFVkx1mMQ==",
"dev": true
},
"@colors/colors": {
@ -4063,6 +4069,11 @@
"resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz",
"integrity": "sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA=="
},
"@types/semver-utils": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/@types/semver-utils/-/semver-utils-1.1.3.tgz",
"integrity": "sha512-T+YwkslhsM+CeuhYUxyAjWm7mJ5am/K10UX40RuA6k6Lc7eGtq8iY2xOzy7Vq0GOqhl/xZl5l2FwURZMTPTUww=="
},
"abbrev": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
@ -5431,10 +5442,11 @@
}
},
"npm-check-updates": {
"version": "16.14.15",
"resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.15.tgz",
"integrity": "sha512-WH0wJ9j6CP7Azl+LLCxWAYqroT2IX02kRIzgK/fg0rPpMbETgHITWBdOPtrv521xmA3JMgeNsQ62zvVtS/nCmQ==",
"version": "16.14.18",
"resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.18.tgz",
"integrity": "sha512-9iaRe9ohx9ykdbLjPRIYcq1A0RkrPYUx9HmQK1JIXhfxtJCNE/+497H9Z4PGH6GWRALbz5KF+1iZoySK2uSEpQ==",
"requires": {
"@types/semver-utils": "^1.1.1",
"chalk": "^5.3.0",
"cli-table3": "^0.6.3",
"commander": "^10.0.1",
@ -6158,9 +6170,9 @@
}
},
"temporal-polyfill": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/temporal-polyfill/-/temporal-polyfill-0.2.1.tgz",
"integrity": "sha512-JaCnPrUY0NkisdARpjbYIZ1P1Nt/Bhe7gRxEcboKJZnMkjtjLnmpDjQ8jM6mtpm/KUt4B3ijkkphlX2wKybX1g==",
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/temporal-polyfill/-/temporal-polyfill-0.2.3.tgz",
"integrity": "sha512-7ZJRc7wq/1XjrOQYkkNpgo2qfE9XLrUU8D/DS+LAC/T0bYqZ46rW6dow0sOTXTPZS4bwer8bD/0OyuKQBfA3yw==",
"dev": true,
"requires": {
"temporal-spec": "^0.2.0"

View File

@ -20,12 +20,12 @@
},
"homepage": "https://github.com/abap2UI5/abap2UI5#readme",
"devDependencies": {
"@abaplint/cli": "^2.105.20",
"@abaplint/database-sqlite": "^2.7.144",
"@abaplint/runtime": "^2.7.158",
"@abaplint/transpiler-cli": "^2.7.158"
"@abaplint/cli": "^2.106.5",
"@abaplint/database-sqlite": "^2.8.0",
"@abaplint/runtime": "^2.8.22",
"@abaplint/transpiler-cli": "^2.8.22"
},
"dependencies": {
"npm-check-updates": "^16.14.15"
"npm-check-updates": "^16.14.18"
}
}