diff --git a/package.json b/package.json index 528c8948..c3bcd04e 100644 --- a/package.json +++ b/package.json @@ -41,12 +41,12 @@ "@sap-ai-sdk/foundation-models": "workspace:^", "@sap-ai-sdk/orchestration": "workspace:^", "tsx": "^4.19.1", - "@sap-cloud-sdk/connectivity": "^3.22.1", - "@sap-cloud-sdk/eslint-config": "^3.22.1", - "@sap-cloud-sdk/generator-common": "^3.22.1", - "@sap-cloud-sdk/http-client": "^3.22.1", - "@sap-cloud-sdk/openapi-generator": "^3.22.1", - "@sap-cloud-sdk/util": "^3.22.1", + "@sap-cloud-sdk/connectivity": "^3.22.2", + "@sap-cloud-sdk/eslint-config": "^3.22.2", + "@sap-cloud-sdk/generator-common": "^3.22.2", + "@sap-cloud-sdk/http-client": "^3.22.2", + "@sap-cloud-sdk/openapi-generator": "^3.22.2", + "@sap-cloud-sdk/util": "^3.22.2", "@types/jest": "^29.5.13", "@types/jsonwebtoken": "^9.0.7", "@types/mock-fs": "^4.13.4", diff --git a/packages/ai-api/package.json b/packages/ai-api/package.json index 4e6db53b..cf71147a 100644 --- a/packages/ai-api/package.json +++ b/packages/ai-api/package.json @@ -30,6 +30,6 @@ }, "dependencies": { "@sap-ai-sdk/core": "workspace:^", - "@sap-cloud-sdk/connectivity": "^3.22.1" + "@sap-cloud-sdk/connectivity": "^3.22.2" } } diff --git a/packages/core/package.json b/packages/core/package.json index d7951ef7..1de71cba 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -27,9 +27,9 @@ "check:public-api": "node --loader ts-node/esm ../../scripts/check-public-api-cli.ts" }, "dependencies": { - "@sap-cloud-sdk/connectivity": "^3.22.1", - "@sap-cloud-sdk/http-client": "^3.22.1", - "@sap-cloud-sdk/openapi": "^3.22.1", - "@sap-cloud-sdk/util": "^3.22.1" + "@sap-cloud-sdk/connectivity": "^3.22.2", + "@sap-cloud-sdk/http-client": "^3.22.2", + "@sap-cloud-sdk/openapi": "^3.22.2", + "@sap-cloud-sdk/util": "^3.22.2" } } diff --git a/packages/foundation-models/package.json b/packages/foundation-models/package.json index 8b01030c..7339f23f 100644 --- a/packages/foundation-models/package.json +++ b/packages/foundation-models/package.json @@ -33,7 +33,7 @@ "dependencies": { "@sap-ai-sdk/ai-api": "workspace:^", "@sap-ai-sdk/core": "workspace:^", - "@sap-cloud-sdk/http-client": "^3.22.1", - "@sap-cloud-sdk/util": "^3.22.1" + "@sap-cloud-sdk/http-client": "^3.22.2", + "@sap-cloud-sdk/util": "^3.22.2" } } diff --git a/packages/orchestration/package.json b/packages/orchestration/package.json index 221a00da..a4beed21 100644 --- a/packages/orchestration/package.json +++ b/packages/orchestration/package.json @@ -33,7 +33,7 @@ "dependencies": { "@sap-ai-sdk/core": "workspace:^", "@sap-ai-sdk/ai-api": "workspace:^", - "@sap-cloud-sdk/http-client": "^3.22.1", - "@sap-cloud-sdk/util": "^3.22.1" + "@sap-cloud-sdk/http-client": "^3.22.2", + "@sap-cloud-sdk/util": "^3.22.2" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 40f212ff..26ed2c87 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -32,23 +32,23 @@ importers: specifier: workspace:^ version: link:packages/orchestration '@sap-cloud-sdk/connectivity': - specifier: ^3.22.1 - version: 3.22.1 + specifier: ^3.22.2 + version: 3.22.2 '@sap-cloud-sdk/eslint-config': - specifier: ^3.22.1 - version: 3.22.1(@types/eslint@8.56.10)(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(prettier@3.3.3)(typescript@5.6.3) + specifier: ^3.22.2 + version: 3.22.2(@types/eslint@8.56.10)(@typescript-eslint/eslint-plugin@8.8.1(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(prettier@3.3.3)(typescript@5.6.3) '@sap-cloud-sdk/generator-common': - specifier: ^3.22.1 - version: 3.22.1 + specifier: ^3.22.2 + version: 3.22.2 '@sap-cloud-sdk/http-client': - specifier: ^3.22.1 - version: 3.22.1 + specifier: ^3.22.2 + version: 3.22.2 '@sap-cloud-sdk/openapi-generator': - specifier: ^3.22.1 - version: 3.22.1 + specifier: ^3.22.2 + version: 3.22.2 '@sap-cloud-sdk/util': - specifier: ^3.22.1 - version: 3.22.1 + specifier: ^3.22.2 + version: 3.22.2 '@types/jest': specifier: ^29.5.13 version: 29.5.13 @@ -104,23 +104,23 @@ importers: specifier: workspace:^ version: link:../core '@sap-cloud-sdk/connectivity': - specifier: ^3.22.1 - version: 3.22.1 + specifier: ^3.22.2 + version: 3.22.2 packages/core: dependencies: '@sap-cloud-sdk/connectivity': - specifier: ^3.22.1 - version: 3.22.1 + specifier: ^3.22.2 + version: 3.22.2 '@sap-cloud-sdk/http-client': - specifier: ^3.22.1 - version: 3.22.1 + specifier: ^3.22.2 + version: 3.22.2 '@sap-cloud-sdk/openapi': - specifier: ^3.22.1 - version: 3.22.1 + specifier: ^3.22.2 + version: 3.22.2 '@sap-cloud-sdk/util': - specifier: ^3.22.1 - version: 3.22.1 + specifier: ^3.22.2 + version: 3.22.2 packages/foundation-models: dependencies: @@ -131,11 +131,11 @@ importers: specifier: workspace:^ version: link:../core '@sap-cloud-sdk/http-client': - specifier: ^3.22.1 - version: 3.22.1 + specifier: ^3.22.2 + version: 3.22.2 '@sap-cloud-sdk/util': - specifier: ^3.22.1 - version: 3.22.1 + specifier: ^3.22.2 + version: 3.22.2 packages/langchain: dependencies: @@ -164,11 +164,11 @@ importers: specifier: workspace:^ version: link:../core '@sap-cloud-sdk/http-client': - specifier: ^3.22.1 - version: 3.22.1 + specifier: ^3.22.2 + version: 3.22.2 '@sap-cloud-sdk/util': - specifier: ^3.22.1 - version: 3.22.1 + specifier: ^3.22.2 + version: 3.22.2 sample-cap: dependencies: @@ -209,8 +209,8 @@ importers: specifier: workspace:^ version: link:../packages/orchestration '@sap-cloud-sdk/util': - specifier: ^3.22.1 - version: 3.22.1 + specifier: ^3.22.2 + version: 3.22.2 '@types/express': specifier: ^5.0.0 version: 5.0.0 @@ -273,8 +273,8 @@ importers: specifier: canary version: 1.1.1-20241013013059.0 '@sap-cloud-sdk/util': - specifier: ^3.22.1 - version: 3.22.1 + specifier: ^3.22.2 + version: 3.22.2 express: specifier: ^4.21.1 version: 4.21.1 @@ -304,11 +304,11 @@ importers: specifier: workspace:^ version: link:../../packages/orchestration '@sap-cloud-sdk/connectivity': - specifier: ^3.22.1 - version: 3.22.1 + specifier: ^3.22.2 + version: 3.22.2 '@sap-cloud-sdk/http-client': - specifier: ^3.22.1 - version: 3.22.1 + specifier: ^3.22.2 + version: 3.22.2 tsd: specifier: ^0.31.2 version: 0.31.2 @@ -998,32 +998,32 @@ packages: '@sap-ai-sdk/orchestration@1.1.1-20241013013059.0': resolution: {integrity: sha512-SFeCKoYVevj7zc22Of7TRmGKWaw5TSt6KPZjC0GG6mGBrCsTSbX7tvl6RYgKzT9N8gENi1dLZ0hoMm7w3r/dlA==} - '@sap-cloud-sdk/connectivity@3.22.1': - resolution: {integrity: sha512-H3kCVexTDsHkv3yWQUo6WPG/OFytQFgYa7hbU8dNiKfv5hiXPhWQ1EAegpz+trHemQAH1gKR0jnf845oIN+Z4w==} + '@sap-cloud-sdk/connectivity@3.22.2': + resolution: {integrity: sha512-kfJaRersOefqKn12Q6my+Bch8TVD83j9CsA/vKQI6D7UpdJjfy6k4EbwlVeuehWb4kvTLYvQLvjJE0JhelESPQ==} - '@sap-cloud-sdk/eslint-config@3.22.1': - resolution: {integrity: sha512-XapfPZELRtATN3yBnVxcNWxovniqjLqyQ87X9y7zGHAt6yIuOdxDOx2Gp6Bf6GliqL0fDLzzc1GezImrR32XaA==} + '@sap-cloud-sdk/eslint-config@3.22.2': + resolution: {integrity: sha512-1MFERwTrbhSu191mxnOalVPLaco7y5qk4AAYtuz1lX/uOYeVjlgs2kGCPOw/xtTwDm3wEcmK9JhMwa75hZ2otA==} peerDependencies: eslint: ^8.0.0 - '@sap-cloud-sdk/generator-common@3.22.1': - resolution: {integrity: sha512-DYD0US4oygLejP9vlCytBfOD0kdy6GbD60xOm0KwzzHZlJJnuggZWmWwYZ4jBNUx5dr+aYAs0p7I9qsv8vX32w==} + '@sap-cloud-sdk/generator-common@3.22.2': + resolution: {integrity: sha512-hvtGINB+hU3fY+GgEy1iutiNcq63GR5r3ehaEQvQ07iTgfRji3Jfwb6xd24UiMfgHngxOFZsAVwBUYGx5Nef4Q==} - '@sap-cloud-sdk/http-client@3.22.1': - resolution: {integrity: sha512-zbeWhYg5W46TU7KSQyFVbkjjw7w88EO+xlEBzg+soRKtCdrmpJeqDWFdc/VWcrRaZ3UhV7AP8phrfEoLJDdfnw==} + '@sap-cloud-sdk/http-client@3.22.2': + resolution: {integrity: sha512-YJRWwcm6kUOh8cDJlLkkJfpwj0LBgWpMhh9wZOXOwq506rBcBEFruMCj0GR9dJdW5hxJZf1rH4Byjp6skB+Bhg==} - '@sap-cloud-sdk/openapi-generator@3.22.1': - resolution: {integrity: sha512-mxjsp4M7KwfcwRznpWQdcmIuvDMrIVcudZq8aAAb8ZD+MIiNUBQh7ApWjSH/Mi7ZcTCP1PvzmQlxi1IsuERTRQ==} + '@sap-cloud-sdk/openapi-generator@3.22.2': + resolution: {integrity: sha512-mAQXiScSu/i3Xo+sPz2EkJw+6CND7nUEIiqcctLkhOGSGWRNRty5Ewr60C4Ovw87kAUqmW7VyWXKG5oSF0GzhQ==} hasBin: true - '@sap-cloud-sdk/openapi@3.22.1': - resolution: {integrity: sha512-tCTXG1f6BKjQJEXZj0JUKZ6QL3QdBc9na7bCJHb0k97MSmUSgkfzDOatMOorlhePyiVBwP3WKc1omfmFs01vkA==} + '@sap-cloud-sdk/openapi@3.22.2': + resolution: {integrity: sha512-pNKYm7gsV1NYFB+39qt+I076mr9qeZEJwUGwYgzPyHdpUBffO10MQFY0Cqy9DLQPfVXBlZEriM/6M8N1kQhnLw==} - '@sap-cloud-sdk/resilience@3.22.1': - resolution: {integrity: sha512-6XHPYbZDfBUD98a4WyiS61BtxZY2j6uHhY45lPl+Klrra9OhlzTBpMNWlCNWr9C/YsL7WYDWbg8QtgnyMY4rQQ==} + '@sap-cloud-sdk/resilience@3.22.2': + resolution: {integrity: sha512-IRls+Q75SckqErHDMcyLa/zouCWU8NuUdu1h6+pf3AEik6d/2Wto25FGA9MvFpBK4tnBVmVmzHRA8dFZxDFOBQ==} - '@sap-cloud-sdk/util@3.22.1': - resolution: {integrity: sha512-U15pw2j4zVGDg6PnSwo95lKzwi57XxDrxPCoFsCwRkRLSeBFVvoB64wnpyBPqUhtLWrM0ewOJoO5AEHuJVi87w==} + '@sap-cloud-sdk/util@3.22.2': + resolution: {integrity: sha512-lyiuy1lBSqw7POEGcwQ/smAaJdSTj3Id5BWUm0J8MDSUj/XFxEs3iyhR5PcwqnW4GQwfGV8xGfZf9tne0gCvXw==} '@sap/cds-compiler@5.3.2': resolution: {integrity: sha512-aePHQMZHb13+oQuHU+ug5bwxXO11NThBEfUyA3uMGlnjkAxa8pbzuot9pHiiAIMavXLcqTzbCfm/uFGKcfjqBQ==} @@ -1230,22 +1230,12 @@ packages: '@types/yargs@17.0.32': resolution: {integrity: sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==} - '@typescript-eslint/eslint-plugin@7.18.0': - resolution: {integrity: sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==} - engines: {node: ^18.18.0 || >=20.0.0} - peerDependencies: - '@typescript-eslint/parser': ^7.0.0 - eslint: ^8.56.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - - '@typescript-eslint/parser@7.18.0': - resolution: {integrity: sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==} - engines: {node: ^18.18.0 || >=20.0.0} + '@typescript-eslint/eslint-plugin@8.8.1': + resolution: {integrity: sha512-xfvdgA8AP/vxHgtgU310+WBnLB4uJQ9XdyP17RebG26rLtDrQJV3ZYrcopX91GrHmMoH8bdSwMRh2a//TiJ1jQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - eslint: ^8.56.0 + '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 + eslint: ^8.57.0 || ^9.0.0 typescript: '*' peerDependenciesMeta: typescript: @@ -1261,41 +1251,23 @@ packages: typescript: optional: true - '@typescript-eslint/scope-manager@7.18.0': - resolution: {integrity: sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==} - engines: {node: ^18.18.0 || >=20.0.0} - '@typescript-eslint/scope-manager@8.8.1': resolution: {integrity: sha512-X4JdU+66Mazev/J0gfXlcC/dV6JI37h+93W9BRYXrSn0hrE64IoWgVkO9MSJgEzoWkxONgaQpICWg8vAN74wlA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/type-utils@7.18.0': - resolution: {integrity: sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==} - engines: {node: ^18.18.0 || >=20.0.0} + '@typescript-eslint/type-utils@8.8.1': + resolution: {integrity: sha512-qSVnpcbLP8CALORf0za+vjLYj1Wp8HSoiI8zYU5tHxRVj30702Z1Yw4cLwfNKhTPWp5+P+k1pjmD5Zd1nhxiZA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - eslint: ^8.56.0 typescript: '*' peerDependenciesMeta: typescript: optional: true - '@typescript-eslint/types@7.18.0': - resolution: {integrity: sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==} - engines: {node: ^18.18.0 || >=20.0.0} - '@typescript-eslint/types@8.8.1': resolution: {integrity: sha512-WCcTP4SDXzMd23N27u66zTKMuEevH4uzU8C9jf0RO4E04yVHgQgW+r+TeVTNnO1KIfrL8ebgVVYYMMO3+jC55Q==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/typescript-estree@7.18.0': - resolution: {integrity: sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==} - engines: {node: ^18.18.0 || >=20.0.0} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - '@typescript-eslint/typescript-estree@8.8.1': resolution: {integrity: sha512-A5d1R9p+X+1js4JogdNilDuuq+EHZdsH9MjTVxXOdVFfTJXunKJR/v+fNNyO4TnoOn5HqobzfRlc70NC6HTcdg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -1305,22 +1277,12 @@ packages: typescript: optional: true - '@typescript-eslint/utils@7.18.0': - resolution: {integrity: sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==} - engines: {node: ^18.18.0 || >=20.0.0} - peerDependencies: - eslint: ^8.56.0 - '@typescript-eslint/utils@8.8.1': resolution: {integrity: sha512-/QkNJDbV0bdL7H7d0/y0qBbV2HTtf0TIyjSDTvvmQEzeVx8jEImEbLuOA4EsvE8gIgqMitns0ifb5uQhMj8d9w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - '@typescript-eslint/visitor-keys@7.18.0': - resolution: {integrity: sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==} - engines: {node: ^18.18.0 || >=20.0.0} - '@typescript-eslint/visitor-keys@8.8.1': resolution: {integrity: sha512-0/TdC3aeRAsW7MDvYRwEc1Uwm0TIBfzjPFgg60UU2Haj5qsCs9cc3zNgY71edqE3LbWfF/WoZQd3lJoDXFQpag==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -2120,8 +2082,8 @@ packages: '@typescript-eslint/parser': optional: true - eslint-plugin-jsdoc@50.3.1: - resolution: {integrity: sha512-SY9oUuTMr6aWoJggUS40LtMjsRzJPB5ZT7F432xZIHK3EfHF+8i48GbUBpwanrtlL9l1gILNTHK9o8gEhYLcKA==} + eslint-plugin-jsdoc@50.3.2: + resolution: {integrity: sha512-TjgZocG53N3a84PdCFGqVMWLWwDitOUuKjlJftwTu/iTiD7N/Q2Q3eEy/Q4GfJqpM4rTJCkzUYWQfol6RZNDcA==} engines: {node: '>=18'} peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 @@ -2364,8 +2326,8 @@ packages: form-data-encoder@1.7.2: resolution: {integrity: sha512-qfqtYan3rxrnCk1VYaA4H+Ms9xdpPqvLZa6xmMgFvhO32x7/3J/ExcTd6qpxM0vH2GdMI+poehyBZvqfMTto8A==} - form-data@4.0.0: - resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==} + form-data@4.0.1: + resolution: {integrity: sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==} engines: {node: '>= 6'} formdata-node@4.4.1: @@ -3541,14 +3503,14 @@ packages: resolution: {integrity: sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==} engines: {node: '>=0.10.0'} - parse5-htmlparser2-tree-adapter@7.0.0: - resolution: {integrity: sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g==} + parse5-htmlparser2-tree-adapter@7.1.0: + resolution: {integrity: sha512-ruw5xyKs6lrpo9x9rCZqZZnIUntICjQAd0Wsmp396Ul9lN/h+ifgVV1x1gZHi8euej6wTfpqX8j+BFQxF0NS/g==} parse5-parser-stream@7.1.2: resolution: {integrity: sha512-JyeQc9iwFLn5TbvvqACIF/VXG6abODeB3Fwmv/TGdLk2LfbWkaySGY72at4+Ty7EkPZj854u4CrICqNk2qIbow==} - parse5@7.1.2: - resolution: {integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==} + parse5@7.2.0: + resolution: {integrity: sha512-ZkDsAOcxsUMZ4Lz5fVciOehNcJ+Gb8gTzcA4yl3wnc273BAybYWrQ+Ks/OjCjSEpjvQkDSeZbybK9qj2VHHdGA==} parseurl@1.3.3: resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} @@ -4205,11 +4167,10 @@ packages: resolution: {integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==} engines: {node: '>= 0.4'} - typescript-eslint@7.18.0: - resolution: {integrity: sha512-PonBkP603E3tt05lDkbOMyaxJjvKqQrXsnow72sVeOFINDE/qNmnnd+f9b4N+U7W6MXnnYyrhtmF2t08QWwUbA==} - engines: {node: ^18.18.0 || >=20.0.0} + typescript-eslint@8.8.1: + resolution: {integrity: sha512-R0dsXFt6t4SAFjUSKFjMh4pXDtq04SsFKCVGDP3ZOzNP7itF0jBcZYU4fMsZr4y7O7V7Nc751dDeESbe4PbQMQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - eslint: ^8.56.0 typescript: '*' peerDependenciesMeta: typescript: @@ -4229,8 +4190,8 @@ packages: undici-types@6.19.6: resolution: {integrity: sha512-e/vggGopEfTKSvj4ihnOLTsqhrKRN3LeO6qSN/GxohhuRv8qH9bNQ4B8W7e/vFL+0XTnmHPB4/kegunZGA4Org==} - undici@6.19.8: - resolution: {integrity: sha512-U8uCCl2x9TK3WANvmBavymRzxbfFYG+tAu+fgx3zxQy3qdagQqBLwJVrdyO1TBfUXvfKveMKJZhpvUYoOjM+4g==} + undici@6.20.0: + resolution: {integrity: sha512-AITZfPuxubm31Sx0vr8bteSalEbs9wQb/BOBi9FPlD9Qpd6HxZ4Q0+hI742jBhkPb4RT2v5MQzaW5VhRVyj+9A==} engines: {node: '>=18.17'} universalify@0.1.2: @@ -5354,17 +5315,17 @@ snapshots: '@sap-ai-sdk/ai-api@1.1.1-20241013013059.0': dependencies: '@sap-ai-sdk/core': 1.1.1-20241013013059.0 - '@sap-cloud-sdk/connectivity': 3.22.1 + '@sap-cloud-sdk/connectivity': 3.22.2 transitivePeerDependencies: - debug - supports-color '@sap-ai-sdk/core@1.1.1-20241013013059.0': dependencies: - '@sap-cloud-sdk/connectivity': 3.22.1 - '@sap-cloud-sdk/http-client': 3.22.1 - '@sap-cloud-sdk/openapi': 3.22.1 - '@sap-cloud-sdk/util': 3.22.1 + '@sap-cloud-sdk/connectivity': 3.22.2 + '@sap-cloud-sdk/http-client': 3.22.2 + '@sap-cloud-sdk/openapi': 3.22.2 + '@sap-cloud-sdk/util': 3.22.2 transitivePeerDependencies: - debug - supports-color @@ -5373,8 +5334,8 @@ snapshots: dependencies: '@sap-ai-sdk/ai-api': 1.1.1-20241013013059.0 '@sap-ai-sdk/core': 1.1.1-20241013013059.0 - '@sap-cloud-sdk/http-client': 3.22.1 - '@sap-cloud-sdk/util': 3.22.1 + '@sap-cloud-sdk/http-client': 3.22.2 + '@sap-cloud-sdk/util': 3.22.2 transitivePeerDependencies: - debug - supports-color @@ -5396,16 +5357,16 @@ snapshots: dependencies: '@sap-ai-sdk/ai-api': 1.1.1-20241013013059.0 '@sap-ai-sdk/core': 1.1.1-20241013013059.0 - '@sap-cloud-sdk/http-client': 3.22.1 - '@sap-cloud-sdk/util': 3.22.1 + '@sap-cloud-sdk/http-client': 3.22.2 + '@sap-cloud-sdk/util': 3.22.2 transitivePeerDependencies: - debug - supports-color - '@sap-cloud-sdk/connectivity@3.22.1': + '@sap-cloud-sdk/connectivity@3.22.2': dependencies: - '@sap-cloud-sdk/resilience': 3.22.1 - '@sap-cloud-sdk/util': 3.22.1 + '@sap-cloud-sdk/resilience': 3.22.2 + '@sap-cloud-sdk/util': 3.22.2 '@sap/xsenv': 5.3.0 '@sap/xssec': 4.2.4 async-retry: 1.3.3 @@ -5415,20 +5376,20 @@ snapshots: - debug - supports-color - '@sap-cloud-sdk/eslint-config@3.22.1(@types/eslint@8.56.10)(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(prettier@3.3.3)(typescript@5.6.3)': + '@sap-cloud-sdk/eslint-config@3.22.2(@types/eslint@8.56.10)(@typescript-eslint/eslint-plugin@8.8.1(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(prettier@3.3.3)(typescript@5.6.3)': dependencies: '@eslint/js': 9.12.0 '@stylistic/eslint-plugin': 2.9.0(eslint@9.12.0)(typescript@5.6.3) '@typescript-eslint/parser': 8.8.1(eslint@9.12.0)(typescript@5.6.3) eslint: 9.12.0 eslint-config-prettier: 9.1.0(eslint@9.12.0) - eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@7.18.0(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0))(eslint@9.12.0) + eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0))(eslint@9.12.0) eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@9.12.0) - eslint-plugin-jsdoc: 50.3.1(eslint@9.12.0) + eslint-plugin-jsdoc: 50.3.2(eslint@9.12.0) eslint-plugin-prettier: 5.2.1(@types/eslint@8.56.10)(eslint-config-prettier@9.1.0(eslint@9.12.0))(eslint@9.12.0)(prettier@3.3.3) eslint-plugin-regex: 1.10.0(eslint@9.12.0) - eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0) - typescript-eslint: 7.18.0(eslint@9.12.0)(typescript@5.6.3) + eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.8.1(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0) + typescript-eslint: 8.8.1(eslint@9.12.0)(typescript@5.6.3) transitivePeerDependencies: - '@types/eslint' - '@typescript-eslint/eslint-plugin' @@ -5439,9 +5400,9 @@ snapshots: - supports-color - typescript - '@sap-cloud-sdk/generator-common@3.22.1': + '@sap-cloud-sdk/generator-common@3.22.2': dependencies: - '@sap-cloud-sdk/util': 3.22.1 + '@sap-cloud-sdk/util': 3.22.2 fast-levenshtein: 3.0.0 fs-extra: 11.2.0 glob: 10.4.5 @@ -5452,22 +5413,22 @@ snapshots: transitivePeerDependencies: - debug - '@sap-cloud-sdk/http-client@3.22.1': + '@sap-cloud-sdk/http-client@3.22.2': dependencies: - '@sap-cloud-sdk/connectivity': 3.22.1 - '@sap-cloud-sdk/resilience': 3.22.1 - '@sap-cloud-sdk/util': 3.22.1 + '@sap-cloud-sdk/connectivity': 3.22.2 + '@sap-cloud-sdk/resilience': 3.22.2 + '@sap-cloud-sdk/util': 3.22.2 axios: 1.7.7 transitivePeerDependencies: - debug - supports-color - '@sap-cloud-sdk/openapi-generator@3.22.1': + '@sap-cloud-sdk/openapi-generator@3.22.2': dependencies: '@apidevtools/swagger-parser': 10.1.0(openapi-types@12.1.3) - '@sap-cloud-sdk/generator-common': 3.22.1 - '@sap-cloud-sdk/openapi': 3.22.1 - '@sap-cloud-sdk/util': 3.22.1 + '@sap-cloud-sdk/generator-common': 3.22.2 + '@sap-cloud-sdk/openapi': 3.22.2 + '@sap-cloud-sdk/util': 3.22.2 js-yaml: 4.1.0 openapi-types: 12.1.3 swagger2openapi: 7.0.8 @@ -5476,27 +5437,27 @@ snapshots: - encoding - supports-color - '@sap-cloud-sdk/openapi@3.22.1': + '@sap-cloud-sdk/openapi@3.22.2': dependencies: - '@sap-cloud-sdk/connectivity': 3.22.1 - '@sap-cloud-sdk/http-client': 3.22.1 - '@sap-cloud-sdk/resilience': 3.22.1 - '@sap-cloud-sdk/util': 3.22.1 + '@sap-cloud-sdk/connectivity': 3.22.2 + '@sap-cloud-sdk/http-client': 3.22.2 + '@sap-cloud-sdk/resilience': 3.22.2 + '@sap-cloud-sdk/util': 3.22.2 axios: 1.7.7 transitivePeerDependencies: - debug - supports-color - '@sap-cloud-sdk/resilience@3.22.1': + '@sap-cloud-sdk/resilience@3.22.2': dependencies: - '@sap-cloud-sdk/util': 3.22.1 + '@sap-cloud-sdk/util': 3.22.2 async-retry: 1.3.3 axios: 1.7.7 opossum: 8.1.4 transitivePeerDependencies: - debug - '@sap-cloud-sdk/util@3.22.1': + '@sap-cloud-sdk/util@3.22.2': dependencies: axios: 1.7.7 chalk: 4.1.2 @@ -5701,7 +5662,7 @@ snapshots: '@types/node-fetch@2.6.11': dependencies: '@types/node': 20.16.10 - form-data: 4.0.0 + form-data: 4.0.1 '@types/node@12.20.55': {} @@ -5752,14 +5713,14 @@ snapshots: dependencies: '@types/yargs-parser': 21.0.3 - '@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(typescript@5.6.3)': + '@typescript-eslint/eslint-plugin@8.8.1(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(typescript@5.6.3)': dependencies: '@eslint-community/regexpp': 4.11.1 - '@typescript-eslint/parser': 7.18.0(eslint@9.12.0)(typescript@5.6.3) - '@typescript-eslint/scope-manager': 7.18.0 - '@typescript-eslint/type-utils': 7.18.0(eslint@9.12.0)(typescript@5.6.3) - '@typescript-eslint/utils': 7.18.0(eslint@9.12.0)(typescript@5.6.3) - '@typescript-eslint/visitor-keys': 7.18.0 + '@typescript-eslint/parser': 8.8.1(eslint@9.12.0)(typescript@5.6.3) + '@typescript-eslint/scope-manager': 8.8.1 + '@typescript-eslint/type-utils': 8.8.1(eslint@9.12.0)(typescript@5.6.3) + '@typescript-eslint/utils': 8.8.1(eslint@9.12.0)(typescript@5.6.3) + '@typescript-eslint/visitor-keys': 8.8.1 eslint: 9.12.0 graphemer: 1.4.0 ignore: 5.3.2 @@ -5770,19 +5731,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@7.18.0(eslint@9.12.0)(typescript@5.6.3)': - dependencies: - '@typescript-eslint/scope-manager': 7.18.0 - '@typescript-eslint/types': 7.18.0 - '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.6.3) - '@typescript-eslint/visitor-keys': 7.18.0 - debug: 4.3.7(supports-color@8.1.1) - eslint: 9.12.0 - optionalDependencies: - typescript: 5.6.3 - transitivePeerDependencies: - - supports-color - '@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3)': dependencies: '@typescript-eslint/scope-manager': 8.8.1 @@ -5796,47 +5744,25 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@7.18.0': - dependencies: - '@typescript-eslint/types': 7.18.0 - '@typescript-eslint/visitor-keys': 7.18.0 - '@typescript-eslint/scope-manager@8.8.1': dependencies: '@typescript-eslint/types': 8.8.1 '@typescript-eslint/visitor-keys': 8.8.1 - '@typescript-eslint/type-utils@7.18.0(eslint@9.12.0)(typescript@5.6.3)': + '@typescript-eslint/type-utils@8.8.1(eslint@9.12.0)(typescript@5.6.3)': dependencies: - '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.6.3) - '@typescript-eslint/utils': 7.18.0(eslint@9.12.0)(typescript@5.6.3) + '@typescript-eslint/typescript-estree': 8.8.1(typescript@5.6.3) + '@typescript-eslint/utils': 8.8.1(eslint@9.12.0)(typescript@5.6.3) debug: 4.3.7(supports-color@8.1.1) - eslint: 9.12.0 ts-api-utils: 1.3.0(typescript@5.6.3) optionalDependencies: typescript: 5.6.3 transitivePeerDependencies: + - eslint - supports-color - '@typescript-eslint/types@7.18.0': {} - '@typescript-eslint/types@8.8.1': {} - '@typescript-eslint/typescript-estree@7.18.0(typescript@5.6.3)': - dependencies: - '@typescript-eslint/types': 7.18.0 - '@typescript-eslint/visitor-keys': 7.18.0 - debug: 4.3.7(supports-color@8.1.1) - globby: 11.1.0 - is-glob: 4.0.3 - minimatch: 9.0.5 - semver: 7.6.3 - ts-api-utils: 1.3.0(typescript@5.6.3) - optionalDependencies: - typescript: 5.6.3 - transitivePeerDependencies: - - supports-color - '@typescript-eslint/typescript-estree@8.8.1(typescript@5.6.3)': dependencies: '@typescript-eslint/types': 8.8.1 @@ -5852,17 +5778,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@7.18.0(eslint@9.12.0)(typescript@5.6.3)': - dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.12.0) - '@typescript-eslint/scope-manager': 7.18.0 - '@typescript-eslint/types': 7.18.0 - '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.6.3) - eslint: 9.12.0 - transitivePeerDependencies: - - supports-color - - typescript - '@typescript-eslint/utils@8.8.1(eslint@9.12.0)(typescript@5.6.3)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@9.12.0) @@ -5874,11 +5789,6 @@ snapshots: - supports-color - typescript - '@typescript-eslint/visitor-keys@7.18.0': - dependencies: - '@typescript-eslint/types': 7.18.0 - eslint-visitor-keys: 3.4.3 - '@typescript-eslint/visitor-keys@8.8.1': dependencies: '@typescript-eslint/types': 8.8.1 @@ -6082,7 +5992,7 @@ snapshots: axios@1.7.7: dependencies: follow-redirects: 1.15.9 - form-data: 4.0.0 + form-data: 4.0.1 proxy-from-env: 1.1.0 transitivePeerDependencies: - debug @@ -6291,10 +6201,10 @@ snapshots: domutils: 3.1.0 encoding-sniffer: 0.2.0 htmlparser2: 9.1.0 - parse5: 7.1.2 - parse5-htmlparser2-tree-adapter: 7.0.0 + parse5: 7.2.0 + parse5-htmlparser2-tree-adapter: 7.1.0 parse5-parser-stream: 7.1.2 - undici: 6.19.8 + undici: 6.20.0 whatwg-mimetype: 4.0.0 optional: true @@ -6776,13 +6686,13 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@7.18.0(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0))(eslint@9.12.0): + eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0))(eslint@9.12.0): dependencies: '@nolyfill/is-core-module': 1.0.39 debug: 4.3.7(supports-color@8.1.1) enhanced-resolve: 5.17.1 eslint: 9.12.0 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@7.18.0(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0))(eslint@9.12.0))(eslint@9.12.0) + eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0))(eslint@9.12.0))(eslint@9.12.0) fast-glob: 3.3.2 get-tsconfig: 4.8.1 is-bun-module: 1.2.1 @@ -6795,14 +6705,14 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-module-utils@2.12.0(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@7.18.0(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0))(eslint@9.12.0))(eslint@9.12.0): + eslint-module-utils@2.12.0(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0))(eslint@9.12.0))(eslint@9.12.0): dependencies: debug: 3.2.7 optionalDependencies: '@typescript-eslint/parser': 8.8.1(eslint@9.12.0)(typescript@5.6.3) eslint: 9.12.0 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@7.18.0(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0))(eslint@9.12.0) + eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0))(eslint@9.12.0) transitivePeerDependencies: - supports-color @@ -6817,7 +6727,7 @@ snapshots: doctrine: 2.1.0 eslint: 9.12.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@7.18.0(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0))(eslint@9.12.0))(eslint@9.12.0) + eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0))(eslint@9.12.0))(eslint@9.12.0) hasown: 2.0.2 is-core-module: 2.15.1 is-glob: 4.0.3 @@ -6835,7 +6745,7 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-plugin-jsdoc@50.3.1(eslint@9.12.0): + eslint-plugin-jsdoc@50.3.2(eslint@9.12.0): dependencies: '@es-joy/jsdoccomment': 0.48.0 are-docs-informative: 0.0.2 @@ -6866,11 +6776,11 @@ snapshots: dependencies: eslint: 9.12.0 - eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0): + eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.8.1(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0): dependencies: eslint: 9.12.0 optionalDependencies: - '@typescript-eslint/eslint-plugin': 7.18.0(@typescript-eslint/parser@7.18.0(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(typescript@5.6.3) + '@typescript-eslint/eslint-plugin': 8.8.1(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(typescript@5.6.3) eslint-rule-docs@1.1.235: {} @@ -7145,7 +7055,7 @@ snapshots: form-data-encoder@1.7.2: {} - form-data@4.0.0: + form-data@4.0.1: dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 @@ -8563,18 +8473,18 @@ snapshots: parse-passwd@1.0.0: {} - parse5-htmlparser2-tree-adapter@7.0.0: + parse5-htmlparser2-tree-adapter@7.1.0: dependencies: domhandler: 5.0.3 - parse5: 7.1.2 + parse5: 7.2.0 optional: true parse5-parser-stream@7.1.2: dependencies: - parse5: 7.1.2 + parse5: 7.2.0 optional: true - parse5@7.1.2: + parse5@7.2.0: dependencies: entities: 4.5.0 optional: true @@ -9264,15 +9174,15 @@ snapshots: is-typed-array: 1.1.13 possible-typed-array-names: 1.0.0 - typescript-eslint@7.18.0(eslint@9.12.0)(typescript@5.6.3): + typescript-eslint@8.8.1(eslint@9.12.0)(typescript@5.6.3): dependencies: - '@typescript-eslint/eslint-plugin': 7.18.0(@typescript-eslint/parser@7.18.0(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(typescript@5.6.3) - '@typescript-eslint/parser': 7.18.0(eslint@9.12.0)(typescript@5.6.3) - '@typescript-eslint/utils': 7.18.0(eslint@9.12.0)(typescript@5.6.3) - eslint: 9.12.0 + '@typescript-eslint/eslint-plugin': 8.8.1(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(typescript@5.6.3) + '@typescript-eslint/parser': 8.8.1(eslint@9.12.0)(typescript@5.6.3) + '@typescript-eslint/utils': 8.8.1(eslint@9.12.0)(typescript@5.6.3) optionalDependencies: typescript: 5.6.3 transitivePeerDependencies: + - eslint - supports-color typescript@5.6.3: {} @@ -9288,7 +9198,7 @@ snapshots: undici-types@6.19.6: {} - undici@6.19.8: + undici@6.20.0: optional: true universalify@0.1.2: {} diff --git a/sample-code/package.json b/sample-code/package.json index ed88fbe5..7355d954 100644 --- a/sample-code/package.json +++ b/sample-code/package.json @@ -30,7 +30,7 @@ "langchain": "0.3.2", "@langchain/core": "0.3.10", "@langchain/textsplitters": "0.1.0", - "@sap-cloud-sdk/util": "^3.22.1", + "@sap-cloud-sdk/util": "^3.22.2", "@types/express": "^5.0.0", "express": "^4.21.1" } diff --git a/sample-code/src/orchestration.ts b/sample-code/src/orchestration.ts index 54074d61..242860e4 100644 --- a/sample-code/src/orchestration.ts +++ b/sample-code/src/orchestration.ts @@ -135,7 +135,7 @@ export async function orchestrationOutputFiltering(): Promise