From 7dc8c67297164cfe44db7ccab379b5a9438478bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 00:20:13 +0000 Subject: [PATCH] chore(deps): Bump the sap-cloud-sdk group with 7 updates Bumps the sap-cloud-sdk group with 7 updates: | Package | From | To | | --- | --- | --- | | [@sap-cloud-sdk/connectivity](https://github.com/SAP/cloud-sdk-js) | `3.22.2` | `3.23.0` | | [@sap-cloud-sdk/eslint-config](https://github.com/SAP/cloud-sdk-js) | `3.22.2` | `3.23.0` | | [@sap-cloud-sdk/generator-common](https://github.com/SAP/cloud-sdk-js) | `3.22.2` | `3.23.0` | | [@sap-cloud-sdk/http-client](https://github.com/SAP/cloud-sdk-js) | `3.22.2` | `3.23.0` | | [@sap-cloud-sdk/openapi-generator](https://github.com/SAP/cloud-sdk-js) | `3.22.2` | `3.23.0` | | [@sap-cloud-sdk/util](https://github.com/SAP/cloud-sdk-js) | `3.22.2` | `3.23.0` | | [@sap-cloud-sdk/openapi](https://github.com/SAP/cloud-sdk-js) | `3.22.2` | `3.23.0` | Updates `@sap-cloud-sdk/connectivity` from 3.22.2 to 3.23.0 - [Release notes](https://github.com/SAP/cloud-sdk-js/releases) - [Changelog](https://github.com/SAP/cloud-sdk-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/SAP/cloud-sdk-js/compare/v3.22.2...v3.23.0) Updates `@sap-cloud-sdk/eslint-config` from 3.22.2 to 3.23.0 - [Release notes](https://github.com/SAP/cloud-sdk-js/releases) - [Changelog](https://github.com/SAP/cloud-sdk-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/SAP/cloud-sdk-js/compare/v3.22.2...v3.23.0) Updates `@sap-cloud-sdk/generator-common` from 3.22.2 to 3.23.0 - [Release notes](https://github.com/SAP/cloud-sdk-js/releases) - [Changelog](https://github.com/SAP/cloud-sdk-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/SAP/cloud-sdk-js/compare/v3.22.2...v3.23.0) Updates `@sap-cloud-sdk/http-client` from 3.22.2 to 3.23.0 - [Release notes](https://github.com/SAP/cloud-sdk-js/releases) - [Changelog](https://github.com/SAP/cloud-sdk-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/SAP/cloud-sdk-js/compare/v3.22.2...v3.23.0) Updates `@sap-cloud-sdk/openapi-generator` from 3.22.2 to 3.23.0 - [Release notes](https://github.com/SAP/cloud-sdk-js/releases) - [Changelog](https://github.com/SAP/cloud-sdk-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/SAP/cloud-sdk-js/compare/v3.22.2...v3.23.0) Updates `@sap-cloud-sdk/util` from 3.22.2 to 3.23.0 - [Release notes](https://github.com/SAP/cloud-sdk-js/releases) - [Changelog](https://github.com/SAP/cloud-sdk-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/SAP/cloud-sdk-js/compare/v3.22.2...v3.23.0) Updates `@sap-cloud-sdk/openapi` from 3.22.2 to 3.23.0 - [Release notes](https://github.com/SAP/cloud-sdk-js/releases) - [Changelog](https://github.com/SAP/cloud-sdk-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/SAP/cloud-sdk-js/compare/v3.22.2...v3.23.0) --- updated-dependencies: - dependency-name: "@sap-cloud-sdk/connectivity" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: sap-cloud-sdk - dependency-name: "@sap-cloud-sdk/eslint-config" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: sap-cloud-sdk - dependency-name: "@sap-cloud-sdk/generator-common" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: sap-cloud-sdk - dependency-name: "@sap-cloud-sdk/http-client" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: sap-cloud-sdk - dependency-name: "@sap-cloud-sdk/openapi-generator" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: sap-cloud-sdk - dependency-name: "@sap-cloud-sdk/util" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: sap-cloud-sdk - dependency-name: "@sap-cloud-sdk/openapi" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: sap-cloud-sdk ... Signed-off-by: dependabot[bot] --- package.json | 12 +- packages/ai-api/package.json | 2 +- packages/core/package.json | 8 +- packages/foundation-models/package.json | 4 +- packages/orchestration/package.json | 2 +- pnpm-lock.yaml | 591 ++++++++++++------------ sample-code/package.json | 2 +- tests/e2e-tests/package.json | 2 +- tests/smoke-tests/package.json | 2 +- tests/type-tests/package.json | 4 +- 10 files changed, 305 insertions(+), 324 deletions(-) diff --git a/package.json b/package.json index 9078a9ce..9e1c78ac 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.2", - "@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", + "@sap-cloud-sdk/connectivity": "^3.23.0", + "@sap-cloud-sdk/eslint-config": "^3.23.0", + "@sap-cloud-sdk/generator-common": "^3.23.0", + "@sap-cloud-sdk/http-client": "^3.23.0", + "@sap-cloud-sdk/openapi-generator": "^3.23.0", + "@sap-cloud-sdk/util": "^3.23.0", "@types/jest": "^29.5.14", "@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 e7a352cc..27f3b28d 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.2" + "@sap-cloud-sdk/connectivity": "^3.23.0" } } diff --git a/packages/core/package.json b/packages/core/package.json index dccfd413..50d05215 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.2", - "@sap-cloud-sdk/http-client": "^3.22.2", - "@sap-cloud-sdk/openapi": "^3.22.2", - "@sap-cloud-sdk/util": "^3.22.2" + "@sap-cloud-sdk/connectivity": "^3.23.0", + "@sap-cloud-sdk/http-client": "^3.23.0", + "@sap-cloud-sdk/openapi": "^3.23.0", + "@sap-cloud-sdk/util": "^3.23.0" } } diff --git a/packages/foundation-models/package.json b/packages/foundation-models/package.json index 780f88f0..ba494eb7 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.2", - "@sap-cloud-sdk/util": "^3.22.2" + "@sap-cloud-sdk/http-client": "^3.23.0", + "@sap-cloud-sdk/util": "^3.23.0" } } diff --git a/packages/orchestration/package.json b/packages/orchestration/package.json index bf2849de..69b4ce42 100644 --- a/packages/orchestration/package.json +++ b/packages/orchestration/package.json @@ -33,6 +33,6 @@ "dependencies": { "@sap-ai-sdk/core": "workspace:^", "@sap-ai-sdk/ai-api": "workspace:^", - "@sap-cloud-sdk/http-client": "^3.22.2" + "@sap-cloud-sdk/http-client": "^3.23.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2507c0cb..fa2f3b12 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -29,23 +29,23 @@ importers: specifier: workspace:^ version: link:packages/orchestration '@sap-cloud-sdk/connectivity': - specifier: ^3.22.2 - version: 3.22.2 + specifier: ^3.23.0 + version: 3.23.0 '@sap-cloud-sdk/eslint-config': - 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.14.0)(typescript@5.6.3))(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0)(prettier@3.3.3)(typescript@5.6.3) + specifier: ^3.23.0 + version: 3.23.0(@types/eslint@8.56.10)(@typescript-eslint/eslint-plugin@8.15.0(@typescript-eslint/parser@8.15.0(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0)(prettier@3.3.3)(typescript@5.6.3) '@sap-cloud-sdk/generator-common': - specifier: ^3.22.2 - version: 3.22.2 + specifier: ^3.23.0 + version: 3.23.0 '@sap-cloud-sdk/http-client': - specifier: ^3.22.2 - version: 3.22.2 + specifier: ^3.23.0 + version: 3.23.0 '@sap-cloud-sdk/openapi-generator': - specifier: ^3.22.2 - version: 3.22.2 + specifier: ^3.23.0 + version: 3.23.0 '@sap-cloud-sdk/util': - specifier: ^3.22.2 - version: 3.22.2 + specifier: ^3.23.0 + version: 3.23.0 '@types/jest': specifier: ^29.5.14 version: 29.5.14 @@ -101,23 +101,23 @@ importers: specifier: workspace:^ version: link:../core '@sap-cloud-sdk/connectivity': - specifier: ^3.22.2 - version: 3.22.2 + specifier: ^3.23.0 + version: 3.23.0 packages/core: dependencies: '@sap-cloud-sdk/connectivity': - specifier: ^3.22.2 - version: 3.22.2 + specifier: ^3.23.0 + version: 3.23.0 '@sap-cloud-sdk/http-client': - specifier: ^3.22.2 - version: 3.22.2 + specifier: ^3.23.0 + version: 3.23.0 '@sap-cloud-sdk/openapi': - specifier: ^3.22.2 - version: 3.22.2 + specifier: ^3.23.0 + version: 3.23.0 '@sap-cloud-sdk/util': - specifier: ^3.22.2 - version: 3.22.2 + specifier: ^3.23.0 + version: 3.23.0 packages/foundation-models: dependencies: @@ -128,11 +128,11 @@ importers: specifier: workspace:^ version: link:../core '@sap-cloud-sdk/http-client': - specifier: ^3.22.2 - version: 3.22.2 + specifier: ^3.23.0 + version: 3.23.0 '@sap-cloud-sdk/util': - specifier: ^3.22.2 - version: 3.22.2 + specifier: ^3.23.0 + version: 3.23.0 packages/langchain: dependencies: @@ -161,8 +161,8 @@ importers: specifier: workspace:^ version: link:../core '@sap-cloud-sdk/http-client': - specifier: ^3.22.2 - version: 3.22.2 + specifier: ^3.23.0 + version: 3.23.0 sample-cap: dependencies: @@ -210,8 +210,8 @@ importers: specifier: workspace:^ version: link:../packages/orchestration '@sap-cloud-sdk/util': - specifier: ^3.22.2 - version: 3.22.2 + specifier: ^3.23.0 + version: 3.23.0 '@types/express': specifier: ^5.0.0 version: 5.0.0 @@ -234,8 +234,8 @@ importers: specifier: workspace:^ version: link:../../sample-code '@sap-cloud-sdk/util': - specifier: ^3.21.0 - version: 3.22.2 + specifier: ^3.23.0 + version: 3.23.0 devDependencies: '@types/async-retry': specifier: ^1.4.9 @@ -277,8 +277,8 @@ importers: specifier: canary version: 1.3.1-20241119013140.0 '@sap-cloud-sdk/util': - specifier: ^3.22.2 - version: 3.22.2 + specifier: ^3.23.0 + version: 3.23.0 express: specifier: ^4.21.1 version: 4.21.1 @@ -308,11 +308,11 @@ importers: specifier: workspace:^ version: link:../../packages/orchestration '@sap-cloud-sdk/connectivity': - specifier: ^3.22.2 - version: 3.22.2 + specifier: ^3.23.0 + version: 3.23.0 '@sap-cloud-sdk/http-client': - specifier: ^3.22.2 - version: 3.22.2 + specifier: ^3.23.0 + version: 3.23.0 tsd: specifier: ^0.31.2 version: 0.31.2 @@ -595,8 +595,8 @@ packages: '@dabh/diagnostics@2.0.3': resolution: {integrity: sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA==} - '@es-joy/jsdoccomment@0.48.0': - resolution: {integrity: sha512-G6QUWIcC+KvSwXNsJyDTHvqUdNoAVJPPgkc3+Uk4WBKqZvoXhlvazOgm9aL0HwihJLQf0l+tOE2UFzXBqCqgDw==} + '@es-joy/jsdoccomment@0.49.0': + resolution: {integrity: sha512-xjZTSFgECpb9Ohuk5yMX5RhUEbfeQcuOp8IF60e+wyzWEF0M5xeSgqsfLtvPEX8BIyOX9saZqzuGPmZ8oWc+5Q==} engines: {node: '>=16'} '@esbuild/aix-ppc64@0.23.1': @@ -749,9 +749,11 @@ packages: peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 - '@eslint-community/regexpp@4.11.1': - resolution: {integrity: sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==} - engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + '@eslint-community/eslint-utils@4.4.1': + resolution: {integrity: sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 '@eslint-community/regexpp@4.12.1': resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==} @@ -769,14 +771,14 @@ packages: resolution: {integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/js@9.12.0': - resolution: {integrity: sha512-eohesHH8WFRUprDNyEREgqP6beG6htMeUYeCpkEgBCieCMme5r9zFWjzAJp//9S+Kub4rqE+jXe9Cp1a7IYIIA==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/js@9.14.0': resolution: {integrity: sha512-pFoEtFWCPyDOl+C6Ift+wC7Ro89otjigCf5vcuWqWgqNSQbRrpjSvdeE6ofLz4dHmyxD5f7gIdGT4+p36L6Twg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/js@9.15.0': + resolution: {integrity: sha512-tMTqrY+EzbXmKJR5ToI8lxu7jaN5EdmrBFJpQk5JmSlyLsx6o4t27r883K5xsLuCYCpfKBCGswMSWXsM+jB7lg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/object-schema@2.1.4': resolution: {integrity: sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -1033,32 +1035,32 @@ packages: '@sap-ai-sdk/orchestration@1.3.1-20241119013140.0': resolution: {integrity: sha512-/yNhfwhwH542g0O80nqceIyRtyf8n0VFoqxXsdcDHggbGhl3ubMJi6zCienNS5U+if03r24csroQR6eBi1Z3Qw==} - '@sap-cloud-sdk/connectivity@3.22.2': - resolution: {integrity: sha512-kfJaRersOefqKn12Q6my+Bch8TVD83j9CsA/vKQI6D7UpdJjfy6k4EbwlVeuehWb4kvTLYvQLvjJE0JhelESPQ==} + '@sap-cloud-sdk/connectivity@3.23.0': + resolution: {integrity: sha512-r5oGXsdcQ0inOE9Z/FJhw2G7P5BRgpZ01yXrZV8HnVgOAGF/C+3fx+Qw6feXa0zaHRBCHcBSuseqRNdKCOn7+g==} - '@sap-cloud-sdk/eslint-config@3.22.2': - resolution: {integrity: sha512-1MFERwTrbhSu191mxnOalVPLaco7y5qk4AAYtuz1lX/uOYeVjlgs2kGCPOw/xtTwDm3wEcmK9JhMwa75hZ2otA==} + '@sap-cloud-sdk/eslint-config@3.23.0': + resolution: {integrity: sha512-ml0mL1xdIikQK2kmNghkw0JUmDgHvsbwnVgV0l8eDP7gogy4QLqZOQcjLJEn3hp6IA2iV9XqlwI12iO+n3kbwA==} peerDependencies: eslint: ^8.0.0 - '@sap-cloud-sdk/generator-common@3.22.2': - resolution: {integrity: sha512-hvtGINB+hU3fY+GgEy1iutiNcq63GR5r3ehaEQvQ07iTgfRji3Jfwb6xd24UiMfgHngxOFZsAVwBUYGx5Nef4Q==} + '@sap-cloud-sdk/generator-common@3.23.0': + resolution: {integrity: sha512-V5iUuZU4FU0p4pS5Curkcefnj7MsKq03dXySN9THiwu+BhjAOZbyLkf4TzjJnzEgEQO8LwykManajl9LzcoaoQ==} - '@sap-cloud-sdk/http-client@3.22.2': - resolution: {integrity: sha512-YJRWwcm6kUOh8cDJlLkkJfpwj0LBgWpMhh9wZOXOwq506rBcBEFruMCj0GR9dJdW5hxJZf1rH4Byjp6skB+Bhg==} + '@sap-cloud-sdk/http-client@3.23.0': + resolution: {integrity: sha512-zf5Zz9IGprea3+yhv12bDjpBNA03m/Zufnu2LobeV/LpxmJHMSGDA56ST6CxzhX8TrsQJq32znXy/vmPs94sNA==} - '@sap-cloud-sdk/openapi-generator@3.22.2': - resolution: {integrity: sha512-mAQXiScSu/i3Xo+sPz2EkJw+6CND7nUEIiqcctLkhOGSGWRNRty5Ewr60C4Ovw87kAUqmW7VyWXKG5oSF0GzhQ==} + '@sap-cloud-sdk/openapi-generator@3.23.0': + resolution: {integrity: sha512-M2KSqr8/YR4bqHE/zOOoONJKbTk3knUg6FZgAb5duT9NtZ+NlLXtgSH0Y/BVAYnKo39sML2FkOpNpVMABhC2bw==} hasBin: true - '@sap-cloud-sdk/openapi@3.22.2': - resolution: {integrity: sha512-pNKYm7gsV1NYFB+39qt+I076mr9qeZEJwUGwYgzPyHdpUBffO10MQFY0Cqy9DLQPfVXBlZEriM/6M8N1kQhnLw==} + '@sap-cloud-sdk/openapi@3.23.0': + resolution: {integrity: sha512-gpIoEFRecdSvMeUAjBc04uF9h94YliXx3eoGzxAmrpaYSkvcztu3lptw156yjtR4TzMoJbQBGj2mPWvnH+fdpQ==} - '@sap-cloud-sdk/resilience@3.22.2': - resolution: {integrity: sha512-IRls+Q75SckqErHDMcyLa/zouCWU8NuUdu1h6+pf3AEik6d/2Wto25FGA9MvFpBK4tnBVmVmzHRA8dFZxDFOBQ==} + '@sap-cloud-sdk/resilience@3.23.0': + resolution: {integrity: sha512-SYuNmTYBSn9+VNCbrqMuV2vdefUVxTf2KaoY1Fb/RdgE4rUO3TBn7wt14CYWFvJB+VqN5YtsaS4e00VoXOICjQ==} - '@sap-cloud-sdk/util@3.22.2': - resolution: {integrity: sha512-lyiuy1lBSqw7POEGcwQ/smAaJdSTj3Id5BWUm0J8MDSUj/XFxEs3iyhR5PcwqnW4GQwfGV8xGfZf9tne0gCvXw==} + '@sap-cloud-sdk/util@3.23.0': + resolution: {integrity: sha512-FmHTqYmInF9evCgjSW8klJScCtUXQDcakHLT3RCtPChrSDQ8EpxlVRZT7ZsOM4kOUKVGbIE59c6k1BOQVv5ZWw==} '@sap/cds-compiler@5.3.2': resolution: {integrity: sha512-aePHQMZHb13+oQuHU+ug5bwxXO11NThBEfUyA3uMGlnjkAxa8pbzuot9pHiiAIMavXLcqTzbCfm/uFGKcfjqBQ==} @@ -1123,9 +1125,9 @@ packages: hdb: optional: true - '@sap/xsenv@5.3.0': - resolution: {integrity: sha512-2UqioTBYe7XTvrskulaqVvoQ8WUA06Ofumxfa545DlB9gZyvvdL0ncQDU9EWrqFKE6U/e+kdQRpaMfRnrM5ykQ==} - engines: {node: ^18.0.0 || ^20.0.0} + '@sap/xsenv@5.4.0': + resolution: {integrity: sha512-O9G71v7S1ZHorDHwNGAbZXmvRvALbeN8Q/j1UgQdKfUcf18re+5CZxKCVUezs2OTBR2KB/tvDFLnlXwHYuwC7A==} + engines: {node: ^18.0.0 || ^20.0.0 || ^22.0.0} '@sap/xssec@4.2.4': resolution: {integrity: sha512-WW+nOFLa4SRBapqa9y3dLUqZploHA/lN9pkPHoa3qzpb0Q9YupZCI++aP39HR0bDYsztoRg/xVryViReJkk3Dg==} @@ -1150,8 +1152,8 @@ packages: '@sinonjs/fake-timers@11.2.2': resolution: {integrity: sha512-G2piCSxQ7oWOxwGSAyFHfPIsyeJGXYtc6mFbnFA+kRXkiEnTl8c/8jul2S329iFBnDI9HGoeWWAZvuvOkZccgw==} - '@stylistic/eslint-plugin@2.9.0': - resolution: {integrity: sha512-OrDyFAYjBT61122MIY1a3SfEgy3YCMgt2vL4eoPmvTwDBwyQhAXurxNQznlRD/jESNfYWfID8Ej+31LljvF7Xg==} + '@stylistic/eslint-plugin@2.11.0': + resolution: {integrity: sha512-PNRHbydNG5EH8NK4c+izdJlxajIR6GxcUhzsYNRsn6Myep4dsZt0qFCz3rCPnkvgO5FYibDcMqgNHUT+zvjYZw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=8.40.0' @@ -1301,8 +1303,8 @@ packages: '@types/yargs@17.0.32': resolution: {integrity: sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==} - '@typescript-eslint/eslint-plugin@8.8.1': - resolution: {integrity: sha512-xfvdgA8AP/vxHgtgU310+WBnLB4uJQ9XdyP17RebG26rLtDrQJV3ZYrcopX91GrHmMoH8bdSwMRh2a//TiJ1jQ==} + '@typescript-eslint/eslint-plugin@8.15.0': + resolution: {integrity: sha512-+zkm9AR1Ds9uLWN3fkoeXgFppaQ+uEVtfOV62dDmsy9QCNqlRHWNEck4yarvRNrvRcHQLGfqBNui3cimoz8XAg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 @@ -1312,8 +1314,8 @@ packages: typescript: optional: true - '@typescript-eslint/parser@8.8.1': - resolution: {integrity: sha512-hQUVn2Lij2NAxVFEdvIGxT9gP1tq2yM83m+by3whWFsWC+1y8pxxxHUFE1UqDu2VsGi2i6RLcv4QvouM84U+ow==} + '@typescript-eslint/parser@8.15.0': + resolution: {integrity: sha512-7n59qFpghG4uazrF9qtGKBZXn7Oz4sOMm8dwNWDQY96Xlm2oX67eipqcblDj+oY1lLCbf1oltMZFpUso66Kl1A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -1322,25 +1324,26 @@ packages: typescript: optional: true - '@typescript-eslint/scope-manager@8.8.1': - resolution: {integrity: sha512-X4JdU+66Mazev/J0gfXlcC/dV6JI37h+93W9BRYXrSn0hrE64IoWgVkO9MSJgEzoWkxONgaQpICWg8vAN74wlA==} + '@typescript-eslint/scope-manager@8.15.0': + resolution: {integrity: sha512-QRGy8ADi4J7ii95xz4UoiymmmMd/zuy9azCaamnZ3FM8T5fZcex8UfJcjkiEZjJSztKfEBe3dZ5T/5RHAmw2mA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/type-utils@8.8.1': - resolution: {integrity: sha512-qSVnpcbLP8CALORf0za+vjLYj1Wp8HSoiI8zYU5tHxRVj30702Z1Yw4cLwfNKhTPWp5+P+k1pjmD5Zd1nhxiZA==} + '@typescript-eslint/type-utils@8.15.0': + resolution: {integrity: sha512-UU6uwXDoI3JGSXmcdnP5d8Fffa2KayOhUUqr/AiBnG1Gl7+7ut/oyagVeSkh7bxQ0zSXV9ptRh/4N15nkCqnpw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: + eslint: ^8.57.0 || ^9.0.0 typescript: '*' peerDependenciesMeta: typescript: optional: true - '@typescript-eslint/types@8.8.1': - resolution: {integrity: sha512-WCcTP4SDXzMd23N27u66zTKMuEevH4uzU8C9jf0RO4E04yVHgQgW+r+TeVTNnO1KIfrL8ebgVVYYMMO3+jC55Q==} + '@typescript-eslint/types@8.15.0': + resolution: {integrity: sha512-n3Gt8Y/KyJNe0S3yDCD2RVKrHBC4gTUcLTebVBXacPy091E6tNspFLKRXlk3hwT4G55nfr1n2AdFqi/XMxzmPQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/typescript-estree@8.8.1': - resolution: {integrity: sha512-A5d1R9p+X+1js4JogdNilDuuq+EHZdsH9MjTVxXOdVFfTJXunKJR/v+fNNyO4TnoOn5HqobzfRlc70NC6HTcdg==} + '@typescript-eslint/typescript-estree@8.15.0': + resolution: {integrity: sha512-1eMp2JgNec/niZsR7ioFBlsh/Fk0oJbhaqO0jRyQBMgkz7RrFfkqF9lYYmBoGBaSiLnu8TAPQTwoTUiSTUW9dg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '*' @@ -1348,14 +1351,18 @@ packages: typescript: optional: true - '@typescript-eslint/utils@8.8.1': - resolution: {integrity: sha512-/QkNJDbV0bdL7H7d0/y0qBbV2HTtf0TIyjSDTvvmQEzeVx8jEImEbLuOA4EsvE8gIgqMitns0ifb5uQhMj8d9w==} + '@typescript-eslint/utils@8.15.0': + resolution: {integrity: sha512-k82RI9yGhr0QM3Dnq+egEpz9qB6Un+WLYhmoNcvl8ltMEededhh7otBVVIDDsEEttauwdY/hQoSsOv13lxrFzQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true - '@typescript-eslint/visitor-keys@8.8.1': - resolution: {integrity: sha512-0/TdC3aeRAsW7MDvYRwEc1Uwm0TIBfzjPFgg60UU2Haj5qsCs9cc3zNgY71edqE3LbWfF/WoZQd3lJoDXFQpag==} + '@typescript-eslint/visitor-keys@8.15.0': + resolution: {integrity: sha512-h8vYOulWec9LhpwfAdZf2bjr8xIp0KNKnpgqSz0qqYYKAW/QZKw3ktRndbiAtUz4acH4QLQavwZBYCc0wulA/Q==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@typescript/vfs@1.6.0': @@ -1639,9 +1646,6 @@ packages: buffer@5.7.1: resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} - buffer@6.0.3: - resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==} - bytes@3.1.2: resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} engines: {node: '>= 0.8'} @@ -1829,6 +1833,10 @@ packages: resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} engines: {node: '>= 8'} + cross-spawn@7.0.6: + resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} + engines: {node: '>= 8'} + css-select@5.1.0: resolution: {integrity: sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==} @@ -2055,8 +2063,8 @@ packages: error-ex@1.3.2: resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} - es-abstract@1.23.3: - resolution: {integrity: sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==} + es-abstract@1.23.5: + resolution: {integrity: sha512-vlmniQ0WNPwXqA0BnmwV3Ng7HxiGlh6r5U6JcTMNx8OilcAGqVJBHJcPjqOMaczU9fRuRK5Px2BdVyPRnKMMVQ==} engines: {node: '>= 0.4'} es-define-property@1.0.0: @@ -2173,8 +2181,8 @@ packages: '@typescript-eslint/parser': optional: true - eslint-plugin-jsdoc@50.3.2: - resolution: {integrity: sha512-TjgZocG53N3a84PdCFGqVMWLWwDitOUuKjlJftwTu/iTiD7N/Q2Q3eEy/Q4GfJqpM4rTJCkzUYWQfol6RZNDcA==} + eslint-plugin-jsdoc@50.5.0: + resolution: {integrity: sha512-xTkshfZrUbiSHXBwZ/9d5ulZ2OcHXxSvm/NPo494H/hadLRJwOq5PMV0EUpMqsb9V+kQo+9BAgi6Z7aJtdBp2A==} engines: {node: '>=18'} peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 @@ -2219,10 +2227,6 @@ packages: resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - eslint-visitor-keys@4.1.0: - resolution: {integrity: sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - eslint-visitor-keys@4.2.0: resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -2241,10 +2245,6 @@ packages: resolution: {integrity: sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==} engines: {node: '>=6'} - espree@10.2.0: - resolution: {integrity: sha512-upbkBJbckcCNBDBDXEbuhjbP68n+scUd3k/U2EkyM9nw+I/jPiL4cLF/Al06CF96wRltFda16sxDFrxsI1v0/g==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - espree@10.3.0: resolution: {integrity: sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -2284,10 +2284,6 @@ packages: eventemitter3@4.0.7: resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==} - events@3.3.0: - resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} - engines: {node: '>=0.8.x'} - execa@5.1.1: resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} engines: {node: '>=10'} @@ -2349,8 +2345,8 @@ packages: fast-safe-stringify@2.1.1: resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} - fast-uri@3.0.2: - resolution: {integrity: sha512-GR6f0hD7XXyNJa25Tb9BuIdN0tdr+0BMi6/CJPH3wJO1JjNG3n/VsSw38AwRdKZABm8lGbPfakLRkYzx2V9row==} + fast-uri@3.0.3: + resolution: {integrity: sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==} fastest-levenshtein@1.0.16: resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==} @@ -3247,8 +3243,8 @@ packages: resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} engines: {node: '>=10'} - logform@2.6.1: - resolution: {integrity: sha512-CdaO738xRapbKIMVn2m4F6KTj4j7ooJ8POVnebSgKo3KBz5axNXRAL7ZdRjIV6NOr2Uf4vjtRkxrFETOioCqSA==} + logform@2.7.0: + resolution: {integrity: sha512-TFYA4jnP7PVbmlBIfhlSe+WKxs9dklXMTEGcBCIvLhE/Tn3H6Gk1norupVW7m5Cnd4bLcr08AytbyV/xj7f/kQ==} engines: {node: '>= 12.0.0'} lru-cache@10.4.3: @@ -3500,6 +3496,10 @@ packages: resolution: {integrity: sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==} engines: {node: '>= 0.4'} + object-inspect@1.13.3: + resolution: {integrity: sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==} + engines: {node: '>= 0.4'} + object-keys@1.1.1: resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} engines: {node: '>= 0.4'} @@ -3549,8 +3549,8 @@ packages: openapi-types@12.1.3: resolution: {integrity: sha512-N4YtSYJqghVu4iek2ZUvcN/0aqH1kRDuNqzcycDxhOUpg7GdvLa2F3DgS6yBNhInhv2r/6I0Flkn7CqL8+nIcw==} - opossum@8.1.4: - resolution: {integrity: sha512-ktDDCD2MKX7yx8ZLtt57JrUE0IyYJthmTyXtaF4dEdPYHvX0kkWRiKkQkhEjtZnTNN5y1ErMriKNqOLqgpYXtQ==} + opossum@8.3.1: + resolution: {integrity: sha512-kMDk4pUs4uZEcGSvaeDjC63MBCTk1Zch1KJmVQlAVN0nD/GM2ebl71tNHQmzshzbcMnSc+/jprx5Zwk7bBdrqg==} engines: {node: ^22 || ^21 || ^20 || ^18 || ^16} optionator@0.9.4: @@ -3643,8 +3643,8 @@ packages: parse5-parser-stream@7.1.2: resolution: {integrity: sha512-JyeQc9iwFLn5TbvvqACIF/VXG6abODeB3Fwmv/TGdLk2LfbWkaySGY72at4+Ty7EkPZj854u4CrICqNk2qIbow==} - parse5@7.2.0: - resolution: {integrity: sha512-ZkDsAOcxsUMZ4Lz5fVciOehNcJ+Gb8gTzcA4yl3wnc273BAybYWrQ+Ks/OjCjSEpjvQkDSeZbybK9qj2VHHdGA==} + parse5@7.2.1: + resolution: {integrity: sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==} parseurl@1.3.3: resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} @@ -3758,10 +3758,6 @@ packages: resolution: {integrity: sha512-xkeffkZoqQmRrcNewpOsUCKNOl+CkPqjt3Ld749uz1S7/O7GuPNPv2fZk3v/1U/FE8/B4Zz0llVL80MKON1tOQ==} engines: {node: ^16.10.0 || ^18.12.0 || >=20.0.0} - process@0.11.10: - resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==} - engines: {node: '>= 0.6.0'} - propagate@2.0.1: resolution: {integrity: sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==} engines: {node: '>= 8'} @@ -3828,10 +3824,6 @@ packages: resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} engines: {node: '>= 6'} - readable-stream@4.5.2: - resolution: {integrity: sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - readdirp@3.6.0: resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} engines: {node: '>=8.10.0'} @@ -4220,8 +4212,8 @@ packages: resolution: {integrity: sha512-aZbgViZrg1QNcG+LULa7nhZpJTZSLm/mXnHXnbAbjmN5aSa0y7V+wvv6+4WaBtpISJzThKy+PIPxc1Nq1EJ9mg==} engines: {node: '>= 14.0.0'} - ts-api-utils@1.3.0: - resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==} + ts-api-utils@1.4.0: + resolution: {integrity: sha512-032cPxaEKwM+GT3vA5JXNzIaizx388rhsSW79vGRNGXfRRAdEAn2mvk36PvK5HnOchyWZ7afLEXqYCvPCrzuzQ==} engines: {node: '>=16'} peerDependencies: typescript: '>=4.2.0' @@ -4282,6 +4274,9 @@ packages: tslib@2.7.0: resolution: {integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==} + tslib@2.8.1: + resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} + tsutils@3.21.0: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} @@ -4340,10 +4335,11 @@ packages: resolution: {integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==} engines: {node: '>= 0.4'} - typescript-eslint@8.8.1: - resolution: {integrity: sha512-R0dsXFt6t4SAFjUSKFjMh4pXDtq04SsFKCVGDP3ZOzNP7itF0jBcZYU4fMsZr4y7O7V7Nc751dDeESbe4PbQMQ==} + typescript-eslint@8.15.0: + resolution: {integrity: sha512-wY4FRGl0ZI+ZU4Jo/yjdBu0lVTSML58pu6PgGtJmCufvzfV565pUF6iACQt092uFOd49iLOTX/sEVmHtbSrS+w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: + eslint: ^8.57.0 || ^9.0.0 typescript: '*' peerDependenciesMeta: typescript: @@ -4368,8 +4364,8 @@ packages: undici-types@6.19.6: resolution: {integrity: sha512-e/vggGopEfTKSvj4ihnOLTsqhrKRN3LeO6qSN/GxohhuRv8qH9bNQ4B8W7e/vFL+0XTnmHPB4/kegunZGA4Org==} - undici@6.20.0: - resolution: {integrity: sha512-AITZfPuxubm31Sx0vr8bteSalEbs9wQb/BOBi9FPlD9Qpd6HxZ4Q0+hI742jBhkPb4RT2v5MQzaW5VhRVyj+9A==} + undici@6.21.0: + resolution: {integrity: sha512-BUgJXc752Kou3oOIuU1i+yZZypyZRqNPW0vqoMPl8VaoalSfeR0D8/t4iAS3yirs79SSMTxTag+ZC86uswv+Cw==} engines: {node: '>=18.17'} universalify@0.1.2: @@ -4469,12 +4465,12 @@ packages: resolution: {integrity: sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==} engines: {node: '>=8'} - winston-transport@4.8.0: - resolution: {integrity: sha512-qxSTKswC6llEMZKgCQdaWgDuMJQnhuvF5f2Nk3SNXc4byfQ+voo2mX1Px9dkNOuR8p0KAjfPG29PuYUSIb+vSA==} + winston-transport@4.9.0: + resolution: {integrity: sha512-8drMJ4rkgaPo1Me4zD/3WLfI/zPdA9o2IipKODunnGDcuqbHwjsbB79ylv04LCGGzU0xQ6vTznOMpQGaLhhm6A==} engines: {node: '>= 12.0.0'} - winston@3.15.0: - resolution: {integrity: sha512-RhruH2Cj0bV0WgNL+lOfoUBI4DVfdUNjVnJGVovWZmrcKtrFTTRzgXYK2O9cymSGjrERCtaAeHwMNnUWXlwZow==} + winston@3.17.0: + resolution: {integrity: sha512-DLiFIXYC5fMPxaRg832S6F5mJYvePtmO5G9v9IgUFPhXm9/GkXarH/TUrBAVzhTCzAj9anE/+GjrgXp/54nOgw==} engines: {node: '>= 12.0.0'} word-wrap@1.2.5: @@ -4996,7 +4992,7 @@ snapshots: enabled: 2.0.0 kuler: 2.0.0 - '@es-joy/jsdoccomment@0.48.0': + '@es-joy/jsdoccomment@0.49.0': dependencies: comment-parser: 1.4.1 esquery: 1.6.0 @@ -5079,7 +5075,10 @@ snapshots: eslint: 9.14.0 eslint-visitor-keys: 3.4.3 - '@eslint-community/regexpp@4.11.1': {} + '@eslint-community/eslint-utils@4.4.1(eslint@9.14.0)': + dependencies: + eslint: 9.14.0 + eslint-visitor-keys: 3.4.3 '@eslint-community/regexpp@4.12.1': {} @@ -5107,10 +5106,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@eslint/js@9.12.0': {} - '@eslint/js@9.14.0': {} + '@eslint/js@9.15.0': {} + '@eslint/object-schema@2.1.4': {} '@eslint/plugin-kit@0.2.0': @@ -5514,7 +5513,7 @@ snapshots: '@sap-ai-sdk/ai-api@1.2.0': dependencies: '@sap-ai-sdk/core': 1.2.0 - '@sap-cloud-sdk/connectivity': 3.22.2 + '@sap-cloud-sdk/connectivity': 3.23.0 transitivePeerDependencies: - debug - supports-color @@ -5522,27 +5521,27 @@ snapshots: '@sap-ai-sdk/ai-api@1.3.1-20241119013140.0': dependencies: '@sap-ai-sdk/core': 1.3.1-20241119013140.0 - '@sap-cloud-sdk/connectivity': 3.22.2 + '@sap-cloud-sdk/connectivity': 3.23.0 transitivePeerDependencies: - debug - supports-color '@sap-ai-sdk/core@1.2.0': dependencies: - '@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 + '@sap-cloud-sdk/connectivity': 3.23.0 + '@sap-cloud-sdk/http-client': 3.23.0 + '@sap-cloud-sdk/openapi': 3.23.0 + '@sap-cloud-sdk/util': 3.23.0 transitivePeerDependencies: - debug - supports-color '@sap-ai-sdk/core@1.3.1-20241119013140.0': dependencies: - '@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 + '@sap-cloud-sdk/connectivity': 3.23.0 + '@sap-cloud-sdk/http-client': 3.23.0 + '@sap-cloud-sdk/openapi': 3.23.0 + '@sap-cloud-sdk/util': 3.23.0 transitivePeerDependencies: - debug - supports-color @@ -5551,8 +5550,8 @@ snapshots: dependencies: '@sap-ai-sdk/ai-api': 1.2.0 '@sap-ai-sdk/core': 1.2.0 - '@sap-cloud-sdk/http-client': 3.22.2 - '@sap-cloud-sdk/util': 3.22.2 + '@sap-cloud-sdk/http-client': 3.23.0 + '@sap-cloud-sdk/util': 3.23.0 transitivePeerDependencies: - debug - supports-color @@ -5561,8 +5560,8 @@ snapshots: dependencies: '@sap-ai-sdk/ai-api': 1.3.1-20241119013140.0 '@sap-ai-sdk/core': 1.3.1-20241119013140.0 - '@sap-cloud-sdk/http-client': 3.22.2 - '@sap-cloud-sdk/util': 3.22.2 + '@sap-cloud-sdk/http-client': 3.23.0 + '@sap-cloud-sdk/util': 3.23.0 transitivePeerDependencies: - debug - supports-color @@ -5584,8 +5583,8 @@ snapshots: dependencies: '@sap-ai-sdk/ai-api': 1.2.0 '@sap-ai-sdk/core': 1.2.0 - '@sap-cloud-sdk/http-client': 3.22.2 - '@sap-cloud-sdk/util': 3.22.2 + '@sap-cloud-sdk/http-client': 3.23.0 + '@sap-cloud-sdk/util': 3.23.0 transitivePeerDependencies: - debug - supports-color @@ -5594,16 +5593,16 @@ snapshots: dependencies: '@sap-ai-sdk/ai-api': 1.3.1-20241119013140.0 '@sap-ai-sdk/core': 1.3.1-20241119013140.0 - '@sap-cloud-sdk/http-client': 3.22.2 + '@sap-cloud-sdk/http-client': 3.23.0 transitivePeerDependencies: - debug - supports-color - '@sap-cloud-sdk/connectivity@3.22.2': + '@sap-cloud-sdk/connectivity@3.23.0': dependencies: - '@sap-cloud-sdk/resilience': 3.22.2 - '@sap-cloud-sdk/util': 3.22.2 - '@sap/xsenv': 5.3.0 + '@sap-cloud-sdk/resilience': 3.23.0 + '@sap-cloud-sdk/util': 3.23.0 + '@sap/xsenv': 5.4.0 '@sap/xssec': 4.2.7 async-retry: 1.3.3 axios: 1.7.7 @@ -5612,20 +5611,20 @@ snapshots: - debug - supports-color - '@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.14.0)(typescript@5.6.3))(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0)(prettier@3.3.3)(typescript@5.6.3)': + '@sap-cloud-sdk/eslint-config@3.23.0(@types/eslint@8.56.10)(@typescript-eslint/eslint-plugin@8.15.0(@typescript-eslint/parser@8.15.0(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0)(prettier@3.3.3)(typescript@5.6.3)': dependencies: - '@eslint/js': 9.12.0 - '@stylistic/eslint-plugin': 2.9.0(eslint@9.14.0)(typescript@5.6.3) - '@typescript-eslint/parser': 8.8.1(eslint@9.14.0)(typescript@5.6.3) + '@eslint/js': 9.15.0 + '@stylistic/eslint-plugin': 2.11.0(eslint@9.14.0)(typescript@5.6.3) + '@typescript-eslint/parser': 8.15.0(eslint@9.14.0)(typescript@5.6.3) eslint: 9.14.0 eslint-config-prettier: 9.1.0(eslint@9.14.0) - eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@8.8.1(eslint@9.14.0)(typescript@5.6.3))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.8.1(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0))(eslint@9.14.0) - eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.8.1(eslint@9.14.0)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@9.14.0) - eslint-plugin-jsdoc: 50.3.2(eslint@9.14.0) + eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@8.15.0(eslint@9.14.0)(typescript@5.6.3))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.15.0(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0))(eslint@9.14.0) + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.15.0(eslint@9.14.0)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@9.14.0) + eslint-plugin-jsdoc: 50.5.0(eslint@9.14.0) eslint-plugin-prettier: 5.2.1(@types/eslint@8.56.10)(eslint-config-prettier@9.1.0(eslint@9.14.0))(eslint@9.14.0)(prettier@3.3.3) eslint-plugin-regex: 1.10.0(eslint@9.14.0) - eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.8.1(@typescript-eslint/parser@8.8.1(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0) - typescript-eslint: 8.8.1(eslint@9.14.0)(typescript@5.6.3) + eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.15.0(@typescript-eslint/parser@8.15.0(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0) + typescript-eslint: 8.15.0(eslint@9.14.0)(typescript@5.6.3) transitivePeerDependencies: - '@types/eslint' - '@typescript-eslint/eslint-plugin' @@ -5636,9 +5635,9 @@ snapshots: - supports-color - typescript - '@sap-cloud-sdk/generator-common@3.22.2': + '@sap-cloud-sdk/generator-common@3.23.0': dependencies: - '@sap-cloud-sdk/util': 3.22.2 + '@sap-cloud-sdk/util': 3.23.0 fast-levenshtein: 3.0.0 fs-extra: 11.2.0 glob: 10.4.5 @@ -5649,22 +5648,22 @@ snapshots: transitivePeerDependencies: - debug - '@sap-cloud-sdk/http-client@3.22.2': + '@sap-cloud-sdk/http-client@3.23.0': dependencies: - '@sap-cloud-sdk/connectivity': 3.22.2 - '@sap-cloud-sdk/resilience': 3.22.2 - '@sap-cloud-sdk/util': 3.22.2 + '@sap-cloud-sdk/connectivity': 3.23.0 + '@sap-cloud-sdk/resilience': 3.23.0 + '@sap-cloud-sdk/util': 3.23.0 axios: 1.7.7 transitivePeerDependencies: - debug - supports-color - '@sap-cloud-sdk/openapi-generator@3.22.2': + '@sap-cloud-sdk/openapi-generator@3.23.0': dependencies: '@apidevtools/swagger-parser': 10.1.0(openapi-types@12.1.3) - '@sap-cloud-sdk/generator-common': 3.22.2 - '@sap-cloud-sdk/openapi': 3.22.2 - '@sap-cloud-sdk/util': 3.22.2 + '@sap-cloud-sdk/generator-common': 3.23.0 + '@sap-cloud-sdk/openapi': 3.23.0 + '@sap-cloud-sdk/util': 3.23.0 js-yaml: 4.1.0 openapi-types: 12.1.3 swagger2openapi: 7.0.8 @@ -5673,34 +5672,34 @@ snapshots: - encoding - supports-color - '@sap-cloud-sdk/openapi@3.22.2': + '@sap-cloud-sdk/openapi@3.23.0': dependencies: - '@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 + '@sap-cloud-sdk/connectivity': 3.23.0 + '@sap-cloud-sdk/http-client': 3.23.0 + '@sap-cloud-sdk/resilience': 3.23.0 + '@sap-cloud-sdk/util': 3.23.0 axios: 1.7.7 transitivePeerDependencies: - debug - supports-color - '@sap-cloud-sdk/resilience@3.22.2': + '@sap-cloud-sdk/resilience@3.23.0': dependencies: - '@sap-cloud-sdk/util': 3.22.2 + '@sap-cloud-sdk/util': 3.23.0 async-retry: 1.3.3 axios: 1.7.7 - opossum: 8.1.4 + opossum: 8.3.1 transitivePeerDependencies: - debug - '@sap-cloud-sdk/util@3.22.2': + '@sap-cloud-sdk/util@3.23.0': dependencies: axios: 1.7.7 chalk: 4.1.2 - logform: 2.6.1 + logform: 2.7.0 voca: 1.4.1 - winston: 3.15.0 - winston-transport: 4.8.0 + winston: 3.17.0 + winston-transport: 4.9.0 transitivePeerDependencies: - debug @@ -5777,7 +5776,7 @@ snapshots: '@sap/hdi-deploy@5.3.2(hdb@0.19.10)': dependencies: '@sap/hdi': 4.6.0(hdb@0.19.10) - '@sap/xsenv': 5.3.0 + '@sap/xsenv': 5.4.0 async: 3.2.6 dotenv: 16.4.5 handlebars: 4.7.8 @@ -5793,7 +5792,7 @@ snapshots: optionalDependencies: hdb: 0.19.10 - '@sap/xsenv@5.3.0': + '@sap/xsenv@5.4.0': dependencies: debug: 4.3.7(supports-color@8.1.1) node-cache: 5.1.2 @@ -5831,12 +5830,12 @@ snapshots: dependencies: '@sinonjs/commons': 3.0.1 - '@stylistic/eslint-plugin@2.9.0(eslint@9.14.0)(typescript@5.6.3)': + '@stylistic/eslint-plugin@2.11.0(eslint@9.14.0)(typescript@5.6.3)': dependencies: - '@typescript-eslint/utils': 8.8.1(eslint@9.14.0)(typescript@5.6.3) + '@typescript-eslint/utils': 8.15.0(eslint@9.14.0)(typescript@5.6.3) eslint: 9.14.0 - eslint-visitor-keys: 4.1.0 - espree: 10.2.0 + eslint-visitor-keys: 4.2.0 + espree: 10.3.0 estraverse: 5.3.0 picomatch: 4.0.2 transitivePeerDependencies: @@ -6007,30 +6006,30 @@ snapshots: dependencies: '@types/yargs-parser': 21.0.3 - '@typescript-eslint/eslint-plugin@8.8.1(@typescript-eslint/parser@8.8.1(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0)(typescript@5.6.3)': + '@typescript-eslint/eslint-plugin@8.15.0(@typescript-eslint/parser@8.15.0(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0)(typescript@5.6.3)': dependencies: - '@eslint-community/regexpp': 4.11.1 - '@typescript-eslint/parser': 8.8.1(eslint@9.14.0)(typescript@5.6.3) - '@typescript-eslint/scope-manager': 8.8.1 - '@typescript-eslint/type-utils': 8.8.1(eslint@9.14.0)(typescript@5.6.3) - '@typescript-eslint/utils': 8.8.1(eslint@9.14.0)(typescript@5.6.3) - '@typescript-eslint/visitor-keys': 8.8.1 + '@eslint-community/regexpp': 4.12.1 + '@typescript-eslint/parser': 8.15.0(eslint@9.14.0)(typescript@5.6.3) + '@typescript-eslint/scope-manager': 8.15.0 + '@typescript-eslint/type-utils': 8.15.0(eslint@9.14.0)(typescript@5.6.3) + '@typescript-eslint/utils': 8.15.0(eslint@9.14.0)(typescript@5.6.3) + '@typescript-eslint/visitor-keys': 8.15.0 eslint: 9.14.0 graphemer: 1.4.0 ignore: 5.3.2 natural-compare: 1.4.0 - ts-api-utils: 1.3.0(typescript@5.6.3) + ts-api-utils: 1.4.0(typescript@5.6.3) optionalDependencies: typescript: 5.6.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.8.1(eslint@9.14.0)(typescript@5.6.3)': + '@typescript-eslint/parser@8.15.0(eslint@9.14.0)(typescript@5.6.3)': dependencies: - '@typescript-eslint/scope-manager': 8.8.1 - '@typescript-eslint/types': 8.8.1 - '@typescript-eslint/typescript-estree': 8.8.1(typescript@5.6.3) - '@typescript-eslint/visitor-keys': 8.8.1 + '@typescript-eslint/scope-manager': 8.15.0 + '@typescript-eslint/types': 8.15.0 + '@typescript-eslint/typescript-estree': 8.15.0(typescript@5.6.3) + '@typescript-eslint/visitor-keys': 8.15.0 debug: 4.3.7(supports-color@8.1.1) eslint: 9.14.0 optionalDependencies: @@ -6038,55 +6037,56 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@8.8.1': + '@typescript-eslint/scope-manager@8.15.0': dependencies: - '@typescript-eslint/types': 8.8.1 - '@typescript-eslint/visitor-keys': 8.8.1 + '@typescript-eslint/types': 8.15.0 + '@typescript-eslint/visitor-keys': 8.15.0 - '@typescript-eslint/type-utils@8.8.1(eslint@9.14.0)(typescript@5.6.3)': + '@typescript-eslint/type-utils@8.15.0(eslint@9.14.0)(typescript@5.6.3)': dependencies: - '@typescript-eslint/typescript-estree': 8.8.1(typescript@5.6.3) - '@typescript-eslint/utils': 8.8.1(eslint@9.14.0)(typescript@5.6.3) + '@typescript-eslint/typescript-estree': 8.15.0(typescript@5.6.3) + '@typescript-eslint/utils': 8.15.0(eslint@9.14.0)(typescript@5.6.3) debug: 4.3.7(supports-color@8.1.1) - ts-api-utils: 1.3.0(typescript@5.6.3) + eslint: 9.14.0 + ts-api-utils: 1.4.0(typescript@5.6.3) optionalDependencies: typescript: 5.6.3 transitivePeerDependencies: - - eslint - supports-color - '@typescript-eslint/types@8.8.1': {} + '@typescript-eslint/types@8.15.0': {} - '@typescript-eslint/typescript-estree@8.8.1(typescript@5.6.3)': + '@typescript-eslint/typescript-estree@8.15.0(typescript@5.6.3)': dependencies: - '@typescript-eslint/types': 8.8.1 - '@typescript-eslint/visitor-keys': 8.8.1 + '@typescript-eslint/types': 8.15.0 + '@typescript-eslint/visitor-keys': 8.15.0 debug: 4.3.7(supports-color@8.1.1) fast-glob: 3.3.2 is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.6.3 - ts-api-utils: 1.3.0(typescript@5.6.3) + ts-api-utils: 1.4.0(typescript@5.6.3) optionalDependencies: typescript: 5.6.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.8.1(eslint@9.14.0)(typescript@5.6.3)': + '@typescript-eslint/utils@8.15.0(eslint@9.14.0)(typescript@5.6.3)': dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.14.0) - '@typescript-eslint/scope-manager': 8.8.1 - '@typescript-eslint/types': 8.8.1 - '@typescript-eslint/typescript-estree': 8.8.1(typescript@5.6.3) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.14.0) + '@typescript-eslint/scope-manager': 8.15.0 + '@typescript-eslint/types': 8.15.0 + '@typescript-eslint/typescript-estree': 8.15.0(typescript@5.6.3) eslint: 9.14.0 + optionalDependencies: + typescript: 5.6.3 transitivePeerDependencies: - supports-color - - typescript - '@typescript-eslint/visitor-keys@8.8.1': + '@typescript-eslint/visitor-keys@8.15.0': dependencies: - '@typescript-eslint/types': 8.8.1 - eslint-visitor-keys: 3.4.3 + '@typescript-eslint/types': 8.15.0 + eslint-visitor-keys: 4.2.0 '@typescript/vfs@1.6.0(typescript@5.6.3)': dependencies: @@ -6138,10 +6138,6 @@ snapshots: mime-types: 2.1.35 negotiator: 0.6.3 - acorn-jsx@5.3.2(acorn@8.12.1): - dependencies: - acorn: 8.12.1 - acorn-jsx@5.3.2(acorn@8.14.0): dependencies: acorn: 8.14.0 @@ -6172,7 +6168,7 @@ snapshots: ajv@8.17.1: dependencies: fast-deep-equal: 3.1.3 - fast-uri: 3.0.2 + fast-uri: 3.0.3 json-schema-traverse: 1.0.0 require-from-string: 2.0.2 @@ -6230,7 +6226,7 @@ snapshots: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.5 es-object-atoms: 1.0.0 get-intrinsic: 1.2.4 is-string: 1.0.7 @@ -6241,7 +6237,7 @@ snapshots: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.5 es-errors: 1.3.0 es-object-atoms: 1.0.0 es-shim-unscopables: 1.0.2 @@ -6250,14 +6246,14 @@ snapshots: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.5 es-shim-unscopables: 1.0.2 array.prototype.flatmap@1.3.2: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.5 es-shim-unscopables: 1.0.2 arraybuffer.prototype.slice@1.0.3: @@ -6265,7 +6261,7 @@ snapshots: array-buffer-byte-length: 1.0.1 call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.5 es-errors: 1.3.0 get-intrinsic: 1.2.4 is-array-buffer: 3.0.4 @@ -6444,11 +6440,6 @@ snapshots: base64-js: 1.5.1 ieee754: 1.2.1 - buffer@6.0.3: - dependencies: - base64-js: 1.5.1 - ieee754: 1.2.1 - bytes@3.1.2: {} call-bind@1.0.7: @@ -6512,10 +6503,10 @@ snapshots: domutils: 3.1.0 encoding-sniffer: 0.2.0 htmlparser2: 9.1.0 - parse5: 7.2.0 + parse5: 7.2.1 parse5-htmlparser2-tree-adapter: 7.1.0 parse5-parser-stream: 7.1.2 - undici: 6.20.0 + undici: 6.21.0 whatwg-mimetype: 4.0.0 optional: true @@ -6645,6 +6636,12 @@ snapshots: shebang-command: 2.0.0 which: 2.0.2 + cross-spawn@7.0.6: + dependencies: + path-key: 3.1.1 + shebang-command: 2.0.0 + which: 2.0.2 + css-select@5.1.0: dependencies: boolbase: 1.0.0 @@ -6871,7 +6868,7 @@ snapshots: dependencies: is-arrayish: 0.2.1 - es-abstract@1.23.3: + es-abstract@1.23.5: dependencies: array-buffer-byte-length: 1.0.1 arraybuffer.prototype.slice: 1.0.3 @@ -6904,7 +6901,7 @@ snapshots: is-string: 1.0.7 is-typed-array: 1.1.13 is-weakref: 1.0.2 - object-inspect: 1.13.2 + object-inspect: 1.13.3 object-keys: 1.1.1 object.assign: 4.1.5 regexp.prototype.flags: 1.5.3 @@ -7012,37 +7009,37 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.8.1(eslint@9.14.0)(typescript@5.6.3))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.8.1(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0))(eslint@9.14.0): + eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.15.0(eslint@9.14.0)(typescript@5.6.3))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.15.0(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0))(eslint@9.14.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.14.0 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.8.1(eslint@9.14.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.14.0)(typescript@5.6.3))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.8.1(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0))(eslint@9.14.0))(eslint@9.14.0) + eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.15.0(eslint@9.14.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.15.0(eslint@9.14.0)(typescript@5.6.3))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.15.0(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0))(eslint@9.14.0))(eslint@9.14.0) fast-glob: 3.3.2 get-tsconfig: 4.8.1 is-bun-module: 1.2.1 is-glob: 4.0.3 optionalDependencies: - eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.8.1(eslint@9.14.0)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@9.14.0) + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.15.0(eslint@9.14.0)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@9.14.0) transitivePeerDependencies: - '@typescript-eslint/parser' - eslint-import-resolver-node - eslint-import-resolver-webpack - supports-color - eslint-module-utils@2.12.0(@typescript-eslint/parser@8.8.1(eslint@9.14.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.14.0)(typescript@5.6.3))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.8.1(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0))(eslint@9.14.0))(eslint@9.14.0): + eslint-module-utils@2.12.0(@typescript-eslint/parser@8.15.0(eslint@9.14.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.15.0(eslint@9.14.0)(typescript@5.6.3))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.15.0(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0))(eslint@9.14.0))(eslint@9.14.0): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 8.8.1(eslint@9.14.0)(typescript@5.6.3) + '@typescript-eslint/parser': 8.15.0(eslint@9.14.0)(typescript@5.6.3) eslint: 9.14.0 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@8.8.1(eslint@9.14.0)(typescript@5.6.3))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.8.1(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0))(eslint@9.14.0) + eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@8.15.0(eslint@9.14.0)(typescript@5.6.3))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.15.0(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0))(eslint@9.14.0) transitivePeerDependencies: - supports-color - eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.8.1(eslint@9.14.0)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@9.14.0): + eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.15.0(eslint@9.14.0)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@9.14.0): dependencies: '@rtsao/scc': 1.1.0 array-includes: 3.1.8 @@ -7053,7 +7050,7 @@ snapshots: doctrine: 2.1.0 eslint: 9.14.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.8.1(eslint@9.14.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.14.0)(typescript@5.6.3))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.8.1(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0))(eslint@9.14.0))(eslint@9.14.0) + eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.15.0(eslint@9.14.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.15.0(eslint@9.14.0)(typescript@5.6.3))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.15.0(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0))(eslint@9.14.0))(eslint@9.14.0) hasown: 2.0.2 is-core-module: 2.15.1 is-glob: 4.0.3 @@ -7065,21 +7062,21 @@ snapshots: string.prototype.trimend: 1.0.8 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 8.8.1(eslint@9.14.0)(typescript@5.6.3) + '@typescript-eslint/parser': 8.15.0(eslint@9.14.0)(typescript@5.6.3) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - eslint-plugin-jsdoc@50.3.2(eslint@9.14.0): + eslint-plugin-jsdoc@50.5.0(eslint@9.14.0): dependencies: - '@es-joy/jsdoccomment': 0.48.0 + '@es-joy/jsdoccomment': 0.49.0 are-docs-informative: 0.0.2 comment-parser: 1.4.1 debug: 4.3.7(supports-color@8.1.1) escape-string-regexp: 4.0.0 eslint: 9.14.0 - espree: 10.2.0 + espree: 10.3.0 esquery: 1.6.0 parse-imports: 2.2.1 semver: 7.6.3 @@ -7102,11 +7099,11 @@ snapshots: dependencies: eslint: 9.14.0 - eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.8.1(@typescript-eslint/parser@8.8.1(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0): + eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.15.0(@typescript-eslint/parser@8.15.0(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0): dependencies: eslint: 9.14.0 optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.8.1(@typescript-eslint/parser@8.8.1(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0)(typescript@5.6.3) + '@typescript-eslint/eslint-plugin': 8.15.0(@typescript-eslint/parser@8.15.0(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0)(typescript@5.6.3) eslint-rule-docs@1.1.235: {} @@ -7117,8 +7114,6 @@ snapshots: eslint-visitor-keys@3.4.3: {} - eslint-visitor-keys@4.1.0: {} - eslint-visitor-keys@4.2.0: {} eslint@9.14.0: @@ -7164,12 +7159,6 @@ snapshots: esm@3.2.25: optional: true - espree@10.2.0: - dependencies: - acorn: 8.12.1 - acorn-jsx: 5.3.2(acorn@8.12.1) - eslint-visitor-keys: 4.1.0 - espree@10.3.0: dependencies: acorn: 8.14.0 @@ -7198,11 +7187,9 @@ snapshots: eventemitter3@4.0.7: {} - events@3.3.0: {} - execa@5.1.1: dependencies: - cross-spawn: 7.0.3 + cross-spawn: 7.0.6 get-stream: 6.0.1 human-signals: 2.1.0 is-stream: 2.0.1 @@ -7306,7 +7293,7 @@ snapshots: fast-safe-stringify@2.1.1: {} - fast-uri@3.0.2: {} + fast-uri@3.0.3: {} fastest-levenshtein@1.0.16: {} @@ -7390,7 +7377,7 @@ snapshots: foreground-child@3.3.0: dependencies: - cross-spawn: 7.0.3 + cross-spawn: 7.0.6 signal-exit: 4.1.0 form-data-encoder@1.7.2: {} @@ -7442,7 +7429,7 @@ snapshots: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.5 functions-have-names: 1.2.3 functions-have-names@1.2.3: {} @@ -8432,7 +8419,7 @@ snapshots: chalk: 4.1.2 is-unicode-supported: 0.1.0 - logform@2.6.1: + logform@2.7.0: dependencies: '@colors/colors': 1.6.0 '@types/triple-beam': 1.3.5 @@ -8685,6 +8672,8 @@ snapshots: object-inspect@1.13.2: {} + object-inspect@1.13.3: {} + object-keys@1.1.1: {} object.assign@4.1.5: @@ -8698,14 +8687,14 @@ snapshots: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.5 es-object-atoms: 1.0.0 object.groupby@1.0.3: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.5 object.values@1.2.0: dependencies: @@ -8749,7 +8738,7 @@ snapshots: openapi-types@12.1.3: {} - opossum@8.1.4: {} + opossum@8.3.1: {} optionator@0.9.4: dependencies: @@ -8843,15 +8832,15 @@ snapshots: parse5-htmlparser2-tree-adapter@7.1.0: dependencies: domhandler: 5.0.3 - parse5: 7.2.0 + parse5: 7.2.1 optional: true parse5-parser-stream@7.1.2: dependencies: - parse5: 7.2.0 + parse5: 7.2.1 optional: true - parse5@7.2.0: + parse5@7.2.1: dependencies: entities: 4.5.0 optional: true @@ -8952,8 +8941,6 @@ snapshots: ansi-styles: 5.2.0 react-is: 18.3.1 - process@0.11.10: {} - propagate@2.0.1: {} proxy-addr@2.0.7: @@ -9028,14 +9015,6 @@ snapshots: string_decoder: 1.3.0 util-deprecate: 1.0.2 - readable-stream@4.5.2: - dependencies: - abort-controller: 3.0.0 - buffer: 6.0.3 - events: 3.3.0 - process: 0.11.10 - string_decoder: 1.3.0 - readdirp@3.6.0: dependencies: picomatch: 2.3.1 @@ -9309,7 +9288,7 @@ snapshots: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.5 es-object-atoms: 1.0.0 string.prototype.trimend@1.0.8: @@ -9389,7 +9368,7 @@ snapshots: synckit@0.9.2: dependencies: '@pkgr/core': 0.1.1 - tslib: 2.7.0 + tslib: 2.8.1 tapable@2.2.1: {} @@ -9460,7 +9439,7 @@ snapshots: triple-beam@1.4.1: {} - ts-api-utils@1.3.0(typescript@5.6.3): + ts-api-utils@1.4.0(typescript@5.6.3): dependencies: typescript: 5.6.3 @@ -9542,6 +9521,8 @@ snapshots: tslib@2.7.0: {} + tslib@2.8.1: {} + tsutils@3.21.0(typescript@5.6.3): dependencies: tslib: 1.14.1 @@ -9610,15 +9591,15 @@ snapshots: is-typed-array: 1.1.13 possible-typed-array-names: 1.0.0 - typescript-eslint@8.8.1(eslint@9.14.0)(typescript@5.6.3): + typescript-eslint@8.15.0(eslint@9.14.0)(typescript@5.6.3): dependencies: - '@typescript-eslint/eslint-plugin': 8.8.1(@typescript-eslint/parser@8.8.1(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0)(typescript@5.6.3) - '@typescript-eslint/parser': 8.8.1(eslint@9.14.0)(typescript@5.6.3) - '@typescript-eslint/utils': 8.8.1(eslint@9.14.0)(typescript@5.6.3) + '@typescript-eslint/eslint-plugin': 8.15.0(@typescript-eslint/parser@8.15.0(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0)(typescript@5.6.3) + '@typescript-eslint/parser': 8.15.0(eslint@9.14.0)(typescript@5.6.3) + '@typescript-eslint/utils': 8.15.0(eslint@9.14.0)(typescript@5.6.3) + eslint: 9.14.0 optionalDependencies: typescript: 5.6.3 transitivePeerDependencies: - - eslint - supports-color typescript@5.6.3: {} @@ -9637,7 +9618,7 @@ snapshots: undici-types@6.19.6: {} - undici@6.20.0: + undici@6.21.0: optional: true universalify@0.1.2: {} @@ -9738,25 +9719,25 @@ snapshots: dependencies: string-width: 4.2.3 - winston-transport@4.8.0: + winston-transport@4.9.0: dependencies: - logform: 2.6.1 - readable-stream: 4.5.2 + logform: 2.7.0 + readable-stream: 3.6.2 triple-beam: 1.4.1 - winston@3.15.0: + winston@3.17.0: dependencies: '@colors/colors': 1.6.0 '@dabh/diagnostics': 2.0.3 async: 3.2.6 is-stream: 2.0.1 - logform: 2.6.1 + logform: 2.7.0 one-time: 1.0.0 readable-stream: 3.6.2 safe-stable-stringify: 2.5.0 stack-trace: 0.0.10 triple-beam: 1.4.1 - winston-transport: 4.8.0 + winston-transport: 4.9.0 word-wrap@1.2.5: {} diff --git a/sample-code/package.json b/sample-code/package.json index e87e157e..4c8bd195 100644 --- a/sample-code/package.json +++ b/sample-code/package.json @@ -30,7 +30,7 @@ "langchain": "0.3.6", "@langchain/core": "0.3.18", "@langchain/textsplitters": "0.1.0", - "@sap-cloud-sdk/util": "^3.22.2", + "@sap-cloud-sdk/util": "^3.23.0", "@types/express": "^5.0.0", "express": "^4.21.1" } diff --git a/tests/e2e-tests/package.json b/tests/e2e-tests/package.json index 13011ac5..fdf579ff 100644 --- a/tests/e2e-tests/package.json +++ b/tests/e2e-tests/package.json @@ -15,7 +15,7 @@ "@sap-ai-sdk/ai-api": "workspace:^", "@sap-ai-sdk/orchestration": "workspace:^", "@sap-ai-sdk/sample-code": "workspace:^", - "@sap-cloud-sdk/util": "^3.21.0" + "@sap-cloud-sdk/util": "^3.23.0" }, "scripts": { "compile": "tsc", diff --git a/tests/smoke-tests/package.json b/tests/smoke-tests/package.json index d2d8d282..f52f91f2 100644 --- a/tests/smoke-tests/package.json +++ b/tests/smoke-tests/package.json @@ -25,7 +25,7 @@ "@sap-ai-sdk/foundation-models": "canary", "@sap-ai-sdk/langchain": "canary", "@sap-ai-sdk/orchestration": "canary", - "@sap-cloud-sdk/util": "^3.22.2", + "@sap-cloud-sdk/util": "^3.23.0", "express": "^4.21.1" }, "devDependencies": { diff --git a/tests/type-tests/package.json b/tests/type-tests/package.json index 1c993800..43abf626 100644 --- a/tests/type-tests/package.json +++ b/tests/type-tests/package.json @@ -16,8 +16,8 @@ "@sap-ai-sdk/foundation-models": "workspace:^", "@sap-ai-sdk/orchestration": "workspace:^", "@sap-ai-sdk/core": "workspace:^", - "@sap-cloud-sdk/connectivity": "^3.22.2", - "@sap-cloud-sdk/http-client": "^3.22.2", + "@sap-cloud-sdk/connectivity": "^3.23.0", + "@sap-cloud-sdk/http-client": "^3.23.0", "tsd": "^0.31.2" } }