Bump @sap/cds from 8.1.1 to 8.2.1 in the production-dependencies group (#757)

Bumps the production-dependencies group with 1 update: [@sap/cds](https://cap.cloud.sap/).


Updates `@sap/cds` from 8.1.1 to 8.2.1

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

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]
2024-09-09 15:32:17 +02:00
committed by GitHub
parent 0ba1f2e294
commit a8d6fc43b5

16
package-lock.json generated
View File

@@ -348,11 +348,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.1",
"resolved": "https://registry.npmjs.org/@sap/cds/-/cds-8.2.1.tgz",
"integrity": "sha512-/046QuF/mxaTY0OaaTXQy4m+k+PhQGIItf9D/LkgnDuuKzKbSKUuownshX5uT3JRiFancVK9jizR26HrUtaalw==",
"dependencies": {
"@sap/cds-compiler": ">=5",
"@sap/cds-compiler": ">=5.1",
"@sap/cds-fiori": "^1",
"@sap/cds-foss": "^5.0.0"
},
@@ -375,10 +375,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==",
"license": "SEE LICENSE IN LICENSE",
"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"
},
@@ -515,7 +514,6 @@
"version": "4.9.3",
"resolved": "https://registry.npmjs.org/antlr4/-/antlr4-4.9.3.tgz",
"integrity": "sha512-qNy2odgsa0skmNMCuxzXhM4M8J1YDaPv3TI+vCdnOAanu0N982wBrSqziDKRDctEZLZy9VffqIZXc0UGjjSP/g==",
"license": "BSD-3-Clause",
"engines": {
"node": ">=14"
}