diff --git a/package-lock.json b/package-lock.json index 8dde669..460756b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,10 +28,13 @@ "ts-jest": "^29.1.4", "ts-node": "^10.9.2", "typedoc": "^0.25.13", - "typescript": "^5.4.4" + "typescript": "^5.5.2" }, "engines": { "node": ">=18" + }, + "peerDependencies": { + "cloudevents": "< 9" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -17154,9 +17157,9 @@ } }, "node_modules/typescript": { - "version": "5.4.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", - "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", + "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index f6f6d57..636a164 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "ts-jest": "^29.1.4", "ts-node": "^10.9.2", "typedoc": "^0.25.13", - "typescript": "^5.4.4" + "typescript": "^5.5.2" }, "peerDependencies": { "cloudevents": "< 9"