Deprecation warnings

Hi,

Does anyone know how to deal with the following deprecation warnings?

Deprecation warnings:

CLI options definitions were upgraded with “type” property (which could be one of “string”, “boolean”, “multiple”). Below listed plugins do not predefine type for introduced options:

  • ServerlessOffline for “apiKey”, “corsAllowHeaders”, “corsAllowOrigin”, “corsDisallowCredentials”, “corsExposedHeaders”, “disableCookieValidation”, “enforceSecureCookies”, “hideStackTraces”, “host”, “httpPort”, “httpsProtocol”, “lambdaPort”, “noPrependStageInUrl”, “noAuth”, “ignoreJWTSignature”, “noTimeout”, “prefix”, “printOutput”, “resourceRoutes”, “useChildProcesses”, “useWorkerThreads”, “websocketPort”, “webSocketHardTimeout”, “webSocketIdleTimeout”, “useDocker”, “layersDir”, “dockerReadOnly”, “functionCleanupIdleTimeSeconds”, “allowCache”
    Please report this issue in plugin issue tracker.
    Starting with next major release, this will be communicated with a thrown error.
    More Info: Serverless Framework Deprecations

Resolution of lambda version hashes was improved with better algorithm, which will be used in next major release.
Switch to it now by setting “provider.lambdaHashingVersion” to “20201221”
More Info: Serverless Framework Deprecations

Thanks!

Bill