From 4fdb218e78f12d8d90d157b613cf94c7894b246b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 16:05:33 +0000 Subject: [PATCH] chore(deps): update dependency @cap-js/cds-types to v0.9.0 --- package-lock.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 174cae6e5..12a5fcbb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -335,17 +335,15 @@ } }, "node_modules/@cap-js/cds-types": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@cap-js/cds-types/-/cds-types-0.8.0.tgz", - "integrity": "sha512-iy+Rc4C6tnFuBwTIREcrFBVp0vKVN+iB5WoZFcBX7b5y7rUvK9Pz/5YHplacyQpwzxUc8Iv+CXG6LeWH/b7Qqw==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@cap-js/cds-types/-/cds-types-0.9.0.tgz", + "integrity": "sha512-AD4WGAOOSszaleQQqheIo0hHm50zk3NejMlHsuG6cLh4EyK/kozvcx8hkWfAkUT/s11fa8OjyMhztFCy8b5DAA==", "dev": true, "hasInstallScript": true, "license": "SEE LICENSE IN LICENSE", - "dependencies": { - "@types/express": "^4.17.21" - }, "peerDependencies": { - "@sap/cds": "^8.0.0" + "@sap/cds": "^8.0.0", + "@types/express": ">=4" } }, "node_modules/@cspell/cspell-bundled-dicts": {