Bump @sap/cds from 6.0.4 to 6.1.0 (#388)

Bumps [@sap/cds](https://cap.cloud.sap/) from 6.0.4 to 6.1.0.

---
updated-dependencies:
- dependency-name: "@sap/cds"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-08-11 14:49:14 +02:00
committed by GitHub
parent e477879d71
commit de35537c04

20
package-lock.json generated
View File

@@ -1125,12 +1125,12 @@
}
},
"node_modules/@sap/cds": {
"version": "6.0.4",
"resolved": "https://registry.npmjs.org/@sap/cds/-/cds-6.0.4.tgz",
"integrity": "sha512-e94V1w2QXPCNxBXK/mMImo5wEx5rCkuUQTN1LFJwlmGO0CCjmsttagaE3Mx2fVm/lyite5a8NTEqYnbJwFLXYg==",
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/@sap/cds/-/cds-6.1.0.tgz",
"integrity": "sha512-H+Gb2uBZ0qM8pKCGYkT7+yCZ3psbuUGtGFZbev9CMgTSf5XI4e7mfw7ledC2XDHb2iBGHC/G/6LSppIpyustVw==",
"dependencies": {
"@sap/cds-compiler": ">=2.13.0",
"@sap/cds-foss": ">=3"
"@sap/cds-compiler": "^3.0.0",
"@sap/cds-foss": "^4"
},
"bin": {
"cds": "bin/cds.js"
@@ -7368,12 +7368,12 @@
}
},
"@sap/cds": {
"version": "6.0.4",
"resolved": "https://registry.npmjs.org/@sap/cds/-/cds-6.0.4.tgz",
"integrity": "sha512-e94V1w2QXPCNxBXK/mMImo5wEx5rCkuUQTN1LFJwlmGO0CCjmsttagaE3Mx2fVm/lyite5a8NTEqYnbJwFLXYg==",
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/@sap/cds/-/cds-6.1.0.tgz",
"integrity": "sha512-H+Gb2uBZ0qM8pKCGYkT7+yCZ3psbuUGtGFZbev9CMgTSf5XI4e7mfw7ledC2XDHb2iBGHC/G/6LSppIpyustVw==",
"requires": {
"@sap/cds-compiler": ">=2.13.0",
"@sap/cds-foss": ">=3"
"@sap/cds-compiler": "^3.0.0",
"@sap/cds-foss": "^4"
}
},
"@sap/cds-compiler": {