diff --git a/ts/kpt-functions/package.json b/ts/kpt-functions/package.json index 96c88f959..bd66afc1a 100644 --- a/ts/kpt-functions/package.json +++ b/ts/kpt-functions/package.json @@ -40,7 +40,7 @@ "@types/lodash": "^4.14.180", "@types/node": "^12.20.43", "@types/rw": "file:@types/rw", - "jasmine": "^3.9.0", + "jasmine": "^5.0.0", "license-checker": "^25.0.1", "lodash": "^4.17.20", "path-parse": "^1.0.7", @@ -48,7 +48,7 @@ "tslint": "^6.1.3", "tslint-config-prettier": "1.18.0", "tslint-consistent-codestyle": "^1.16.0", - "typedoc": "^0.22.17", + "typedoc": "^0.23.0", "typescript": "^4.4.4" } }