Bump the production-dependencies group across 1 directory with 2 updates (#808)

Bumps the production-dependencies group with 2 updates in the / directory: [@sap/cds](https://cap.cloud.sap/) and [@cap-js-community/odata-v2-adapter](https://github.com/cap-js-community/odata-v2-adapter).


Updates `@sap/cds` from 8.6.1 to 8.8.1

Updates `@cap-js-community/odata-v2-adapter` from 1.14.0 to 1.14.2
- [Release notes](https://github.com/cap-js-community/odata-v2-adapter/releases)
- [Changelog](https://github.com/cap-js-community/odata-v2-adapter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/cap-js-community/odata-v2-adapter/compare/v1.14.0...v1.14.2)

---
updated-dependencies:
- dependency-name: "@sap/cds"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@cap-js-community/odata-v2-adapter"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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]
2025-03-11 14:13:40 +00:00
committed by GitHub
parent 7536a30313
commit 5e161d1564

18
package-lock.json generated
View File

@@ -108,9 +108,9 @@
}
},
"node_modules/@cap-js-community/odata-v2-adapter": {
"version": "1.14.0",
"resolved": "https://registry.npmjs.org/@cap-js-community/odata-v2-adapter/-/odata-v2-adapter-1.14.0.tgz",
"integrity": "sha512-L4yIHml7Pc3dpSiCCJkOADje7kXgMvAIhFx6ZdeWwBnniPiul++8zCbRMIIjjwFKuujTwjoprb7C4IzZdYlAfQ==",
"version": "1.14.2",
"resolved": "https://registry.npmjs.org/@cap-js-community/odata-v2-adapter/-/odata-v2-adapter-1.14.2.tgz",
"integrity": "sha512-ZFDvBWHGzMFeruh9Wx828QTPf3zfh0XFOAEYoijaM5T+3koT+lv6p9fdz78pF4IaNhpIpy6Q7eg3EF/ZVllssQ==",
"license": "Apache-2.0",
"dependencies": {
"body-parser": "^1.20.3",
@@ -401,9 +401,9 @@
}
},
"node_modules/@sap/cds": {
"version": "8.6.1",
"resolved": "https://registry.npmjs.org/@sap/cds/-/cds-8.6.1.tgz",
"integrity": "sha512-JYHRrGs6Tgle5Vmj/o3BaQkOBVcroweOrXhhiUVH6twISy+Yi2cWZdTr0EFFEt94FI1dVqvrVnEM67jEjOQImQ==",
"version": "8.8.1",
"resolved": "https://registry.npmjs.org/@sap/cds/-/cds-8.8.1.tgz",
"integrity": "sha512-9f0ELZMJ6jdXz1drej2zP39B9IXhs29AYo2iz/g+oDjKomwCkdL2I3Ec2aVfi13dG3fOq8ZcIHnEHnMQn2cm2A==",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@sap/cds-compiler": ">=5.1",
@@ -420,11 +420,15 @@
"node": ">=18"
},
"peerDependencies": {
"express": ">=4"
"express": "^4",
"tar": "^7"
},
"peerDependenciesMeta": {
"express": {
"optional": true
},
"tar": {
"optional": true
}
}
},