serverless-step-functions-offline
serverless-step-functions-offline copied to clipboard
fix #issue56: Fix compatibility with Serverless v2.x.x
Fix #56
I can't check which dependencies are causing the snyk error. Can you help me?
Ok, I fixed it.
@tiagocpeixoto seems this repo is dead?
@tiagocpeixoto seems this repo is dead?
Apparently yes.
Ok, I fixed it.
How did you go about fixing this error ?
Ok, I fixed it.
How did you go about fixing this error ?
I prepared a PR, but the maintainer hasn't merged it yet.
In my project I'm using this temporary solution:
// package.json
"devDependencies": {
"serverless-step-functions-offline": "tiagocpeixoto/serverless-step-functions-offline#issue56",
}
Ok, I fixed it.
How did you go about fixing this error ?
I prepared a PR, but the maintainer hasn't merged it yet.
In my project I'm using this temporary solution:
// package.json "devDependencies": { "serverless-step-functions-offline": "tiagocpeixoto/serverless-step-functions-offline#issue56", }
Awesome, thanks
@vkkis93 can you please merge this?