From 75c5baa21a1944a2d57f76fb17ee62ca3e4f475e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:26:11 +0200 Subject: [PATCH] chore(deps): bump @cap-js/hana from 1.1.1 to 1.2.0 (#1192) Bumps [@cap-js/hana](https://cap.cloud.sap/) from 1.1.1 to 1.2.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@cap-js/hana&package-manager=npm_and_yarn&previous-version=1.1.1&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 86b6c5cb..3e126d13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -697,15 +697,15 @@ } }, "node_modules/@cap-js/hana": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@cap-js/hana/-/hana-1.1.1.tgz", - "integrity": "sha512-wU9ypqRIwkw15leEoeTqzyeUaaZSgyjyb6BSMwrGqny/B/cOfXiL7z4Qd0ckIMrTy+Ce+hLnaGi5ENduTWxxIQ==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@cap-js/hana/-/hana-1.2.0.tgz", + "integrity": "sha512-g4vj7ocBaT3+On22qQlCJDQcAEnlsDbMOfhuA0JfhKsyiRAxurJyUD06lkQZbbVhLY7dd5dlaZvHf1nuWzj+SQ==", "dependencies": { "@cap-js/db-service": "^1.9.0", "hdb": "^0.19.5" }, "peerDependencies": { - "@sap/cds": ">=7.6", + "@sap/cds": ">=8.2", "@sap/hana-client": ">=2" }, "peerDependenciesMeta": { @@ -1624,11 +1624,11 @@ } }, "node_modules/@sap/cds": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/@sap/cds/-/cds-8.1.1.tgz", - "integrity": "sha512-GXo/r0tg5f6HYBuQg8fpq2fjmTPpuoYgpVE52vAbvFFtTz4Go9w/9WoCwLOiJYhzBbr/F4CZOTRFgky4/JagQw==", + "version": "8.2.3", + "resolved": "https://registry.npmjs.org/@sap/cds/-/cds-8.2.3.tgz", + "integrity": "sha512-VZde7OvqMx2ehjwSIXfAqO20ROcn0G2H4ZBQA3FakQcFGz/7ay7fUsX+R/FWfQvDbwFUPqySHAWqoPPqkYJY+A==", "dependencies": { - "@sap/cds-compiler": ">=5", + "@sap/cds-compiler": ">=5.1", "@sap/cds-fiori": "^1", "@sap/cds-foss": "^5.0.0" }, @@ -1651,9 +1651,9 @@ } }, "node_modules/@sap/cds-compiler": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/@sap/cds-compiler/-/cds-compiler-5.0.6.tgz", - "integrity": "sha512-OxLlK3hGWQdMBOYmLw18tpusfb+5G+44yFq28cGegNVlUu1jKtnSu/VIb9fIDYExxbIs9E9J4R2bGmQzaawFFQ==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@sap/cds-compiler/-/cds-compiler-5.2.0.tgz", + "integrity": "sha512-ymp1ChXMbU5D6P6O7QOaM8J5DUVNjtm6hr8EXoQsywtwwKuMp5UfM5n6+ube1MmInU3L9nI57l/3G3MacK+6Qg==", "dependencies": { "antlr4": "4.9.3" },