serverless / platform-sdk

Serverless Platform SDK
Apache License 2.0
17 stars 7 forks source link

Deprecated dependency "querystring@0.2.0" #97

Open basvandorst opened 1 year ago

basvandorst commented 1 year ago

npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.

https://www.npmjs.com/package/querystring

medikoo commented 1 year ago

@basvandorst this project is no longer maintained. Why are you relying on it?

R3dLantern commented 9 months ago

@medikoo Is there a way to contribute to @serverless/platform-client? It has the same deprecation problem and unless it's using something querystring-specific, it should be possible to use URLSearchParams.

medikoo commented 9 months ago

@R3dLantern please open issue in context of https://github.com/serverless/serverless

R3dLantern commented 9 months ago

Thank you. Issue may be closed from my side.