Bump @cap-js/cds-types in the development-dependencies group (#771)

Bumps the development-dependencies group with 1 update: [@cap-js/cds-types](https://github.com/cap-js/cds-types).


Updates `@cap-js/cds-types` from 0.6.5 to 0.7.0
- [Release notes](https://github.com/cap-js/cds-types/releases)
- [Changelog](https://github.com/cap-js/cds-types/blob/main/CHANGELOG.md)
- [Commits](https://github.com/cap-js/cds-types/compare/v0.6.5...v0.7.0)

---
updated-dependencies:
- dependency-name: "@cap-js/cds-types"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-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-10-29 09:46:16 +01:00
committed by GitHub
parent 7c4478b385
commit 396ddab332

7
package-lock.json generated
View File

@@ -124,12 +124,11 @@
} }
}, },
"node_modules/@cap-js/cds-types": { "node_modules/@cap-js/cds-types": {
"version": "0.6.5", "version": "0.7.0",
"resolved": "https://registry.npmjs.org/@cap-js/cds-types/-/cds-types-0.6.5.tgz", "resolved": "https://registry.npmjs.org/@cap-js/cds-types/-/cds-types-0.7.0.tgz",
"integrity": "sha512-lcsc0Bp9aINW2cQIqaadGZ1lSWqCmk9lagoyoHfQimddbSngexevoBm7RDOL9s/L4RMKGO+kBumcPq5sBBU9SA==", "integrity": "sha512-zprkz3csN7z7v+0V78UlCfg2psm7Q3DJwvBjQB5BxVhlBcmuzoXn5EKKvzIXjflgWP1hUsDUhjVU5Hg9Quvq0g==",
"dev": true, "dev": true,
"hasInstallScript": true, "hasInstallScript": true,
"license": "SEE LICENSE IN LICENSE",
"dependencies": { "dependencies": {
"@types/express": "^4.17.21" "@types/express": "^4.17.21"
}, },